Forum Replies Created

Viewing 30 posts - 50,671 through 50,700 (of 67,534 total)
  • Author
    Posts
  • in reply to: Decrease submenu voices height #417033

    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,
    Ismael

    in reply to: Insecure items using HTTPS #417032

    Hi!

    @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!
    Ismael

    in reply to: Enfold and wpml #417021

    Hey 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,
    Ismael

    in reply to: Problem with a Translated WPML Site #417019

    Hey!

    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!
    Ismael

    in reply to: layerslider in widget area #417018

    Hey!

    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,
    Ismael

    in reply to: Admin looks messed up #417016

    Hi!

    Please upload the logo again. Set the main menu as Enfold Main Menu on Appearance > Menus panel.

    Best regards,
    Ismael

    Hi!

    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,
    Ismael

    in reply to: can't import Photography Demo #416874

    Hey!


    @ojasray
    : Looks like Josue manually imported the theme demo files: https://kriesi.at/support/topic/demo-content-error-2/

    Regards,
    Ismael

    in reply to: Buttons anstatt Links zur Portfolio-Sortierung #416872

    Hey!

    You can buy another license. Thank you. :)

    Best regards,
    Ismael

    in reply to: Display full portfolio content on a page? #416871

    Hey!

    Can you please provide a link to an article?

    Cheers!
    Ismael

    in reply to: Masonry Gallery – Images Stacking On Top Of Each Other #416870

    Hi!

    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,
    Ismael

    in reply to: Show description along with link on Mega Menu #416868

    Hey!

    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,
    Ismael

    in reply to: Enfold menu not updating changes #416866

    Hi!

    Please try the suggestion provided here: https://kriesi.at/support/topic/enfold-menu-not-updating-changes/#post-411532

    Best regards,
    Ismael

    in reply to: Responsive problem : images size or color section ? #416865

    Hi!

    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!
    Ismael

    in reply to: Layer Slider Mobile #416864

    Hi!

    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,
    Ismael

    in reply to: Secondary Menu Spacing on Mobile #416862

    Hi!

    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!
    Ismael

    in reply to: Mobile Menu Issues #416858

    Hey!

    The latest update should fix the issue. Please update the theme to version 3.1.1. Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Enfold Update / Woocommerce #416856

    Hi!

    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,
    Ismael

    in reply to: Widget Letzte Beiträge – Schrift ändern #416855

    Hi 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!
    Ismael

    Hi!

    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,
    Ismael

    Hi!

    Glad we could help. :)

    Best regards,
    Ismael

    Hey!

    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,
    Ismael

    Hey!

    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,
    Ismael

    Hi!

    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!
    Ismael

    in reply to: Problem mit Raster Layout – Single Post Style #416837

    Hey 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,
    Ismael

    in reply to: Accordion Slider Caption/Excerpt Position??? #416836

    Hi!

    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,
    Ismael

    in reply to: How to wrap buttons in shortcode #416834

    Hi!

    You can try the code block element: https://sheffield-hypnosis.co.uk/test-page/

    Best regards,
    Ismael

    in reply to: Blog Post Format #416831

    Hey!

    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!
    Ismael

    in reply to: Video background fallback for mobile not showing up. #416830

    Hey 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,
    Ismael

    in reply to: Main Menu vs. Mobile Menu on resize #416827

    Hey!

    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

Viewing 30 posts - 50,671 through 50,700 (of 67,534 total)