Tagged: x
-
AuthorPosts
-
December 28, 2016 at 10:13 am #1307298
brahmsParticipantHello,
I want 2 buttons Fix downstairs on my all pages . I want the same, Like the picture, is it possible?Thanks all us
Brahms
December 28, 2016 at 10:38 am #1307316
ThaiModeratorHi There,
It could be done by custom CSS.
Did you add the buttons to your website yet?
Regards!
December 28, 2016 at 3:24 pm #1307603
brahmsParticipantHi,
Yes i had button on my web site but i don’thow CAN I do to have them.
😀December 28, 2016 at 3:39 pm #1307641
JoaoModeratorHi There,
You can add a row and devide in two columns and add on button o each column.
Or you can add one button on top of each other on the same column and add to the first button style box:
float: left;
and to the second button style box: float: right;
You will find the Style box at the bottom of the button element on Cornerstone left tab.
if you need further help, please provide your url with the buttons in place.
Thanks
Joao
December 29, 2016 at 12:15 am #1308171
brahmsParticipantHi Jao
Thank you for your time.
You can see what i want for my site for smartphone but you must to look on your smartphoneThanks
December 29, 2016 at 1:09 am #1308206
RadModeratorHi there,
I can see that and it’s working, do you just wish to display it on the desktop? If yes, then please add this CSS to Admin > Appearance > Customizer > Custom > CSS
div#rpb_phone_buttons, div#rpb_phone_buttons_div { display: block !important; }Thanks!
December 29, 2016 at 1:57 am #1308230
brahmsParticipantHi Rad,
i wish to display on all the pages like the same http://londonpsychologist.pro/about/ for just smartphone ( responsive)
I add the CSS but it’s not ok , there are nothing. You can look this on the picture
December 29, 2016 at 2:16 am #1308241
Rue NelModeratorHello There,
Thanks for sending us the screenshots. I have checked some pages of your site and I could see the buttons. Since you are using CloudFlare, please clear your site cache before testing your site. You may have experienced caching issues which is why it is not displaying in your screens.
Hope this helps.
December 29, 2016 at 2:52 am #1308260
brahmsParticipantsorry i don’t use Cloudfare?
December 29, 2016 at 2:58 am #1308263
Rue NelModeratorThis reply has been marked as private.December 29, 2016 at 11:16 pm #1309467
brahmsParticipantHello,
😀 This is not my site ( http://londonpsychologist.pro/about/) it’s just an exemple for me, i just want the same effect ; when i look his site with MY SMARTPHONE i like the same effect ” call now” and ” directions”. It’s working just for smartphone ( responsive)
You can look this on the picture ( attachments) or go with your smartphone to see that (http://londonpsychologist.pro/about/) be careful it’s on my site, just a pattern ( example) for me.
My site is: http://www.yelloweducation.comThank you😀
December 30, 2016 at 3:07 am #1309636
RadModeratorHi there,
I see, it’s not yet implemented. Please add this code to your child theme’s functions.php, you can edit the shortcode to make it suitable for your preference.
add_action('wp_footer','floating_buttons', 999); function floating_buttons() { echo '<div class="floating_buttons">'.do_shortcode('[cs_section bg_color="hsl(0, 0%, 100%)" parallax="false" style="margin: 0px;padding: 45px 0px;"][cs_row inner_container="true" marginless_columns="false" style="margin: 0px auto;padding: 0px;"][cs_column fade="false" fade_animation="in" fade_animation_offset="45px" fade_duration="750" type="1/2" class="cs-ta-center" style="padding: 0px;"][x_button shape="pill" size="global" block="false" circle="false" icon_only="false" href="#" title="" target="" info="none" info_place="top" info_trigger="hover" info_content=""][x_icon type="phone" class="mvn mln mrs"]Call Now[/x_button][/cs_column][cs_column fade="false" fade_animation="in" fade_animation_offset="45px" fade_duration="750" type="1/2" class="cs-ta-center" style="padding: 0px;"][x_button shape="pill" size="global" block="false" circle="false" icon_only="false" href="#" title="" target="" info="none" info_place="top" info_trigger="hover" info_content=""][x_icon type="map-marker" class="mvn mln mrs"]Directions[/x_button][/cs_column][/cs_row][/cs_section]').'</div>'; echo '<style>.floating_buttons { position: fixed; bottom: 0; width: 100%; } </style>'; }Hope this helps.
December 30, 2016 at 4:19 am #1309672
brahmsParticipantHi,
I have installed child theme but i don’t understand how can i add the code.
I have a request: can you install for me my demand , please?☺️December 30, 2016 at 4:46 am #1309699
Paul RModeratorDecember 30, 2016 at 5:21 am #1309733
brahmsParticipantHi,
You are the best!! Thank you 😀
so just on thing if i want to dirige the button on my number? how can i Do? and is it possible to have one button on the left and second on the right for my layout smartphone😀 -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1307298 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
