Hello,
Recently, our website stopped loading. The only way to get it to work is to flush the cache.
Any ideas? Can you login and take a look?
Cheers!
Hello,
I am trying to disable the standard language flags in the Header Top Bar (frontend).
I managed to hide them via css at first, but they appeard again, after activating a flag in the main menu list.
I only want a flag to appear under the last menu item not in the top bar.
The problem appears only on the german version of the site.
I have tried varios solutions (CSS and PHP) i found in your forum but without success.
I contacted WMPL support but they have been unable to help, because it seems to be part of Enfold.
Best regards,
Christopher
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hey Ismael,
And there is no way to override this in the Enfold theme? So that it will take the order from the Post Types Order plugin? It used to work and has now stopped working.
Best,
So..
I have an old laptop on the same internet connection and I get the same result.
By different internet network, you mean my ISP, right?
I could give you remote access, with Windows 11, if that helps.
Or you could have cPanel access.
Thanks
John
Hi,
Thanks for the update and for sharing. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hey Christopher,
We have updated your user account, please try logging in again.
Best regards,
Rikard
Hi,
Isotope is a third-party script widely used by many themes and websites. Unfortunately, it’s not possible to control how it resizes or positions the items. If the order of the items is important, you can use the Post Slider or, as suggested above, adjust the Size Settings for the Masonry element.
Best regards,
Ismael
Hey rixi,
Thank you for the inquiry.
You can add this css code to adjust the background color of the submenu items:
#top .av-main-nav ul a {
background: rgba(255, 255, 255, 0.5) !important;
}
Best regards,
Ismael
Hey Christopher Schön,
Thank you for the inquiry.
Which email address did you use to register the account, and what is the account name? We couldn’t find any account registered under your current email address.
Best regards,
Ismael
Hi,
i added this code to function.php:
function add_dynamic_hidden_h1() {
if (!is_admin()) {
$page_title = get_the_title();
if (empty($page_title)) {
$page_title = "Unbekannte Seite"; // Fallback
}
echo '<div style="position:absolute; left:-9999px; top:-9999px;">
<h1>My Website - ' . esc_html($page_title) . '</h1>
</div>';
}
}
add_action('wp_body_open', 'add_dynamic_hidden_h1');
As my layout has very less text, because of design reasons, i’m trying to add “My Website -” as h1 (almost for seo reasons) and to load the page-title next to it.
In my source code it looks like this:
<div style="position:absolute; left:-9999px; top:-9999px;">
<h1>My Website - Explore</h1>
</div>
<div id='wrap_all'>
Which is what i’m trying to archive.
Unfortunetly, when i go to Google webmaster tools and do a live test, i get something different:
<div style="position:absolute; left:-9999px; top:-9999px;" aria-hidden="true">
<h1>My Website - Explore</h1>
</div>
<div id="wrap_all" aria-hidden="true">
Which seems not to works for seo?
How can i fix that?
kind regards
Jak
Ella KateGuest
Are you Looking for a high-authority Guest Posting backlink Service for your site that will help you achieve top Google rankings? Then you’re at the right place!
Guest Posting Services became an important part of Search Engine Optimization. In the race, Google ranking guest posts is an essential part of Off-page SEO. Content is the king of boosting your Google ranking. If your content is perfectly written in your blog post with proper keyword targeting, there are more chances to rank your website on top. The blog posting services on High DA Sites will move you to the next level.
Here is the high Quality sites https://docs.google.com/spreadsheets/d/1hKE2Ca4-9Uk5sQF0g83dpZKUE85b4ylC3BYxVR4TteI/edit?usp=sharing Chose the sites and share me i give the best price
Let’s work together to enhance the performance of your website and achieve your digital marketing goals. Order now and start seeing the benefits of high-quality guest posts!
Hi We have have found a bug with the full width easy slider.
If you enable transparent header and have a full width easy slider at the top of the page then the caption doesnt load in consistently.
Sometimes it does sometimes it doesnt.
You can see this on the site in the private comments.
INSTURCTIONS TO RECREATE:
Visit the pages in the private content, browse between them a few times, after the initial pageload the header and button elements stop appearing over the header image.
This is an ALB full width easy slider with caption and 2 buttons.
The buttons and caption do not display consistently.
Hi Rikard,
I appreciate the reply. Well that’s very peculiar!
Whatever page, including home page, I try to edit, I get the grey screen in the screenshot below. I can change to the block editor with the top right blue button.

Hi,
Sorry for the late reply. We’ve checked this and it looks like the theme styling and settings are correct. This CSS in your child theme is setting your menu items as white:
/* add new css to fix header style in this version */
.main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
color: #fff;
}
If you want to target the search icon as well, then please add this CSS as well:
.header_color .main_menu ul:first-child > li > a svg:first-child {
stroke: #fff;
fill: #fff;
}
Best regards,
Rikard
that isn’t working for me.
I now added this code to hide the side navigation that DOES show up in a popup from a link in my footer “TILMELD DIG NYHEDSBREV” but the portfolio side navigation was not showing before I did that.
/*hide post side nav for footer link*/
#top button.mfp-arrow {
display: none;
}
I tried adding this to hide the post nav but that didn’t work either:
function no_post_nav($entries)
{
$entries = array();
return $entries;
}
add_filter('avia_post_nav_entries','no_post_nav');
-
This reply was modified 1 year, 1 month ago by
Munford.
-
This reply was modified 1 year, 1 month ago by
Munford.
As I mentioned, I purchased the latest version of the Enfold theme because version 3.8 was active on our wordpress and we were having some problems with the site.
We downloaded and activated the new theme correctly.
Almost everything works perfectly. We find the pages, the articles.
The only problem is that the portfolio items are viewable on wordpress but not active on the site.
Let me explain. If you go to our site http://www.csparcodeipini.it You can see at the top the various items like “Home, Padel, About Us” and others.
These are active because they are under the pages on wordpress that are active on the site
They are missing some items that are among the portfolio items.
I see them on wordpress but they are not active on the site, I would like to figure out how to activate them on the site so that they are visible
I hope I have explained myself
I also noticed that if I set the page with the magnific to be the footer, then when I click on the popup text it scrolls back up to the top of the page.
Helllp!
I updated my site to the latest theme and committed the cardinal sin up not creating a backup. :-(
So Now I can’t access the Enfold Advanced Editor. The front end is working, but when I try to edit a page with the advanced Layout Builder, it loads a grey screen, with only the toolbar at the top with a button to change to the Default block editor.
I renamed the theme folder and reinstalled the new theme, but it’s still not working.
Any suggestions are greatly appreciated.
John
Martin StembridgeGuest
Hello
I am taking over a friends website to try and give it a bit of an update.
There seem to be a few errors with it.
Its running your Coherence theme which I assume has been stopped as I cant find any updates for it.
Do you have a replacement theme or would we have to start a fresh install?
thanks for any of your help
Martin
Hi there,
I am using the Product Filters for WooCommerce plugin (https://woocommerce.com/products/product-filters/) and in the console, I get the following error. *The issue occurs on multiple sites where I have the same plugin:
Uncaught TypeError: can’t access property “applyFilters”, obj is undefined
in /wp-content/themes/enfold/js/avia-js.js?ver=7.1:72
obj.applyFilters = this.wpHooks_applyFilters;
If I deactivate the plugin, then the above error in the console goes away. Please assist and advise if there is a way to resolve this to stop this error.
Thanks.
concerning to svg ( that topic is closed ) you asked make svg – so i thought you do not have one.
You can use Illustrator to do so from an image – but this image redrawer is not 100% accurate, it depends mainly on the image and its resolution.
Hi (Rikard),
this is the new inquire besides the old Thread: https://kriesi.at/support/topic/strange-behavior-when-i-scroll-up/#post-1479357
Your credients are on the private field, i have insert the Flipboxes on a testpage – the Site is currently in production ;-) (EDIT: page is live now).
It seems to work, if you scrolling from top to down (mobile) but if you scroll back to top it jumps to the end.
Greetings
-
This topic was modified 1 year, 1 month ago by
janssen-media. Reason: credients modified because page is live
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
as mentioned here you can add html code
you do not need to do that line by line ( but it shows you more clearly what $sub .= happens by means of that dot ) – the dot stands for adding some html
add_filter('avf_logo_subtext', 'kriesi_logo_addition');
function kriesi_logo_addition($sub) {
$sub .= "<h1 class='logo-title'>";
$sub .= "My Website Textlogo";
$sub .= "</h1>";
return $sub;
}
pay attention on usage of quotes – if you wrap the inserted html by double quotes – you had to use for classes, alt, href, title etc inside it single quotes.
Hey ausgesonnen,
This is from the top border of a section that you only show on mobile, to remove it try this css:
#av_section_2.container_wrap.av-desktop-hide.av-medium-hide {
border-top-style: none;
}
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
Hey distortedimage,
Try this css instead:
#top .package-slider .avia-slideshow-arrows.avia-slideshow-controls a.prev-slide:before {
content: "<" !important;
}
#top .package-slider .avia-slideshow-arrows.avia-slideshow-controls a.next-slide:before {
content: '>' !important;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

Best regards,
Mike
Hey amyncuih,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:
add_action( 'wp_footer', 'ava_custom_script_tab_section',99 );
function ava_custom_script_tab_section() {
?>
<script>
window.addEventListener('DOMContentLoaded', function() {
(function($) {
function scrollToTab(s, e) {
$(s).on(e, function(event) {
var anchor, loc, cur, hash, tab, parent, pos;
if( e == 'load' ) {
loc = window.location.hash;
hash = loc;
} else {
loc = $(this).attr('href');
hash = loc.substring(loc.indexOf('#'));
}
tab = $('.av-section-tab-title[href="'+ hash +'"]');
parent = tab.parents('.av-tab-section-outer-container');
pos = parent.offset();
tab.trigger('click');
if(hash) {
setTimeout( function() {
$(window).scrollTop( pos.top - 100 )
}, 100 );
}
});
}
scrollToTab( '.avia-buttonrow-wrap a', 'click' );
scrollToTab( window, 'load' );
})(jQuery);
});
</script>
<?php
}
add_theme_support( 'deactivate_tribe_events_calendar');
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
Mike