Forum Replies Created

Viewing 30 posts - 1,171 through 1,200 (of 34,988 total)
  • Author
    Posts
  • in reply to: Similar themes to Enfold or design options #1477676

    Hi,
    Currently, all of our demos are shown here, typically new demos are created to demonstrate new features.
    such as the Parallax demo

    Best regards,
    Mike

    in reply to: Fixing alignment of buttons #1477675

    Hi,
    What color did you want the nav bar to be?

    Best regards,
    Mike

    in reply to: Edit woocommerce category page in ENFOLD #1477666

    Hey FDovalA,
    The page that you linked to is using a plugin in a widget, yith_wc_category_accordion-2
    You can add a widget in your sidebar
    Screen Shot 2025 02 22 at 4.19.52 PM
    Screen Shot 2025 02 22 at 4.21.00 PM
    Screen Shot 2025 02 22 at 4.21.54 PM
    and use the Widget Options plugin if you o only what it to show in some places.

    Best regards,
    Mike

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

    Hey Diana,
    Thank you for your patience, for the video on: https://mp-audioproductions.de/mona-bumes/
    to remove the black bars, try this css:

    @media only screen and (min-width: 990px) and (max-width: 1360px) { 
    	#top .av-video-slide .avia-slide-wrap, #top .av-video-slide iframe {
        background: #fff;
    }
    #top .av-video-slide .avia-slide-wrap {
        height: 84%;
    }
    #top .flex_column.avia-builder-el-5.column-top-margin {
    	margin-top: 0px;
    }
    #top #wrap_all .av-special-heading.av-m6wqj69t-b4e1d140677e492efdf2d8c0f9797c34 .av-special-heading-tag {
        line-height: 115px;
    }
    }

    After applying the css, please clear your browser cache and check.
    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 #1477664

    Hi,
    The strong tags get the color for here:
    Screen Shot 2025 02 22 at 2.53.40 PM
    your H2 & H3 get color from here:
    Screen Shot 2025 02 22 at 2.56.00 PM

    Best regards,
    Mike

    in reply to: Layout possible with Enfold? #1477663

    Hi,
    apply a unique class name (av-black-vertical-line) to the column that you want the black line on, please examine the column that Ismael did for you.
    To move the column up use the setting to add a negative top margin.

    Best regards,
    Mike

    in reply to: webfonts in cookies-settings #1477662

    Hey slikslok,
    You can change the Enfold Theme Options ▸ Cookie Consent ▸ Cookie Handling ▸ Default Cookie Behaviour
    Screen Shot 2025 02 22 at 2.37.30 PM
    Screen Shot 2025 02 22 at 2.38.10 PM
    Try each setting to find the result you want.

    Best regards,
    Mike

    Hi,
    Glad Guenni007 could help, thank you Guenni007, shall we close this thread now?

    Best regards,
    Mike

    in reply to: Sub menu width with description #1477659

    Hey Christian,
    Check that your Menu Screen elements ▸ Description is checked:
    Screen Shot 2025 02 22 at 2.10.07 PM

    Screen Shot 2025 02 22 at 2.11.31 PM

    Best regards,
    Mike

    in reply to: How to add some space below the headline of colour section? #1477655

    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: mfp-hide pop up #1477654

    Hi,
    The css that goes with that script sets the background color of the popup box, if you don’t want the color then change the css

    .mfp_popup_content {
    	position: relative;
    	background: #ffffff;
    	padding: 40px;
    	width: auto;
    	max-width: 600px;
    	margin: 100px auto;
    	overflow: auto;
      }

    also your code above has two add actions: add_action('wp_footer', 'inline_popup_enabler', 9999);add_action('wp_footer', 'inline_popup_enabler');
    you should only have one add_action('wp_footer', 'inline_popup_enabler', 9999);
    this is probably why you see an error, or you have curly quotes in your code.

    Best regards,
    Mike

    in reply to: How to add some space below the headline of colour section? #1477652

    Hi,
    Add this CSS

    @media only screen and (max-width: 989px) { 
    #top.home #service .avia-builder-el-49 p {
    	margin-bottom: 1.85em;
    }
    #top.home .flex_column_table.av-equal-height-column-flextable.av-9pa8e-8f916ca769a4d466ee08dbf3fddc5a77:not(:first-child) {
        margin-top: 40px;
    }
    }

    Best regards,
    Mike

    in reply to: Similar themes to Enfold or design options #1477649

    Hi,
    Your link points to a theme using elementor, the pages don’t look any different than what could be created in Enfold, with some work.
    There are no themes or builders that work like Enfold.

    Best regards,
    Mike

    Hi,
    I examined the element and tested the above css, but I did not add it to your site, you will need to add it and clear your browser cache.
    Guenni007 may have another way to do this.

    Best regards,
    Mike

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

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

    #top #wrap_all .post-entry .post-title {
        text-transform: none;
    }

    If this doesn’t help, please link to your page with this title.

    Best regards,
    Mike

    in reply to: Issue with ALB using Woocommerce #1477642

    Hi,
    Your “PHP max input variables” & “PHP memory limit” have not changed:
    Screen Shot 2025 02 22 at 12.43.14 PM
    this is my site:
    Screen Shot 2025 02 22 at 12.50.33 PM
    I also note that your PHP time limit is only 30 and mine is 300

    Best regards,
    Mike

    Hi,

    @Guenni007
    , in this case it seems to work:
    Screen Shot 2025 02 22 at 12.35.24 PM
    Screen Shot 2025 02 22 at 12.34.41 PM
    he has a strange ratio 2.35:1, but as I recall you have another solution that I couldn’t find, if you want to post it.

    Best regards,
    Mike

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

    .avia-video, .avia-video iframe, .avia-video video {
        background-color: #f2d8c4;
    }

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

    Best regards,
    Mike

    in reply to: How to add some space below the headline of colour section? #1477632

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

    @media only screen and (max-width: 989px) { 
    #top.home #leistungen .avia-builder-el-8 p {
    	margin-bottom: 1.85em;
    }
    }

    adjust to suit.

    Best regards,
    Mike

    in reply to: Issue with ALB using Woocommerce #1477629

    Hi,
    In this case you do not need: add_theme_support( 'avia_custom_shop_page' ); this is only for the “shop page”
    When I check your product page you have the error: 503 (Service Unavailable), this is a server error.
    Try changing your “PHP max input variables” to “10000” and your “PHP memory limit” to “768”
    I don’t have trouble with the same theme version, PHP version, woocommerce version on my test site.

    Best regards,
    Mike

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

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

    @media only screen and (min-width: 990px) { 
    .logo .avia-standard-logo-sub img.alternate {
      position: relative;
    }
    }
    @media only screen and (max-width: 989px) {
    .responsive .logo a {
        display: table-cell;
        vertical-align: middle;
        height: 90px;
    }
    }
     @media only screen and (min-width: 990px) { 
     	#header:not(.av_header_transparency) .logo {
     		top: 36%;
     	}
     }

    Best regards,
    Mike

    in reply to: Crumbreads and Sidebars #1477625

    Hey Hank,
    breadcrumbs: there are two places to look, Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Title and Breadcrumbs and on each page there is the page layout ▸ Title Bar Settings
    sidebars: if you add a full width element like a color section, grid row, etc, the sidebar will be pushed down below it.

    Best regards,
    Mike

    in reply to: Layout-Errors cookies-badge/modal window #1477622

    Hi,
    It looks like you have this css: line-height: 1px !important;
    Screen Shot 2025 02 22 at 9.29.33 AM
    add by a plugin or custom css, it is not from the theme.
    If you can not find it, try this css:

    .av-toggle-switch label {
    	line-height: 23px !important;
    }

    Screen Shot 2025 02 22 at 9.33.41 AM

    Best regards,
    Mike

    in reply to: How do I turn off autormatic Enfold theme updates #1477621

    Hey John,
    Please remove your “Envato private token” and it will not automatically update.
    Or use the Disable All WordPress Updates plugin

    Best regards,
    Mike

    in reply to: Mobile menu item colors #1477620

    Hey pdxammo,
    please include an admin login in the Private Content area so we can examine.

    Best regards,
    Mike

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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: Issue with ALB using Woocommerce #1477618

    Hey manurimini,
    It seems to work for me:
    Screen Shot 2025 02 22 at 8.47.06 AM
    Screen Shot 2025 02 22 at 8.48.43 AM
    Try using the login you posted above for us.

    Best regards,
    Mike

    in reply to: extra arrows after updating enfold #1477615

    Hi,
    I also don’t see double arrows
    Screen Shot 2025 02 22 at 8.36.33 AM
    Please note that testing with Safari 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: Mobile view top area formatting #1477614

    Hi,
    In your screenshot:
    Screen Shot 2025 02 22 at 8.19.10 AM
    the image is not all the way to the top, the top bar background color is white because of the Safari Website Tinting option:
    Screen Shot 2025 02 22 at 8.25.29 AM
    from the site background color.
    This color is not customizable beyond setting a solid color that matches the theme color of your website
    and you cannot overlay an image or extend the background of your website into the status bar area
    Screen Shot 2025 02 22 at 8.31.21 AM

    Best regards,
    Mike

    in reply to: Mobile loading via desktop responsivness but not on mobile #1477613

    Hi,
    This looks like a caching issue, we have not seen this before, I disabled your caching plugin but it looks like you are also using a CDN within the plugin so it may take 24 hours for the CDN to clear. Also check if you are using a CDN in your webhost or another server cache and disable it and check again in 24 hours.
    I note that your URL includes a “/?” and when this is removed and the site is reloaded it shows correctly until it is automatically added again (within a second) and the cached version is shown again, this is not a theme option and I don’t know where this is from.

    Best regards,
    Mike

Viewing 30 posts - 1,171 through 1,200 (of 34,988 total)