-
AuthorPosts
-
December 19, 2014 at 12:38 pm #167780
Ryanbrown1987ParticipantHey X Team,
I like the layout of Ethos but I had a couple of problems. I would like to place the post carousel below the logo, header, and navigation bar in Ethos. When you select to display the post carousel, it only ever adds it about all of the content.Thank you!
December 20, 2014 at 9:12 pm #168220
ChristianModeratorHey Ryan,
Please setup a child theme first. See http://theme.co/x/member/kb/how-to-setup-child-themes/ for instructions. After that, copy wp-header.php located in wp-content\themes\x\framework\views\ethos to the same folder in your child theme wp-content\themes\x-child-ethos\framework\views\ethos. Open the copied file and look for the line of code
<?php x_get_view( 'ethos', '_post', 'carousel' ); ?>Cut and paste it under the line
<?php x_get_view( 'global', '_navbar' ); ?>Or, simply replace the whole code with the one below.
<?php // ============================================================================= // VIEWS/ETHOS/WP-HEADER.PHP // ----------------------------------------------------------------------------- // Header output for Ethos. // ============================================================================= ?> <?php x_get_view( 'global', '_header' ); ?> <?php x_get_view( 'global', '_slider-above' ); ?> <header class="<?php x_masthead_class(); ?>" role="banner"> <?php x_get_view( 'global', '_topbar' ); ?> <?php x_get_view( 'global', '_navbar' ); ?> <?php x_get_view( 'ethos', '_post', 'carousel' ); ?> <?php x_get_view( 'ethos', '_breadcrumbs' ); ?> </header> <?php x_get_view( 'global', '_slider-below' ); ?> <?php x_get_view( 'ethos', '_landmark-header' ); ?>If that doesn’t help, please give us access to your WordPress admin and FTP.
Hope that helps. 🙂
December 21, 2014 at 1:38 am #168274
Ryanbrown1987ParticipantThis reply has been marked as private.December 22, 2014 at 3:52 am #168756
Paul RModeratorHi Ryan,
I have added the file and the code.
Please check it out.Thanks
December 29, 2014 at 9:42 am #172793
Ryanbrown1987ParticipantWorked Perfectly, thank you so much X Team!
December 29, 2014 at 9:55 am #172805
John EzraMemberYou’re welcome! feel free to contact again anytime, Happy New Year!
January 1, 2015 at 2:07 pm #174656
Ryanbrown1987ParticipantThis reply has been marked as private.January 1, 2015 at 4:48 pm #174717
RadModeratorHI Ryan,
Done, now please re-setup your carousel again at your customizer.
The carousel will not display, please remove ore disable any plugin or code that is related to digg widgets. As it causing javascript error. And carousel javascript is being affected.
Thanks!
January 1, 2015 at 11:51 pm #174874
Ryanbrown1987ParticipantThanks for helping me out again.
I removed all social media related plugins and everything involving Digg, but the carousel still won’t show and also the customizer freezes on “updating” when I try to add it. The only plugin that still has Digg is the Jetpack plugin for wordpress which I disabled and still nothing worked. Can you please assist? Thank you so much!January 2, 2015 at 1:49 am #174905
Paul RModeratorHi Ryan,
Upon checking, I can see you have not installed the X-shortcode plugin.
Please install that plugin to make the theme work.
You can get the plugin files from within the theme directory.
It’s located at wp-content/themes/x/framework/plugins
Hope that helps. 🙂
January 2, 2015 at 10:35 am #175124
Ryanbrown1987ParticipantHey X Team,
Just installed the shortcakes and such but no carousel is still showing. Any ideas? Cheers!January 2, 2015 at 10:38 am #175127
Ryanbrown1987ParticipantAlso, neither is the post slider appearing.
January 2, 2015 at 2:40 pm #175268
Nabeel AModeratorHi Ryan,
There was a third party plugin conflict with X theme, I’ve deactivated all the third party plugins and now your Post Slider and Post Carousel is working again. Please clear your browser’s cache and check the site again.
Cheers!
January 3, 2015 at 4:01 pm #175806
Ryanbrown1987ParticipantI deleted all 3rd party plugins and cleared my cache and the carousel is still not showing.
January 4, 2015 at 12:55 am #175998
ChristianModeratorHey Ryan,
I went to your Appearance > Customize > Ethos setting and Post Carousel is off. Please switch it on and choose Random to see that it works. If you want to display Featured Posts, please go to your posts’ Ethos Settings (see http://prntscr.com/5o8vbe) and set the options.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-167780 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
