Forum Replies Created

Viewing 30 posts - 11,161 through 11,190 (of 25,536 total)
  • Author
    Posts
  • in reply to: Mailchimp widget with description? #1155810

    Hi wzshop,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi kasperdue,

    I tried to edit the english page (link in private content), I just put a single dot at the end of one of the textbox and it was saving properly.
    Is this already fixed? or can you give us steps to reproduce the issue?

    Best regards,
    Nikko

    in reply to: Mailchimp widget with description? #1155494

    Hey wzshop,

    There’s no other documentation however you can do the following:

    1. Enable Debug Mode: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
    2. Create a new page, use Advanced Layout Builder then put Mailchimp Signup and edit it.
    3. Copy the shortcode that appears below the textarea.

    Best regards,
    Nikko

    in reply to: Arrow below menu-items #1155493

    Hi Erwin,

    Try adding this css code in Quick CSS:

    #top .avia-menu-fx .avia-arrow-wrap {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid white;
        visibility: visible;
        top: 2px;
    }

    Just replace the white color (in border-top).
    Hope this helps.

    Best regards,
    Nikko

    Hey Mulholr1,

    To fix the colors and alignment, add this css code:

    #top .avia-testimonial-subtitle {
        display: block;
        margin-top: 8px;
        opacity: 1;
    }

    To reduce the space between testimonial content and name/subtitle:

    #top .avia-testimonial-meta-mini {
        margin-top: -32px;
    }

    As for the bouncing effect, that only way to fix that is to set height to the testimonial slider via Quick CSS.

    Best regards,
    Nikko

    in reply to: ?avia_forced_reroute=1 Showing up on the URL bar #1155456

    Hi BeyondMS,

    I have checked your site and I could not see avia_forced_reroute in the url.
    Is this already fixed? if it’s still showing up on your end, please try to clear browser cache.

    Best regards,
    Nikko

    in reply to: images not loading #1155433

    Hi mdrunen,

    I tried the login access you gave however it didn’t work, please check.

    Best regards,
    Nikko

    in reply to: different icons #1152392

    Hi famarinu,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Moving post date and adding text in front ("Published on") #1152390

    Hi darryllevine,

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

    Best regards,
    Nikko

    in reply to: Trouble editing text block #1152389

    Hi marko7,

    Thanks for giving us admin access.
    I have checked the backend and it has some js errors in the web console.
    Can you try to temporarily disable all plugins? then check.
    Then enable them one by one to know which one causes the issue.

    Best regards,
    Nikko

    in reply to: Pictures not shown since about Sunday, 28th #1152382

    Hey christineglitsch,

    Can you give us a screenshot on how it looks on your end?
    I checked several pages on your site and I could clearly see the pictures.

    Best regards,
    Nikko

    in reply to: Main Menu Item Indicator Not Showing #1152378

    Hi Lord_Sandwich,

    We’re glad to hear that this is fixed :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Breadcrumbs dont show #1152377

    Hey JacobSalomonsen,

    Can you give us a link to your site? so we can try to check on it further.

    Best regards,
    Nikko

    in reply to: Header dont work #1152369

    Hi jordialcover,

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

    Best regards,
    Nikko

    in reply to: Photography fullscreen link #1152368

    Hey bejan2k,

    Unfortunately, Enfold doesn’t have that feature and trying to tweak it would require some time and outside the scope of our support :(
    Try to check for 3rd party plugins that have this feature.

    Best regards,
    Nikko

    in reply to: Cookie Consent Notice #1152364

    Hi Sophie,

    Glad to hear that :)
    Let us know if you need further assistance.


    @Chili2908
    thanks for helping out :)

    Best regards,
    Nikko

    in reply to: Line from template disappears in new pages #1152363

    Hey GideonHoja,

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

    .html_header_left #main {
        border-left: 1px solid #e1e1e1;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: I want to make the cell appear in 2 rows on mobile. #1152362

    Hey Designer,

    Thanks for providing us an admin access to your site.
    We have done the modification on your site. Here are the steps we’ve done:
    1. In Enfold > Layout Builder > check Show element options for developers (Enfold 4.5.7, in the latest version of Enfold it’s a dropdown)
    2. Edit Color Section, set Custom CSS Class field to mobile-two-columns
    3. In Enfold > General Styling > Quick CSS, we added this css code (this affects mobile and ipad portrait mode):

    @media only screen and (max-width:989px) {
      .responsive #top #wrap_all .mobile-two-columns .av_one_fourth {
        margin-left: 2%;
        width: 48%;
        clear: none;
      }
    
      .responsive #top #wrap_all .mobile-two-columns .entry-content-wrapper .av_one_fourth:nth-child(2n+1) {
        margin-left: 0;
        margin-right: 2%;
        clear: both;
      }
    }

    4. since the site still fetches the old css, I have temporarily disabled CSS file merging and compression in Enfold > Performance (you can enable it again if it fetches the new css).

    If you need to apply this change on other 4 columns inside a color section, just repeat step 2 (only).
    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: tab section content border color #1152346

    Hi IQ2marketing,

    Thanks for giving us a link to check upon.
    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    .tabcontainer [data-fake-id="#tab-id-1"] {
        border-color: #ffb803;
    }
    
    .tabcontainer [data-fake-id="#tab-id-2"] {
        border-color: #32a6a6;
    }
    
    .tabcontainer [data-fake-id="#tab-id-3"] {
        border-color: #fc6c3a;
    }

    Best regards,
    Nikko

    Hi Brad,

    I tried to check the API key you used on my local server and it works fine, tested a few working API keys on your site and it’s not working.
    I think the issue maybe coming from one of your plugins, I think it might be wordfence however since your site is live it’s not a good idea to disable it.
    Can you try to create a staging site? here’s a tutorial that you can follow: https://themeisle.com/blog/wordpress-staging-site/

    Best regards,
    Nikko

    in reply to: Masonry Rollover Text #1152328

    Hey arallon,

    Those are browser default when the element contains a title.
    To remove it, add this code in functions.php (preferrably on a child theme):

    function remove_custom_tooltip(){
      ?>
        <script>
          jQuery(window).load(function(){
            jQuery('.av-masonry-image-container').removeAttr('title');
          });
        </script>
      <?php
      }
    add_action('wp_footer', 'remove_custom_tooltip');

    Hope it helps.

    Best regards,
    Nikko

    in reply to: top bar customisation #1152327

    Hey vonipeter,

    I have checked your site and I don’t see the call text in the top bar but I do see the phone icon.
    Let us know if you still need further assistance.

    Best regards,
    Nikko

    in reply to: Define own breakingpoints #1152324

    Hey NMDKDesign,

    It can be fixed through media queries.
    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    @media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {
        .responsive.av-no-preview #top #wrap_all #ueber.av-desktop-hide {
            display:none;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
        .responsive.av-no-preview #top #wrap_all #ueber.av-medium-hide {
            display:none;
        }	
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Shortpixel image optimiser plugin interferes with header #1152308

    Hey Sujohn,

    Thanks for giving us admin access.
    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    #top .av_header_transparency.av_alternate_logo_active .logo a > picture > img {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    Then enable the shortpixel plugin.

    Best regards,
    Nikko

    in reply to: Enfold Onepage scrolls not automatically #1152293

    Hey Yascha,

    I tried to check the site you gave but it returns a HTTP ERROR 502, please check.

    Best regards,
    Nikko

    Hi Yascha,

    Go to Enfold > Advanced Styling > (Select an element to customize) set to: Cookie Consent Link and Info Button, then click the Edit Element and set the font size.
    Do this as well on Cookie Consent Dismiss Button.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: reduce space #1152290

    Hey diefleischerei,

    The image link you gave returns a 404 Error (page not found).
    If you’re referring below the Search module, try adding this css code in Quick CSS located in Enfold > General Styling:

    .home #main .container_wrap_first .av-content-full {
        padding-bottom: 0;
    }

    Best regards,
    Nikko

    Hi miciba,

    Please create a separate thread, and do the same as what I suggested above.
    The reason we need it to be in a separate thread is because the private content is visible not only to the moderators but the thread creator as well.

    Best regards,
    Nikko

    in reply to: different icons #1152237

    Hi famarinu,

    I apologize for my mistake in previous code I gave, this code:

    .family [data-fake-id="#toggle-id-2"]

    should be:

    .family [data-fake-id="#toggle-id-2"]:before

    I have fixed it in your Quick CSS.
    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Google Map not Loading #1152235

    Hi Havi,

    I’m not sure if this will be added in the next release since the error isn’t appearing on our ends and we can’t find a way to reproduce the issue.
    If we can atleast reproduce this issue then we can post it as a bug.
    As for Avia font icons, I was able to see it in Widgets and it’s showing properly on my end (screenshot in private content).
    I don’t have a mac device but I was able to check it with ipad and safari browser and it’s showing properly.

    Best regards,
    Nikko

Viewing 30 posts - 11,161 through 11,190 (of 25,536 total)