Forum Replies Created

Viewing 30 posts - 1,471 through 1,500 (of 33,788 total)
  • Author
    Posts
  • in reply to: Changes to right sidebar header #1460014

    Hi,
    Thanks for the link, I only see an issue with the first one, but I don’t think there will be a solution for this, try Guenni007’s solution and see if that helps.

    Best regards,
    Mike

    in reply to: slim Banner bar with button #1459905

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field for desktop:

    #top.home #av_section_3 .av-special-heading {
    	padding-bottom: 0;
    }

    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.
    Enfold Support 6224
    I’m not sure what you expect to see for the mobile view.

    Best regards,
    Mike

    in reply to: Reply topic 1459651 #1459904

    Hey Manel,
    It looks like you are trying to ask a support question from the “contact form”.
    Please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
    If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.

    Best regards,
    Mike

    in reply to: change logo on one page #1459899

    Hey mnydish,
    I see a few issues, first the code should be in your child theme functions.php file, second your images don’t have the full path, third I recommend using the page ID instead of the page or post title, please see this example:

    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        if(is_page(1301) )
        {
        $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png";
        }
        if(is_page(1410) )
        {
        $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png";
        }
        if(is_page(1286) )
        {
        $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo2.png";
        }
        return $logo;
    }

    See this thread.

    Best regards,
    Mike

    in reply to: Reply to #1459651 Tags H1..H3 with… #1459894

    Hey digitalt20,
    The thread that you linked to is still open, please reply to that thread instead of opening this new thread, it will be easier to follow and assist.

    Best regards,
    Mike

    in reply to: slim Banner bar with button #1459893

    Hi,
    When I check your “GET THE RIGHT SIZE” section it looks “OK” to me, you have text and a button, perhaps you wish to remove the padding?
    Perhaps a mockup of what you want to see would help.

    Best regards,
    Mike

    in reply to: grid row remove above and below padding #1459892

    Hey spokerstradingco,
    This issue is due to the plugin, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #sb_instagram #sbi_images {
        padding: 0;
    }

    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

    in reply to: Image Compression fo generated images #1459891

    Hi,
    Thank you for sharing the solution Guenni007

    Best regards,
    Mike

    in reply to: Where is Portfolio Masonry Special Grid? #1459889

    Hi,
    Try this solution.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Styling (css) areremoved/missing #1459801

    Hi,
    Thanks, I see the filter in place, but I don’t find the post-css or this error on your site.

    Best regards,
    Mike

    in reply to: Transparent Logo #1459800

    Hi,
    Thank you for your help Guenni007

    Best regards,
    Mike

    in reply to: Changes to right sidebar header #1459799

    Hi,
    Thank you for your patience, I believe that it is sorted out now, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Changes to right sidebar header #1458532

    Hi,
    Thanks the is pretty good, probably better that my approach, see my text here:
    My test ▸ https://enfold.savvyify.com/guenni007-sidebar-header/
    I probably need a little more css, but thank you for sharing :)

    Best regards,
    Mike

    in reply to: Masonry Gallery How to change Breakpoints #1458530

    Hey ErcanSariguel,
    Please link to your page so we can examine and offer a single column solution for 1440px

    Best regards,
    Mike

    in reply to: Hide the date of blog articles #1458529

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

    #main .avia-content-slider .slide-meta time {
        display: none;
    }

    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

    Hey Empatica,
    It looks like your “mycollection.zip” doesn’t contain any icon fonts, only “svg” files
    Enfold Support 6215
    you need to convert these at fontello.com
    Enfold Support 6217

    Best regards,
    Mike

    in reply to: Transparent Logo #1458523

    Hi,
    It looks like there is an error in your SVG class codes, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to correct:

    #header.header-scrolled-full .av-contains-svg .st0 {
        fill: #000;
    }

    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

    in reply to: Changes to right sidebar header #1458521

    Hi,
    That looks good, please share the code you used :)

    Best regards,
    Mike

    in reply to: Fullwidth Submenu – Onepage Dotsmenu #1458520

    Hi,
    The color is set to white here:
    Enfold Support 6213

    Best regards,
    Mike

    in reply to: back button to previous page #1458519

    Hi,
    In the code above change the text “Go Back” to “Ga terug”
    Enfold Support 6211
    And the font color etc can be changed with the class go-back-link
    like this:

    .go-back-link {
    /* your css here */
    }

    Best regards,
    Mike

    in reply to: Changing title according #1457949

    Hi,
    The page that you linked to is not using the Enfold Advanced Layout Builder for the product, it is using the woocommerce product like in your test page, nonetheless I added some custom classes to your original /dji-mavic-3-classic/ product to try to get this to work.
    In this text element:
    Enfold Support 6203
    I added the custom class product-type-variable :
    Enfold Support 6205
    and in the title H1 tag I added the custom class product_title, note that you must use the “text tab to add the class:
    Enfold Support 6207
    and now it works:
    Enfold Support 6209
    You will need to manually change your other products like this.

    Best regards,
    Mike

    in reply to: Problem with columns: doesn’t show as columns #1457907

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Unable to load logo despite 340x156px size #1457905

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Unable to load logo despite 340x156px size #1457904

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Changing title according #1457403

    Hi,
    Ok, thank you, I see the Variation Title in the variation but it doesn’t seem to work on the frontend. I don’t see any errors that might point to a cause.
    I did find the script that I posted above was in your child theme style.css so I moved it to your child theme functions.php and it changes the product title when a variation is picked, so that is good news:
    Enfold Support 6201

    Best regards,
    Mike

    in reply to: Header button beside burner menu and search icon #1457399

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

    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all .main_menu {
         position: relative;
         height: 66px;
        }
        .responsive #top .av-logo-container .avia-menu {
        width: 100%;
        display: flex;
        justify-content: center;
        }
        .responsive #top .logo {
        height: 54px !important;
        width: 100%;
        display: flex;
        justify-content: center;
        }
    }

    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

    in reply to: Changing title according #1457397

    Hi,
    I tried to create one for you but didn’t get the variations correct, please see the link below and adjust the variations. Do not use the Advanced Layout Builder, only use the woocommerce product fields:
    Enfold Support 6199

    Best regards,
    Mike

    in reply to: Changing title according #1457394

    Hi,
    Thanks, now I see that you are using the ALB for the product with a text element for the title instead of the woocommerce title. Try creating a test product using the default editor and check.

    Best regards,
    Mike

Viewing 30 posts - 1,471 through 1,500 (of 33,788 total)