Viewing 30 results - 1,861 through 1,890 (of 142,942 total)
  • Author
    Search Results
  • #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.
    #1481382
    This reply has been marked as private.
    #1481357

    Hi,

    Thank you for the update. You can add this css code to move the categories to the next line:

    #top.single-product .main_color .product_meta span.sku_wrapper {
        clear: both;
        display: block;
    }

    Best regards,
    Ismael

    #1481354

    In reply to: Email Address Encoder

    Hey Michael F,

    Thank you for the inquiry.

    This thread might help: https://kriesi.at/support/topic/email-protection-with-enfold/

    Best regards,
    Ismael

    #1481350

    Hi,

    Yes, that should be possible. Please include this css code:

    #top .phone-info .avia-button .avia_iconbox_title {
        font-size: 12px;
    }

    Best regards,
    Ismael

    #1481336

    Hey jobalzer,
    The space is the “main” top padding, try also using this css:

    main.template-page.content {
    	padding-top: 0;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1481333

    Hi,
    This is a tribe entry, see the full error line:
    Screen Shot 2025 04 14 at 3.20.34 PM
    I would not recommend disabling any autoload options, see this thread from the Dev Team: https://kriesi.at/support/topic/thousands-of-rows-in-wp_options-with-autoload-yes/#post-966662

    Best regards,
    Mike

    #1481322
    jobalzer
    Participant

    Hi, I removed the header as proposed in the forum with custom css:
    #header { display: none !important; }
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0 !important;
    }

    But there is still white space above the main content. How can I remove it?

    An alternative scenario for me would be to leave the header but be able to remove the menu and have the logo full width (100%).
    Either solution would be fine for me.

    • This topic was modified 1 year ago by jobalzer.
    #1481317
    navindesigns
    Participant

    On my site at the top https://easyflyers.com/ I am using full width easy slider with a vimeo video in the background. Everything looks great but if the user clicks on the video, it pauses the video and I see the controls and the vimeo information from the video at the top as well

    how do I hide all of this when the video is paused?

    #1481314

    try :

    #top .av-woo-purchase-button .product_meta {
      display: none;
    }

    Hey Pflegehilfe24,

    See your last post https://kriesi.at/support/topic/using-custom-loop-index-php-template-with-alb/

    I think this should answer it. If not, let us know.

    Best regards,
    Günter

    #1481295

    Topic: Mobile first

    in forum Enfold
    Ad-Min747
    Participant

    HI guys,
    I hope you are fine today :-)

    I have received mobile moke-ups for a website I have to work on. Since I only have mobile moke-up, which method should I adopt to develop laptop screens? Is there any way or plugin which would allow me to make a kind of “reversed” responsiv?

    Not sure to be clear.

    Best regards

    Hi,

    Thank you for the info.

    You will need to switch to the Advanced Layout Builder to use the Product Grid element on the product page, or use the element’s shortcode in one of the template hooks.

    Example:

    add_action( 'woocommerce_after_single_product_tabs', 'av_woocommerce_after_single_product_tabs_mod', 100 );
    
    function av_woocommerce_after_single_product_tabs_mod() {
        echo do_shortcode("[av_productgrid select_type='' categories='' link='' term_rel='' wc_prod_visible='' wc_prod_hidden='' wc_prod_featured='' wc_prod_sale='' wc_prod_additional_filter='' sort='dropdown' prod_order='' offset='0' page_element_filter='' columns='3' image_size='shop_catalog' items='9' paginate='yes' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' alb_description='' id='' custom_class='' template_class='' element_template='' one_element_template='' show_locked_options_fakeArg='' av_uid='' sc_version='1.0']
    ");
    }
    

    For this type of modification, we recommend hiring a freelance developer or contact Codeable.

    https://kriesi.at/contact/customization

    Best regards,
    Ismael

    #1481286

    Hey wesdorman,

    Thank you for the inquiry.

    There might be a slight difference between the desktop and mobile views due to their aspect ratios, especially with the background image. For the font size, make sure to define a specific size for smaller screens. We tried logging into the site, but it’s asking for .htaccess authentication. Please provide the login info in the private field.

    Best regards,
    Ismael

    I had a similar issue and believe I know what Monika is talking about. My fix was to adjust the custom margin of the color section in question. Go to Color Section > Layout > Margin and Padding > set to default padding and checkbox Custom Margins. Then, for top margin, set to 0px and for bottom margin, set to -250px or whatever works to fix the issue.

    #1481273
    wesdorman
    Participant

    I’m using a color section with 1/1 layout element. trying to get simple image with text overlay to display the same between desktop and mobile.

    Mobile isn’t responsive at all. mobile image or text does not resize.

    supposedly EnFold is suppose to be good at this, but not from my experience?

    any help here??

    thanks, Wes

    #1481270

    Hi,
    I’m not familiar with KILLED QUERY errors, and I don’t see these on my test site, but in the interest of trying to help, I researched this and note that your errors above are pointing to “tribe” which is The Events Calendar plugin, so I assume that you are using the magazine element to display The Events Calendar posts.
    I find that:

    WordPress plugins like The Events Calendar or Search & Filter, KILLED QUERY errors often occur when querying large numbers of events or custom posts, leading to very long query strings. KILLED QUERY errors typically occur when a server kills a query due to it being too long or resource-intensive.

    So I don’t believe that this is due to the magazine or post slider elements, but the long query strings of the The Events Calendar.
    In this The Events Calendar thread: https://theeventscalendar.com/support/forums/topic/getting-killed-query-errors/
    The Events Calendar team recommends ignoring these warnings and specifically says this occurs on WP Engine, that you said you are using.
    I don’t use WP Engine nor have a lot of tribe posts, which is probably why I can’t reproduce, but since this is a known issue it makes sense.
    Hopefully this points you in the right direction.

    Best regards,
    Mike

    #1481268

    Hi Mike, thank you for your reply.
    This didn’t work.

    <div class=”tabcontainer top_tab”>

    I tried .tabcontainer, but this also didn’t work.
    Any other idea?

    It would be okay to remove it on any archive-page.

    #1481257

    Hi,
    I understand that you don’t understand what we are trying to explain, so for this page: https://photomagx.com/travel-photography/photo-magazine-extras-top-hotels-photography-spots-2018/ try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia_textblock a strong {
      color: blue !important;
    }

    After applying the css, please clear your browser cache and check.
    It should work on other pages, but if you find one that it doesn’t work on, link to it and we will provide another css snippet.
    Screen Shot 2025 04 12 at 3.17.39 PM

    Best regards,
    Mike

    #1481252

    Awesome! Thak you, looks cool now!
    Topic can be closed

    #1481250

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

    .home .flex_column.av-qr1eee-be79778a5ca7a248c4cd5f4274b9b47d {
        padding: 0;
    }
    @media only screen and (min-width: 768px) { 
    	    .responsive #top .main_color .tabcontainer .active_tab {
            background-color: var(--enfold-main-color-secondary);
            color: var(--enfold-main-color-constant-font);
        }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi Mike, please feel free to close this thread. I updated the Github topic with Ismael’s code snippets as it could help someone else or implementing the feature on a future update.

    Best regards
    Arsène

    #1481248

    Hey Kelly,
    I believe this is because the sub-menu link “About Us” has a link to your homepage/#top:
    Screen Shot 2025 04 12 at 11.01.13 AM
    Try correcting this link.

    Best regards,
    Mike

    #1481243

    In reply to: Menü auf einem Slider

    Hey ConnyQ,
    To disable the topbar use the theme setting option at Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Phone Number or small info text and disable.
    To have the menu above the LayerSlider link in the demo use the transparent header at Enfold Theme Options ▸ Header ▸ Transparency Options
    If you have other questions we may need to see your site with a admin login to assist with your specific settings.

    Best regards,
    Mike

Viewing 30 results - 1,861 through 1,890 (of 142,942 total)