Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1261351
    yositsitsu
    Participant

    Hey cool guys, what’s up?

    I’ve created my first revolution slider, and even though have been trying to make it look and behave right for hours,
    it’s still being very naughty, in the bad sense of the word…

    I have 2 simple text/html layers:
    1. Text
    2. shortcode for button

    For 1, I’ve gone through much hardship to make it black and align in the center;
    to achieve that, I put the following code:

    
    {
    	text-align: center;
    	color: black;
    }
    

    under Advanced CSS -> Layout

    Even though in the WYSIWYG editor, I see it black and centered,
    In the front-end it still is aligned to the right. (btw, without css black, the text is green for some weird reason…)

    Now for 2, the button – I’ve used the following shortcode:

    [x_button shape="rounded" size="jumbo" float="none" info="none" info_place="top" info_trigger="hover"]לחץ כאן[/x_button]
    

    Which generates a normal button, no matter what class I specify – very weird!

    Here is the link to the page with slider below masthead:
    http://100vdays.com/partner-with-us/

    Version of WP: 4.6.1
    and CS: 1.3.3

    That’s it for now, thanks so much!

    #1261875
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    First, would you mind sharing us your admin credentials so we could fully check your setup.

    Don’t forget to set it as private reply.

    To make it black text, add this in your customizer > Custom > CSS:

    for hover

    .rev_slider .x-btn:hover{
    color:black;
    }

    For non hover:

    .rev_slider .x-btn:hover{
    color:black;
    }

    Minify caching, force the button to be normal.

    You could try adding this CSS in your customizer custom CSS:

    .rev_slider_wrapper .x-btn{
    padding: 10px 10px 10px !important;
    }

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1262794
    yositsitsu
    Participant
    This reply has been marked as private.
    #1263300
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    Looks like there is a bug in Rev. Slider’s custom CSS. I’ll make sure this is forwarded. For the meantime, please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    #slide-2-layer-1 {
    	text-align: center !important;
    	color: black !important;
    }

    The page also has a javascript error,

    <div id="sendmsgform_21779"><div style="text-align:center;">[[ טופס מוטמע]]</div><script language="javascript" type="text/javascript" src="https://panel.sendmsg.co.il/userfiles/site11302/sendmsgform21779.js"></script><script language="javascript" type="text/javascript" src="https://panel.sendmsg.co.il/SendmsgForm.js"></script><script type="text/javascript">loadlang('heb');</script></div><link href="https://panel.sendmsg.co.il/userfiles/site11302/sendmsgform21779.css" rel="stylesheet" type="text/css" />

    Please remove it or correct this part

    loadlang('heb');

    to

    loadlang('heb');

    Thanks.

    #1263778
    yositsitsu
    Participant

    Wow, thanks for that Rad!

    Could you just explain to me what is the difference between:

    loadlang('heb');

    and

    loadlang('heb');

    LOL seems identical to me and to my text editor 🙂

    Thanks!

    #1264051
    Rue Nel
    Moderator

    Hello There,

    Sorry if they looked like the same. In the actual code, it displays like this:

    The correct one should be:

    
    loadlang('heb');

    Hope this explains it.

    #1267190
    yositsitsu
    Participant

    It does, thank you!

    #1267638
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1261351 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>