Forum Replies Created

Viewing 30 posts - 21,391 through 21,420 (of 93,569 total)
  • Author
    Posts
  • in reply to: ALB_elements unwanted page #1301786

    Hi rvga,

    Sorry for the problem. This is a mistake in the theme, the custom elements should not be public and possible to index. This problem should be fixed in our latest development version, if you share WordPress and FTP login details with us in private, then we can install that for you.

    Best regards,
    Rikard

    in reply to: Video in header doesn't show properly #1301784

    Hi,

    Thanks for letting us know, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hi,

    Sorry for the late reply. Could you try adding a class to your social media icons, so that we can target them with CSS please?

    I’m not sure what you mean by the copyright line, do you want to add that in the slider as well?

    Best regards,
    Rikard

    Hi,

    Gap on the front page: Could you try updating the theme to the latest version (4.8.2) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If it doesn’t disappear after the update, then please try to edit and save something on the page.

    Menu problem: I can’t see what the problem is unfortunately, so I’ve asked the rest of the team for help. Please reply to this thread, so that it gets added back to our support queue.

    Best regards,
    Rikard

    Hi Michael,

    Thanks for that, I’m seeing the same problems on my end unfortunately. This is not a general problem with the theme, so I’m guessing that something went wrong during the update. Could you share FTP login details with us as well, so that we can try to upload a fresh copy of the theme for you? Also please make sure that you have backup of the site, before we upload the new version.

    Best regards,
    Rikard

    in reply to: Tab Section problems #1301732

    Hi Martin,

    Your site is in maintenance mode, so we can’t view it. Please post admin WordPress login details in private, so that we can access it. Also please post screenshots of the problems you are seeing, and let us know what you would like to change.

    Best regards,
    Rikard

    in reply to: Hide Cookies in Page Conversational Form WPForms #1301731

    Hi,

    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

    Hi Rike,

    If your logo is large, then the theme will pick a smaller version. It depends on the image size, but you would likely have to change it manually again if you upload another one.

    Best regards,
    Rikard

    in reply to: full width image header on mobile #1301729

    Hey AlpineWeb,

    Do you mean that the burger menu is on top of the logo on tablet sizes? If so, then you would likely have to remove some elements. Could you let us know what exactly you would like to change, and on which screen sizes please?

    Best regards,
    Rikard

    in reply to: font style blog #1301727

    Hi,

    Thanks for letting us know, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    in reply to: Theme unresponcive to styling, reset license? #1301726

    Hi Dex,

    Your licenses shouldn’t affect the styling settings from the theme. Could you give us an example of what is not applying, and where we can see and reproduce the problem please?

    Best regards,
    Rikard

    in reply to: Mailchimp Integration doesn't work as expected #1301724

    Hi,

    Thanks for letting us know, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    in reply to: Header Skrinking Transition #1301723

    Hi JUICYDESIGN,

    Thanks for the feedback, and for sharing your code :-)

    Best regards,
    Rikard

    in reply to: Percentage content area #1301722

    Hi,

    Thanks for the update. I’m not sure how the container width and image sizes are related? I would suggest that you try making the changes you want, if you run into any problem then we can try to help you out after that.

    Best regards,
    Rikard

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: Anchor link to Tab Section problem #1301720

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    Hi,

    Thanks for the update. Please try this CSS as well:

    @media only screen and (min-width: 989px) {
    .av-main-nav-wrap {
        left: auto;
        transform: translateX(0);
        float: right;
    }
    }

    Best regards,
    Rikard

    in reply to: Google ReCaptcha does not work #1301718

    Hey Margit,

    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: Akkordeon als FAQ #1301716

    Hi,

    Thanks for the update. The Accordion on your actual site looks almost exactly like your mockup, and what you are describing. Could you narrow things down a bit, as to what you need help with? Please note that we are not a customisation service, but we will try to help customers out with small tweaks.

    Best regards,
    Rikard

    Hi,

    Thanks for that. Please enable debug mode, so that we can copy the content of the problem element to a test page: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode. We can do it for you, if you give us permission to do so.

    Best regards,
    Rikard

    Hi,

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

    @media only screen and (max-width: 767px) {
    .page-id-5815 #av_section_3 .flex_column_table_cell {
        display: inline-block;
        float: left;
        width: 50%;
    }
    }

    Best regards,
    Rikard

    in reply to: plugin no longer works #1301592

    Hi Franz,

    Yes, please forward it to the developer.

    Best regards,
    Rikard

    in reply to: Date appearance in text box #1301591

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    in reply to: Slider caption and title sizing #1301588

    Hi,

    Thanks for that. You have this somewhere in the theme, which is setting the size on mobile:

    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption h2 {
        font-size: 20px !important;
    }
    }

    I can’t check where it’s coming from, since /wp-admin/ redirects to an account page.

    This CSS which is likely added in the same place, is setting the size for the caption:

    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption .avia-caption-content {
        font-size: 13px !important;
    }
    }

    This CSS is controlling the position of the numbers:

    @media only screen and (max-width: 767px) {
    .av-no-preview .avia-timeline .milestone_icon.milestone-icon-hasborder .milestone_inner {
        line-height: 60px;
    }
    }

    And this controls the timeline:

    @media only screen and (max-width: 767px) {
    .av-no-preview .avia-timeline-vertical .av-milestone-icon-wrap:after {
        left: 32px;
    }
    }

    Best regards,
    Rikard

    in reply to: Grid Row Different Height on Mobile Device? #1301585

    Hi,

    I’m seeing the same thing on my end now, this is the URL for the image:

    url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20500%20300%22%3E%3C/svg%3E)

    If you are trying to use SVG images, then those are not supported unfortunately. Please try PNG or JPG image to see if that works better.

    If you need to position something in an absolute position, like at the bottom of the screen, then you would need custom CSS for that: https://www.w3schools.com/css/tryit.asp?filename=trycss_position_absolute

    Best regards,
    Rikard

    in reply to: General Styling does not take effect. #1301532

    Hi Dex,

    Please refer to this on how to set the correct permissions for the token: https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-5. I would recommend that you generate a separate token for each of your sites.

    We are a vendor on the Envato/Themeforest platform, if you need support for our theme, then please ask them here. If you need help with things concerning your Envato account, or something on the Envato platform, then please ask them directly to their support.

    Best regards,
    Rikard

    in reply to: Where to find quote font color #1301530

    Hi Nathan,

    I can see the theme settings applying to your site, please try loading it in an incognito or private browser window.

    Best regards,
    Rikard

    in reply to: Google Maps error message #1301526

    Hi,

    Thanks for the update. I created a test page, and it seems to be working as it should there, please see private. On which page are you seeing the map with problems?

    Best regards,
    Rikard

    in reply to: problemi con la creazioni di nuovo utente #1301525

    Hey cristinagrafik,

    I translated your question, but it doesn’t make much sense to me unfortunately, could you try explain the problem in a different way please? If you have screenshots of the problem, then that might help us understand it better as well.

    Best regards,
    Rikard

    Hi,

    Great, I’m glad that you found a solution, and thanks for the update. If you want to share the solution with the community, then that would be appreciated :-)

    Best regards,
    Rikard

Viewing 30 posts - 21,391 through 21,420 (of 93,569 total)