Forum Replies Created
-
AuthorPosts
-
Hi,
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,
MikeHey georgbiel,
The files that you are referring to are created by the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression which is all of the css for your site combined. You would not want to edit these files or any other css files manually as you would lose your customization each time you update the theme.
If you want to add some padding to your content-area of single events add your css to the Enfold Theme Options ▸ General Styling ▸ Quick CSS field.Best regards,
MikeAugust 2, 2023 at 1:01 am in reply to: “hide blog meta elements” is not working on Blog Posts #1415216Hey Tanja,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.slide-content .slide-meta { display: none; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Emanon,
Thanks for the link to your site I’m not sure why your arrow font would change but it is now:
content: “\E803”;
font-family: ‘fontello’;
and the font-family: ‘friendly’; is a globe
so I fixed your css for you so on your blog your arrows show:
but on your homepage you have added html to your special heading title field, which is not recommend:
but since you already have this in place I added this css to override them and add the arrow:.red-arrow-title .av-icon-char:after { color: #EB5847; content: "\E803"; font-family: 'fontello'; font-size: 16px; position: absolute; margin-left: 5px; } .red-arrow-title .av-icon-char:before { display: none; }
now now they show the arrows:
please clear your browser cache and check.Best regards,
MikeHey hector1069,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.page-id-4254 .slide-meta { display: none; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Bumandal,
You would add[nolink]
into the copyright field, please see our documentation for more info.Best regards,
MikeHi,
It looks like you forgot Step 1: Activate header widget area I added the code for you in your WP Code plugin, you had also named your widget area incorrectly, it needed to match the function, so I corrected it for you.
I also didn’t see any css for the header widget, so I added it for you for the Logo left, Widget center, Menu right
Now it shows please check and adjust the css to suit your needs.Best regards,
MikeHey buddy1,
I would recommend using a header widget, please see our documentation: Adding a header widget area there are links to many examples in the documentation, such as this one.Best regards,
MikeAugust 1, 2023 at 6:08 pm in reply to: Wp Rocket broke my hamburger menu, tags and accordion #1415190Hi,
Yes you are correct, I reviewed the classes in the CSS safelist for the Wp Rocket REMOVE UNUSED CSS option and added a few more and now the burger menu looks correct when I open it on my Android device in a incognito tab when not logged in, this is what I see:
.main_menu .menu-item-avia-special .av-hamburger .av-hamburger-box .av-hamburger-inner .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner .av-active-burger-items .av-burger-overlay-active .av-burger-overlay-active-delayed .av-hamburger--spin .av-js-hamburger .avia_hidden_link_text .av-burger-menu-main #av-burger-menu-ul #avia-menu .av-width-submenu .av-active-burger-items .current_page_item .current-menu-item .av-active-burger-items .avia-menu .av-main-nav-wrap
Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
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,
Yes basically, the translation.txt at the plugin GitHub page shows these:
but you real only need to use the “less than” = < and the "greater than" = > that makes your HTML code.
So for your headings use###lt###u class=special-type###gt### ... ###lt###/u###gt###
and change the “three dots” to the word you want orange.
I would not use any “search & replace” if that is what you mean.
I would only manually change the HTML that you have in elements when you see the red warning like in this screenshot
Best regards,
MikeAugust 1, 2023 at 12:21 pm in reply to: Youtube video shows on some pages and black box on others #1415134Hi,
I checked your test page and found that the links were in the wrong formathttps://youtu.be/Np7B8Ss25-4
so I corrected the format tohttps://www.youtube.com/watch?v=pJ-FdCDo1Ys
and the bottom video showed correctly, then I tested another product video from your channel and it shows correctly, so now only the top product video is not showing. But when I test on my test site both videos work correctly, see the link below.
So it’s odd that two of your videos work, but not the first one, I asked the rest of the team for advice.
Thank you for your patienceBest regards,
MikeAugust 1, 2023 at 11:51 am in reply to: tag shows in white color at post using ALB text block #1415131Hi,
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,
MikeHey Rafael,
Thanks for your question, typically on a standard post not created with the Advanced Layout Builder the recent posts (You might also like) show under the Share this entry item automatically, such as in this demo post
Is this not occurring for you? The recent posts are linked by tags, please ensure you are using tags on your posts with each tag having multiple posts.Best regards,
MikeHi,
To read about the plugin see our documentation for Using special characters
I installed this for you in your other thread and in this post.
Did you try to add the code to your other pages?
###lt###u class=special-type###gt### ... ###lt###/u###gt###
change the “three dots” to the word you want orange.Best regards,
MikeHi,
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,
Mike -
AuthorPosts