Forum Replies Created
-
AuthorPosts
-
Hey!
From what I remember, you change the icon with css modifications. Did you create your own trip advisor icon? This is the css code:
#top .social_bookmarks_vimeo { background: url(https://www.lecarabattole.com/wp-content/mieimmagini/tripadvisor.png) no-repeat center !important; } #top .social_bookmarks_vimeo:hover a { background: url(https://www.lecarabattole.com/wp-content/mieimmagini/tripadvisor-hover.png) no-repeat center !important; }Regards,
IsmaelHi!
@Erik: Yes, that plugin will surely help. We always suggests the plugin for users with ssl issues. Thanks for sharing.
@vegaspro: Please install the plugin suggested above.Cheers!
IsmaelHey modelity!
Thank you for using Enfold.
Add this to the functions.php to disable the default flag 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); }Go to the WPML > Languages panel. Enable the Display the language switcher in the WP Menu. Select your main or secondary menu then set the Language switcher style to Drop-down menu.
Regards,
IsmaelHey!
I set the layout of the english version to boxed and it works fine. Please try to remove browser cache then reload the page: http://www.openair-frauenfeld.ch/en/
Cheers!
IsmaelHey!
The layer slider shortcode is disabled by default. You have to purchase a plugin license in order to use the shortcodes again. For now, you need to add the slider using the advance layout builder.
Regards,
IsmaelHi!
Please upload the logo again. Set the main menu as Enfold Main Menu on Appearance > Menus panel.
Best regards,
IsmaelMarch 24, 2015 at 3:34 am in reply to: Updating site using FTP does not keep settings including color scheme #416877Hi!
Which folder causes the error? The update should take less than 10 minutes if everything goes smoothly. Did you ask your host why the ftp keeps timing out?
Best regards,
IsmaelHey!
@ojasray: Looks like Josue manually imported the theme demo files: https://kriesi.at/support/topic/demo-content-error-2/Regards,
IsmaelMarch 24, 2015 at 3:18 am in reply to: Masonry Gallery – Images Stacking On Top Of Each Other #416870Hi!
The fix is not included on the latest update because not all gallery installation have this issue. I guess this only happens to websites with multiple and heavy images. You can remove the code on avia.js then add this to the functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(this).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');The code above will also resize the windows automatically, forcing the gallery images to adjust to the correct position.
Best regards,
IsmaelHey!
Thank you for using Enfold.
You can edit includes > helper-responsive-megamenu.php, look for this code:
$item_output .= $args->link_before .'<span class="avia-menu-text">'. do_shortcode(apply_filters('the_title', $item->title, $item->ID)) ."</span>". $args->link_after;Replace it with:
$item_output .= $args->link_before .'<span class="avia-menu-text">'. do_shortcode(apply_filters('the_title', $item->title, $item->ID)) . "<br>" . do_shortcode($item->description) ."</span>". $args->link_after;Regards,
IsmaelHi!
Please try the suggestion provided here: https://kriesi.at/support/topic/enfold-menu-not-updating-changes/#post-411532
Best regards,
IsmaelHi!
I’m sorry about the terms, I thought it was obvious. I meant to separate the “Clement Ader” (text image) and the “man” behind the background.
Cheers!
IsmaelHi!
Edit the image button layer then add a custom id or class attribute in the Attributes panel. Use “custom-button” in the Class field for example. Add this to the Quick CSS field to modify the button on mobile devices:
@media only screen and (min-width: 768px) { .custom-button { width: 186px !important; height: 22px !important; bottom: 50px !important; }}Regards,
IsmaelHi!
Use this fix the secondary menu:
@media only screen and (max-width: 767px) { .responsive #header_meta .sub_menu>ul>li { padding: 0 3px; .sub_menu>ul>li>a, .sub_menu>div>ul>li>a { font-size: 9px; padding: 4px 0; } }Regarding the mobile menu issue, please update the theme to 3.1.1. Remove browser cache then reload the page.
Cheers!
IsmaelHey!
The latest update should fix the issue. Please update the theme to version 3.1.1. Remove browser cache then reload the page.
Regards,
IsmaelHi!
I’m sorry but this will require custom work that falls outside the scope of support. Please hire a freelance developer to modify the checkout page. For further modifications, please visit Envato Studio or Werkpress.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelHi opareklov!
Thank you for using Enfold.
I’m sorry but I’m not sure if I understand the issue clearly. Can you please provide a screenshot or a link to the page with the issue?
Cheers!
IsmaelMarch 24, 2015 at 2:20 am in reply to: Bildschirmansicht auf Ipad, Seite hat links und rechts einen Rand. #416854Hi!
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing. Anyway, a screenshot of the issue will help.
Thank you.
Regards,
IsmaelMarch 24, 2015 at 2:18 am in reply to: Problem Boxed site background and new minimal header Enfold 3.1 #416852March 24, 2015 at 2:15 am in reply to: Color section background fixed effect, LAG badly in Chrome. #416851Hey!
Thank you for the info.
When you scroll down, are you using the mouse wheel? Unfortunately, that is the default scroll behaviour of chrome which is a bit “laggy”, that’s why they created smooth scroll extensions. I don’t have any fancy technical explanation about all this but if you search google regarding chrome’s scrolling issue then you’ll know it’s a real thing. Anyway, we haven’t tested this personally but this plugin might help: http://codecanyon.net/item/smooth-mousewheel-wordpress-plugin/9225552#video-container
Regards,
IsmaelMarch 24, 2015 at 2:03 am in reply to: Layer Slider: Safari issue: images resize on mobile and on window resize #416849Hey!
The issue only happens on first load. Try to install a cache plugin:
https://wordpress.org/plugins/w3-total-cache/
https://wordpress.org/plugins/wp-super-cache/Best regards,
IsmaelMarch 24, 2015 at 1:37 am in reply to: How to disable captions on images in masonry gallery on a mobile device #416838Hi!
The code above should work. Remove browser cache then reload the page. Use this to one to completely remove the caption on mobile device:
@media only screen and (max-width: 767px) { .avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content { display: none; } }Cheers!
IsmaelHey Sabine!
Thank you for using Enfold.
From what I understand, you want to hide the featured images in the blog overview page. Is that correct? Add this to the Quick CSS field:
.template-blog .avia-content-slider .slide-image { display: none; }Regards,
IsmaelHi!
Use rgba colors as background value. Replace the code with this:
#top .aviaccordion-excerpt { background-color: rgba(0,0,0,.5) !important; -moz-border-radius: 15px; border-radius: 15px; margin-left: 120%!important; padding-left: 5%!important; width: 300px!important; }The difference might not be prominent since the background behind the caption is grey.
Best regards,
IsmaelHi!
You can try the code block element: https://sheffield-hypnosis.co.uk/test-page/
Best regards,
IsmaelHey!
Did you modify the excerpt? It only display the “read more” link. Add this to left align the title and post meta info:
#top .fullsize .template-blog .post-title, #top .fullsize .template-blog .post-meta-infos { text-align: left; }Cheers!
IsmaelHey leadmagz!
Thank you for using Enfold.
The fix will be included on the next update. Please wait for it on themeforest, it should be available by tomorrow.
Best regards,
IsmaelHey!
You added css modifications to show the mobile menu earlier but it will not work. Please remove the css modifications then replace it with this:
@media only screen and (max-width: 1200px) { .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide { display: block; } .responsive .av_mobile_menu_tablet .main_menu { display: none; } .html_mobile_menu_tablet #mobile-advanced { display: block; }}Regards,
Ismael -
AuthorPosts
