Forum Replies Created

Viewing 30 posts - 18,541 through 18,570 (of 91,855 total)
  • Author
    Posts
  • in reply to: Single post layout broken #1310185

    Hi,

    Thanks for the update. Did you try to activate the parent theme while disabling plugins? The problem might be coming from your child theme. If the same thing happens when the parent theme is active, then please try reaching out to the support of the offending plugin, as we can’t debug problems with third party plugins.

    Best regards,
    Rikard

    Hi,

    Please try this CSS as well:

    .grid-image img {
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
    }
    
    .grid-image img:hover {
      -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
      filter: grayscale(0);
    }
    
    h3.grid-entry-title a {
      color: #ad9f8f;
    }
    

    Best regards,
    Rikard

    in reply to: Horizontal Accordion & Toggles #1310181

    Hey peterolle,

    There’s nothing like that in the theme unfortunately, but I guess you could try the code in the example to see if it works?

    Best regards,
    Rikard

    in reply to: Custom class in mega menu not working #1310180

    Hi,

    Thanks for the update. It looks like you have added the class to a column, and there are no columns in the mobile menu. What exactly are you trying to target?

    Best regards,
    Rikard

    in reply to: Mobile Menu Not Displaying #1310179

    Hi,

    Thanks for that. The version you are running is displaying the latest version number, but the layout in the theme options doesn’t correspond with that version number. 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 please?

    Best regards,
    Rikard

    in reply to: Using a different logo for mobile view (redux) #1310177

    Hi,

    Thanks for the update. I’ve added this inside your 480 pixel media query in Quick CSS:

    .responsive .page-id-869 .logo a {
        background-image: url(https://www.smartmoneyinternational.com/wp-content/uploads/2019/07/sm-logo-white.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .responsive .page-id-869 .logo img {
      opacity: 0 !important;
    }

    Please review your site.

    Best regards,
    Rikard

    in reply to: Full-width text scroller below logo and menu #1310175

    Hi,

    Thanks for the update. I’ve added this to your Quick CSS box, and it’s applying on my end:

    @media only screen and (max-width: 767px) {
    .template-shop.content {
        padding-top: 110px !important;
    }
    }
    
    @media only screen and (max-width: 767px) {
    #footer .av_one_fourth {
        margin-left: 0 !important;
        width: 100% !important;
    }
    }

    Please review your site, and make sure to load the site in an incognito or private browser window on your device.

    Best regards,
    Rikard

    in reply to: Gap under header when loading #1310174

    Hi,

    Thanks for the update. I’m still seeing the same 403 error on the login page, it’s likely that your hosting provider has added a block for some country IP ranges. Please try updating to the latest version of the theme, to see if that helps. https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update

    Best regards,
    Rikard

    in reply to: trying to create a sliding gallery #1310173

    Hi,

    Thanks for the update. Could you post a link to where we can see the problem you are having please?

    Best regards,
    Rikard

    in reply to: Product Grid – Hand Picked Products #1310172

    Hi,

    Thanks for the update. The Enfold Layout Builder is not compatible with the Gutenberg/Block editor in WordPress unfortunately. So if you can’t use the block in question as a shortcode, then you cannot use it in the Layout Builder.

    Best regards,
    Rikard

    in reply to: Place slideshow buttons under slideshow caption #1309889

    Hey fabian_stricker,

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

    .home #fullscreen_slider_1 .avia-slideshow-dots {
        bottom: 100px;
        text-align: left;
        left: 30px;
    }

    Best regards,
    Rikard

    in reply to: Full width gallery on full width background #1309888

    Hi,

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

    .page-id-3683 #av_section_1 .container {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    Best regards,
    Rikard

    in reply to: Width of product box #1309887

    Hi,

    I added this to your Quick CSS box:

    .columns-3 .products li {
      width: 32.5%;
    }

    Not what you posted in your last reply.

    Best regards,
    Rikard

    in reply to: Single post layout broken #1309885

    Hi,

    Thanks for that. I disabled all plugins, and the layout went back to normal after that, which means that one of your plugins is causing this problem. Please try disabling all plugins again, then activate them back one by one, to see which one is causing this problem.

    Best regards,
    Rikard

    in reply to: Font Background Color and Font Color #1309884

    Hi,

    Please try this instead:

    <p>LOGO <span style="background-color: e6e60c; color: #000;">DESIGN </span> Luxembourg</p>

    If it doesn’t work either, then please post admin WordPress login details in private.

    Best regards,
    Rikard

    Hi Marc,

    Thanks for the update. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    in reply to: Contact form mobile view #1309882

    Hey Diana,

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

    @media only screen and (max-width: 767px) {
    input#avia_2_1 {
        border-width: 1px !important;
        font-size: 12px !important;
    }
    }

    Best regards,
    Rikard

    in reply to: Don't show featured image in blog post #1309879

    Hi,

    Thanks for the update. 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: color section overlay layerslider in mobile view #1309878

    Hey John,

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

    @media only screen and (max-width: 479px) {
    .home #av_section_1 .av_two_fifth, .home #av_section_1 .av_three_fifth {
      margin-top: 0 !important;
    }
    }

    Best regards,
    Rikard

    in reply to: Error when using WooCommerce #1309877

    Hey wabrahams,

    A 503 is a server error, and is likely not caused by the theme. Does the same thing happen if you disable all other plugin except WooCommerce? Also please try enabling one of the default WordPress themes, to see what happens then. I would suggest that you try reaching out to your hosting provider about this as well, as they should be in a better place to help you out with server problems.

    Best regards,
    Rikard

    in reply to: Mobile Menu Not Displaying #1309876

    Hey edukate1,

    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. Also please provide an option for turning off your CDN/caching, and let us know if it’s ok to temporarily disable plugins/themes?

    Best regards,
    Rikard

    in reply to: close gap between two elements #1309874

    Hi,

    Thanks for that. I replaced the CSS you tried yourself with this:

    #bluewavedown .av_one_full {
        height: 60px !important;
        min-height: 60px !important;
    }

    And it’s applying to your site now, please review it.

    Best regards,
    Rikard

    Hi Knutnik,

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

    .grid-sort-container .no_margin.av_one_half {
        width: 49%;
    }
    
    #kat-grid .grid-content, #kat-grid .avia-arrow, #kat-grid .grid-entry-title {
        background: red;
    }

    I’m not sure I understand what you mean by the hover state of the images though, could you try to explain that a bit further please?

    Best regards,
    Rikard

    in reply to: Internen Link setzen #1309872

    Hi Daniel,

    I’m not sure I understand your question or the problem you are having, maybe due to a poor translation from Google Translate. Could you try to explain the problem you are having a bit further, or post screenshots highlighting it please?

    Best regards,
    Rikard

    in reply to: Sidebar not showing up on Portfolio page #1309739

    Hi,

    Thanks for the update. Full width elements are what they are called – full width. If you had a sidebar on the right or left of them, they wouldn’t be full width anymore. The sidebar will appear next to the first non full width element in your layout.

    I’m not sure I understand your question, since the screenshot you posted is not loading. Please try to explain your problem a bit further, and post a link to a working screenshot.

    Best regards,
    Rikard

    in reply to: ALB collapsing rows #1309736

    Hey Knutnik,

    Do you mean that you want to make them smaller on the backend? If so, then that is only possible with the Color Section element. If you want to add something under the image, then please simply drag the element in question under the image. You can also click the element you want to add, that will add it to the bottom of your layout.

    Best regards,
    Rikard

    in reply to: Logo left, 3x widget right, menu below (left) #1309733

    Hi,

    Thanks for the letting us know, and for the update. 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 Andy,

    Thanks for that. I’ve updated your site to the latest version, but the /wp-admin/ login page is still acting funny. You can still login with the /wp-login.php URL though. Could you try disabling all plugins, and activate the parent theme, to see if that makes any difference with the /wp-admin/ page?

    Best regards,
    Rikard

    in reply to: gallery breaking points #1309690

    Hi,

    Thanks for the update. I gave your galleries IDs, and unticked the visibility boxes in the element options. Then I added this to Quick CSS:

    @media only screen and (min-width: 990px) and (max-width: 1340px) {
    #masonry-gallery-1 {
      display: none;
    }
    }
    
    @media only screen and (max-width: 989px) {
    #masonry-gallery-2 {
      display: none;
    }
    }
    
    @media only screen and (min-width: 1341px) {
    #masonry-gallery-2 {
      display: none;
    }
    }

    Please check if those are the results you are looking for. If it’s hiding/displaying the wrong gallery, then simply switch the IDs around.

    Best regards,
    Rikard

    in reply to: trying to create a sliding gallery #1309688
Viewing 30 posts - 18,541 through 18,570 (of 91,855 total)