Tagged: x
-
AuthorPosts
-
November 17, 2016 at 12:19 pm #1261351
yositsitsuParticipantHey 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 buttonFor 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.3That’s it for now, thanks so much!
November 17, 2016 at 6:46 pm #1261875
NicoModeratorHi 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.
November 18, 2016 at 12:20 pm #1262794
yositsitsuParticipantThis reply has been marked as private.November 18, 2016 at 9:44 pm #1263300
RadModeratorHi 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.
November 19, 2016 at 2:49 pm #1263778
yositsitsuParticipantWow, 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!
November 20, 2016 at 12:44 am #1264051
Rue NelModeratorHello 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.
November 22, 2016 at 1:03 pm #1267190
yositsitsuParticipantIt does, thank you!
November 22, 2016 at 7:52 pm #1267638
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1261351 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
