Tagged: x
-
AuthorPosts
-
July 14, 2016 at 8:29 pm #1087785
Cartell2ParticipantHallo X Staff!
I wanna add a Slider or Grid to my Header… it is fixed left. I havent so much Categories so that the Navbar is too empty it means i need more Content for my left Side Header. So i want to add there some Promotion with Rev SLider or Grid that it doesnt look so empty.
I added a Picture for better understanding what i exactly mean…
THX
Greetz David
July 15, 2016 at 2:27 am #1088153
Rue NelModeratorHi David,
Thanks for writing in! What you are trying to accomplish requires a template customization, we would like to suggest that you use a child theme. This allows you to make code changes that wonโt be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
After the child theme is set up, please add the following code in your child themeโs functions.php file
// Add a custom content below fixed left navbar // ============================================================================= function add_custom_side_content(){ ?> <div class="custom-content-container"> <!-- add your slider or grid shortcode below --> [revslider name here] or [grid shortcode] </div> <?php } add_action('x_after_view_global__nav-primary', 'add_custom_side_content'); // =============================================================================Hope this helps. Kindly let us know.
July 15, 2016 at 8:15 am #1088453
Cartell2ParticipantHy X Staff!
THX for the fast answer! Youre Great!
so i added the code you gave me into the childs function.php. and also tested with an shortcode from revslider and the Grid.
It shows up now in the navbar at the right place ๐ …but it dont work with the shortcode / shortcodes.
I added a Picture for better understanding.…and one more question ๐ can i add there also a widget?
Thx and Greetz
David
NOTE!!!: The Grids and SLiders working normally and well if i add them via shortcodes with the WordPress Editor or with Cornerstone. So it cant be a shortcode or Slider/ Grid problem so i think i need a modified Code…
July 15, 2016 at 3:00 pm #1089023
JadeModeratorHi David,
Please try to wrap the shortcode in a
do_shortcodefunction like this:<?php echo do_shortcode('[the_grid name="Brasilia 309"]'); ?>Hope this helps.
July 15, 2016 at 4:31 pm #1089091
Cartell2ParticipantHi X Staff!!!
Great that helped me out !
HAve a nice day ๐
THX and GREETZ David
July 15, 2016 at 10:45 pm #1089496
Prasant RaiModeratorHappy to hear that. Feel free to ask us again. Have a great day! ๐
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1087785 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
