Tagged: x
-
AuthorPosts
-
July 29, 2016 at 7:26 pm #1109567
redsnapdragonsParticipantHello!
I want to move my post carousel below Section 1 of all pages. How can I move the carousel?
My website is this http://www.austinhwyeventcenter.com/
July 29, 2016 at 9:58 pm #1109762
John EzraMemberHi there,
Thanks for updating the thread! You can add this under Custom > Javascript in the Customizer.
jQuery( document ).ready(function( $ ) { $(".x-post-carousel").insertAfter("#x-section-1") });Hope this helps – thanks!
July 30, 2016 at 12:39 pm #1110268
redsnapdragonsParticipantThank you it works! Is there a way that I can just make this happen on just one page? I want the carousel to move below section 1 on the homepage and keep it above section 1 on the other pages.
July 30, 2016 at 8:59 pm #1110565
Rue NelModeratorHello There,
Thanks for the updates! If you want to move the post carousel on a specific page like in your homepage only, please update the JS code and make use of this code instead:
jQuery( document ).ready(function( $ ) { $(".page-id-7 .x-post-carousel").insertAfter("#x-section-1") });Please noticed that we just added this
.page-id-{#}. The number is the ID of the page. If you want the code affect in other pages you can change the page ID. To know where to find the page ID, please check out our knowledge base here: https://community.theme.co/kb/how-to-locate-post-ids/Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1109567 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
