Forum Replies Created
-
AuthorPosts
-
March 24, 2025 at 6:05 pm in reply to: Search widget no longer working correctly since update to Enfold 7 #1480060
Ismael,
Thank you for the CSS advice. That works great for the home page search widget below the layerslider. However, it also applies to the avia menu search bar icon. I don’t mind that the SVG default icon isn’t there, but when I try to move the search icon to the left of the search box it affects the search widget on the home page. I’ve included a link to a screenshot of the search icon in the nav bar and how it is displayed in the text input area. If we change it then it affects the search widget icon further down on the home page. Can you advise on how to adjust the nav menu search box so the icon is to the left of the input field, but without affecting the search widget further down on the home page? We had it working separately before this issue arose. Thanks.March 21, 2025 at 8:43 pm in reply to: Search widget no longer working correctly since update to Enfold 7 #1479882Ismael,
Thank you for your reply, but the custom_content on the navigation bar is not the problem. It is a different area of the website (below the home page banner slider), which is using the css #searchsubmit and is not rendering correctly since the 7.0/7.1 version updates.I’ve pasted a link to a screenshot of the search box we are having trouble with as it looks now. The standard search icon is out of position all the way to the right and the SVG search icon we are using that is no longer displaying.
How can we get the custom SVG search icon to display again to the left of the search box, and the ‘search’ word label to display again?
March 13, 2025 at 3:58 pm in reply to: Search widget no longer working correctly since update to Enfold 7 #1479266The theme has been updated to 7.1 but the problem still persists. Any other suggestions?
March 12, 2025 at 3:48 pm in reply to: Search widget no longer working correctly since update to Enfold 7 #1479174Actually, the search icon is working but it is a little off to the left of the clickable area. So if a user clicks directly on top of the search icon, nothing happens. You have to click a little to the right of it. Again, this is on the search icon on the nav menu. The other search issue is the widget box under the home page slider. Sorry for so many replies.
March 12, 2025 at 3:44 pm in reply to: Search widget no longer working correctly since update to Enfold 7 #1479173And I just realized the search icon on the nav menu while now showing is not displaying the search box when selected. Can you check on that as well?
Rikard,
Thank you for your reply. We found the problem was with hosting and corrected it. Enfold is great as always. :)
May 2, 2024 at 5:36 pm in reply to: Enfold child function not working since upgrading website #1441944@Guenni007, thank you for your advice on the jQuery. I’ve updated the functions.php file per your suggestion and all appears to be in working order.
May 2, 2024 at 3:25 pm in reply to: Enfold child function not working since upgrading website #1441931That worked! Thank you so much for the fast response, Rikard!
February 21, 2024 at 6:45 pm in reply to: masonry load more not working since update to 5.6.10 #1435063I think we are good for now. Feel free to close this topic. Thanks again!
February 21, 2024 at 6:18 pm in reply to: masonry load more not working since update to 5.6.10 #1435052Thank you for your suggestion. It looks like the new version and the Hustle popup plugin had a conflict. We seemed to have resolved the issue.
February 19, 2024 at 4:17 pm in reply to: masonry load more not working since update to 5.6.10 #1434784Rikard,
Thank you for your response. I reread what I wrote and I don’t think I explained the issue very clearly.
If you scroll down on the page and click on the red ‘load more’ button a dark overlay appears on the screen as if the next few rows of masonry are loading, however nothing happens. The new rows don’t load and the page seems to be stuck with the dark overlay and nothing else happening.
If you could please try to click on the load more you may have the same experience. I’ve tried Chrome, Edge and Firefox with the same result — the rows don’t load.February 9, 2024 at 5:16 pm in reply to: Main content widget box opening behind color section #1433835That works — thank you!
February 8, 2024 at 10:10 pm in reply to: Main content widget box opening behind color section #1433741Mike,
Thank you for your reply and for your help. Your suggestion worked great for that page, but we are using the widget ion other pages as well. I’ve added the following to the CSS:.page-id-452 #av_section_3 {
z-index: 0;
position: relative;
}
.page-id-717 #av_section_1 {
z-index: 0;
position: relative;
}Page id 452 worked as you recommended. Page id 717 the calendar still appears behind the content below it even though the widget is the same and the section id # was adjusted in the css. I’ve added the page links in private content for you to see.
Since we are using this widget on different pages, might you have a suggestion that would be more ‘global’? Thanks, again!
August 14, 2023 at 6:38 pm in reply to: After update to Enfold 5.6.5, Advance Layerslider post title no longer appearing #1416272Yes, Mike. Please close the ticket. Thank you!
August 9, 2023 at 5:15 pm in reply to: After update to Enfold 5.6.5, Advance Layerslider post title no longer appearing #1415942Thank you, Yigit. I appreciate you checking into LayerSlider and will watch for the next release of Enfold with LayerSlider 7.7.11 applied.
Any idea if the latest release of WordPress 6.3 will have any bearing on this? I’m guessing not, but thought I’d ask anyway.Are you using Sucuri? I have received the same alerts that several (but not all) of our Enfold sites have malware for wp-content/themes/enfold/config-layerslider/LayerSlider/assets/static/layerslider/js/layerslider.kreaturamedia.jquery.js js.redirect.mass_domain.103
However, on a couple of the sites that are supposedly infected, Layerslider had already been removed through Enfold theme options. The Layerslider folders don’t exist, so I don’t see how they can have malware.
May 5, 2023 at 6:47 pm in reply to: Updated guidance on where to change Masonry ‘load more’ text #1406545Oops! I gave you the wrong link in Private Data. Let me try that again.
March 24, 2023 at 5:06 pm in reply to: Button Row – Solid background color with no spaces between buttons #1402377That works and is cleaner than what I had. Thank you, Nikko. Feel free to close this ticket.
March 24, 2023 at 4:42 pm in reply to: Button Row – Solid background color with no spaces between buttons #1402363Nikko,
Thank you for your reply. That almost worked great. The curved border was still showing and also I want the container background to be the same as the buttons so it looks like a ‘bar’. What I ended up with is below. I gave the element a custom style, value-prop-menu, but when I use the custom style on the 2nd style it doesn’t work. Does “avia-builder-el-1” only apply to that particular element? I want to be able to use the button row elsewhere without these styles.
.value-prop-menu .avia-buttonrow-center {
margin-top: 0;
background-color: #00853e!important;
opacity: .9!important;
}
body .container_wrap .avia-builder-el-1 {
margin-top: 0;
background-color: #00853e!important;
opacity: .9!important;
}February 6, 2023 at 8:58 pm in reply to: Place full width slider image between logo and horizontal nav bar #1396898Thanks, Mike! This is exactly what I was looking. As always, Enfold has great support and we love the theme.
February 6, 2023 at 6:44 pm in reply to: Place full width slider image between logo and horizontal nav bar #1396877Thank you for the script. It works beautifully, but they prefer having the navigation slider above it throughout the entire site. How would we go about setting it that way?
It would be nice to be able to change the image from the dashboard, but if that is not possible it is ok. The priority is the image above the navigation.
Sorry for the access denied. I followed the thread you suggested and Yigit’s solution did the trick. Thank you, Nikko.
We are all set. Please close this ticket. Thanks.
You are right. I picked the wrong one. Thanks for pointing that out.
Hi, I have realized my topic heading is vague. I really need to know if the instructions on customizing the tabs are correct. They don’t work for me. Can you please help?
Thanks, but that caused a critical error on the site. Let’s just skip this. I will tell my client this is the best we can do and if she wants more on the logo she can hire a graphic designer. ;)
Thank you for your time.Thank you for this information. That helps a lot. Just a couple of questions:
1. Can you recommend the best way to add — before and after the subtext? In other words, “– Subtext –“, but with mdashes instead of hyphens. When I add mdashes to the functions.php it doesn’t do anything. A screenshot of the graphic logo is in private content to show you what I mean.
2. What can be done to move the text of the logo over to the left so it is more in line with the page titles of the website, without resorting to a negative left margin setting (see link in private content).
We appreciate your help as always!
November 22, 2022 at 10:13 pm in reply to: page with Avia Table showing as blank in Edit page #1373573I want to let you know the problem occurred because the memory limit needed to be increased. I only saw a blank screen and no error until switching to another theme. Thank you for the suggestions (even though it should have been obvious). All better now.
November 18, 2022 at 3:56 pm in reply to: page with Avia Table showing as blank in Edit page #1373112This reply has been marked as private.We are good now. Please close the ticket. Thanks.
-
AuthorPosts