Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for using Enfold.
Have you tried adding a position plus z-index css property on the new container with the custom link? You can use media queries to adjust the position of the custom link on different screen sizes.
Best regards,
IsmaelHi!
Thank you for the info.
Please add this on Quick CSS or custom.css:
.html_header_top.html_header_sticky .home #wrap_all #main { padding-top: 0; }Cheers!
IsmaelHi!
I haven’t tried this but maybe you can use this plugin to enable svg upload: https://wordpress.org/plugins/scalable-vector-graphics-svg/installation/
Best regards,
IsmaelHi!
Please always remove the device browser cache before checking the page. The css snippets are working. Note that the video slide are disabled on mobile devices. You need to add a fallback image for mobile devices. Edit the video slide then choose the fallback image.

Best regards,
IsmaelHi vin8tan!
Thank you for using Enfold.
Try adding this on Quick CSS or custom.css:
footer.entry-footer { clear: both; top: 20px; position: relative; }Best regards,
IsmaelSeptember 18, 2014 at 9:51 am in reply to: permalinks changed after upgrade – problems with Yoast SEO #321032Hey!
Thank you for the info.
The login page takes forever to load. I can’t access the username and password field. Please try adding the code snippet via FTP.
add_action('init','avia_remove_yoast_filter'); function avia_remove_yoast_filter() { remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1); remove_filter('wpseo_video_index_content','avia_wpseo_video_content_fix', 10, 2); }Cheers!
IsmaelHi!
Thank you for using Enfold.
There’s a lot of script errors coming from the WooCommerce plugin folder. Please try to deactivate other plugins except woocommerce then test it again. Get a fresh copy of the plugin then override the old one.
Cheers!
IsmaelHi!
Have you tried removing the said images (photo23.jpg and photo22.jpg) on the Media > Library? Upload them again.
Best regards,
IsmaelSeptember 18, 2014 at 9:36 am in reply to: I want to show a drop down of flags/languages for WPML but get a row of flags #321022Hi!
Thank you for the info.
Can you please post the login credentials here? Set it as a private reply. We would like to check it.
Cheers!
IsmaelHi!
Please try to add this on functions.php:
add_action('init','avia_remove_yoast_filter'); function avia_remove_yoast_filter() { remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1); remove_filter('wpseo_video_index_content','avia_wpseo_video_content_fix', 10, 2); }Best regards,
IsmaelHey!
Sorry for the delay.
You have Visual Composer installed and this may cause scripts errors with the advance layout builder. Also, please deactivate the html compressor of the Quick Cache Plugin.
Cheers!
IsmaelHi!
For clarification, can you please provide a screenshot of that “feature”? We didn’t remove any features on the ajax portfolio.
Cheers!
IsmaelHi!
I’m not sure where the “Insert Shortcode” button is coming from. I guess it’s from a third party plugin. Please provide a temporary login details. We would like to check it.
Regards,
IsmaelHey!
Please try adding this on functions.php to remove the default theme language switcher:
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); }Cheers!
IsmaelHey Tom!
Thank you for using Enfold.
You’re using an old version of the theme. Please download the latest version 2.9.2 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelHi!
Thank you for using Enfold.
Yes, that will work. You can add a unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Best regards,
IsmaelHi thorkil!
Thank you for using Enfold.
I checked the website and resize the window. Everything looks fine, the site is fully responsive. Please provide a screenshot of what you’re seeing on your browser.
Best regards,
IsmaelSeptember 18, 2014 at 8:59 am in reply to: Problem with Team members – can't add more than 6? #320991September 18, 2014 at 8:56 am in reply to: Are we safe to upgrade to the latest version of Yoast now #320987Hey!
You can try this:
.av-main-nav > li:hover { background-color: red; border-right: 1px solid white !important; width: 127px; } .av-main-nav > li:hover a { color: blue; }For active menu, try this:
.av-main-nav > li.current-menu-item { background-color: blue; }Regards,
IsmaelHi toolme!
Thank you for visiting the support forum.
Have you tried changing the password by editing the page? Go to the Pages panel then edit the page.
Cheers!
IsmaelHey!
Thank you for the update.
That is default browser feature showing the image title. You need to remove the title attribute if you don’t want the tooltip. Try adding this on functions.php:
function remove_image_title() { ?> <script type="text/javascript"> jQuery(window).load(function(){ jQuery('img').removeAttr('title'); }); </script> <?php } add_filter('wp_head', 'remove_image_title');Regards,
IsmaelHey Luken123!
Thank you for using Enfold.
The update should be enough to fix the issue. Have you tried it on another browser or computer? If it still doesn’t work, please deactivate the plugins then remove browser cache.
Cheers!
IsmaelHi mcraig77!
Thank you for using Enfold.
1.) I’m not sure what you mean by h3 styles but you can change the font style of the accordion title with this:
main_color .toggler { color: red; font-size: 15px; }2.) Remove borders with this:
.togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler, .toggle_content { border: none; }3.) Change the active tab with this:
toggler, .main_color .toggler.activeTitle:hover { background-color: red; color: blue; }Regards,
IsmaelSeptember 18, 2014 at 8:34 am in reply to: Can I create some pages or post only been seen for certain user? #320976Hey peiiep!
Thank you for using Enfold.
You can look for membership plugins: https://wordpress.org/plugins/search.php?q=membership
Please be careful with this plugins because they can mess up the admin roles sometimes.
Best regards,
IsmaelSeptember 18, 2014 at 8:32 am in reply to: Fullscreen Slider Font Color for Caption Title and Caption Text #320974Hi!
You can add the code on Enfold > General Styling > Quick CSS field or the custom.css file if you have access via FTP.
Regards,
IsmaelHi eRoxanne!
Thank you for using the theme.
I checked the website on IE11 and this is what I see:

Please try to remove browse cache then reload the page a few times.
Cheers!
Ismael -
AuthorPosts
