Forum Replies Created
-
AuthorPosts
-
Hey jackwerrell,
As I understand try using a “header widget” please see our documentation here: Adding a header widget areaBest regards,
MikeHi,
1) for the search icon try this css in your quick css:#top #header .av-main-nav > li#menu-item-search > a { background-color: unset; }
2) don’t understand how burger menu is too long, perhaps a screenshot would help.
3) try this css:.header_color .av_ajax_search_title { color: #fff; }
Best regards,
MikeMarch 9, 2025 at 3:00 pm in reply to: Single Product Slider and/or Product Grid Plugin Additions #1478936Hi,
Can not reproduce, please link to your live site, if you are using a local host, post the link to a live page when you upload it.Best regards,
MikeHi,
Typically when using cloudflare you will need to wait until their cache clears, about 12hrs, this is probably causing the error.
I recommend disabling cloudflare completely and when you are done building your site enabled again.Best regards,
MikeHey MarcusJeroch,
If you use the Contact Form > Backend > Autoresponder the sender will receive message. You must add a Autorespond Text for it you work.
For example:
You get this email:
the sender gets this email:
otherwise use a plugin like Contact Form 7, which provides more flexibility and options for form functionality.Best regards,
MikeHi,
Glad to hear that you have this working now, unfortunately the spacing to the right for multiple lines is something we don’t have a solution for in the way that it is created. Shall we close this thread then?Best regards,
MikeHey westefan,
If the field options are locked they will carry over to the duplicate, 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,
MikeMarch 9, 2025 at 1:51 pm in reply to: Limit quantity of categories listed in categories widget #1478929Hi,
Your login in not working, but there is not a way to use the same Categories Widget twice on the same page and have two different results, such as one showing all results and the other only showing 10 with the PHP code.
Perhaps if you added a custom class to the one that you only want to show 10, some css could be used to hide all others, but I can’t find an example page on your site to examine.Best regards,
MikeHi,
We don’t have experience with your plugin and it is unlikely that we can connect your plugin to the theme, but I do recall a Reading Time that was working with the masonry element. Please see this thread, perhaps you can modify it for your needs. I’m not sure, but we are limited with such customizations and third party plugins.Best regards,
MikeHi,
Thanks for the login to your site, when I check your site doesn’t have the Enfold theme installed, you have the Avada theme by ThemeFusion installed, you will need to check with them.Best regards,
MikeHey nancyT,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .responsive.html_header_top.html_logo_center #top .logo { left: 10%; position: relative; float: right; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
The gap is not defined by a gap in pixels, it is defined by the “right:” as in the css above creating the “gap”.
I couldn’t find your screenshot on your site, the css above was for 50px, not 15px.
When you reduce the size of the page for testing, always reload the page so the javascript can recalculate.Best regards,
MikeHi,
The menu item “Pranayamalehrer Ausbildung” is very long, to break it into two lines I gave you this css#menu-item-96 a .avia-menu-text { white-space: normal; word-wrap: break-word; display: block; width: 150px; text-align: right; line-height: 18px; }
the line in the cssline-height: 18px;
brings the two lines in the single menu item closer together so your visitor will know it is one item.
If you don’t like this then remove this line from the css:
but it may look like two separate menu items and be confusing, or you can adjust the number to suit.Best regards,
MikeMarch 8, 2025 at 5:49 pm in reply to: Transparent header on mobile with logo set in transparent settings #1478908Hey Tim,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top .av_header_transparency.av_alternate_logo_active .logo a>svg { opacity: 0; } .responsive #top .av_header_transparency .logo .subtext.avia-svg-logo-sub { display: block; } }
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,
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,
MikeHi,
This is how it is achieved, it works when I test, is it working for you?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,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry { right: 50px; bottom: 50px; }
Adjust to suit.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
It looks like you have this custom css in your child this preventing clicks on your topbar sub-menu:#top #menu-item-1302 a { pointer-events: none; }
I assume that you want to remove the click on the main item “Partenaires de séjours de vacances” but want the click on the sub-menu items, so remove your css and use this instead:
.menu-item-1302 { height: 30px; } #top #header_meta #menu-item-1302 > a { pointer-events: none; } #top #header_meta #menu-item-1302 .sub-menu a { pointer-events: auto; }
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,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.single-post .big-preview.single-big { display: none; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
When I check your site https://veltrh.abcbrand.sk/en redirects to https://veltrh.abcbrand.sk/ so I can not see the different headers.
https://www.veltrhnehnutelnosti.sk/en doesn’t have the custom header widget area enabled, so you need to enable it.
This is probably a header widget area, but I can’t see without a login.Best regards,
MikeHi,
We can offer css to hide the image above the blog article, please link to your page for us to examine.Best regards,
MikeHi,
Glad to hear that you have this sorted out, please note that when you double minify with either two plugins or a plugin and the theme settings it will typically cause errors due to how minify works. Minify removes spaces and other characters from CSS, when it is double minified needed characters are sometimes removed causing errors. So the best approach is to minify only once with either the theme settings or a plugin.
TTFB is a server response time, your test above is for a mobile device which is throttled and not using true mobile 5G speed, typically most test mobile at 3G and 5G for desktop.Best regards,
MikeHi,
That is a cloudflare error while they are updating their cache, cloudflare cache can take up to 24hrs to fully clear.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,
MikeHey Matthew,
please include an admin login in the Private Content area and a link to the page so we can examine.Best regards,
MikeHey gatehealing,
Your site is showing the error Uncaught SyntaxError: Unexpected string
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 and check.
If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.Best regards,
Mike -
AuthorPosts