Forum Replies Created
-
AuthorPosts
-
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,
MikeFebruary 22, 2025 at 8:25 pm in reply to: Self hosted video shows black border top and bottom. How to remove? #1477661Hi,
Glad Guenni007 could help, thank you Guenni007, shall we close this thread now?Best regards,
MikeFebruary 22, 2025 at 8:01 pm in reply to: How to add some space below the headline of colour section? #1477655Hi,
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,
MikeHi,
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 oneadd_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,
MikeFebruary 22, 2025 at 7:40 pm in reply to: How to add some space below the headline of colour section? #1477652Hi,
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,
MikeHi,
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,
MikeFebruary 22, 2025 at 7:13 pm in reply to: Self hosted video shows black border top and bottom. How to remove? #1477646Hi,
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,
MikeHey 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,
MikeFebruary 22, 2025 at 6:39 pm in reply to: Self hosted video shows black border top and bottom. How to remove? #1477640Hi,
@Guenni007, in this case it seems to work:
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,
MikeFebruary 22, 2025 at 5:41 pm in reply to: Self hosted video shows black border top and bottom. How to remove? #1477637Hey 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,
MikeFebruary 22, 2025 at 5:17 pm in reply to: How to add some space below the headline of colour section? #1477632Hey 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,
MikeHi,
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,
MikeHi,
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,
MikeHey 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,
MikeFebruary 22, 2025 at 3:19 pm in reply to: How do I turn off autormatic Enfold theme updates #1477621Hey John,
Please remove your “Envato private token” and it will not automatically update.
Or use the Disable All WordPress Updates pluginBest regards,
MikeHey pdxammo,
please include an admin login in the Private Content area so we can examine.Best regards,
MikeFebruary 22, 2025 at 2:51 pm in reply to: Wo kann ich beim Theme Enfold health coach die Farben Grün ändern? #1477619Hi,
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,
MikeHi,
I also don’t see double arrows
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,
MikeHi,
In your screenshot:
the image is not all the way to the top, the top bar background color is white because of the Safari Website Tinting option:
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
Best regards,
MikeFebruary 22, 2025 at 2:10 pm in reply to: Mobile loading via desktop responsivness but not on mobile #1477613Hi,
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,
MikeFebruary 21, 2025 at 11:27 pm in reply to: Change the Number of WooCommerce Products Displayed Per Page #1477588Hi,
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,
MikeHey MarcusJeroch,
We don’t have a PHP snippet for this, but this has worked well in the past:Best regards,
MikeFebruary 21, 2025 at 11:09 pm in reply to: Change the Number of WooCommerce Products Displayed Per Page #1477585Hey bemodesign,
For your category page I added this to your wp snippets plugin:add_filter( 'loop_shop_per_page', function ( $cols ) { return -1; }, 20 );
please check.
Best regards,
MikeHi,
Glad Ismael 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 -
AuthorPosts