Revolution slider

Discussion in 'BizWay WordPress Theme' started by grafik, Feb 18, 2015.

  1. grafik

    grafik New Member

    Joined:
    Feb 17, 2015
    Messages:
    29
    Likes Received:
    0
    Hi,
    is possible make full width the revolution slider in the home page?

    Thanks.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .slider-wrapper-container .container_24 {
    max-width: 98%;
    }
    Thanks,
    Praveen
     
  3. grafik

    grafik New Member

    Joined:
    Feb 17, 2015
    Messages:
    29
    Likes Received:
    0
    Hi, I have done as you told me but it doesn't work.
    I've attached screenshots for you to see as I have configured.
    See if you can solve.
    Thank You.
     

    Attached Files:

  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    You cannot make it full width when you use code in dashboard.
    You have to put it manually on page codes.

    If you want to use in front-page then use in front-page.php
    If you want to use slider in pages then use it in page.php
    If you want to use it in single post then use it in single.php
    PHP:
    <?php echo do_shortcode("[example_shortcode]"); ?>
    In the same manner as i used in below image.
    biz-way-slider-fullwidth-19-feb.png

    Thanks & Regards
    Pramod Patel
     
  5. grafik

    grafik New Member

    Joined:
    Feb 17, 2015
    Messages:
    29
    Likes Received:
    0
    Hi Pramod
    I'm sorry for the inconvenience, but in my wordpress menu doesn't appear the theme editor .
    Thank you again.
     

    Attached Files:

  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !


    To edit file i was using WP editor plugin.
    It is more flexible for editing.


    Thanks & Regards
    Pramod Patel
     
  7. grafik

    grafik New Member

    Joined:
    Feb 17, 2015
    Messages:
    29
    Likes Received:
    0
    Ok, thanks, is possible place slider in two languages in in page.php?
     
  8. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    Please explain little bit more about this issue.
    You can use plugin available in wordpress.org for translation.

    Thanks & Regards
    Pramod Patel
     
  9. grafik

    grafik New Member

    Joined:
    Feb 17, 2015
    Messages:
    29
    Likes Received:
    0
    Sorry, please look at the page, the slider has a animated text in spanish.
    www.mecanasa.ouga.es
    I have created two sliders, one for Spanish and one for English, you may go either depending on the language?
     
  10. grafik

    grafik New Member

    Joined:
    Feb 17, 2015
    Messages:
    29
    Likes Received:
    0
    Sorry, please look at the page, the slider has a animated text in spanish.
    www.mecanasa.ouga.es
    I have created two sliders, one for Spanish and one for English, you may go either depending on the language?
     
  11. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    Please create two separate slider one for English and another for Spanish.
    And for this issue you have to put text in related sliders.

    Thanks & Regards
    Pramod Patel
     
  12. grafik

    grafik New Member

    Joined:
    Feb 17, 2015
    Messages:
    29
    Likes Received:
    0
    hello
    That and I have done, what is the code I have to put the page.php file to detect the language?
    Thank You.
     
  13. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !


    Unfortunately their is no code to detect the language in theme.
    Please ask this from revolution slider support they will help you.

    Thanks & Regards
    Pramod Patel
     
  14. grafik

    grafik New Member

    Joined:
    Feb 17, 2015
    Messages:
    29
    Likes Received:
    0
    Ok, thank you Pramod.
     

Share This Page