Viewing 30 results - 181 through 210 (of 141,429 total)
  • Author
    Search Results
  • #1481629

    In reply to: Font Color Button

    Hey Diana,

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

    
    #top #wrap_all .avia-button.av-lvywmnms-38518dacec6c365c5bc557c866be5427:hover {
      background-color: #fff !important;
    }

    Best regards,
    Rikard

    #1481626

    Hi,

    Did you check the Unstick Topbar option maybe?

    Best regards,
    Rikard

    #1481618

    In reply to: White bar at the top

    Here is a screenshot of the top white space I need to remove and move the header and logo up.

    https://img.savvyify.com/image/top-bar.9qiXB

    goldengate415
    Participant

    Hi all, It’s been a while since I’ve had an Enfold question. i hope this finds you all well. On our property pages for homes for sale, we use the photo element for mobile, and then for desktop we use a color section with a background image that fills the screen. It provides a beautiful immersive effect, an d under “background attachment” setting I use “scroll” and “fixed” settings.

    For the fixed setting, it provides a really cool effect where the photos appear from the bottom of the screen and cover the one in view. It looks great on desktop I think. We just discovered that if you view these pages on an ipad in landscape mode, the color sections with the fixed backgrounds are highly distorted and the photo does not display. You can see an example of this here:

    https://www.thomashenthorne.com/6-bay-laurel-lane-san-rafael/

    Questions:
    1. Is this a bug that can be fixed? Or perhaps Apple has updated their ios and Enfold needs an update to match their changes?
    2. If not and this is native to Apple, is there a way to keep the “fixed” on desktop but switch to “scroll” on iPad without messing up how it works on mobile (which is just photos, no color sections)? I don’t want to ruin the desktop experience just for iPads in landscape if I don’t have to.

    I seem to recall that this worked fine in the past but frankly I don’t use my iPad very much so I could be wrong.

    Thanks,
    Rob

    #1481594

    Topic: Burger menu display

    in forum Enfold
    sitadi
    Participant

    Hi,

    Sorry to bother you again, but I have another problem that I can’t solve.
    On mobile and tablet, the search bar is displayed above the menu when it is opened. This anomaly is not present on desktop. I tried several CSS codes (z-index) but nothing changes, can you help me?

    Capture d’écran 2025 04 18 à 12.48.21

    Thank you for your help,

    #1481591
    DianaLoola73
    Participant

    Dear Support Team

    On the website http://neu2024.creative-wave.com/#home-enter, for example, we have a gridrow that unfortunately does not work correctly on the tablet – both landscape and portrait format:
    see screenshots:
    Portrait: http://neu2024.creative-wave.com/support/cells.jpg
    Here the cells should not be displayed next to each other but one below the other.
    Landscape: http://neu2024.creative-wave.com/support/cell2.jpg
    Although I have entered the inner spacing settings all around 50px for the tablet landscape, it is not executed and the strong indentation of the desktop version is also displayed here.

    Since I asked you about a similar problem on another website some time ago and you solved it perfectly back then, I applied the solution script from that post (Question number 2) > (see link: https://kriesi.at/support/topic/mobile-version-tablet-landcape-not-working-well/) to this website as well. Unfortunately without success.
    We have the problem umpteen times on the website, since the website is very extensive, this is now very often. We also have the same problem on the home page further down: http://neu2024.creative-wave.com/#kontakt

    Could you please help me? I have also searched through the CSS, but have not found any clue as to what causes this…

    Best regards, Diana

    • This topic was modified 2 weeks, 5 days ago by DianaLoola73.
    #1481574

    Topic: White bar at the top

    in forum Enfold
    bemodesign
    Participant

    Hello, I can’t figure out how to remove the top bar on the site. Can you take a look and help?

    And also how to make the social media icons white, instead of black, next to the burger menu icon.

    Thanks!

    • This topic was modified 2 weeks, 5 days ago by bemodesign.
    #1481565

    Hi,

    Thank you for the update.

    Try to add this css code to further decrease the font size of the elements in the top bar and adjust its height.

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      #top #header_meta a,
      #top #header_meta li,
      #top #header_meta .phone-info {
        font-size: 13px;
      }
    
      #top #header_meta .phone-info {
        padding: 0;
        margin: 0;
      }
    
      #top #header_meta .sub_menu {
        line-height: 16px;
      }
    }

    View post on imgur.com

    Best regards,
    Ismael

    #1481555

    Hi Mike,

    Sorry for the missing information. It’s just because Ismael told me to open another thread.
    We solved the initial issue, and I got mixed up with another topic. My bad ;)

    I want to show the correct breadcrumb information: Home (https://shop.akhurst.com/) since the website’s home page is not http://www.akhurst.com/. We use a multisite platform, but we dont have this issue with the other parent companies (Cantek, Leadermac).

    Ismael sent me this code:

    function avia_breadcrumbs_trail_mod($trail)
    {
    if ( is_product() || is_product_category() ) {
    $trail[1] = ‘Home‘;
    }
    return $trail;
    }
    add_filter(‘avia_breadcrumbs_trail’, ‘avia_breadcrumbs_trail_mod’, 50, 1);

    #1481553

    In reply to: Menu Color

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

    #top #header.header_color.av_header_transparency .av-main-nav > li > a:focus .avia-menu-text {
    	color: #00632e;
    }
    .header_color .main_menu ul:first-child > li a:focus, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item.current-menu-item > a {
    	color: #00632e;
    }

    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

    #1481543

    Hey bemodesign,
    See this thread and adjust to suit.

    Best regards,
    Mike

    #1481536

    Hi,

    Thanks for the update. If you have further questions which are not on the original topic of this thread, then please open a new thread. Also please give us details instructions on how to reproduce the problem in question in the new thread.

    Best regards,
    Rikard

    #1481531
    bemodesign
    Participant

    NSFW

    I am currently using Woocommerce “sitewide notice” to display message at top of page, but it uses to much script and slows down the site.

    How can I just add a top bar to the website, that displays text, like the currently notice? It doesn’t need to “dismiss”.

    Thanks!

    #1481519

    In reply to: Columns in text blocks

    Enfold offers for text-block alb that option – on styling tab : text-block styling

    Edit: oh sorry you mentioned that. But i do not understand what you like to achieve. Can you make a sketch?

    do you like to have separators between those columns:

    #top .av_textblock_section .avia_textblock {
      column-rule: 2px solid #ddd;
    }
    #1481507

    I worked out how to do it myself by adding this to Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive #top .menu-item-27057 {
    padding-top: 15px!important;
    }
    }

    But the top bar is still too deep on a mobile so I still have the original problem where I am trying to achieve the design in the link above. In the mockup the orange banner is only twice as deep as it is on the live website (not more than three times as deep like it is now)

    So I still need to remove the vertical space on the orange banner on mobile, so that it is less deep than the white banner containing the logo

    So thank you for all your help in creating the small button but I need the spacing around it reduced as well (on a mobile especially) so that I achieve the design on the link.

    Please do you have any other solutions?

    Thanks

    Jane

    #1481483

    Sorry, last thing. I have Reviews on the home page using “Content Slider”. It has 2 columns on desktop, but how can I have it show just 1 Column on Mobile view?

    Thank you!!!

    #1481464

    Topic: Model parallax

    in forum Enfold
    SandraMarino
    Participant

    Hello

    I’d like my logo (design and name) to have the same animation as in the parallax demo, but for it to be at the bottom left of the image (here it’s at the top and centered).
    Another problem is the shadow, which is placed behind the PNG image instead of behind the logo and text. How can I resolve these two issues?

    Thank you for your help.

    #1481459

    As I said, as a participant I cannot see your private message area, so I cannot see a link if it has been posted. The link would be necessary for verification – because a screenshot is not meaningful enough to give advice.

    if that is your css – the

    @media only screen and (max-width: 768px) {
    

    is nested with a nother media query.
    your :

        @media only screen and (max-width:767px) {
            .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
                padding-left: 0;
            }
        }

    is inside another media query ( with the same settings )

    next hint:
    use for the max-width media query the odd setting – and for min-width the even ones.

    I don’t know if the above leads to conflicts, but put this as code instead:

    
    @media only screen and (max-width: 767px) {
        /* Add your Mobile Styles here */
        .responsive #header_main_alternate {
            display: block;
        }
    
        .responsive #top #header .main_menu {
            width: auto !important;
        }
    
        #header_meta .phone-info-custom::before {
            background-color: #ffffff !important;
        }
        .responsive #top #wrap_all .main_menu {
            left: 0px !important;
        }
        .responsive #top .logo {
            width: 50% !important;
        }
    
        .responsive #top #wrap_all .container {
            float: right !important;
        }
    
        #header_meta .phone-info-custom {
            font-size: 15px;
            font-weight: 800;
            color: #000000;
            padding-top: 70px;
        }
        #header_meta .container {
            max-width: 50% ;
            margin-left: 0px;
            margin-right: 0px !important;
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
    
        /*PHONE INFO*/
        #header_meta .phone-info-custom::before {
            display: none !important;
        }
        .phone-info {
            padding-top: 5px !important;
        }
    
        /*LOGO*/
        .responsive .logo img {
            float: right !important;
        }
    
        .responsive #top .logo {
            position: static;
            display: table;
            height: 80px!important;
            float: none;
            padding: 0;
            border: none;
            width: 95%;
        }
        .main_menu {
            margin-left: 0px !important;
        }
        a {
            padding-left: 0px !important;
        }
    
        .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
            padding-left: 0;
        }
    }
    
    /* 💻 TABLETTE (entre 769px et 1024px) */
    @media only screen and (min-width:768px) and (max-width:989px) {
        .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
            left: 0 !important;
        }
    }
    kalla77
    Participant

    Hallo Enfold-Team,

    ich verwende Enfold mit WooCommerce und möchte die Sortieroptionen im Produktkatalog auf „Datum“ (Neueste zuerst) beschränken. Alle anderen Sortieroptionen – insbesondere „Standard“ (menu_order) – sollen vollständig entfernt werden, da sie für meinen Anwendungsfall nicht sinnvoll sind.

    Ich habe den folgenden Code auf Basis eures Forenbeitrags hier verwendet:

    Das brachte uns hierhin:
    https://woo.gwup.org/shop/ (nur noch zwei Optionen)

    Problem:
    Trotz Entfernung von menu_order über alle relevanten Filter erscheint im Frontend weiterhin die Sortieroption „Standard“ PLUS „Datum“ – das ist redundant weil der Standard bereits “nach Datum” ist..
    Die tatsächliche Standardsortierung funktioniert korrekt (neueste Produkte zuerst), aber das Dropdown zeigt weiterhin „Standard“ an.

    Frage:
    Gibt es in Enfold (ggf. via avia_woocommerce_catalog_ordering oder internem Template) noch eine Stelle, die menu_order oder „Standard“ manuell wieder hinzufügt oder ignoriert diese Filter vollständig?

    Ich wäre für einen konkreten Hinweis oder einen override-sicheren Lösungsansatz sehr dankbar.

    Mit freundlichen Grüßen
    Andrè

    ————————————————————-

    Hi Enfold team,

    I’m using Enfold with WooCommerce and would like to restrict the product sorting dropdown to show only “Date” (newest first). All other options should be removed, as they are not relevant for our shop.

    Based on your support forum post i used the code from here:

    That is the result
    https://woo.gwup.org/shop/ ( only two sortings left)

    The issue:
    Despite all filters removing menu_order, the “Standard” option is still visible in the sorting dropdown alongside “Date”.
    This is redundant since the standard is already set to “date” and we dont need any other sort option than “date”
    The sorting functionality works correctly — products are sorted by date as expected — but the “Standard” label is still displayed and selectable in the frontend.

    Question:
    Is there any part of Enfold (e.g. avia_woocommerce_catalog_ordering or a template override) that forcibly adds back the “Standard” entry or bypasses the WooCommerce filters?

    I would appreciate any advice or a clean and update-safe way to fully remove that option.

    Best regards,
    Andrè

    #1481440
    ausgesonnen
    Participant

    Hello,
    the social icons have disappeared from the top menu. Perhaps because there is not enough space? tehre should be 4.

    #1481438

    In reply to: Columns in text blocks

    tanx Mike, i tried few things using the html i ‘m afraid if wont do. i think there is a progress to be made in this topic by the enfold team.

    #1481437

    Hi Guenni007,

    It’s not about shrinking header the problem now, it is about the CSS codes for mobile and tablets which is not applied on my site, I don’t understand what happen ?

    I added several CSS codes for mobile and tablets but they are not taken into account:

    /* 📱 MOBILE (jusqu'à 768px) */
    
    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      .responsive #header_main_alternate {
        display: block;
      }
    
      .responsive #top #header .main_menu {
        width: auto !important;
      }
    
      #header_meta .phone-info-custom::before {
        background-color: #ffffff !important;
      }
        .responsive #top #wrap_all .main_menu {
            left: 0px !important;
        }
        .responsive #top .logo {
            width: 50% !important;
        }
    
    .responsive #top #wrap_all .container {
        float: right !important;
    }
    
    #header_meta .phone-info-custom {
        font-size: 15px;
        font-weight: 800;
        color: #000000;
        padding-top: 70px;
    }
    #header_meta .container {
         max-width: 50% ;
        margin-left: 0px;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    /*PHONE INFO*/
    #header_meta .phone-info-custom::before {
      display: none !important;
    }
    .phone-info {
        padding-top: 5px !important;
    }
    
    /*LOGO*/
    .responsive .logo img {
        float: right !important;
    }
    
        .responsive #top .logo {
            position: static;
            display: table;
            height: 80px!important;
            float: none;
            padding: 0;
            border: none;
            width: 95%;
    }
    .main_menu {
        margin-left: 0px !important;
    }
    a {
        padding-left: 0px !important;
    }
    @media only screen and (max-width:767px) {
        .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
            padding-left: 0;
        }
    }}
    
    /* 💻 TABLETTE (entre 769px et 1024px) */
    @media only screen and (min-width:768px) and (max-width:989px) {
        .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
            left: 0 !important;
        }
    }

    Capture d’écran 2025 04 16 à 12.27.29
    Capture d’écran 2025 04 16 à 12.27.39

    #1481430

    Thank you Ismael, that is fantastic and has made the spacing work now on desktop.

    Please can you tell me how to add space above the strapline/top menu on a mobile view?

    Thanks

    Jane

    #1481421

    In reply to: Hcaptcha

    Hi,
    It’s really a topic since a couple of years.
    Thanks for the feedback.
    Please close the topic.

    KR
    T

    #1481415

    Hi,

    What happens when you add this css?

    #top .av-video-slide, #top .av-video-slide .avia-slide-wrap {
        pointer-events: none;
    }

    Best regards,
    Ismael

    #1481412

    Hi,

    Glad it’s working! For the breadcrumb, try to add this code in the functions.php file:

    function avia_breadcrumbs_trail_mod($trail)
    {
        if ( is_product() || is_product_category() ) {
            $trail[1] = '<a href="https://shop.akhurst.com/" title="Product Page" rel="">Home</a>';
        }
        return $trail;
    }
    add_filter('avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 50, 1);

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1481409

    Hi,

    To adjust the vertical alignment of the submenu in the top bar, please add this css code:

    #header_meta .sub_menu {
        top: 15px;
    }

    Best regards,
    Ismael

    #1481404

    Hi,
    Please note that your screenshot is for Enfold settings, the error is from The Events Calendar as posted above this is a known The Events Calendar on WP Engine according the thread.

    Best regards,
    Mike

    #1481403

    Thank you!

    Almost there. I can’t work out how to lower the strapline ‘The active place to play’ so that it is more centred vertically on the top bar.

    Please can you help?

    Thanks

    #1481394
    This reply has been marked as private.
Viewing 30 results - 181 through 210 (of 141,429 total)