Forum Replies Created
-
AuthorPosts
-
Hi,
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,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (min-width: 767px) { #top #av-sc-portfolio-1 .sort_width_container { float: left; width: 20%; } #top #av-sc-portfolio-1 .grid-sort-container { width: 80%; float: left; clear: none; } #top #av-sc-portfolio-1 #js_sort_items a { display: block; text-align: left; width: 100%; } #top #av-sc-portfolio-1 #js_sort_items .text-sep { display: none; } }After applying the css, please clear your browser cache and check.
The expected results:

Best regards,
MikeHi,
Try this solution
or the example here from this thread.
They are not exactly like your example but very close with very good explanations that you should be able to follow.
If you have trouble with these and purchase the extended support we could help you, but it may not be exactly like your example and more like the links that I posted.Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, 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,
MikeJuly 31, 2023 at 6:25 pm in reply to: tag shows in white color at post using ALB text block #1415076Hi,
Thanks for the screenshot and the link to your site, in your Enfold Theme Options ▸ Advanced Styling you had the option for strong five times, and the one closest to the bottom was white:

In the Enfold Theme Options ▸ Advanced Styling if you set the same element multiple times the one closest to the bottom will be the active one.
I deleted all but one set to black and now your text on the site is black. Please clear your browser cache and check.
I see other elements in your Enfold Theme Options ▸ Advanced Styling with multiple items, please check and remove the wrong ones.Best regards,
MikeJuly 31, 2023 at 6:01 pm in reply to: Breadcrumb is not showing the primary product category #1415072Hi,
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,
MikeJuly 31, 2023 at 6:00 pm in reply to: Advanced Layerslider Button “Loads” forever when linking to Youtube #1415071Hi,
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 adding this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.responsive #top #wrap_all #header_meta .social_bookmarks li.social_bookmarks_facebook a{color:#fff; background-color:#37589b; } .responsive #top #wrap_all #header_meta .social_bookmarks li.social_bookmarks_twitter a{color:#fff; background-color:#46d4fe; } .responsive #top #wrap_all #header_meta .social_bookmarks li.social_bookmarks_linkedin a{color:#fff; background-color:#419cca; } .responsive #top #wrap_all #header_meta .social_bookmarks li.social_bookmarks_youtube a{color:#fff; background-color:#a72b1d; } .responsive #top #wrap_all #header_meta .social_bookmarks li.social_bookmarks_instagram a{color:#fff; background-color:#a67658; }After applying the css, please clear your browser cache and check.
Best regards,
MikeJuly 31, 2023 at 11:54 am in reply to: Issue linked to https://kriesi.at/support/topic/split-menu-and-burger-layout-iss #1415024Hi,
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,
Thank you for confirming Guenni007 I have submited it via our Github reporting channel, I’m sure it will be corrected in our next update.Best regards,
MikeHi,
Ok, try linking the portfolio grid item to the gallery elements, first go to your portfolio items that you are going to display and change the Overwrite Portfolio Link setting option to Define custom link and enter an anchor hash like #popup-one:

then add a corresponding gallery element for each anchor hash link used in a portfolio items:

In each gallery element choose Big image only, other images can be accessed via lightbox and use the Element Visibility to hide each gallery

and then add the anchor hash as the Custom ID Attribute

Then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:function get_portfolio_grid_image_link_hash_and_open_corresponding_gallery_element() { ?> <script> (function($){ $('.grid-sort-container a').click(function(e){ $(this).addClass('no-scroll'); e.preventDefault(); var hash = this.href.split("#")[1]; $('#'+ hash +' a').trigger('click'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'get_portfolio_grid_image_link_hash_and_open_corresponding_gallery_element');Then your Portfolio Grid with show your portfolio items with the sort option

and then will open a Gallery element for only the images you added:

Best regards,
MikeHi,
Sorry I don’t understand, I don’t see the /datenschutz/ page in your screenshot, and your screenshot is not for the cookie option.
You said above that the /datenschutz/ is a link in your cookie bar, please link to your page so we can see.
If you added a link to your cookie banner did you add a full path url or only /datenschutz/ ?Best regards,
MikeJuly 30, 2023 at 7:27 pm in reply to: Advanced Layerslider Button “Loads” forever when linking to Youtube #1414951Hi,
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,
Mike -
AuthorPosts





