Forum Replies Created
-
AuthorPosts
-
Hi,
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,
MikeNovember 22, 2023 at 5:42 pm in reply to: Masonry Element / Blog Posts Displaying the SAME EXCERPT #1426291Hi,
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,
MikeHi,
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,
Correct, unless there is anything else we can help with on this issue, shall we close this thread then?Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.main_color .sidebar .produktfilter > h4 { color: #fff; } .sidebar .facetwp-facet { margin-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.Best regards,
MikeHi,
I’m recommending to wait until to are done building your site before using Cloudflare, otherwise you should clear your Cloudflare cache after you make any chages to your site.
Nonetheless, it looks like you are using Cloudflare right now and I see no issue with your site right now, so it looks like this issue is solved.
Unless there is anything else we can assist with on this issue, shall we close this thread then?Best regards,
MikeNovember 22, 2023 at 5:11 pm in reply to: https://kriesi.at/support/topic/relates-to-https-kriesi-at-support-topic-duplica #1426281Hi,
Thanks for your patience, I disabled the script above and added a new mega menu column item call “new item” this makes the mega menu show correctly and the sub-menu items work when you click them, please try to use this new column in your mega menu, changing the name and link to something you can use.Best regards,
MikeHey CESCI,
Here is a screenshot of the PHP Extensions that are activate on my cPanel host with PHP v8 active:

I’m not sure what PHP Extensions WordPress needs enabled, but Enfold doesn’t need any extra PHP Extensions enabled.
If this doesn’t help I recommend asking your webhost if rolling back to the last server backup will also enable the correct PHP Extensions and then try that approach.Best regards,
MikeHi,
Very good, 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 pelgrimrat,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #main .avia-gallery .avia-gallery-thumb a:hover { opacity: 1; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey dreamreader,
Please check the setting at Enfold Theme Options ▸ Footer ▸ Copyright, if this doesn’t help please link to your site.Best regards,
MikeHi,
To change the “on sale” badge to another color like red, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #main .main_color .onsale { background-color: red; }adjust the color to suit and then clear your browser cache, and check.
Best regards,
MikeHi,
The ones that begin with “av_alb_usage_av_” are from the theme, in your screenshot most of yours are from the mailpoet plugins and from the core wordpress, I can’t recommend disabling any of those. When I check my site I only see 110 that start with av_alb_usage_av_ one for each element as in this post.
To address your 502/504 errors first try to disable all of your plugins and then test them one at a time to find what is causing the errors. I would also recommend improving your server settings and not disabling the autoload options, because doing so will cause your site to increase the number of database queries which will slow that function of your site down.Best regards,
MikeNovember 21, 2023 at 12:40 pm in reply to: Kann custom fields nicht mehr über die “Panel-Einstellungen” anzeigen. #1426152Hi,
You don’t have to use English, but I hope you don’t mind that I reply in English.
I have not seen a plugin cause this issue before and I didn’t find this in the forum posts, so I don’t know the solution and I am limited to researching third party plugins.
Pehaps try asking the plugin author as they may know of a solution, so I was not more help.
Please let us know if we should close this thread.Best regards,
MikeHi,
Your first screenshot of the icon boxes on your homepage:

the background color can be set in the element here:

or you can change all of them with this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.home .iconbox .iconbox_icon { background-color: #ebb400; border: 1px solid #fff; color: #fff; }this is the expected results:

After applying the css, please clear your browser cache and check.
To make the special amp symbol black, try this css:#top .main_color .special_amp { color: #000; }adjust the color to suit.
Is this what you had in mind?Best regards,
MikeHi,
Thank you for your patience, when I check your site on mobile the header seems to be sticky correctly and the banner image doesn’t seem to be hidden, please see the screenshot in the Private Content area. If you are not seeing it this way try 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.
So please explain what you would like to change now, and please disable any caching plugin and Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression so we can examine better.Best regards,
MikeNovember 21, 2023 at 12:03 pm in reply to: Button press subject field filled in automatically #1426145Hi,
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,
MikeNovember 21, 2023 at 12:02 pm in reply to: Kann custom fields nicht mehr über die “Panel-Einstellungen” anzeigen. #1426144November 21, 2023 at 11:53 am in reply to: How to change font size in the topbar / small bar above main menu? #1426143Hi,
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,
MikeHi,
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,
If it is working for you then you would need to copy the \masonry_entries\masonry_entries.php to your child theme into a directory called /shortcodes/
and ensure that this code is in your child theme functions.php:function avia_include_shortcode_template( $paths ) { if( ! is_array( $paths ) ) { $paths = array(); } $template_url = get_stylesheet_directory(); array_unshift( $paths, $template_url . '/shortcodes/' ); return $paths; } add_filter( 'avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1 );Best regards,
MikeNovember 20, 2023 at 6:34 pm in reply to: Feature request/performance improvement: Technical WP_Options Autoload Review #1426092Hi,
Ok, we will leave this thread open, but I recommend that you create a new Github Feature Request for it as one has not been created so it’s not on the list.
Thank you for your patience and for using Enfold.Best regards,
MikeNovember 20, 2023 at 12:29 pm in reply to: Feature request/performance improvement: Technical WP_Options Autoload Review #1426058Hi,
Thanks for the further information, this sounds like a feature request that the Dev Team will need to review, the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.
Please post your request there instead of here in the support threads as the Dev Team doesn’t always check here.
Thank you for your patience and understanding.Best regards,
MikeHi,
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,
MikeNovember 20, 2023 at 11:50 am in reply to: OSM Leaflet Map: only one marker pop-up displaying #1426053Hi,
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,
I’m not sure what setting was used to make the logo not show on the frontend, so I removed it and added a new one that nows shows on the frontend.
Please clear your browser cache and check.
The LayerSlider has many settings and you can find the documentation here if you get stuck.
Unless there is anything else we can assist with on this issue, shall we close this thread then?Best regards,
MikeHey navindesigns,
Thank you for the link to your site and your example, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_single_post_banner() { ?> <script> (function($) { $(function() { var postTitle = $('.single-post h1.post-title').detach().text(); var postBanner = $('<div class="banner"><h1>'+ postTitle +'</h1></div>'); $('.single-post .big-preview.single-big').detach().insertBefore('.container_wrap_first'); $(postBanner).insertAfter('.single-post .big-preview.single-big img'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_single_post_banner', 99);and this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) { #top.single-post #wrap_all .all_colors .big-preview.single-big .banner h1 { font-size: 18px; } .single-post .big-preview.single-big .banner { top:18%; padding:0 5%; } } .single-post .big-preview.single-big { padding: 0; pointer-events:none; } .single-post .big-preview.single-big .banner { top:30%; position:absolute; z-index:4; padding:0 10%; color:#000; } .single-post .banner h1 { background-color: rgba(255,255,255,71%); } @media only screen and (min-width: 1440px) { .single-post .big-preview.single-big { max-height: 450px; } .single-post .big-preview.single-big a img { transform: translateY(-20%); } .single-post .big-preview.single-big a { max-height: 450px; } .single-post .big-preview.single-big .banner { top:36%; padding:0 15%; } }it will take the single post feature image and title from the default layout like this:

and create a full width banner with the title in it like this:

On mobile it should look like this:

Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.Best regards,
Mike -
AuthorPosts

