Tagged: menu, navigation
-
AuthorPosts
-
May 22, 2018 at 9:56 am #960213
Would it be possible to add a slider above the Main Menu, so change the position of the Main Menu?
May 22, 2018 at 12:05 pm #960267Hey enzowillemstad,
Yes it’s possible however you need to do the following first:
- Use a child theme: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme
- Enable Avia Layout Debugger: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode
- Create a new page and setup the slider (the page should only contain the slider), below the content the shortcode for the slider should appear, copy it
- Copy header.php and insert the shortcode in after this code
<div id='wrap_all'>
You would need to use do_shortcode in order to run the shortcode, for more information check: https://developer.wordpress.org/reference/functions/do_shortcode/
Hope this helps :)Best regards,
NikkoMay 22, 2018 at 1:53 pm #960344Thanks for the response. Everything looks clear and logical, but for some reason I can’t seem to get do_shortcode to work. When I add the following code to header.php:
echo do_shortcode('[av_layerslider av_uid='av-tyxz' id='1']');
This tekst is shown above the main menu. So the rest works, but I need to show the shortcode differently. When I add the following code. the entire page will not show.
<?php echo do_shortcode('[av_layerslider av_uid='av-tyxz' id='1']'); ?>
Probably because the shortcode itself contains several: ‘
So I’m missing something, but I’m not sure what.
- This reply was modified 6 years, 6 months ago by enzowillemstad.
May 23, 2018 at 3:14 am #960604Hi enzowillemstad,
Yes that’s right you need to use double quotes to wrap the shortcode if the shortcode contains single quotes or vice versa, this code will work:
<?php echo do_shortcode("[av_layerslider av_uid='av-tyxz' id='1']"); ?>
Also just to note, this type of change will cause some issues with sticky header, so I suggest not using it.
Best regards,
NikkoMay 23, 2018 at 11:46 am #960753Aha, yes that makes sense.
For some reason it will not show on the homepage and test page. But it does show on the page I created for the header:
Perhaps the body background image is in front of the slider?
- This reply was modified 6 years, 5 months ago by enzowillemstad.
May 23, 2018 at 2:10 pm #960802No, it’s not because of the background image. Not sure why the slider will not show on the pages, only the same page as the slider is loaded via the builder the slider is shown.
Any ideas?
May 23, 2018 at 4:32 pm #960928Hi enzowillemstad,
Try to go to Enfold > Performance > Disabling of template builder elements set this to: Always load all elements
Let us know if this helps.Best regards,
NikkoMay 23, 2018 at 4:48 pm #960949I’m afraid it did not do the tricky..
May 23, 2018 at 5:59 pm #961035Hi enzowillemstad,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoMay 24, 2018 at 9:06 am #961385I’ve created a user see login credentials in the private section.
Thanks in advance!May 24, 2018 at 10:36 am #961410Hi enzowillemstad,
I have checked on this however, the bundled layerslider only loads properly if added via ALB and takes a lot of time to make it work just by using shortcodes and outside the scope of our support. Would it be okay to use other sliders instead?
Best regards,
NikkoMay 24, 2018 at 10:41 am #961413Ok. Not sure wat ALB is, but no problem I can create a slider in another slider plugin.
Thanks for your help.
You guys are by far the best theme-support!May 24, 2018 at 11:02 am #961429It works perfect with other slider, thanks so much! Again: you guys are awesome!
May 24, 2018 at 1:44 pm #961527Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.