Forum Replies Created
-
AuthorPosts
-
July 30, 2023 at 7:27 pm in reply to: Advanced Layerslider Button “Loads” forever when linking to Youtube #1414951
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia-slideshow .avia-slideshow-button .av-siteloader { display: none; } .avia-slideshow .avia-slideshow-button .avia_loading_icon { background: transparent; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey ledreisilker,
To install a demo template go to Enfold Theme Options ▸ Demo ImportBest regards,
MikeHey karinkropik,
Thanks for your patience and the link to your site.
1) after removing the circle from the active tab in the main menu, the lighter orange colour do you want it to be background color or the text color?
2) try unchecking the “use as mega menu” option from the “Triest and Crete” under Hiking retreats so it is a regular menu item
3) same as 2)
4)to create this warning you already have the Special Character Translation plugin installed:
so the code you would use to replace the HTML arrows > < is:###lt### => < ###gt### => >
like this:
Our favourite ###lt###u class=special-type hiking###gt###selection###lt###/u###gt###
Please note that there are no quots around the class name, I did this for you on your /tours/ page
try this on your other pages and be sure to clear your cache plugin “purge cache”Best regards,
MikeHi,
Unfortunately we don’t have a option for this but 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 Jörg,
Thanks for reporting this I have submitted it to the Dev Team.Best regards,
MikeHey iishaq,
Do you mean that when you search for your site you see this text in the search results?
Typically the search results are what is shown on your site, if you have updated a demo on your site then you would go to Goolge Search Console and create an account and then submit your site to be crawled and after a few days Goolge will update the search results. This is not a theme function.
To change the SEO for your site try installing a plugin like Yoast and follow their instructions.Best regards,
MikeHi,
It could be related to a old PHP, if updating doesn’t help try disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeHi,
This is not a “feature” but I tested on v5.6.5 and it works for me using this formathttps://www.youtube.com/watch?v=G0k3kHtyoqc
Try disabling your plugins and customizations, and check again.Best regards,
MikeHi,
You can’t update the PHP version in the WordPress settings, it must be done at your webhost account, try asking your webhost to help as it is different for each webhost.Best regards,
MikeHi,
Try updating to v5.6.5 and see if that helps. I see that you have not added a valid Envato Token so you can manually update if you wish.
To update Enfold manually 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,
MikeHi,
If you added a link to your cookie banner did you add a full path url or only /datenschutz/ ?
Can you link you your page so we can see?Best regards,
MikeHi,
Well I don’t think that is true since you are already using “noopener noreferrer” in your links, but ok.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeJuly 30, 2023 at 3:57 pm in reply to: Issue linked to https://kriesi.at/support/topic/split-menu-and-burger-layout-iss #1414927Hi,
I found an error in your media query in your css, I corrected. Please clear your browser cache and check.Best regards,
MikeHi,
Reading the code line by line, it’s not easy.
It seems like the last few issues that you have had were all related to div tags
Please be careful sometimes missing div tags can break a page so bad that a new page must be made.
Why are you adding these?Best regards,
MikeHi,
Thanks for the feedback, I’m not sure what might cause this so I have asked the rest of the team for advice, thank you for your patience.Best regards,
MikeHi,
I understand that the table you are working on is on /miromar-lakes/
but is my test table /table-test/ what you are trying to do?
if so why not copy it to your /miromar-lakes/ page by making a template of it:
when I highlight link to remove, I am taken to main page and all is lost. Only happens sporadically, but, when it does all my work is lost.
this is true, if you try to edit the link in the table and you click it you will go to a new page and lose your work, so you just need to be careful.
Why are you adding these div’s to the links in your table?
On 55+ page I fixed your missing div in the Avia Layout Builder Debugger
once you forget to add a closing tag it is hard to fix.Best regards,
MikeJuly 30, 2023 at 3:43 am in reply to: Catalogue on mobiles when using 2 x 50% single column layout elements #1414895Hi,
Sorry I didn’t look down further, try adding this css:@media only screen and (max-width: 767px) { #top.page-id-30 .av-catalogue-container.avia-builder-el-19 .av-catalogue-list { border-top: none; } .responsive #top.page-id-30 #wrap_all .flex_column.avia-builder-el-16 { margin-bottom: 0; } .responsive #top.page-id-30 #wrap_all .av-catalogue-container.avia-builder-el-17 { padding-bottom: 0; } #top.page-id-30 .av-catalogue-container.avia-builder-el-28 .av-catalogue-list { border-top: none; } .responsive #top.page-id-30 #wrap_all .flex_column.avia-builder-el-25 { margin-bottom: 0; } .responsive #top.page-id-30 #wrap_all .av-catalogue-container.avia-builder-el-26 { padding-bottom: 0; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
sky19er I believe that you are mistaking, Guenni007 script is getting the social icons from the socket, your editing isHeading = “”, doesn’t change the location, check out the line below that:
social = $(‘#socket .social_bookmarks’).clone(true).addClass(‘sub-menu’).css(‘display’,’block’),
see #socket in the line, try disabling Enfold Theme Options ▸ Footer ▸ Social Icons
I’m only pointing this out for future readers so they understand where the icons are coming from and why this won’t work if Enfold Theme Options ▸ Footer ▸ Social Icons is disabled.
Thank you for sharing Guenni007
the css I had to use was different from above, I got it from your example site, perhaps it will help someone in the future.#av-burger-menu-ul .social_bookmarks.sub-menu li { display: block; margin: 3px 10px; float: left; } #av-burger-menu-ul .social_bookmarks.sub-menu li a { padding: 10px !important; border-radius: 0 !important; } .html_av-overlay-side-classic #top .av-burger-overlay li.menu-item-social a { border: none !important; } .responsive #top #av-burger-menu-ul .social_bookmarks.sub-menu { margin-left: 30px; margin-top: 0; overflow: visible; height: auto; } #top #av-burger-menu-ul .menu-item-social .avia-menu-text { display: block; width: 100% !important; padding: 15px 50px 5px; text-align: left !important; font-style: italic; }
Best regards,
MikeHi,
As I understand on your /fort-myers-55-plus/ page you are trying to change these table links
to be wrapped in a div<div class="neighborhood-link"> ... </div>
like this
am I understanding correctly?
I created a test page linked below, and used the template a new 2023 Miromar and made this adjustment for you.
I saved the page and checked the frontend and then checked the backend again twice and the<div class="neighborhood-link"> ... </div>
is still there for each one in the table. Please check and if this is what you wanted try saving it as the template.Best regards,
MikeJuly 29, 2023 at 10:20 pm in reply to: Issue linked to https://kriesi.at/support/topic/split-menu-and-burger-layout-iss #1414877Hey jamesbarrell,
I checked your page and the burger menu works correctly for me, Please see the screenshot in the Private Content area.Best regards,
MikeHi,
Yes I already fixed it above:
Your /fort-myers-55-plus/ page was missing closing div tags, I fixed for you.Best regards,
MikeJuly 29, 2023 at 10:14 pm in reply to: Catalogue on mobiles when using 2 x 50% single column layout elements #1414874Hey jamesbarrell,
Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { #top.page-id-30 .av-catalogue-container.avia-builder-el-10 .av-catalogue-list { border-top: none; } .responsive #top.page-id-30 #wrap_all .flex_column.avia-builder-el-7 { margin-bottom: 0; } .responsive #top.page-id-30 #wrap_all .av-catalogue-container.avia-builder-el-8 { padding-bottom: 0; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeJuly 29, 2023 at 10:03 pm in reply to: Wp Rocket broke my hamburger menu, tags and accordion #1414872Hi,
When I check the option “removed unused css” is enabled and the burger menu seems to work correctly when I check logged out.Best regards,
MikeJuly 29, 2023 at 9:53 pm in reply to: Pagination for Custom Post Type with Advanced Custom Fields #1414871Hi,
Thanks for the feedback, I see that you have added pagination to your code, so I’m not sure why it’s not working. Perhaps it is something else, but I’m not familiar with Custom Post Type Maker so I don’t know.Best regards,
MikeHi,
I only see one table on your /miromar-lakes/ page so I don’t know what you mean by “bottom table” Please explain in more detail.
If you are changing all of your links to be wrapped in a div like you wrote above, then ensure that you have no unclosed div tags like your other page.
Instead of add div’s why not just add your class ”neighborhood-link” to the link?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,
Please try this solution instead and ensure that your Header Social Icons are set to Display in main header area
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