Forum Replies Created
-
AuthorPosts
-
Hey 0_o,
Your TTFB is 1.7s, then your LCP is 2.8s
TTFB is due to your server responding slowly, causing all other results to lag behind.
Typically, TTFB should be about 200ms – 500ms, a theme can not change the TTFB.Best regards,
MikeDecember 24, 2024 at 1:32 pm in reply to: Overlay menu on desktop with vertical tabs instead of accordion #1474231Hi,
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,
MikeDecember 24, 2024 at 1:31 pm in reply to: Trying to create the same border and shadow on an image as on a button #1474230Hi,
Glad Guenni007 could help, thank you Guenni007, we will close the thread for you as solved. 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,
please include admin login in the Private Content area so we can investigate.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,
MikeDecember 24, 2024 at 1:16 pm in reply to: Tabbed section – remove grayscale from inactive tab icon not working on desktop #1474227Hi,
please include admin login in the Private Content area so we can check.Best regards,
MikeHey schweg33,
I adjusted, please clear your browser cache and check.Best regards,
MikeDecember 23, 2024 at 11:25 am in reply to: Tabbed section – remove grayscale from inactive tab icon not working on desktop #1474172Hi,
When I check your page css I do not see the above css added, but when I test it works:
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted, and try again, If this doesn’t correct please include admin login in the Private Content area so we can check.Best regards,
MikeHi,
For the /artikler/ page titles to look like the /blog/ page titles,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.grid-sort-container .grid-entry-title { font-weight: 600; font-size: 15px; }
or for the other way:
.av-masonry-entry-title.entry-title { font-weight: 500; font-size: 13px; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
I believe that you may have used the email address below, try logging in with it, if you don’t know your password use the “forgot password” option.
otherwise, check your Theme Forest account to see what email you used. We don’t have access to that info.Best regards,
MikeDecember 22, 2024 at 2:28 pm in reply to: Tabbed section – remove grayscale from inactive tab icon not working on desktop #1474139Hi,
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,
Mike -
AuthorPosts