Viewing 30 results - 2,101 through 2,130 (of 142,845 total)
  • Author
    Search Results
  • #1479057

    Hey ballindigital,

    Thank you for the inquiry.

    You could apply a minimum height to the special heading element:

    @media only screen and (max-width: 767px) {
        #top .av-special-heading {
            min-height: 61px;
        }
    }

    View post on imgur.com

    Please note that the modification above will apply to every Special Heading element. You may need to apply a custom css class to the elements where you want this to be applied.

    https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    #1479056

    In reply to: Product Image Size

    Hey ballindigital,

    Thank you for the inquiry.

    It looks like you have already applied the adjustments. If you’d like to increase the image size further, you can add this css code:

    #top.single .single-product-main-image {
        width: 50%;
        float: left;
        margin-right: 50px;
        overflow: hidden;
        padding-bottom: 50px;
    }
    
    #top.single .product div.images img {
        width: 100%;
        height: auto;
        max-height: unset;
        margin: 0 auto;
    }

    Best regards,
    Ismael

    #1479054

    In reply to: Header structure

    Hi,

    Thank you for the info.

    In the style.css file, you have the following css rules that target specific widgets using #custom_html-2 or #custom_html-3. These rules don’t apply to the EN version because the widget there has a different ID, #custom_html-4.

    body #header_main #custom_html-2 .col.btn a, body #header_main #custom_html-3 .col.btn a {
        display: block;
        background-image: linear-gradient(#d9c596, #b39b60);
        padding: 0 25px 0 25px;
        color: #050607;
        font-size: 14px;
        font-weight: 700;
        border-radius: 25px;
        max-height: 40px;
        line-height: 40px;
        text-transform: uppercase;
        margin-top: 5px;
    }

    Please update the css to include the widgets in the EN version.

    Best regards,
    Ismael

    #1479045

    Hey Jak73,

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

    #top #header_main .av-main-nav > li > a {
      line-height: 0;
    }

    Best regards,
    Rikard

    #1479040

    Hi,

    1. Try this CSS and change the values to your liking:

    .avia_transform .av-active-tab-title .av-tab-arrow-container span {
      top: -5px;
    }
    
    .av-tab-arrow-container {
      height: 21px;
    }

    2. Try this CSS:

    .CF-av-pill-tabs .av-active-tab-title {
      background: red;
    }

    3. Try setting the width to 100%:

    .CF-av-pill-tabs .av-inner-tab-title {
      color: #FFFFFF;
      font-family: 'roboto';
      font-weight: 500;
      font-size: 36px !important;
      width: 80%;
      text-align: left;
      margin-left: 5% !important;
      margin-bottom: 0px !important;
      padding: 10px 0px 0px 0px !important;
    }

    Best regards,
    Rikard

    #1479036

    With my first question, I just wanted to make sure that the font also works with your method. So you used the Enfold support for Google Fonts (something we should actually avoid in Europe because of GDPR requirements) and activated the font that way.
    The second question is about whether you can avoid using the custom class if these headings could have something in common. For example, that you want to have all blog post titles with this font.

    Now – make shure that the custom class input field is filled without that dot for classes. On the heading element this custom class goes (as mentioned already) to the parent of the h tag. So the code will work for all heading tags (h1, h2 etc. ) with:

    #top .av-special-heading.extralargedisplayfont .av-special-heading-tag {
      font-family: 'sacramento';
    }

    Hey Mike

    Thank you for the code walk through here but it is not what I have been asking about.

    1.
    The client does not want the gallery image to show on the frontend.

    2.
    The client wants to be able to hover the product image and have it switch to the first gallery image which is not seen on the frontend. The gallery image is only added to the backend product screen.

    They want it seen like this: https://www.fiocchetti.com/en/products/bloodbanks-4degc?e=275 (on the Single Product image screen.)

    There is this older support thread here: https://kriesi.at/support/topic/change-single-product-image-on-hover-with-gallery-first-image/

    If Ismael is around can he add the needed code to the older support thread and also add the needed code in this thread?

    • This reply was modified 1 year ago by SHR Design. Reason: Adjusting
    #1479021
    Jak73
    Participant

    Hi,
    i added one menu on top and bottom and have a different space above and below.
    How can i reduce space above, that its same space as below.
    Please see screenshot.

    kind regards Jak

    • This topic was modified 1 year ago by Jak73.
    • This topic was modified 1 year ago by Jak73.
    #1479017

    Thank you, topic can be closed

    #1479016

    Thank you, Topic can be closed

    Hi,

    Try to include this css rule inside the media query (max-width: 479px) to adjust the width of the items in the product slider:

    .responsive #top #main .avia-product-slider-container .products .product {
        margin: 0 0 20px 0;
        width: 100%;
    }
    
    .responsive #top #main .av-19u5brg-c8bf1da9222c2acf3c8412eb09911916 .products .product {
        margin: 0 1% 1% 0;
         width: 49%;
    }

    This should maintain the layout of the items in the “Our Best Selling Products” section.

    Best regards,
    Ismael

    #1478978

    Hi,

    For the “Livraison en Afrique” page, please add this css code to adjust the size of the slider image on mobile view:

    #top .av-m7utj0fm-55a4085e08fb8dd95eeb6325426a31b7 li img {
        height: 300px;
        object-fit: cover;
        object-position: right;
    }
    

    Best regards,
    Ismael

    #1478975

    Hi Ismael,

    Thanks for your response.

    I checked and reuploaded the logos, but the logo still doesn’t appear in the mobile view. It used to show up before but suddenly disappeared.

    Could you let me know how to display the black logo on mobile and the white one on desktop?

    Thank you so much!

    Hi,
    Sorry I don’t understand your request, Please note that we ask that each thread stays “on topic” and different threads are used for multiple questions, this helps future users find solutions easier and multiple Moderators assist you with a solution, thank you for understanding.
    Please open a new thread and explain fully, perhaps a screenshot would help.

    Best regards,
    Mike

    #1478939

    Hi,
    1) for the search icon try this css in your quick css:

    #top #header .av-main-nav > li#menu-item-search > a {
        background-color: unset;
    }

    2) don’t understand how burger menu is too long, perhaps a screenshot would help.
    3) try this css:

    .header_color .av_ajax_search_title {
        color: #fff;
    }

    Best regards,
    Mike

    #1478928

    In reply to: Blog page

    Hi,
    We don’t have experience with your plugin and it is unlikely that we can connect your plugin to the theme, but I do recall a Reading Time that was working with the masonry element. Please see this thread, perhaps you can modify it for your needs. I’m not sure, but we are limited with such customizations and third party plugins.

    Best regards,
    Mike

    #1478920

    In reply to: Easy Slider broken

    When I disable the Super Minify plugin and use the Enfold theme minify/merge CSS/JS options, I get the broken Easy slider again. I think it is because a JS error is recurring with your minify/merge tools.

    I’m not sure what other tool to use to assess my performance . . . I think y’all had suggested DebugBear a while back, so that’s why I use theirs. Is there a better option for me to check?

    Current desktop with Super Minfy plugin (enfold minify disabled): https://www.debugbear.com/test/website-speed/C7ILxl13/overview
    Current mobile with Super Minify plugin (enfold minify disabled): https://www.debugbear.com/test/website-speed/iBNTHJck/overview

    When I make changes, I typically delete the cache in WP, then delete my browser cache/history as well . . . this seems to trigger that 502 Bad Gateway cloudflare that I’ll get on their forum and with my host support to troubleshoot, but if y’all see anything I should point out to them, I’ll appreciate the info. . . I have to go visit every page and refresh it . . . though blog posts are not impacted.

    #1478919

    In reply to: Center Logo on Mobile

    Hey nancyT,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
        .responsive.html_header_top.html_logo_center #top .logo {
            left: 10%;
            position: relative;
            float: right;
        }
    }

    After applying the css, please clear your browser cache and check.
    Screen Shot 2025 03 08 at 2.43.22 PM

    Best regards,
    Mike

    Hey Tim,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    .responsive #top .av_header_transparency.av_alternate_logo_active .logo a>svg {
        opacity: 0;
    }
    
    .responsive #top .av_header_transparency .logo .subtext.avia-svg-logo-sub {
        display: block;
    }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1478896

    Hi,
    It looks like you have this custom css in your child this preventing clicks on your topbar sub-menu:

    #top #menu-item-1302 a {
        pointer-events: none;
    }

    I assume that you want to remove the click on the main item “Partenaires de séjours de vacances” but want the click on the sub-menu items, so remove your css and use this instead:

    .menu-item-1302 {
    	height: 30px;
    }
    #top #header_meta #menu-item-1302 > a {
       pointer-events: none;
    }
    #top #header_meta #menu-item-1302 .sub-menu a {
       pointer-events: auto;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1478890

    In reply to: Easy Slider broken

    Hi,
    Glad to hear that you have this sorted out, please note that when you double minify with either two plugins or a plugin and the theme settings it will typically cause errors due to how minify works. Minify removes spaces and other characters from CSS, when it is double minified needed characters are sometimes removed causing errors. So the best approach is to minify only once with either the theme settings or a plugin.
    TTFB is a server response time, your test above is for a mobile device which is throttled and not using true mobile 5G speed, typically most test mobile at 3G and 5G for desktop.

    Best regards,
    Mike

    #1478888

    Hi,

    Thanks for the update. If you have further questions which is not on the original topic, then please open a new thread and try to explain the problem that you are having a bit further. We’ll close this thread for now.

    Best regards,
    Rikard

    #1478882

    In reply to: Header structure

    as a participant i do not see your private content messages – but do you use WPML?
    WPML does handle your language Settings even for those enfold options.
    you got on top your lang flags :

    so if you like to have the same look – you had to synchronise these settings for each language.
    read here https://kriesi.at/support/topic/implementing-the-same-theme-setting-to-all-languages-using-enfoldwpml/

    My advice: first style the page completely in your native language, then go via the theme settings. ( see link above)

    #1478881

    First: how did you embed/activate that Sacramento Font to Enfold?
    Next: what is common to those headings that should use the Sacramento Font? (maybe there is something we can use as selector)

    _______
    If there is no commonality for these headings, you will need to do this manually.

    You should give a custom class to those heading elements. (f.e. sacramento – why not?)

    then you will have that custom class at the parent of your h-tags (av-special-heading-tag)

    #top .av-special-heading.sacramento .av-special-heading-tag {
      font-family: 'sacramento';
      font-weight: 700
    }

    It may be necessary to force the font family by adding !important to this declaration.

    #1478880

    ich habe dir jetzt zwei wege aufgezeigt.
    zum Einen könntest du mit dem bisher erreichten ja den Code von Link mal einsetzen.

    Dann sieht die seite so aus:

    zum Anderen – und ja klar wäre das ein Neuansatz – die Lösung über das Grid Layout.
    Dazu wäre dann nötig den bisherigen Code zu entfernen, und den neuen Ansatz auszuprobieren.

    @Ismael,

    I have another issue linked here for which I need assistance. I’m assuming you’ll likely be the one to respond to it since most of modifications I made to tabs section was from CSS you’ve posted in previous forum posts. Please let me know if I need to create a new issue, or what the enfold moderators need to move forward with the issue. LINK is here. – https://kriesi.at/support/topic/pill-tab-section-not-working-as-expected/

    Thank you!

    Hi,
    I have a large monitor/screen so had to zoom out to screen shot the contrast between the full width content at the top vs. the boxed/not full width color section at the bottom of screen.

    Thanks for the suggested fix! I set Maximum Container Width to 100% and the color section looks as expected on my large screen. I need to test that other screen sizes and all layouts (regular desktop, tablet)are OK before I close this out. Will be in touch in 3-4 days after testing.

    #1478848

    Hello Ismael,

    thank you very much – that worked! :-)

    There are just three little things:
    1) the search icon is not visible on large screens like laptop (is it blue?) – it should be white.
    2) the menue should be in burger style when it is too long – the client has added one big menue item and now it is too big…
    3) the italic text which is shown when the search field gives no entry “Bitte verwende einen anderen Suchbegriff” should be in white, too.

    Can you help, please?

    Kind regards,
    Kati

    Just to clarify, should I delete this:

    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all #main .products .product {
    margin: 0 1% 1% 0;
    width: 49%;
    }
    }

    And replace it with this?

    .responsive #top #main .products .product {
    margin: 0 0 20px 0;
    width: 100%;
    }

    #1478843

    Das Phänomen existiert auch ohne die ID “superlat” und kann auch auf frischen Installationen reproduziert werden.
    Hier ist der Code um es zu reproduzieren:

    <div id=’main’ class=’all_colors’ data-scroll-offset=’88’>

    <div class=’main_color container_wrap_first container_wrap fullsize’ ><div class=’container av-section-cont-open’ ><main role=”main” itemprop=”mainContentOfPage” class=’template-page content av-content-full alpha units’><div class=’post-entry post-entry-type-page post-entry-2′><div class=’entry-content-wrapper clearfix’><section id=”” class=’av_textblock_section av-m0exh7bk-f420021c8c6e7a2c36feb8c4b82214e7 ‘ itemscope=”itemscope” itemtype=”https://schema.org/CreativeWork” ><div class=’av-desktop-hide av-medium-hide av-small-hide avia_textblock’ itemprop=”text” ><p>SIMPLE TEXTin TEXTELEMENT</p>
    </div></section>
    </div></div></main>

    m.

Viewing 30 results - 2,101 through 2,130 (of 142,845 total)