Forum Replies Created

Viewing 30 posts - 16,471 through 16,500 (of 35,023 total)
  • Author
    Posts
  • Hi,
    Please try clearing your browser cache, when I visit your site the animation is working with a 5 second delay.

    Best regards,
    Mike

    Hi,
    Sorry I missed that you were going to 989px, I have adjusted the css and also adjusted for the logo, please try this css:

    @media only screen and (max-width: 989px) {
      .responsive #top #wrap_all #header {
        position: fixed !important;
      }
    .responsive #top .logo {
        position: relative !important;
        display: table !important;
        width: 80% !important;
    }
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Special characters – something silly #1228852

    Hi,
    Thank you for your investigation and for sharing your findings, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Api mailchimp connection #1228850

    Hi,
    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
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Countdown translation #1228848

    Hi,
    We will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,

    @mituweb
    please note the last post was for user @gbd, we will be happy to assist you but we need sftp access. Can your webhost assist with that? Or if you have access you can download the files and follow the steps above.

    Best regards,
    Mike

    in reply to: Remove connect.facebook.net JS #1228836

    Hi,
    Glad that we could help, I followed the loading of the files in the “Network” tab in the dev tools of Chrome.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Hide Header Secondary Menu on sticky header mobile #1228592

    Hi,
    Please post your css to make the mobile header sticky and hide the top bar on scroll, when I check your page on mobile it seems disabled, did you remove it? If not please do remove it so we can test without conflict.
    I see that your header is not getting the header-scrolled class so the css above will not be triggered. Since you are not getting this class, due to the combination of settings for your header, we can add a similar class with jQuery triggered by the “scrolled” state and adjust your css to work with it.

    Best regards,
    Mike

    Hi,
    Sorry, I think I misunderstood, so you want to hide a specific category from the product meta, so I disabled the function above and added this one:

    add_filter('get_the_terms', 'hide_categories_terms', 10, 3);
    function hide_categories_terms($terms, $post_id, $taxonomy){
    	$exclude = array(361);
    
        if (!is_admin()) {
            foreach($terms as $key => $term){
                if(in_array($term->term_id, $exclude)) unset($terms[$key]);
            }
        }
        return $terms;
    }

    Now it is hiding the “Petits Prix” from the category meta, please check.

    Best regards,
    Mike

    in reply to: Lines in accordion #1228291

    Hi,
    Thank you for sharing your solution, I had thought you wanted to keep the active toggle title borders when the toggles were open, but glad to see you have it sorted out. Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Remove current portfolio post from portfolio grid #1228288

    Hi,
    Sorry, the code above was the solution for the same request in another thread but with further testing, I find it offsets the items but not based on the page it is on. So we will have to keep looking.

    Best regards,
    Mike

    in reply to: using own icons in icon list #1228283

    Hi,
    Thank you for the feedback, for mobile we can reduce the font size and brake long words.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 424px) { 
    h4.av_iconlist_title {
    	font-size: 13px !important;
    	overflow-wrap: break-word;
    }
    }
    @media only screen and (min-width: 425px) and (max-width: 767px) { 
    h4.av_iconlist_title {
    	font-size: 20px !important;
    	overflow-wrap: break-word;
    }
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Color section video background not working #1228270

    Hi,
    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
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hey kopf-und-stift,
    Sorry for the late reply, I have used Poedit to edit the de_DE.po & de_DE.mo files for this phrase and linked them below in the Private Content area.
    Please extract and upload the two files via FTP or your web host file manager to \wp-content\themes\enfold\lang\ , please save a fallback copy of your current files.
    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Unable to add text above calender #1228139

    Hey Tarakbc,
    Sorry for the late reply and thanks for the link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #top.single-calendar article.calendar.type-calendar:before {
    	content: "When the calendar is viewed on a mobile device please view horizontally";
      color: #777 !important;
      font-size: 1em;
    }
    }

    Feel free to adjust the statement in the code, and then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    Hey Kshipra,
    Sorry for the late reply, I recommend using the plugin Simple Image Sizes and using it’s options at WordPress > Dashboard > Settings > Media > Media Settings to choose which thumbnails are created. The WordPress page for this plugin says it is old, but it still works good because has a basic function that has not changed in WordPress.
    After making your choices you will need to Regenerate Thumbnails and clear your browser cache.

    Best regards,
    Mike

    in reply to: Links to an attachment page from Image in a gallery #1228135

    Hi,
    Sorry for the late reply, I tested the plugin Gallery Custom Links and while it seems to work with our gallery element the plugin disables the lightbox on any image that it adds the link to, so this plugin is not going to be able to add the link to the lightbox image after it is opened. I tried taking a look at the plugin source code to see if I could modify it, but I was not successful.
    I also tested if the attachment page was being created when media is added to the media library, and it is. If you include an admin login we could investigate further.

    Best regards,
    Mike

    in reply to: Lines in accordion #1228119

    Hi,
    Sorry for the late reply and thanks to the link to the other thread. Unfortunately, there is not a way to apply css based on zoom level, but I was able to test this css on your page while using zoom in Chrome on Windows and it seems to solve this while keeping the active toggle border and the special heading border.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #wrap_all .main_color div:not(.togglecontainer) section,
    #wrap_all .main_color div,
    #wrap_all .main_color p:not(.activeTitle),
    #wrap_all .main_color p.toggler:not(.activeTitle) {
        border-color: transparent !important;
    }
    #top #wrap_all .main_color .special-heading-inner-border {
        border-color: #545d62 !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to add icons in text #1228115

    Hey Alan,
    Sorry for the late reply, you can add the icon shortcodes to your text. You can open a “Classic Editor” post and use the “shortcode wand” to get the shortcode.
    shortcode-wand.png
    such as: [ av_font_icon icon='ue854' font='entypo-fontello' size='20px'][ /av_font_icon]
    Here is another example.

    Best regards,
    Mike

    in reply to: socket enfold polylang issue #1228110

    Hey jb84,
    Sorry for the late reply, the polylang plugin has a “string translation” option where you can set any text to be changed to anything in any language, not just a translation.
    2020-07-05_172759.png
    Have you tried this? If you have trouble setting this up, Please include an admin login in the Private Content area so we can assist.

    Best regards,
    Mike

    in reply to: Fatal Error #1228104

    Hi,
    Thank you, I have responded to your new post, let’s continue there.

    Best regards,
    Mike

    Hey coxjeffery,
    Thank you for the ftp access, I disabled your “Enfold” theme so we can login, but the login you post is not working please check.
    It looks like your WordPress version is “5.1.6”, if so please update to “5.4.2”, and then let us know and I will enable your theme and investigate further.

    Best regards,
    Mike

    in reply to: Special characters – something silly #1228101

    Hi,
    Sorry, I don’t see different colors, but it does look like an optical illusion if I stare at it. But the inspector is saying that all are black.
    I notice this looks different if you change the font, try this css to see what I mean:

    #top.postid-8903 .entry-content p {
    	font: initial !important;
    }

    Best regards,
    Mike

    in reply to: Video icon play in layer slider #1228096

    Hey SphereEvenements,
    Sorry for the late reply, the layerslider places these images from the file in the Private Content area. You could create a replacement file with the images you wish, or you could try this css with your own custom image.

    .ls-noskin .ls-playvideo, .ls-noskin .ls-loading-container, .ls-noskin .ls-fullscreen {
        background-image: url(play-button.png) !important;
        background-size: contain;
        background-repeat: no-repeat;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Special characters – something silly #1228089

    Hey Rob,
    Sorry for the late reply and thanks for the login, I found your test page, but your arrows are black for me, zoom in or not, please see the screenshot in Private Content area.
    The color is determined by the classes of the parent elements, so it is possible for the characters to be different colors depending on where they are placed.

    Best regards,
    Mike

    Hey navindesigns,
    Sorry for the late reply and thanks for the link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia_transform #top.home .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title {
        visibility: visible;
        animation: caption-left 6s 1 cubic-bezier(0.985,0.005,0.265,1) !important;
        -webkit-animation: caption-left 6s 1 cubic-bezier(0.985,0.005,0.265,1) !important;
        animation-fill-mode: forwards !important;
    }
    .avia_transform #top.home .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content {
        visibility: visible;
        animation: caption-right 6s 1 cubic-bezier(0.985,0.005,0.265,1) !important;
        -webkit-animation: caption-right 6s 1 cubic-bezier(0.985,0.005,0.265,1) !important;
        animation-fill-mode: forwards !important;
    }
    @keyframes caption-left {
        0% {
            transform: translate(-2000px,0);
            opacity: 0;
        }
    
        20% {
            transform: translate(0,0);
            opacity: 1;
        }
        80% {
            transform: translate(0,0);
            opacity: 1;
        }
        100% {
            transform: translate(-2000px,0);
            opacity: 0;
        }
    }
    @-webkit-keyframes caption-left {
        0% {
            transform: translate(-2000px,0);
            opacity: 0;
        }
    
        20% {
            transform: translate(0,0);
            opacity: 1;
        }
        80% {
            transform: translate(0,0);
            opacity: 1;
        }
        100% {
            transform: translate(-2000px,0);
            opacity: 0;
        }
    }
    @keyframes caption-right {
        0% {
            transform: translate(2000px,0);
            opacity: 0;
        }
    
        20% {
            transform: translate(0,0);
            opacity: 1;
        }
        80% {
            transform: translate(0,0);
            opacity: 1;
        }
        100% {
            transform: translate(2000px,0);
            opacity: 0;
        }
    }
    @-webkit-keyframes caption-right {
        0% {
            transform: translate(2000px,0);
            opacity: 0;
        }
    
        20% {
            transform: translate(0,0);
            opacity: 1;
        }
        80% {
            transform: translate(0,0);
            opacity: 1;
        }
        100% {
            transform: translate(2000px,0);
            opacity: 0;
        }
    }
    

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    Hey fcp,
    Sorry for the late reply and thanks for the link, which category are you trying to exclude?
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_pre_get_posts_query( $q ) {
    
      $tax_query = (array) $q->get( 'tax_query' );
    
      $tax_query[] = array(
             'taxonomy' => 'product_cat',
             'field' => 'slug',
             'terms' => array( 'uncategorized' ), 
             'operator' => 'NOT IN'
      );
    
      $q->set( 'tax_query', $tax_query );
    }
    add_action( 'woocommerce_product_query', 'custom_pre_get_posts_query' );  

    and change the category “uncategorized” in the code to the category are you trying to exclude.
    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Remove connect.facebook.net JS #1228069

    Hi,
    Sorry for the late reply and thanks for the login. The fbevents.js is loaded by your HubSpot Embed Code in your child theme footer.php
    Which I guess you are going to want to keep, but now you know where it is coming from.

    Best regards,
    Mike

    Hey Diana,
    Sorry for the late reply and thanks for the login, I restored your test page so I could see the issue, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia-testimonial-wrapper .avia-slideshow-arrows a:before {
        background: transparent !important;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    Hey Frank,
    Sorry for the late reply and thanks for the link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .wpml-ls-menu-item.dropdown_ul_available span.dropdown_available:after {
    	content: "\00a0\2BC6" !important;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 16,471 through 16,500 (of 35,023 total)