Forum Replies Created

Viewing 30 posts - 2,671 through 2,700 (of 92,512 total)
  • Author
    Posts
  • in reply to: My buttons do not work on mobile. #1466558

    Hi,

    Thanks for the clarification. I’m not sure why, but it seems like there are some arguments in the header which should not be there. For example:

    .html_header_right #top #header {
      bottom: 0 !important;
    }
    @media only screen and (max-width: 800px) {
      @media only screen and (max-width: 767px) {
        .html_header_right #top #header {
          bottom: 0 !important;
        }
      }
    }

    Please try removing the bottom arguments to see if that helps.

    Best regards,
    Rikard

    in reply to: Link to a Text #1466556

    Hey William,

    You can add an ID to Grid in the element options, then you can link to it like the example in private.

    Please try this in Quick CSS to align the buttons:

    .page-id-2103 .avia-fold-unfold-section .av-fold-unfold-container .avia_textblock {
      display: block;
    }

    Best regards,
    Rikard

    in reply to: need help with link color in one text block #1466554

    Hi,

    Thanks for the update, we’ll 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: Upcoming events in sidebar widget #1466521

    Hi,

    Thanks for the update, we’ll 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: need help with link color in one text block #1466520

    Hey Munford,

    You have added that as an ID, not a class. Please try this instead:

    #socialbanner .av_inherit_color a {
        color: #ffffff!important;
    }

    Best regards,
    Rikard

    in reply to: Advance Buildlayer is not working #1466517

    Hey hector1069,

    Could you try updating the theme to the latest version (6.0.4) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/. If not, then please try to activate the parent theme, or temporarily deactivate all plugins.

    Best regards,
    Rikard

    in reply to: Video Player controls #1466516

    Hi,

    Great, I’m glad that Mike 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

    in reply to: Trying to change Mailerlite button style #1466487

    Hi,

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

    .mailerlite-subscribe-button-container .mailerlite-subscribe-submit {
      background-color: red;
      padding: 20px;
      color: white;
    }

    Best regards,
    Rikard

    in reply to: 6-0-4 enfold update crashes my site. #1466486

    Hey dmansouri1981,

    I can’t see any problems on my end, it displays like in the screenshot that I posted in the other thread. Please try loading the site in an incognito or private browser window.

    Best regards,
    Rikard

    in reply to: Team section 1/4 needs to be centered #1466474

    Hi,

    Great, I’m glad that Mike 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

    in reply to: Hintergrundbild farbsektio anpassen #1466473

    Hey nadinew13,

    If you are looking for a different design for mobile screens, then you might want to consider copying the element in question and select a different image for the new element. You can hide/show the elements for the correct screen size in the element options.

    Best regards,
    Rikard

    in reply to: Trying to change Mailerlite button style #1466472

    Hi,

    Thanks for the clarification. This is what is currently applying to that button:

    #mlb2-17812585.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
      background-color: #1c3052 !important;
      border: none !important;
      border-radius: 4px !important;
      box-shadow: none !important;
      color: #ffffff !important;
      cursor: pointer;
      font-family: 'Nunito', sans-serif !important;
      font-size: 14px !important;
      font-weight: 700 !important;
      line-height: 21px !important;
      height: auto;
      padding: 10px !important;
      width: 100% !important;
      box-sizing: border-box !important;
    }

    As you can see, the !important statement is added to all the attributes, so I’m not sure if you can override them. You might want to reach out to the plugin developers for further help if you can’t get your CSS to work.

    Best regards,
    Rikard

    in reply to: Trying to change Mailerlite button style #1466457

    Hey rosalewis,

    What exactly are you looking to change? If you have a screenshot highlighting your intentions, then please share it with us.

    Best regards,
    Rikard

    in reply to: Logo left Slogan center and Burger Menu right #1466456

    Hey Micha66,

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

    Best regards,
    Rikard

    in reply to: Team section 1/4 needs to be centered #1466434

    Hi,

    Where exactly are you looking to remove that? Please post a link to an example.

    Best regards,
    Rikard

    in reply to: To the top Button einfügen #1466433

    Hi,

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

    @media only screen and (max-width: 767px) {
      .responsive #scroll-top-link {
        display: block;
      }
    }

    Best regards,
    Rikard

    in reply to: Where is my Blog headline and text? #1466432

    Hey bemodesign,

    I’m not sure that I fully understand the problem that you are having, the headings and excerpts are showing on my end. Could you try to explain the problem a bit further please?

    Best regards,
    Rikard

    in reply to: Cannot editing select pages (Ajax 403 error) #1466431

    Hey aseiden,

    Are you using any of the word below in the blocks? If so, it might be getting blocked by the server firewall:

    Troubleshoot: Text Block element not loading

    This is a rare case but if typing certain words, such as “get“,”include“, “select” or “head” in Text Block element breaks it after saving, there might be a modsec rule in firewall settings causing this issue.

    This is a security measure taken by hosting providers and it is not a theme issue. You can contact your hosting providers and ask them to whitelist those words and that should fix the issue.

    https://kriesi.at/documentation/enfold/intro-to-layout-builder/#troubleshoot

    Best regards,
    Rikard

    in reply to: My buttons do not work on mobile. #1466418

    Hey sarahp181,

    I’m not sure which buttons you are referring to, do you mean the menu items? If you have a screenshot highlighting the problem, then please share it with us.

    Best regards,
    Rikard

    in reply to: To the top Button einfügen #1466417

    Hey nadinew13,

    A scroll to top button should appear by default in the bottom right corner after scrolling a short distance. If that is not working as it should on your site, then please post a link to where we can see the actual problem.

    Best regards,
    Rikard

    in reply to: Memberpress width styling issue #1466416

    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: Limit lines or words in excerpts #1466415

    Hi,

    Thanks for helping out and for sharing @guenni007 :-)

    Best regards,
    Rikard

    in reply to: Responsiveness und “&-Zeichen” #1466380

    Hey leeweis,

    Did you try setting different font sizes for different resolutions under Enfold->General Styling->Typography?

    Best regards,
    Rikard

    in reply to: Team section 1/4 needs to be centered #1466379

    Hi,

    Thanks for the update. 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: Problems with the website #1466378

    Hi,

    Thats is because the class has changed, you can add your own class to the section in the element options. Then use this CSS instead:

    
    @media only screen and (min-width: 990px) {
    .avia-section.your-class {
      z-index: 100 !important;
    }
    }

    Best regards,
    Rikard

    in reply to: Buttons in header #1466377

    Hi,

    Please try this CSS as well:

    nav.main_menu {
      top: 75px;
    }

    Best regards,
    Rikard

    in reply to: Enfold health logo doesnt change to my own logo #1466334

    Hi,

    Please try this instead:

    .av-logo-container {
      max-width: 100% !important;
      padding: 0;
    }

    Best regards,
    Rikard

    in reply to: Problem with templatebuilder #1466325

    Hi,

    I had a look at the link you posted, but I can’t see any warnings there. Could you post a link to where we can see the actual problem please?

    Best regards,
    Rikard

    in reply to: Icon Circle settings and responsive #1466321

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    in reply to: Problems with the website #1466319

    Hi,

    Thanks for the update. You might want to consider using a different image, maybe one with more space at the top and bottom?

    Best regards,
    Rikard

Viewing 30 posts - 2,671 through 2,700 (of 92,512 total)