Forum Replies Created

Viewing 30 posts - 16,771 through 16,800 (of 25,536 total)
  • Author
    Posts
  • in reply to: Seperator – padding and 100% #944882

    Hi,

    Thanks for providing the screenshot.
    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .responsive #top .fullsize .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Diagonal Border Section only display in first section #944880

    Hey Robin,

    Thanks for giving us a link to your site as well as the screenshot of the issue you are having.
    I have inspected it and I think the problem is the background color of the Color Section and Diagonal Border Color is red, that’s why it appears to be not rendering properly.
    Try changing the Diagonal Border Color to white or other colors except red and you should see that diagonal line.
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: avia_is_mobile error #944878

    Hey slui,

    Thanks for giving us the link to your site and screenshot.
    I have checked on it, however I could not see the js error on your site. I have posted a screenshot which is in private content.
    Maybe clearing the browser cache would help. :)

    Best regards,
    Nikko

    in reply to: Accordion Slider not showing imagens on mobile #944874

    Hey Renascer,

    Can you try adding this css code in Quick CSS (located in ENfold > General Styling):

    @media only screen and (max-width:767px) {
      #top .aviaccordion-slide img {
        opacity: 1;
      }
    }

    Hope thie helps :)

    Best regards,
    Nikko

    in reply to: Opt-Out-for Google Analytics & Facebook Tracking #944869

    Hi simonac,

    I haven’t really tried this but the way I understand is step 1, requires this:

    function add_customjs(){
    ?>
    
    if (localStorage.getItem('optout')) {
      //
    } else {     
      //
    }
    function setOptOut() {
      localStorage.setItem('optout', 'true');
      window.location.reload(false);
    }
    function deleteOptOut() {
      localStorage.removeItem('optout');
      window.location.reload(false);
    }
    
    <?php
    }
    add_action('wp_head', 'add_customjs');
    
    then step 2 onwards is set on https://tagmanager.google.com
    
    Best regards,
    Nikko
    • This reply was modified 7 years, 3 months ago by Nikko.
    in reply to: Logo top padding #944864

    Hi ewingmh,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #header .logo img {
        max-height: 70%;
    }
    
    #top #header .logo img.alternate {
        top: 15%;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Dark Transparent color style #944818

    Hi,

    Try adding this css code in Quick CSS:

    #top .avia-button.avia-color-dark {
        border-color: black !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    Hi,

    Glad that it’s resolved.
    Please feel free to comeback if you need further assistance.

    Thanks for using Enfold and have a great weekend :)

    Best regards,
    Nikko

    in reply to: Logo Full Width on Mobile #944813

    Hi mike_espie,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all .container {
        width: 100%;
        max-width: 100%;
      }
    
      .responsive .logo img {
        width: 100%;
      }
    }

    Let us know if that helps.

    Best regards,
    Nikko

    in reply to: Mobile – cart icon issue with chrome (enfold 4.2.6) #944728

    Hi richardhofer83,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width: 767px) {
      .responsive #top #header .cart_dropdown {
        z-index: 999 !important;
      }
    }

    Just a tip, you can group codes into the media query so for example, you can combine the css codes we gave you for example this code:

    @media only screen and (max-width: 767px) {
      .responsive #top #menu-item-shop.cart_dropdown {
        top: 32px;
        margin-right: -22px;
      }
      .responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu {
        right: 45px;
      }
      #top #header_main > .container, #top #header_main > .container .main_menu .av-main-nav > li > a,
       #top #header_main #menu-item-shop .cart_dropdown_link {
         height: 80px !important;
         line-height: 80px !important;
       }
    }
    
    @media only screen and (max-width: 767px) {
    #menu-item-shop.cart_dropdown {
        right: -50px;
    }
    }
    
    @media only screen and (max-width: 767px) {
        .responsive.html_bottom_nav_header #top #menu-item-shop.cart_dropdown {
            position: absolute;
            right: 25;
        }
    }

    can be changed to:

    @media only screen and (max-width: 767px) {
      .responsive #top #menu-item-shop.cart_dropdown {
        top: 32px;
        margin-right: -22px;
        position: absolute;
        right: 25;
      }
    
      .responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu {
        right: 45px;
      }
    
      #top #header_main > .container, #top #header_main > .container .main_menu .av-main-nav > li > a,
      #top #header_main #menu-item-shop .cart_dropdown_link {
        height: 80px !important;
        line-height: 80px !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Double URLs in Breadcrumb #944719

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Revision Restore not working properly #944718

    Hey Audica1,

    Sorry for the late response and thanks for giving us the admin access.
    I have checked on the page in question and clicked on the Advanced Layout Editor button and it seems to work fine on my end, what do you mean by different version of the page appears? can you post a screenshot showing the issue?

    Best regards,
    Nikko

    in reply to: Put an Icon near my email adress #944714

    Hey Daniele1989,

    Thanks for giving us a link to your site :)
    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #header .phone-info:before {
        content: '\e805';
        font-family: 'entypo-fontello';
        margin-right: 5px;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Menu Problem in Microsoft Edge #944710

    Hi,

    Glad that you were able to fix the issue, it might be the minification part which causes the issue.
    Please feel free to comeback if you need further assistance.

    Thanks for using Enfold and have a great weekend :)

    Best regards,
    Nikko

    in reply to: Colours headers on mobile device different from desktop #944708

    Hi gawcvw,

    You can upload the image in https://imgur.com/ the post the link here.
    If you want to keep it private, you can put the link private content so it’s only visible to the moderators and you.

    Best regards,
    Nikko

    Hi Tom,

    No worries, glad that Rikard helped you :)
    Please feel free to comeback if you need further assistance.

    Thanks for using Enfold and have a great weekend :)

    Best regards,
    Nikko

    in reply to: Layer Slider and mobile menu #944703

    Hi Ralf,

    Glad that Rikard helped you :)
    Please feel free to comeback if you need further assistance.

    Thanks for using Enfold and have a great weekend :)

    Best regards,
    Nikko

    in reply to: Opt-Out-for Google Analytics & Facebook Tracking #944701

    Hi Simon,

    You can use this code and add it at the bottom of functions.php:

    function add_customjs(){
    ?>
    <script>
      if (! localStorage.getItem ('optout')) { 
        // insert any tracking code here 
      }
    </script>
    <?php
    }
    add_action('wp_head', 'add_customjs');

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Distances between headlines/text in blog entry slider #944698

    Hey seykom,

    Thanks for giving us a screenshot.
    Can you give us a link to your site? so we can take a closer look and try to give you some css code that should work.

    Best regards,
    Nikko

    in reply to: gdpr #944696

    Hey RSitedesign,

    Yes, Enfold will be updated for the gdpr regulations, you can check on this thread for further information:

    Best regards,
    Nikko

    in reply to: Full Width Easy Slider stopped working #944692

    Hi,

    Glad that Rikard helped you :)
    Please feel free to comeback if you need further assistance.

    Thanks for using Enfold and have a great weekend :)

    Best regards,
    Nikko

    in reply to: how to move contact us icon? #944691

    Hi DROR,

    Thanks for giving us the screenshot and the link to the site.
    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:479px) {
      #wh-widget-send-button.wh-widget-right {
        bottom: 50px !important;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Menu and Logo overlapping #944686

    Hi catchbudapest,

    Thanks for giving us admin access, can you try to add this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:1024px) {
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: none;
      }
    
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block !important;
      }
    }
    
    @media only screen and (max-width:767px) and (min-width:480px) {
      .responsive #top #header .logo img {
        max-width: 50%;
      }
    }

    Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: strange behaviour in menu #944682

    Hi Martine,

    I think you have set AANBOD as the parent of the Contact page, please remove the parent on the Contact page and that should fix it.
    Hope this information helps :)

    Best regards,
    Nikko

    in reply to: Enfold Formcraft #944678

    Hi Fatty,

    Glad that Yigit helped you :)
    Please feel free to comeback if you need further assistance.

    Thanks for using Enfold and have a great weekend :)

    Best regards,
    Nikko

    Hey studiovene,

    Thanks for giving us the link to your site, I have checked it and noticed that you only have a single image in the widget, I think you used an < a > tag instead of an < img > tag on the 2nd one, just use img tag and that should work just fine.
    Hope this information helps :)

    Best regards,
    Nikko

    in reply to: Logo Full Width on Mobile #944673

    Hey mike_espie,

    Can you give us a link to your site? so we can take a closer look.
    And try to give you some css code that should work.

    Best regards,
    Nikko

    in reply to: Can not make the detail product description full with #944671

    Hey svetkol,

    Can you give us a link to your site? so we can take a closer look.

    Best regards,
    Nikko

    in reply to: ENFOLD THEME HEADER PROBLEM #944669

    Hey theovh,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #main main.template-page.content {
        padding-top: 20px;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Link in the bottom copyright section #944667

    Hi,

    Glad that Rikard could help :)
    Please feel free to comeback if you need further assistance.

    Thanks for using Enfold and have a great weekend :)

    Best regards,
    Nikko

Viewing 30 posts - 16,771 through 16,800 (of 25,536 total)