Forum Replies Created
-
AuthorPosts
-
Hi,
Glad to hear, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeMarch 25, 2018 at 11:22 pm in reply to: Google Map from Media Elements not working from Avia Layout Builder #932724Hi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Thanks for that, I looked again on my end and found it was loaded much further down. Sorry.Best regards,
MikeHi,
I changed the code in your functions.php to:// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['instagram2'] = array( 'font' =>'fontello', 'icon' => 'uf16d'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['instagram2'] = 'instagram2'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);and choose “instagram2” in your social profile.
It is now working, please check.Best regards,
MikeMarch 25, 2018 at 9:05 pm in reply to: MissingKeyMapError on google maps – but only on one language #932694Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu { height: 40px!important; }feel free to adjust to suit.
Best regards,
MikeHi,
I can try to import the Enfold 2017 Demo manually, but I will need FTP and admin access.
The login above didn’t work for me. (ERROR: Invalid username)
Please note you will lose all content with a manually install.Best regards,
MikeHey Roysenberg,
I see that your sidebar menu is behind your logo, please try this code in the General Styling > Quick CSS field:#nav_menu-3 { margin-top: 30%; }Best regards,
MikeHey HeeHA,
Sorry, this is not available within Enfold, but there are many plugins that offer this, such as: Timeline and History sliderBest regards,
MikeHey Lodelot,
Please check the url you posted as it is not leading to a page, unless you are geo blocking IP address?Best regards,
MikeHey RafaelCaballe,
Typically this is due to a older PHP version being used by your webhost, please ask them to update your PHP version to v7
Another solution could be to replace your header.php with this one.Best regards,
MikeHey Jon Ciangiulli,
Sorry to hear this, but we are not a host, nor do we have any association with them. Our product is a WordPress theme that is used and hosted on the end users own webhost provider.
You can use a tool such as http://whois.domaintools.com/ to find the webhost and make your report there.Best regards,
MikeHi,
I added this code to the end of your functions.php file in Appearance > Editor:add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "<span class='logo-title logo-subtitle'>"; $sub .= get_bloginfo( 'description', 'display' ); $sub .= "</span>"; return $sub; }and this code in the General Styling > Quick CSS field:
@media only screen and (min-width: 1023px) { #top .logo, #top .logo a { overflow: visible; } #top .logo-subtitle { color: #82817f !important; font-size: 18px !important; top: 1px !important; left: 250px; position: absolute; white-space: nowrap; } } @media only screen and (min-width: 744px) and (max-width: 1023px) { #top .logo, #top .logo a { overflow: visible; } #top .logo-subtitle { color: #82817f !important; font-size: 18px !important; top: 1px !important; left: 150px; position: absolute; white-space: nowrap; } }and it is now working in tablet and desktop, it will not show in mobile as there is not enough room.
Please clear your browser cache and check.Best regards,
MikeMarch 25, 2018 at 7:40 pm in reply to: MissingKeyMapError on google maps – but only on one language #932670Hey studiono,
Please check the Enfold Theme Options > Google Services > Google Maps API for the En language to ensure the API key is there.Best regards,
MikeHi,
Can you please include a admin login in the private content area to your staging site, so we can take a closer look.Best regards,
MikeHi,
I notice that on your staging site you don’t seem to have /wp-content/uploads/dynamic_avia/ loading the avia-merged-styles css & js
If you look via FTP, is this folder and files there?
the avia-merged-styles files are necessary for the theme in v4.2.6Best regards,
MikeHey nychng,
Can you please link to where the shortcode is being used so we can investigate. I didn’t see it on your homepage.Best regards,
MikeHi,
I believe that you are saying that this issue is solved, shall we close this then?Best regards,
MikeHey mcraig77,
Can you please tell us how you updated, though FTP or WordPress?
I believe to solve your issue try deleting your enfold theme folder via FTP at:
/wp-content/themes/enfold
then upload the new enfold folder that you download from Theme Forest to upgrade.
don’t try to overwrite your old theme folder.
Please note that the standard name your the theme folder is /enfold/ yet if yours is named differently you will need to match the name.
If you are unsure of this process, please include ftp and admin access in the Private Content area.Best regards,
MikeHey Andrea,
Please read this solution: How to add an order/orderby option to the blog/post slider/portfolio/masonry grid elementBest regards,
MikeHi,
In Enfold Theme Options > Social Profiles > Your social profiles, I changed the name of “Social Icon” to Instagram, it is now showing next to your menu.
Please clear your browser cache and check.Best regards,
MikeHey GFMutiny,
Instead for using 5 columns each containing a image, text, and button. Try creating 5 columns in a row for your images, then columns in a row for your text, and 5 more columns in a row for your buttons. Then in the settings for the first column in each row choose “Equal Height”
Here is a screenshot of the editor:

Each row of columns will be equal height and responsive, here is a screenshot of the front end:

I found that there is no added top and bottom margin or padding for each column so the elements look natural.For mobile devices I created 5 more columns below, each with images, text, and buttons and I added a Custom Class “eh-mobile” to hide these columns in desktop view, where the other columns have a custom class “eh-desk” to hide from mobile view.

Here is the css to hide the elements at the brake points:@media only screen and (max-width: 766px) { .eh-desk { display:none !important; } } @media only screen and (min-width: 767px) { .eh-mobile { display:none !important; } }If you would like to test the page I created for this example, you can download it here: equal height column test debug code.txt
and add the code to your site by Enabling the Avia Layout Builder DebugBest regards,
MikeHi,
Knowing which elements you would use the h6 in would make it easier to override the theme styles. But you could try using this code in the WordPress > Customize > Additional CSS field:#top #wrap_all .all_colors h6, h6 { font-family: 'Droid Sans'!important; font-size: 20px !important; color: #444444 !important; }adjust to suit.
Best regards,
MikeHi,
Can I ask what you mean by the search doesn’t work? Below is a search I did on your site which seems to have worked.Best regards,
MikeHey Woutski,
Do you mean that the iPhone is making phone numbers the same color as your dropcaps?
If so please read: How do I remove the blue styling of telephone numbers on iPhone/iOS?Best regards,
MikeHey MDOTDesignStudio,
Can you please tell us how you updated, though FTP or WordPress?
I believe to solve your issue try deleting your enfold theme folder via FTP at:
/wp-content/themes/enfold
then upload the new enfold folder that you download from Theme Forest to upgrade.
don’t try to overwrite your old theme folder.
Please note that the standard name your the theme folder is /enfold/ yet if yours is named differently you will nee to match the name.
If you are unsure of this process, please include ftp and admin access in the Private Content area.Best regards,
Mike -
AuthorPosts
