Forum Replies Created

Viewing 30 posts - 22,531 through 22,560 (of 93,423 total)
  • Author
    Posts
  • Hi,

    Thanks for the login details. I’ve added this to your Quick CSS:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .iconbox_icon {
      float: none !important;
    }
    }

    Please review your site.

    Best regards,
    Rikard

    in reply to: Image with hotspot > Change number ? #1289755

    Hi Janneke,

    I can see 1A, 2B and so on, on your actual site. Could you try to explain the problem you are having a bit further please?

    Best regards,
    Rikard

    in reply to: Home Page Video Loads 2 times (for now reason) #1289749

    Hi,

    Thanks for that. I tried reproducing your results on GTMetrix, but I was unable to do so. Please see screenshot in private. How can we reproduce the problem which your screenshot shows?

    Best regards,
    Rikard

    in reply to: Layout Option box not present #1289748

    Hi,

    Thanks for the update. You had forgotten to add support for the meta boxes for your custom post types: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type. I added that for you to functions.php, and the Layout meta box is now available for your custom post types.

    Best regards,
    Rikard

    in reply to: Custom Elements Group or Site for centralized editing? #1289746

    Hi,

    Thanks for the screenshot. Please try to add your layout in a new page, then load it into the next page using the Page Content element. Doing it that way means that you only have to edit it in one place. You will find the Page Content element in the Content elements tab.

    Best regards,
    Rikard

    Hi Peter,

    Simply add the custom class to the element options, then adjust it with CSS like this:

    .custom-class {
        width: 40%;
        background: red;
    }

    If you want the CSS to apply to all columns, then it needs to be added to all of them.

    Best regards,
    Rikard

    in reply to: Mailchimp – Checkout One Line Checkbox #1289601

    Hi,

    Thanks for the update. I’ve modified the CSS for you, it’s working and applying to your site now. Please review it.

    Best regards,
    Rikard

    in reply to: Loading comments #1289599

    Hey soniavoice,

    You are getting error messages from the file in private on that page. Could you try clearing the cache from the plugin, or disabling it, to see if that changes anything please?

    Best regards,
    Rikard

    in reply to: Set picture below social icons in menu left #1289598

    Hi Arjan,

    Sorry for the late reply. I’m not sure I understand the problem you are having. The picture in the left sidebar looks good on my end on all resolutions, and it disappears on mobile sizes. Is it the images in the content you need help with? If that is the case, then please try to explain the problem you are having a bit further. I’m guessing that you want them to break to 100% at an earlier point?

    Best regards,
    Rikard

    in reply to: Enfold Burger Menu Font / Link Colur #1289563

    Hey yourcloudworks,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: SVG Logo im Header #1289562

    Hi BlutVampir,

    Great, I’m glad that you got it working, and thanks for sharing your solution :-)

    Best regards,
    Rikard

    in reply to: Partner Logo looping #1289561

    Hi Osmar,

    I’m not sure I understand what you would like to change, if you have Auto Rotation active under Advanced->Slider Animation, then it should not stop sliding.

    Best regards,
    Rikard

    in reply to: Loading image in masonry #1289558

    Hi Sophie,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Responsive Problem #1289556

    Hey francescolietti,

    Sorry for the late reply. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    Hey PhatJ,

    I’m not sure I understand what you are referring to, could post a link to where we can see the elements in question please? If you have a screenshot highlighting your intentions, then please share that with us as well.

    Best regards,
    Rikard

    Hey Eleina_Shinn,

    The lines are white on my end, did you manage to find a solution? If not, then please try loading the site in an incognito or private browser window.

    Best regards,
    Rikard

    in reply to: problem with the cookie consent banner #1289553

    Hi,

    Thanks for the login details, and sorry for the late reply. First off, could you try updating the theme to the latest version (4.8.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    in reply to: Font not visible in burger menu on desktop #1289552

    Hey mirotck,

    Please try the following in Quick CSS under Enfold->General Styling:

    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
        color: #fff;
    }

    Best regards,
    Rikard

    in reply to: Mobile menu on one page designs #1289551

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #top #main {
        margin-top: 112px !important;
    }
    }

    Best regards,
    Rikard

    in reply to: Issues with loading java script and editing page #1289550

    Hi,

    It’s on line 17 in functions.php, we can do it for you if you give us permission to activate debug mode for you.

    Best regards,
    Rikard

    in reply to: Download previous version 4.2 #1289549

    Hey neobiz2,

    Please see private.

    Best regards,
    Rikard

    in reply to: Size columns #1289548

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .main_color .flex_column {
      padding: 0 !important;
    }
    }

    Best regards,
    Rikard

    in reply to: Main menu background transparency issue #1289546

    Hi Caroline,

    The site you linked to is not working, please see private. If you want to make your header transparent, then you can select that in the Layout menu when editing the page in question. If that is not what you are looking to achieve, then please try to explain your intentions a bit further, or post a screenshot highlighting them.

    Best regards,
    Rikard

    in reply to: Opt In form | bots | editing/deleting #1289545

    Hi Siobhan,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    Hallo,

    1. Bitte versuchen Sie stattdessen dieses CSS:

    @media only screen and (max-width: 767px) {
    span.milestone_icon {
        opacity: 1 !important;
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
    }
    }

    2. Bitte versuchen Sie auch dieses CSS:

    @media only screen and (max-width: 767px) {
    .av-hover-overlay-grayscale .av-masonry-entry .av-masonry-image-container {
        filter: none !important;
    }
    }

    3. Ich bin mir nicht sicher, ob ich verstehe, was Sie dort ändern möchten. Bitte versuchen Sie es etwas näher zu erläutern.

    Bitte bleiben Sie in Zukunft bei einem Problem pro Thread.

    ——Text above is translated from the test below——

    1. Please try this CSS instead:

    @media only screen and (max-width: 767px) {
    span.milestone_icon {
        opacity: 1 !important;
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
    }
    }

    2. Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    .av-hover-overlay-grayscale .av-masonry-entry .av-masonry-image-container {
        filter: none !important;
    }
    }

    3. I’m not sure I understand what you are looking to change there, please try to explain a bit further.

    In the future, please stick to one problem per thread.

    LG,
    Rikard

    in reply to: Website Error ? #1289543

    Hi Simone,

    I couldn’t see any error messages on the front end of your site, is this happening on the backend? If so then please post admin WordPress login details in private, and let us know how to reproduce the error.

    Best regards,
    Rikard

    in reply to: Page not showing properly on iPhone. #1289542

    Hey berndklare,

    Sorry for the late reply. Could you share a screenshot of the problem you are seeing on iphone please?

    Best regards,
    Rikard

    in reply to: Why my partner/logo element does not show correctly? #1289541

    Hey watsonint,

    Sorry for the late reply. It looks like you are running the SG Optimiser plugin on your site? If that is the case, then please try disabling file compression under Enfold->Performance. The plugin causes problems when that is active.

    Best regards,
    Rikard

    in reply to: alt tag #1289540

    Hi,

    Thanks for the update. That element is not part of the theme, so I’m not sure how this is theme related? I’m guessing that the images in question as set as background though. If that is the case, then there is no alt tag for images set as backgrounds.

    Best regards,
    Rikard

    in reply to: Edit post arrows #1289539

    Hi,

    Thanks for the update. It will be difficult to make it smaller, and still fit all the content in there unfortunately.

    Best regards,
    Rikard

Viewing 30 posts - 22,531 through 22,560 (of 93,423 total)