Forum Replies Created
-
AuthorPosts
-
December 22, 2024 at 2:28 pm in reply to: Tabbed section – remove grayscale from inactive tab icon not working on desktop #1474139
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.av-section-tab-title[data-av-tab-section-title="1"] .av-tab-section-image { opacity: 1; filter: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey bbiller,
The page that you are having issues with is password protected, try removing the password and check again, If this doesn’t correct please include admin login in the Private Content area so we can investigate.Best regards,
MikeHi,
Unfortunately there is not, if you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.Best regards,
MikeHey schweg33,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#header.av_header_transparency #header_main .av-logo-container { display: none; } #header.av_header_transparency #header_main { margin-top: 91px !important; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Guenter,
Thank you, I have made this sticky to the top of the forum so more people will see this.Best regards,
MikeDecember 22, 2024 at 1:34 pm in reply to: Issue with alb_custom_layout and dynamic background image on section color #1474133Hey Octopus4444,
Thank you for your patience, but the example links that you posted all lead to a 404, when I check a few of your pages the color section background image with wp_custom_field:_thumbnail_id} seem to work correctly when I check. For example on /modules-specifiques/ you have this

pointing to this thumbnail

and on the frontend it shows correctly

perhaps you have already sorted this out?Best regards,
MikeDecember 21, 2024 at 2:21 pm in reply to: Use the breadcrumb area on SHOP page as a section saying Free Shipping #1474106Hi,
Try changing your script to this:function ava_custom_add_shipping_text_script() { if (is_shop()) { ?> <script> (function ($) { $(document).ready(function () { var newContainer = $('<div class="av-custom-shipping-container"><p>Free Shipping on All Orders!</p><p>Don’t Forget to Use Your Discount Codes</p></div>'); $('#av_product_description .container').after(newContainer); }); }(jQuery)); </script> <?php } } add_action('wp_footer', 'ava_custom_add_shipping_text_script', 99);Best regards,
MikeHi,
It looks like your widget title is now a “p” instead of a “h3”, so try this css instead:#footer #text-6 p.widgettitle, #footer #media_image-3 { padding-left: 24px; } #footer .flex_column.av_one_third:nth-child(3) { margin-left: calc(6% - 24px); }After applying the css, please clear your browser cache and check.
Best regards,
MikeDecember 21, 2024 at 1:59 pm in reply to: Use code tag for posting snippets … e.g. implementing google tag script #1474104Hi,
Thank you, I have made this sticky to the top of the forum so more people will see this.Best regards,
MikeDecember 20, 2024 at 5:11 pm in reply to: Use code tag for posting snippets … e.g. implementing google tag script #1474071Hey Guenter,
Do you point this out for the support team or other users? I’m pretty sure that the support team always use the “code” tags when posting code as we know this occurs, but perhaps someone forgot once. We also often advise to only copy the code snippets from the forum and not a email notification, as email will also do the same.Best regards,
MikeHey clbdcnpafe,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .avia-post-nav { display: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Matthias Burchardt,
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
MikeDecember 19, 2024 at 5:33 pm in reply to: Use the breadcrumb area on SHOP page as a section saying Free Shipping #1474017Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .av-custom-shipping-container { z-index: 9; position: relative; } @media only screen and (max-width: 735px) { #top .av-custom-shipping-container { line-height: 65px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeDecember 19, 2024 at 5:09 pm in reply to: Hiding header background image on mobile – show only logo #1474016Hi,
Glad we were able to help, Merry Christmas to you also. 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 Diana,
This is because you are using the same ID for both contact forms, please use two different IDs for the different forms. Hiding the form will not solve this issue.
HTML rules only allow IDs to be used once on a page for anchor links.
You will also need to change the menu links to match the form IDs.Best regards,
MikeHey bonsaimedia,
I’m not seeing a “Mute” button on mobile in the banner on the homepage.
To add a screenshot of the “Mute” button, please try using an Screenshot service and pasting the image URL in your post.Best regards,
MikeHi,
unfortunately, I’m still not able to login to the admin page.
Try disabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and clear your browser cache. If your ManageWP Worker plugin also has caching also clear this or disable it.
Are you using a CDN or server caching? If so also clear these.
Once we are able to login to the admin we can examine better.Best regards,
MikeHi,
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,
MikeDecember 18, 2024 at 6:13 pm in reply to: Hiding header background image on mobile – show only logo #1473941Hi,
To center the logo on mobile try adding this css:@media only screen and (max-width: 767px) { #header_main .logo img { top:0; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeDecember 18, 2024 at 5:56 pm in reply to: noindex tag in showing Google Search Console when Enfold is activated #1473938Hi,
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,
MikeHi,
Try enabling WP Rocket and disabling all of it’s settings and then check again, if that still works, then enable each setting one at a time and each time check again in new private window until you find the setting causing the issue.
Once you find the setting causing the issue, let us know that we can close this thread.Best regards,
MikeHi,
Thanks I deactivated your WP Rocket plugin, try using a new private widow and see if that helps.
I checked with Safari, Edge, & Chrome in new private windows and all show the posts as in my screenshots above.Best regards,
MikeHi,
Thanks, did you check your server settings?
Your server may add rules that are not in your .htaccess at the server level that you would not see except via your server panelBest regards,
MikeHi,
I checked with Safari in Responsive Design Mode to emulate a iPhone and with Android, and in Chrome Dev mode for mobile and see this:

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.
The css above is correct.Best regards,
MikeHi,
please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHi,
That is a good test, this points to a server command, or .htaccess or some script, I’m not sure which. can you try disabling all of your plugins again and remove all .htaccess lines via FTP or your cPanel file manager, not a WP file manager plugin in case your site brakes.
At that point you can add back via FTP or your cPanel file manager.
Your server may add rules that are not in your .htaccess at the server level that you would not see except via your server panel, not WP.Best regards,
MikeHi,
Ok I posted to the rest of the team, Thank you for your patienceBest regards,
MikeHi,
I think you might have a caching issue, do you have a caching plugin or a server caching or are using a CDN like cloudflare?
Try clearing these, it’s odd that I see them.Best regards,
MikeHi,
Also, it looks like you posted in the “Pre Sale Questions” via the contact form, in the future please login to the support forum and post there.Best regards,
Mike -
AuthorPosts
