Forum Replies Created

Viewing 30 posts - 11,221 through 11,250 (of 34,910 total)
  • Author
    Posts
  • Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Imported Demo Site Blank #1358278

    Hey CustomXM,
    Thank you for the link to your site, there seemed to be an error in the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression I cleared and it seems to be working now. Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Avia builder not opening #1358277

    Hi,
    Thanks for the feedback, I see that you are getting a 403 Forbidden error from the server, but I’m not sure what is causing it. I recommend disabling your plugins one at a time and check if your frontpage becomes available.

    Best regards,
    Mike

    in reply to: Fulldwidth Video, No Border #1358274

    Hey TippingPointSolutions,
    Please link to your example page so we can examine. If you want the video to be 100% height and width try using the Fullscreen Slider you can add videos to it.

    Best regards,
    Mike

    in reply to: Avia builder not opening #1358273

    Hey hostworks,
    Thank you for the link to your site but the login is not working please check.
    I see that you are using Enfold v4.9.2.1, please try updating to v5.0.1 and ensure your PHP is at least v7.4
    Have you tried disabling all of your plugins? Can we disable them in our tests?

    Best regards,
    Mike

    in reply to: change the color for each category #1358272

    Hi,
    Thanks for sharing Guenni007

    Best regards,
    Mike

    in reply to: Hire Someone to Fix this website? #1358270

    Hi,
    Thanks for the link to your site, the space under the slider on the homepage was caused by the Smush Pro Lazy Load feature, I have disabled it for your homepage:
    2022-07-13_004.jpg
    If you clear your browser cache and check now the error is corrected. Smush Pro is aware of this issue and has told other users they are working on it, we are not able to correct the plugin error from the theme.

    Best regards,
    Mike

    in reply to: Google Fonts not working on mobile #1358269

    Hi,
    Thanks for the link to your page, I have tested it on my Android device with three different browsers, but all three of the fonts look the same as your desktop page and the same when compared to the Google Fonts site:
    2022-07-13_202158.jpg
    I don’t have an iPhone to test with, but from your opening post you were seeing the error on Android.
    Please include a screenshot of what you are seeing on your device after you clear the cache and history of it.
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: WooCommerce Shipping Information Page Not Displaying #1358268

    Hey mpwdesign,
    Thank for the link to your site but Enfold is not blocking the display of the shipping info, as pointed out in your original thread about this, you have some custom css that is hiding it:
    2022-07-13_002.jpg
    as suggested in the other thread, removing your customization will allow it to show.

    Best regards,
    Mike

    in reply to: Border between main content and sidebar #1358267

    Hey rixi,
    Please check Enfold Theme Options ▸ Sidebar Settings ▸ Sidebar Separator Styling
    2022-07-13_001.jpg

    Best regards,
    Mike

    in reply to: Gallery Widget using Firefox and Safari #1358266

    Hey rootbranch,
    Thanks for your screenshot and link to your site but I was not able to reproduce this on Windows Firefox v103.0b8, or Mac (Monterey v12.4) Firefox v102.0.1 or Safari v15.5
    Please check if you can update or try clearing your browser cache.
    Please note that testing with Safari can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    in reply to: Remove Blog Category from Blog Entries #1358265

    Hey rootbranch,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top.single-post .blog-categories.minor-meta {
    	display: none;
    }

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

    Best regards,
    Mike

    Hi,
    I believe there may be a misunderstanding, consider the “GALERIE” menu item, it is a mega menu item with two columns, so the two item can not be below each other like your regular menu items, perhaps you choose the “mega” option in the menu in error, please review and uncheck this option.
    If I misunderstand your intention please explain further and include the admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Sticky header – possible to stop at a certain point #1358240

    Hi,
    Thank you for the link to your pages, but I’m not sure why this is occurring, I linked to my demo page below which is currently “header visible and sticky”, I also tested different header settings and it worked for my demo each time.
    Are you manually managing Builder Elements in Enfold Theme Options ▸ Performance ▸ Disable Template Builder Elements?
    Please include an admin login in the Private Content area so we can investigate, are there any other pages where this is not working?

    Best regards,
    Mike

    in reply to: block collant en dessous du menu collant #1358197

    Hi,
    Thanks for the feedback, I changed your css to this:

    .sticky-top {
        position:fixed!important;
        top:0!important;
        z-index:600!important;
    }
    .sticky-top-added {
      position: fixed !important;
      top: -85px;
      width: 100%;
      z-index: 999;
      opacity: 0;
      background: #fff;
      transition: 0.3s all;
    }

    and changed the script to this:

    function custom_collant_script() { ?>
        <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
      $(function() {       
         var scroll_start = 0;
         var startchange = $('.avia-section.collant');
         var offset = startchange.offset();
         var width = $(window).width()
          if (startchange.length){
         $(document).scroll(function() { 
            scroll_start = $(this).scrollTop();
            if((width >= 990) && (scroll_start > offset.top - 85)) {
              document.querySelector('.avia-section.collant').classList.add('sticky-top');
              document.querySelector('#header_main').classList.add('sticky-top-added');
             } else {
              document.querySelector('.avia-section.collant').classList.remove('sticky-top');
              document.querySelector('#header_main').classList.remove('sticky-top-added');
             }
         });
          }
      });
    })(jQuery);
    });
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_collant_script');

    Now when the color section “collant” reaches the header the header hides and the color section sticks to the top of the screen.
    Please note that if you are logged in and the admin bar is showing at the top the color section looks like it is under the admin bar, so please test not logged in and you will see that the color section is at the top of the screen.
    Please clear your browser cache and check.
    Please note that if you are using Safari can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    in reply to: Sticky header – possible to stop at a certain point #1358121

    Hey smudgedesign,
    Thanks for your question, I recently worked on a solution for something similar to this, please review this thread
    basically, you add a custom class: waypoint-trigger to an element on the page and when it is in view the script will hide the header.
    if you find you need some help setting it up please include an admin login in the Private Content area.

    Best regards,
    Mike

    in reply to: the width on mobile version #1358113

    Hi,
    Glad to hear, shall we close this issue then?

    Best regards,
    Mike

    Hi,
    Thanks for the screenshot, try changing the “/” and adding the line break in the function, like this:
    2022-07-12_001.jpg
    $output .= '<span data-link="'. get_term_link($category->term_id, $category->taxonomy) .'" class="blog__masonry–categorie">' . esc_html( $category->name ) . ' - </span><br/>';

    Best regards,
    Mike

    in reply to: Shipping address missing #1358025

    Hi,
    Glad to hear that you have this sorted out, I see that your other post has been addressed, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: custom icons not rendering correctly #1358021

    Hi,
    Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Translating WordPress pages and PDF files #1358019

    Hi,
    As I understand the topic, this user was using a plugin that had some shortcode which could be used to wrap elements and would show or hide them based on the language, if you are using a plugin that offers a similar shortcode, try adding the button shortcode inside of the translation shortcode, for example:

    [trp_language language="en_US"]  
    
    [av_button label='Button' icon_select='no' icon='ue800' font='entypo-fontello' link='manually,https://example.com/doc_us.pdf' link_target='' size='small' position='center' label_display='' title_attr='' color_options='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' btn_custom_grad_direction='vertical' btn_custom_grad_1='#000000' btn_custom_grad_2='#ffffff' btn_custom_grad_3='' btn_custom_grad_opacity='0.7' btn_custom_bg='#444444' btn_color_bg_hover='theme-color-highlight' btn_custom_bg_hover='#444444' btn_color_font='theme-color' btn_custom_font='#ffffff' btn_color_font_hover='white' btn_custom_font_hover='#ffffff' border='' border_width='' border_width_sync='true' border_color='' border_radius='' border_radius_sync='true' box_shadow='' box_shadow_style='0px,0px,0px,0px' box_shadow_color='' animation='' animation_duration='' animation_custom_bg_color='' animation_z_index_curtain='100' hover_opacity='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' css_position='' css_position_location=',,,' css_position_z_index='' av-medium-css_position='' av-medium-css_position_location=',,,' av-medium-css_position_z_index='' av-small-css_position='' av-small-css_position_location=',,,' av-small-css_position_z_index='' av-mini-css_position='' av-mini-css_position_location=',,,' av-mini-css_position_z_index='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg=''] 
    
    [/trp_language]  
    
    [trp_language language="fr_FR"]
    
    [av_button label='Button' icon_select='no' icon='ue800' font='entypo-fontello' link='manually,https://example.com/doc_fr.pdf' link_target='' size='small' position='center' label_display='' title_attr='' color_options='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' btn_custom_grad_direction='vertical' btn_custom_grad_1='#000000' btn_custom_grad_2='#ffffff' btn_custom_grad_3='' btn_custom_grad_opacity='0.7' btn_custom_bg='#444444' btn_color_bg_hover='theme-color-highlight' btn_custom_bg_hover='#444444' btn_color_font='theme-color' btn_custom_font='#ffffff' btn_color_font_hover='white' btn_custom_font_hover='#ffffff' border='' border_width='' border_width_sync='true' border_color='' border_radius='' border_radius_sync='true' box_shadow='' box_shadow_style='0px,0px,0px,0px' box_shadow_color='' animation='' animation_duration='' animation_custom_bg_color='' animation_z_index_curtain='100' hover_opacity='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' css_position='' css_position_location=',,,' css_position_z_index='' av-medium-css_position='' av-medium-css_position_location=',,,' av-medium-css_position_z_index='' av-small-css_position='' av-small-css_position_location=',,,' av-small-css_position_z_index='' av-mini-css_position='' av-mini-css_position_location=',,,' av-mini-css_position_z_index='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg='']
    
    [/trp_language]

    Best regards,
    Mike

    in reply to: Main Menu_ Line indicates the wrong side #1358018

    Hi,
    Sorry, I don’t understand your last post, please explain further.

    Best regards,
    Mike

    in reply to: the width on mobile version #1358016

    Hi,
    I examined the post linked below, and it looks like it is using color sections, wich doesn’t use padding like the grid rows, the edge is created by the max-width being 85%
    This css works for this post, but I’m not sure if it will cause issues elsewhere on your site:

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all #main .container {
        width: 100%;
        max-width: 100%;
        padding-left: 6%;
        padding-right: 6%;
    
    }
    }

    give this a try.

    Best regards,
    Mike

    in reply to: Anchor to services on home page #1357934

    Hey virtualbis,
    Thanks for your question, typically links are case sensitive, your link above and your menu link has a capital “S” but the section ID doesn’t, try this link instead:

    Best regards,
    Mike

    in reply to: fixed back round image on mobile version #1357931

    Hi,
    Thanks Guenni007 for investigating, probably the easiest solution would be to advise using a minimum custom-height of 99% when using your iPhone solution above
    it sounds like it is related to how the Apple navigation bar is calculated, from your comment above, and since it doesn’t occur on Android.
    Veronika please try checking your other pages and the color sections you added the bg-fixed solution to try changing the minimum height from 100% to 99% and check on your iPhone.

    Best regards,
    Mike

    in reply to: urgent images not loading after update #1357897

    Hi,
    Thank you for sharing, your site looks very good, well done 🎉

    Best regards,
    Mike

    in reply to: fixed back round image on mobile version #1357896

    Hi,
    Thanks for your help @Guenni007,
    On the page /biologique-recherche-und-warum-es-suchtig-macht/ I only found two color sections with the class bg-fixed and the minimum height set to 100%, so I added the class fullheight and changed to no minimum height and added the css as suggested.
    Hopefully this will help on iPhone, but I can’t check.

    Best regards,
    Mike

    in reply to: fixed back round image on mobile version #1357892

    Hi,
    Thank you Guenni007 for testing and your example,
    I believe the i0.wp.com in image links are from Jetpack’s built-in Image CDN that relies on WordPress.com

    Best regards,
    Mike

    in reply to: "Other articles from the same….." #1357891

    Hi,
    The code for the widget called “Enfold latest Portfolio” is at:
    \enfold\framework\php\widgets\widget-classes\class-avia-portfoliobox.php
    I’m not sure if there are any dependencies that would also need to be adjusted to change this to your CPT.
    Please note that files in the \framework\php\ directory can not be included in a child theme, so any changes you make will need to be done for each theme update.

    Best regards,
    Mike

    in reply to: Rank Math in Enfold Avia #1357890

    Hi,
    Perhaps you need to enable it in the screen options for your post, when I enable the plugin the Rank Math Integration shows for me:
    2022-07-10_014.jpg
    the word count was also correct:
    2022-07-10_015.jpg

    Best regards,
    Mike

Viewing 30 posts - 11,221 through 11,250 (of 34,910 total)