Forum Replies Created
-
AuthorPosts
-
March 23, 2025 at 6:24 pm in reply to: Lightbox Issue on Mobile – Images Opening in New Page Instead of Enlarging #1479987
Hey ballindigital,
Thanks for the video, but I was not able to reproduce this in mobile, I tested all of the items in your video and they all opened in a lightbox for me.
I’m not sure why you are experiencing this.Best regards,
MikeHey sitadi,
The login to the live site is not working, but for the test site the search is sticky but seems to be in the wrong position when the header when it shrinks,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#header.header-scrolled ~ #main #av_section_1 .avia_search_element { top: -64px; position: relative; } #header ~ #main #av_section_1 .avia_search_element { top: -30px; position: relative; }
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,
MikeMarch 23, 2025 at 5:03 pm in reply to: Icon list element left justify when icon position is right #1479984March 23, 2025 at 4:30 pm in reply to: After theme update, content slider is not showing arrows #1479983Hi,
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,
Ok, 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,
MikeMarch 23, 2025 at 3:54 pm in reply to: Layout problem for WooCommerce product pages on mobiles. #1479980Hi,
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,
Thanks for sharing, 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,
MikeMarch 23, 2025 at 2:35 pm in reply to: Layout problem for WooCommerce product pages on mobiles. #1479973Hey Dimitris73,
For small moblie screens the columns should be 100% width and stacked, there is not enough room for two columns.
In your case it looks like you added this custom css:.single-product-summary { width: 55% !important; }
please remove to solve your issue.
Best regards,
MikeHi,
Thanks for sharing your scroll-top-link solution, that may help others, but I don’t see any css that would help the cart, did you use Guenni007’s solution?Best regards,
MikeHey northorie,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.darklup-dark-mode-enabled #top #header .av-main-nav > li > a:not(.darklup-dark-ignore) { background-color: unset !important; }
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,
MikeMarch 23, 2025 at 12:40 pm in reply to: How can I tell how many times I've bought Enfold theme? #1479961Hi,
Thanks for your feedback, Envato (Theme Forest) controls the licenses, we don’t have access to this. Please note that licenses are not defined by the domain but are checked if they are used more than once on any domains, thus a license can not be used more than once on multiple domains. But a license can be moved to other domains as long as only used once at any time, I hope that you understand.
Unfortunately we can not change how Envato (Theme Forest) displays them in your Envato (Theme Forest) account, perhaps asking them will help make it not so confusing.
Thank you for using Enfold, shall we close this thread?Best regards,
MikeHi,
Glad to hear that you have this sorted out, I’m not sure what your solution was, but feel free to post here to help others if you wish.Best regards,
MikeHi,
Try uploading a new image that is 845px-321px and remove the function above.Best regards,
MikeHey Tim,
I’m not seeing your issue when I check your page, perhaps a screenshot would help.Best regards,
MikeMarch 22, 2025 at 8:18 pm in reply to: Trying to load website name and page-title in h1 tag #1479929Hey Jak73,
I don’t find this element on your page, perhaps a screenshot would help.Best regards,
MikeHey janssen-media,
I can not reproduce on Android or in Dev Tools in emulator.
What OS and browser are you using?Best regards,
MikeHi,
When I test your script iframe “header” “body” tags are empty, so the iframe is not loading.
I don’t know why. I don’t see any errors.Best regards,
MikeMarch 22, 2025 at 6:33 pm in reply to: “My Account” text as SVG, arrangement in the main and secondary menu #1479917Hey christian.wien,
Do you mean that “Merkliste” should be a icon? Should it be a “colored” svg icon? header icons can not be colored, only black & white, unless you use css to replace them.Best regards,
MikeHey Munford,
Unfortunately, I’m not seeing the issue, perhaps a screenshot would help.Best regards,
MikeHi,
When I test Guenni007’s Petrona font it works fine.
Please include a admin login so we can check your site.Best regards,
MikeHey mzima,
Please provide a admin login and a link to the page so we can examine.
typically, the attachment ID’s need to be separated with comma in the custom field.Best regards,
MikeHi,
Your image is cropped, see below.
You could try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_filter( 'post_thumbnail_size', 'custom_single_event_post_thumbnail_size' ); function custom_single_event_post_thumbnail_size($size) { if( !is_singular('post') ) { return; } if( ! has_post_thumbnail() ) { return; } $size = 'full'; return $size; }
otherwise we would need a login to examine.
Best regards,
MikeHey betaphase,
We don’t have a conditional method, I believe that there is a css solution to count the items and apply the css if there is only one item, but we will need to see two examples, for one item and another for more.
Otherwise this will need to be a Github Feature RequestBest regards,
MikeHey Jusdem,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia-video, .avia-video iframe, .avia-video video { background-color: #fff; }
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,
MikeHey Bernd,
It looks like you have this custom css:nav a { color: rgb(255, 255, 255) !important; background-color: rgb(0, 98, 54) !important; }
try removing the background color.
Best regards,
MikeMarch 22, 2025 at 4:51 pm in reply to: Best demo for a blog focussed site driven by Categories #1479907Hey John,
Try using the “blog element” as in this demo: https://kriesi.at/themes/enfold-2017/blog/blog-default/Best regards,
Mike -
AuthorPosts