Forum Replies Created
-
AuthorPosts
-
October 18, 2024 at 4:26 pm in reply to: Add Margin Between Bottom of Content Area on Pages and Footer Widget ASrea #1469399October 17, 2024 at 11:31 pm in reply to: Add Margin Between Bottom of Content Area on Pages and Footer Widget ASrea #1469346
Hi,
Thanks for your patience, for the bottom of the content on your other pages try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_script_bottom() { ?> <script> document.addEventListener("DOMContentLoaded", function() { var contentDiv = document.querySelector('.template-page.content'); if (contentDiv) { var newDivContent = document.createElement('div'); newDivContent.className = 'custom-header-background-content'; contentDiv.appendChild(newDivContent); } }); </script> <?php } add_action( 'wp_footer', 'custom_script_bottom', 99 );
and this css:
.custom-header-background-content { background-image: url(/wp-content/uploads/2024/09/top_no_fade.png); background-repeat: repeat-x; background-position: bottom center; background-size: auto; height: 50px; width: 109%; position: absolute; bottom: -50px; left: -5%; transform: rotate(180deg); }
Best regards,
MikeOctober 16, 2024 at 5:48 pm in reply to: Burger menu without function/after three clicks without function #1469257Hi,
Thanks, I tested in Safari with Responsive Design Mode to emulate a iPhone and in Chrome as a mobile device on a Mac but didn’t see this issue, I don’t have an iPhone so I have asked the rest of the team you check with an iPhone, Thanks for your patience.Best regards,
MikeHi,
Thanks for your patience, currently your menu has three rows which are separate div’s and there is not a way to span them so the image can be centered into all three:
Try adjusting it so you have one row with the three headings and the image and add the links under them like in your example site:
this should make the image larger and centered.Best regards,
MikeHi,
Thanks for the login, when I remove all of your Quick CSS:
your burger menu shows correctly:
so it seems that you have a custom css conflict, to find the conflict, please try this and then add one css rule back at a time, clear your browser cache and check until you finding the conflict.
You may need to also disable your CDN & caching plugin while you test.Best regards,
MikeHi,
Thanks for the login, but you are not using the Enfold theme:
You will need to contact “p-themes”:
Best regards,
MikeHi,
OK, please add the image to the correct mega menu using the documentation: Add Images to mega menu and then we can try to help adjust with css like you example image.
Right now I don’t see any of your mega menu items in this format, they seem to be using title headings:
you will need to adjust so you only have three columns and the fourth one for the image:
Best regards,
MikeHi,
On the homepage the icons are using the default “entypo-fontello” font icons:
but on your linked inner page you seem to be using a custom icon font called “numbers”
Please post your custom icon font zip file here so we can test, perhaps this is not the correct icon font format.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,
For the sidebar on product pages see this thread.
For category pages add your widget to the Shop Overview Page widget
Best regards,
MikeOctober 13, 2024 at 9:00 pm in reply to: Text Justification For Post Excerpts Appearing In Blog Posts Content Element #1469038Hi,
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,
MikeHey Diana,
The data is hosted on your site and is GDPR Compliance, see this thread.Best regards,
MikeHi,
It works when I check, try clearing your browser cache following these steps for Safari and note step 4 where you will Clear the History.
Best regards,
MikeOctober 13, 2024 at 4:11 pm in reply to: Color section with fullscreen image – Problem with section arrow #1469029Hi,
Glad we could help, for the Scroll Snap I recommend trying a plugin, this is not a Enfold feature and I have not tested any specific plugins to achieve this.
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,
MikeHi,
Do you mean copy layouts from our other demos into one new layout for your site? Or do you mean create a new layout based on some site that you have seen, ie: not a Enfold demo?
Enfold is typically very customizable but sometimes it can take some trial an error with all the different setting to get an exact look.
While we are always able to help with modifications, we are limited to building out a whole site based on some other site you found on the internet, for this we recommend CodeableBest regards,
MikeOctober 13, 2024 at 2:45 pm in reply to: Color section with fullscreen image – Problem with section arrow #1469022Hey Stefan,
Please note that when you first land on the page your header is transparent, so the header doesn’t calculate into the color section 100% height, but after you click the down arrow or scroll the header is visible so the height of the header counts.
I changed the following color sections to 85% and now all of the down arrows show, you can try other settings link 87% if you like to get the exact view to wish.Best regards,
MikeHi,
This looks fine, glade you found a solution, shal1 we close this thread then?Best regards,
MikeHi,
Your screenshot is still password protected, please try a different Screenshot service
also provide a admin login so we can check the backend.
It looks like you are using some custom css for the first table:@media only screen and (max-width: 767px) { #top #after_section_1 .avia-table-1 th, #top #after_section_1 .avia-table-1 td { display: table-cell; min-width: 50%; width: 50%; padding-left: 17px; padding-right: 17px; border-right: 1px solid; } }
Note the class avia-table-1 so this doesn’t change all of the tables, try this css instead:
@media only screen and (max-width: 767px) { #top #after_section_1 .avia_responsive_table th, #top #after_section_1 .avia_responsive_table td { display: table-cell; min-width: 50%; width: 50%; padding-left: 17px; padding-right: 17px; border-right: 1px solid; } }
Best regards,
MikeOctober 13, 2024 at 2:07 pm in reply to: the events calendar list view disable previous and next event #1469019October 12, 2024 at 11:54 pm in reply to: Can’t update Enfold, I remained stuck with the 5.6.12 version #1469005Hi,
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,
Thanks for the link to your page, when I check I see this:
I recommend this css:@media only screen and (max-width: 479px) { #top.home #wrap_all #full_slider_1 .av-slideshow-caption .avia-caption-content p { font-size: 12px; } #top.home #wrap_all #full_slider_1 .avia-caption-title { font-size: 15px; } }
or this result for small screens (320px):
and this for normal screens (425px)
Please adjust to suitBest regards,
MikeHey Nick_Skehan,
Please check the Enfold Theme Options ▸ Blog Layout ▸ Blog Styling each option has a different layout and some are only available for certain options. Please choose the one that is closest to what you are looking for, we can help with javascript & css to make any final adjustments.
Please link to your page so we can make these final adjustments viewing your site.Best regards,
MikeOctober 12, 2024 at 10:18 pm in reply to: Add Margin Between Bottom of Content Area on Pages and Footer Widget ASrea #1469000Hi,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> document.addEventListener("DOMContentLoaded", function() { var footer = document.getElementById('footer'); var afterSlideshow = document.getElementsByClassName('el_after_av_slideshow'); if (footer) { var newDivFooter = document.createElement('div'); newDivFooter.className = 'custom-header-background-footer'; footer.appendChild(newDivFooter); } if (afterSlideshow.length > 0) { var newDivSlideshow = document.createElement('div'); newDivSlideshow.className = 'custom-header-background-bottom'; afterSlideshow[0].appendChild(newDivSlideshow); } }); </script> <?php } add_action( 'wp_footer', 'custom_script', 99 );
Then add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.custom-header-background-footer { background-image: url(/wp-content/uploads/2024/09/top_no_fade.png); background-repeat: repeat-x; background-position: bottom center; background-size: auto; height: 50px; width: 100%; position: absolute; top: -50px; } .custom-header-background-bottom { background-image: url(/wp-content/uploads/2024/09/top_no_fade.png); background-repeat: repeat-x; background-position: bottom center; background-size: auto; height: 50px; width: 109%; position: absolute; top: 25px; left: -5%; transform: rotate(180deg); }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeHey Meetx,
Thank you for your patience,
For the “scroll to top button” is set to “aria-hidden=true” as it is not critical to understanding the page’s purpose or functionality, WAI-ARIA says this is correct to prevent the screen reader from announcing its presence or content. This doesn’t prevent tabbing.
Nonetheless if you want to change this and add a label try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> const button = document.getElementById('scroll-top-link'); button.setAttribute( "aria-hidden", "false" ); button.setAttribute( "aria-label", "label" ); </script> <?php } add_action( 'wp_footer', 'custom_script', 99 );
Please adjust the “label” to whatever you want it to say.
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.Best regards,
MikeHi,
To remove the “grey veil on the images before the mouse over” try this css:.responsive #top .av-hover-overlay-active .av-masonry-image-container { opacity: 1; }
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,
Mike -
AuthorPosts