Forum Replies Created

Viewing 30 posts - 991 through 1,020 (of 25,536 total)
  • Author
    Posts
  • in reply to: Images not loading on mobile #1408752

    Hi fates_grasp,

    Unfortunately the problem is more of a browser issue, you can check this post: https://developer.apple.com/forums/thread/99883
    The only workaround for those images to work is adding this CSS code in Enfold > General Styling > Quick CSS:

    @media all and (min-width: 768px) and (max-width: 1180px) {
      .av-layout-grid-container .av-gridrow-cell.av_two_fifth {
        background-attachment: scroll !important;
        background-size: cover !important;
      }
    }

    I hope it helps.

    Best regards,
    Nikko

    in reply to: CSS issues with Aweber Landing Pages #1408751

    Hi biggsuccess,

    We apologize for the delayed response.
    Can you try to add this CSS code:

    @media only screen and (max-width:767px) {
      body {
        display: block;
        max-width: 100vw;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    Hi majidshow,

    Please refer to our documentation: https://kriesi.at/documentation/enfold/menu/#different-menu-for-different-pages
    As for #, it will only work if you are in the same page, so you can make it more specific, if it’s the homepage and you have #appointment change the link to /#appointment and if it’s Services page then make it /services/#appointment with this even if you are on other pages, it would still work.
    I hope this helps.

    Best regards,
    Nikko

    in reply to: How to remove the privacy policy from footer #1408749

    Hi GB,

    It’s our pleasure to help. :)
    Thank you for choosing Enfold. Wishing you a fantastic weekend!

    Best regards,
    Nikko

    in reply to: How to remove the privacy policy from footer #1408746

    Hi GB,

    Go to Appearance > Menus > click the dropdown (to select a menu to edit), edit the menu thas has (Enfold Child Footer Menu (no dropdowns)) in it, then click the Select button.
    Uncheck Enfold Child Footer Menu and Save.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Mega Menu Sub Items remove underline #1408745

    Hi annameis,

    Can you try adding this CSS code:

    #top #header .avia_mega_div {
        border-top: none;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Lightbox #1408744

    Hi Stilecatalini,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Web elements lagging #1408743

    Hi Anna,

    I’m glad that Mike could help you :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    in reply to: Design Elements are not showing #1408742

    Hi Anna,

    I’m glad that Mike could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Code in functions.php ? #1408741

    Hi Alwin,

    Can you try to remove those PHP codes so only the script tag remains?
    Try to remove the following in your code:

    function piwik_analytics_header(){
    ?>
    <?php
    }
    add_action(‘wp_head’, ‘piwik_analytics_header’);
    
    function google_analytics_header(){
    ?>

    and

    <?php
    }
    add_action(‘wp_head’, ‘google_analytics_header’);

    Hope it helps.

    Best regards,
    Nikko

    Hi stmichel2,

    I’m not sure if I fully understand, can you give us more context? also please give us a link on the page mentioned.

    Best regards,
    Nikko

    Hi retom,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    in reply to: header logo and menu issues #1408738

    Hi Reto,

    1. This is fixed. I have changed it in Enfold > Header > Transparency Options > Transparency Logo.
    2. This is changed. Since you are not using a child theme, I have installed a plugin called WPCode – Insert Headers and Footers and inserted this PHP code (link to edit the snippet in private content)

    add_filter('avf_logo_link','av_change_logo_link');
    function av_change_logo_link($link){
        $link = "#top";
        return $link;
    }

    3. You’ll need to prepend / before your menu link, so instead of putting #consulting you put /#consulting
    Hope this helps.

    Best regards,
    Nikko

    in reply to: WooCommerce Category – Image is cropped #1408737

    Hi Alex,

    Please add this code in functions.php of your child theme, if you don’t have a child theme then you can use the plugin called WPCode to insert this code snippet:

    add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 );
    function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) {
        return 'full';
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Header effect (only when scrolling down) #1408734

    Hi Stilecatalini,

    It is in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width: 989px) {
        #top #header.header-scrolled .header_bg {
            background-color: rgba(20, 21, 23, 0.3);
            -webkit-backdrop-filter: blur(15px) saturate(0.3);
            backdrop-filter: blur(15px) saturate(0.3);
        }
    }

    Best regards,
    Nikko

    in reply to: Table #1408733

    Hi Lene,

    Please replace the code I gave with this one:

    @media only screen and (min-width:1024px) {
      .page-id-961 #av_section_3 .avia-table tr > td:nth-child(2) {
        width: 230px;
      }
    
      .page-id-961 #av_section_3 .avia-table tr > td:nth-child(4) {
        width: 130px;
      }
    }

    Hope it helps and have a great weekend :)

    Best regards,
    Nikko

    in reply to: Logo color with transparent header on mobile devices #1408732

    Hi heinerpompeiner,

    Please try to add this CSS code after the code you have posted:

    #top #header.header-scrolled .av-hamburger-inner, 
    #top #header.header-scrolled .av-hamburger-inner::before, 
    #top #header.header-scrolled .av-hamburger-inner::after {
        background-color: #fff !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: socket footer has disappeared after recent update #1408731

    Hi Cosimo,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    in reply to: How to change Demo theme without reseting plugins #1408730

    Hi GB,

    We’re happy to hear that :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    in reply to: Logo color with transparent header on mobile devices #1408634

    Hi heinerpompeiner,

    Please remove the CSS code I gave and replace it with:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #header {
        position: fixed;
      }
    
      #top .header_bg {
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
      }
    
      #top #header.header-scrolled .header_bg {
        background-color: white;
        opacity: 1;
        filter: alpha(opacity=100);
      }
    
      .responsive #top #header.header-scrolled .logo img.alternate,
      .responsive #top #header .logo > a > img {
        opacity: 0;
      }
    
      .responsive #top #header .logo img.alternate,
      .responsive #top #header.header-scrolled .logo > a > img {
        display: block;
        opacity: 1;
      }
    }

    Best regards,
    Nikko

    Hi Bernd,

    I apologize for the misunderstanding, it isn’t an unclosed div tag but a CSS issue.
    I have posted this issue for our dev team to review.

    Best regards,
    Nikko

    Hi Edgar,

    Please give us a temporary admin access and post it in private content, so we can inspect further.
    Please include the login link as well.

    Best regards,
    Nikko

    in reply to: Table #1408624

    Hi Lene,

    I apologize for my mistake, please remove the code I gave you and replace it with:

    @media only screen and (min-width:1024px) {
      .page-id-961 #av_section_3 .avia-table tr > td:nth-child(even) {
        width: 150px;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Footer widgets margin mobile view #1408621

    Hi Soulshakin,

    Thanks for giving us admin access.
    I see, the code wasn’t working because there were three columns in the footer and not four which is the default.
    I have added this code in your Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #footer .av_one_third {
        margin-bottom: 0;
      }
    
      .responsive #top #wrap_all #footer .av_one_third .widget {
        margin: 10px 0;
      }
    }

    Please review your site.

    Best regards,
    Nikko

    in reply to: How to change Demo theme without reseting plugins #1408619

    Hi GB,

    Yes, actually even if Woocommerce is there, you can simply delete the products or just leave it there, since it will just adjust with the demo you will be using), so I can say everything should be good.

    Best regards,
    Nikko

    in reply to: Footer sticky (curtain page effect) ON MOBILE #1408613

    Hi Stilecatalini,

    What changes did you last make? try to undo those changes.
    Also, you will need to post the link for Guenni007.

    Best regards,
    Nikko

    in reply to: How to change Demo theme without reseting plugins #1408612

    Hi GB,

    If you don’t have custom post types, woocommerce or other plugins that would create another post type then I think your already cleared.
    When you import a demo, the current settings set in Theme Options would just be replaced, so that area is covered as well.

    Best regards,
    Nikko

    in reply to: How to change Demo theme without reseting plugins #1408610

    Hi GB,

    I don’t there would be any issues, the process you made would take more time if you have lots of things already added to your site but I think it’s a safer approach.

    Best regards,
    Nikko

    in reply to: pop up text on mouse over image #1408609

    Hi Reto,

    I will close this thread since this is a duplicate of your other post.
    We’ll continue the discussion on the other thread. :)

    Best regards,
    Nikko

    in reply to: pop up text on mouse over image #1408607

    Hi Challenge,

    Please try to add this in your child themes functions.php file:

    function temporary_removal_title_tags(){
    ?>
    <script>
      window.onload = function() {
          var links = document.querySelectorAll('a, img, *[title]');
          for (var i = 0; i < links.length; i++) {
              var link = links[i];
              link.onmouseover = function() {
                  this.setAttribute("data-tooltip", this.title);
                  this.title = "";
              };
              link.onmouseout = function() {
                  this.title = this.getAttribute("data-tooltip");
              };
              link.onmousedown = function() {
                  this.title = this.getAttribute("data-tooltip");
              };
          }
      };
    </script>
    <?php
    }
    add_action('wp_footer', 'temporary_removal_title_tags');

    If you don’t have a child theme yet, then go to https://kriesi.at/documentation/enfold/child-theme/ and download the child theme there (instructions on how to use it is also there)
    Hope it helps.

    Best regards,

    Nikko

    • This reply was modified 2 years, 1 month ago by Nikko.
Viewing 30 posts - 991 through 1,020 (of 25,536 total)