Forum Replies Created

Viewing 30 posts - 361 through 390 (of 34,214 total)
  • Author
    Posts
  • in reply to: Change the Blog List Layout icon #1478316

    Hey Tanja,
    Please ensure that you are using Enfold v7.0, then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1);
    function avia_replace_standard_icon($icons)
    {
    $icons['svg__standard']	 = array( 'font' =>'svg_entypo-fontello', 'icon' => 'leaf');
    return $icons;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    Screen Shot 2025 03 01 at 7.23.39 AM

    Best regards,
    Mike

    Hi,
    Glad to hear that you have this sorted out, 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: Move title from header to main content #1478313

    Hey sudhafen,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
      (function($){
       $('.page .main-title.entry-title ').detach().insertBefore('.template-page.content .post-entry');
      })(jQuery);
      </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script', 99 );

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    Screen Shot 2025 03 01 at 6.55.25 AM

    Best regards,
    Mike

    in reply to: Fixing alignment of buttons #1478309

    Hi,
    the submenu items background color is the same:
    Screen Shot 2025 02 25 at 4.35.28 PM
    the other items are also in the Advanced Styling options.

    Best regards,
    Mike

    in reply to: Bug – Abuse of /?avia_extended_shop_select= queries #1478308

    Hi,
    Thank you for your patience, the Dev Team writes:
    On shop overview page the dropdowns for sort by and display do not have a href=” but only a data-href and link is done by js.
    When I check my install there is no link:
    Screen Shot 2025 03 01 at 6.09.07 AM

    Best regards,
    Mike

    in reply to: Text element in portfolio shows blank content #1478049

    Hey woogie07,
    From your screenshot it looks like the text maybe white, as the red lines, try clicking the “text” tab and see if the text shows:
    Screenshot 2025 02 26 at 16.21.39
    also note that in the preview you have an HTML error, if you added HTML to make the text white you may have a unclosed HTML tag.
    Another possibly is that you copied the text from another page, and when you pasted it the HTML was also added, with a unclosed HTML tag.
    Try clicking the “text” tab and remove all of the HTML tags and see if that helps.

    Best regards,
    Mike

    in reply to: Mobile version Tablet landcape not working well #1478048

    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: Mobile version Tablet landcape not working well #1478041

    Hi,
    Try this css:

    @media only screen and (min-width: 990px) and (max-width: 1366px) {
    	#top.page-id-548 #kontakt .avia-builder-el-191 {
            transform: translateX(-200px) !important;
    }
    }

    Best regards,
    Mike

    in reply to: Mobile menu item colors #1478037

    Hi,
    The login is not working, please check.

    Best regards,
    Mike

    in reply to: Fixing alignment of buttons #1478035

    Hi,
    if you want to change it, change here:
    Screen Shot 2025 02 25 at 4.35.28 PM
    this changed because all the colors above were wrong, as I noted with screenshots, not from the update.
    Shall we close this thread then?

    Best regards,
    Mike

    in reply to: Add Amazon style search bar in top menu #1477959

    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: Fixing alignment of buttons #1477958

    Hi,

    I want white text on a purple background – I want the sub menu items to be white against a purple background

    done:
    Screen Shot 2025 02 25 at 4.35.28 PM
    Screen Shot 2025 02 25 at 4.54.31 PM
    Screen Shot 2025 02 25 at 4.56.12 PM
    clear your browser cache and check

    Best regards,
    Mike

    in reply to: Add Amazon style search bar in top menu #1477952

    Hi,
    the search icon in the header looks fine, to move down the search icon in the sidebar try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .sidebar .av_searchform_search.avia-svg-icon {
    	top: 31px !important;
    }

    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.
    Screen Shot 2025 02 25 at 4.18.15 PM

    Best regards,
    Mike

    in reply to: Server errors after recent update? #1477951

    Hi,
    Glad to hear that you have this sorted out, 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: Sub menu width with description #1477927

    Hi,
    I don’t see a link to your site.

    Best regards,
    Mike

    in reply to: Make h1 class=”main-title lowercase? #1477926

    Hi,
    Try this:

    #top #wrap_all #main h1.main-title.entry-title a {
        text-transform: none;
    }

    Best regards,
    Mike

    in reply to: Switch from standard editor to ALB in bulk? #1477925

    Hi,
    I miss read your first post,
    I see now that you want to convert, standard editor pages into the ALB.
    If you try to convert standard editor pages into the ALB you will have errors, pages can not be automatically converted.

    To answer your question it is stored at _posts > post_type > avia_framework_post
    I recommend that you not do this.

    Best regards,
    Mike

    in reply to: Sub menu width with description #1477916

    Hi,
    If you want the description to be a link you will need to manually add the link:
    Enfold Support 6602
    this works on my site for mobile:
    Enfold Support 6600
    Screen Shot 2025 02 23 at 8.10.13 AM
    We would need to see your site to examine with a admin login.

    Best regards,
    Mike

    in reply to: Problems with Enfold and Ninja Forms Paypal Add on #1477914

    Hi,
    Glad to hear that you have this sorted out, 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: Rotate quote icon 180 degress #1477913

    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: no underline in footer #1477816

    Hi,
    Glad Rikard could 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: Rotate quote icon 180 degress #1477814

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

    #av-layout-grid-1 .av_font_icon {
      transform: scaleX(-1);
    }

    After applying the css, please clear your browser cache and check.
    Before:
    Screen Shot 2025 02 24 at 4.38.56 PM
    After:
    Screen Shot 2025 02 24 at 4.41.05 PM

    Best regards,
    Mike

    in reply to: Mobile version Tablet landcape not working well #1477802

    Hi,
    For the second issue try this css:

    @media only screen and (max-width: 1366px) {
        .responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
            margin: 0;
            margin-bottom: 20px;
            width: 100% !important;
            display: block;
        }
        #angebote .av-flex-placeholder {
        	display: none;
        }
    }

    note that the media query is set to 1366px as I assume that is your iPad width, you can check your screen resolution here and adjust the css to suit.

    Best regards,
    Mike

    in reply to: Issue with ALB using Woocommerce #1477801

    Hi,
    I checked your old version of woocommerce and found your site to be very slow, but it worked.
    I then updated your woocommerce and created a new product with the ALB, but when I tried to edit your product it was even slower and I got the error: 503 (Service Unavailable)
    did you contact your webhost about this error?
    On my site I use the latest woocommerce with no issues and it loads much faster.

    Best regards,
    Mike

    in reply to: Logo not is not center with menu on desktop #1477791

    Hi,
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    in reply to: Fixing alignment of buttons #1477790

    Hi,
    Ok I changed the header back to white, your menu links are white because you hav five rules in your advanced styling, two for blue menu links and submenu links:
    Enfold Support 6588
    and two for white submenu menu links:
    Enfold Support 6592
    and three for white menu links:
    Enfold Support 6594
    Enfold Support 6596
    so remove the ones you don’t want to use my clicking the red X
    The ones and the bottom take preference.

    Best regards,
    Mike

    in reply to: Fixing alignment of buttons #1477723

    Hi,
    your nav bar is white due to this setting in Enfold Theme Options ▸ General Styling ▸ Logo Area Background Color I do this for you:
    Screen Shot 2025 02 23 at 5.17.38 PM

    Best regards,
    Mike

    in reply to: Logo not is not center with menu on desktop #1477709

    Hi,
    these images are from desktop:
    Screen Shot 2025 02 23 at 8.53.27 AM
    Screen Shot 2025 02 23 at 8.54.07 AM
    What browser, OS are you using?
    please include a admin login in the Private Content area so we can examine further.

    Best regards,
    Mike

    in reply to: Logo not is not center with menu on desktop #1477706

    Hi,
    For tablet
    Screen Shot 2025 02 23 at 9.07.26 AM
    Screen Shot 2025 02 23 at 9.07.54 AM

    Best regards,
    Mike

    in reply to: Logo not is not center with menu on desktop #1477705

    Hi,
    I checked with an incognito window and it looks like it is working:
    Screen Shot 2025 02 23 at 8.53.27 AM
    Screen Shot 2025 02 23 at 8.54.07 AM
    Try disabling your wp-rocket plugin and clearing your cache

    Best regards,
    Mike

Viewing 30 posts - 361 through 390 (of 34,214 total)