Forum Replies Created

Viewing 30 posts - 20,101 through 20,130 (of 93,423 total)
  • Author
    Posts
  • in reply to: Submenue in content area #1310239

    Hi,

    Thanks for the update. Could you post a link to where we can see the actual element on your site please?

    Best regards,
    Rikard

    in reply to: Fly Out Nav / Hamburger Menu Background Image #1310236

    Hey samebluesky,

    Thanks for the mockup. Could you post a link to the image which you are looking to use as well please?

    Best regards,
    Rikard

    in reply to: Square Tabs – Change Styling on Inactive Tabs #1310235

    Hi samebluesky,

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

    .av-pill-tabs .av-tab-section-tab-title-container a {
        background: #fff;
        border: 2px solid #0061A0;
        color: #0061A0;
    }
    
    .av-pill-tabs .av-tab-section-tab-title-container a.av-active-tab-title {
        background: #0061A0;
        border: 2px solid #0061A0;
        color: #fff;
    }

    Best regards,
    Rikard

    in reply to: font size #1310232

    Hi,

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

    .single-product .wc-pao-addon-heading {
      font-size: 18px; 
    }

    Best regards,
    Rikard

    in reply to: Problem with custom footer on mobile #1310230

    Hi,

    Thanks for that. I’m getting a 403 error on the login page though, are you blocking some country IP ranges maybe?

    Forbidden
    You don’t have permission to access this resource.

    If you are not applying this yourself, then please reach out to your hosting provider to check what countries are allowed to access your login page.

    Please try this in Quick CSS, to see if it helps with your problem:

    @media only screen and (max-width: 767px) {
    #footer-page .av_one_third {
        margin-left: 0;
        width: 100%;
    }
    }

    Best regards,
    Rikard

    in reply to: Enfold Easy Slider Does not show images #1310198

    Hi,

    Great, I’m glad that you found a solution, and 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: Whitespace after Tabs Content element #1310197

    Hi,

    Thanks for the screenshot. There’s a lot of bottom margin added to that element, did you add that in the theme options maybe? If not, then please post admin WordPress login details in private, so that we can have a closer look.

    margin-bottom: 370px;

    Best regards,
    Rikard

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

    Hi,

    I don’t think that is possible unfortunately, but you can try different position attributes if you like: https://www.w3schools.com/css/css_positioning.asp

    Best regards,
    Rikard

    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

Viewing 30 posts - 20,101 through 20,130 (of 93,423 total)