Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for getting back to us. At the moment there seem to be an issue with the icon import and I have informed the dev’s.
It’s required to only add Icons that are not available in the theme already. Please try the above code and it should work.To get the icon unicode please select the icons on fontello.com which are already in the theme and check the customize tab to get the unicode which you can then enter it in the css code.
Let us know if you need any help, we are happy to help :)
Regards,
VinayHey sunjones,
I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!
Best regards,
VinayHey Perry,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header_main, #top #header_main > .container, .av-main-nav > li { max-height: 90px!important; overflow: visible; } .logo { min-height: 150px; } #main { padding-top:90px!important; } .av-main-nav > li > a { line-height: 90px!important; }Best regards,
VinayHi,
Glad you figured it out! and thank you for sharing the solution here. Yes adwords docs have most of the answers https://support.google.com/adwords/ :)
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHey Isabelle Garcia,
Thank you for reaching out to us. I have notified Kriesi about your offer please await his reply if interested he will get in touch with you.
Best regards,
VinayHey Ed,
Sorry for the delay, we need to take a closer look Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayHey Pas7o,
To add custom icons to the main menu please check the below info :
1. Go to http://fontello.com/ select the icons you like to add.
IMPORTANT: Give the icon set a custom name can be anything like “yalp” this options is right next to the download button.2. Go to customize code tab to get the icon unicodes.
3. The below code the nth-child(x) is the menu item number and content:”\EXXX” is the icon unicode.
#avia-menu > li:nth-child(1) > a .avia-menu-text:before { content:'\E897'; }Repeat this block of code for each menu item by changing x to menu item numbers in the nth-child(x)
4. Add this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
/* Adjust distance between menu items */ #avia-menu > li { padding:0 10px 0 5px; } /* Icon font family */ #avia-menu > li > a .avia-menu-text:before { font-family: 'entypo-fontello'; position: absolute; left: 0; } /* Icons */ #avia-menu > li:nth-child(1) > a .avia-menu-text:before { content:'\E800'; } #avia-menu > li:nth-child(2) > a .avia-menu-text:before { content:'\E832'; } #avia-menu > li:nth-child(3) > a .avia-menu-text:before { content:'\E897'; }Best regards,
VinayHey!
I think you are using an old version of enfold or you have set up the menu in a different way. Please update to the latest version 3.8.5 and your code for the page should be as below:
/* One page dots navigation */ .page-id-140 .avia-menu { position:fixed; max-width:0px; height:auto!important; right:50px; top:50%; transform:translateY(-50%); } .page-id-140 .avia-menu .menu-item { max-width: 25px; max-height:25px; border-radius:25px; margin:10px; overflow:hidden; } .page-id-140 .avia-menu .avia-menu-text { display:none; }If you still have any issue please provide us the admin login details so we can login and take a closer look.
Regards,
VinayHi,
I tried to troubleshoot this issue but the login credentials you provided do not work for me. You can easily edit this from Dashboard > Enfold > Advanced Styling > Select menu item from the dropdown list. (NOTE: This will work perfectly fine if there is no code added to modify the menu items).
If for some reason you have trouble with it please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
/* Submenu color*/ .av-main-nav ul li a { color: #000 !important; } /* Submenu color on hover*/ .av-main-nav ul li a:hover { color: #000 !important; }Best regards,
Vinay-
This reply was modified 8 years, 11 months ago by
Vinay.
Hey thomasdries,
It appears some files are corrupt or not uploaded properly please re-upload the theme folder and that should fix any issues you are currently experiencing :)
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area
Best regards,
VinayHey Kali,
Please use a color section and add the background image in the color section background options. You can then easily add content inside the color section element.
Best regards,
VinayHi,
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,
VinayHey jellyfish007,
It’s not clear what you are trying to achieve please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)
Best regards,
VinayHey Dwimmer,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.iconbox a:hover::before, .iconbox_icon:hover { color:#FFF!important; }Best regards,
VinayHi,
Please update the theme to the latest version 3.8.5. That should fix any issues you are currently experiencing :)
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
Best regards,
VinayHey Wisith,
It’s not clear where you are trying to display the new pages? I’m assuming you like to display the new page on top of the site in the main menu area correct?
Please add the pages to the main menu area from Appearance > Menu > Select the correct menu and make sure main menu is checked at the bottom.

Best regards,
VinayHey marcgaudet,
Steps to install the theme:
1. Download a fresh package of the theme from themeforest.
2. Extract the downloaded zip package and you will find enfold.zip file inside it.
3. Upload the enfold.zip from Appearance > Themes > Upload themeLet us know if you have any questions, we are happy to help!
Best regards,
VinayHi,
We need to take a closer look at the backend please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayHey metamorfic,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width:767px) { #menu-item-529 a { border-left:none!important; }}Best regards,
VinayHi,
I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!
Tutorials on the 3rd party sites may be outdated please refer to the strip docs here https://docs.woocommerce.com/document/stripe/
Thank you for your understanding :)
Best regards,
VinayFebruary 14, 2017 at 8:00 am in reply to: image change on mouseover – html wrong? code block #746737Hi,
To display the html code on the frontend please select “Escape HTML Code” in code block element options.
Please enable debug mode by adding the code provided in this link to your functions.php file http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
This let’s you view the shortcode for all the page elements.
Best regards,
VinayHey carmen,
We need to check the settings please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayFebruary 14, 2017 at 7:52 am in reply to: Mobile menu – first logo – then menu – all centered #746733Hey vonweiler,
I checked your site, the logo and menu looks perfectly centered.

Please let us knwo if you have more questions, we are happy to help :)
Best regards,
VinayHi,
We are sorry for the delay, I checked the link you provided but it’s not clear which box you like to get rid off?
If you are talking about the “Colored Granules” section please use the below css to hide the box.
.avia-builder-el-2 { display:none; }Unfortunately to modify the gallery functionality would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
VinayHi,
Choosing automatic will use the browser window size to accommodate the number of thumbnails. It would require a lot of modification to show 3 columns in all screens while choosing automatic hence we recommend hiring a freelancer to do this job.
If you like to always have 3 columns please use the masonry settings and set the number of columns to 3.
Best regards,
VinayHey imagevo,
This is not a default feature of WooCommerce to add extra functionality or modify WooCommerce shipping details please give this plugin a try https://wordpress.org/plugins/woocommerce-hide-checkout-shipping-address/
Best regards,
VinayHi,
Please check the links in private for a video guide to replace the theme files manually.
Let us know if you have more questions, we are happy to help :)
Best regards,
VinayHey wilsongrant,
I think you figured this one out already?
In case you need more help please create a new menu or select an existing menu from Appearance > Menu and select the check box option “Enfold main menu”.

Best regards,
VinayHey!
1. To remove the active menu indicator please go to Enfold > Header > Header Layout > Header Style and choose minimal.
2. Not sure what you trying to achieve. I’m assuming you like to make the menu same width as the picture? in that case please adjust the max-width value in the code provided earlier.
#header #header_main_alternate .container{ width: 100%!important; max-width:1220px; ... ...Cheers!
Vinay-
This reply was modified 8 years, 11 months ago by
Vinay.
Hi,
The code Yigit provided does work! Please try adding it to the top of the Quick CSS section.
There are various reason why the code may not work, one is if there are any syntax errors in the code added earlier or you may not see the changes until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

Best regards,
Vinay -
AuthorPosts
