Hi,
Please note that the error of not being able to type spaces between words is typically do to a plugin, please disable all of your plugins and check again, and thn enable you plugins one at a time to find the conflict.
I see that you have a child theme, if you have a custom footer.php & header.php, please remove these files and any customizations you wish to make should be done in your child theme functions.php we do not recommend adding these files to your child theme, it is the most common reason for errors when updating.
Your live site is not showing the topbar like the wayback version, so ensure that this is enable in your theme settings.
If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.
Best regards,
Mike
Hi,
Thanks for your screenshot of the alert that shows the file avia-js.js causing the alert, this file only has 137 lines as a helper for plugins.
I checked the file with http://www.virustotal.com / http://www.metascan-online.com / http://www.jotti.org each use the Avast engine and they came back with negative results:

as you had pointed out above. Since this is a plugin helper I recommend disabling all of your plugins and check again.
I tried searching the Avast forums for more info but their responses always seem to be to recheck the file with an online teast site. This is surely a false positive but there is nothing the theme can do to make this software stop doing this. Perhaps Avast has a way for you to report errors like this so it will be corrected in there next update, I don’t use Avast so I’m not sure.
Best regards,
Mike
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,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi Enfold support,
I have a strange problem with the topbar.
When I go to the page ‘Thema’s’ and than click on that page on one of them, for example ‘Overlagen’, the 2 images (the english and german flags) in the topbar are not displayed well anymore.
Do you know what we can do about it?
I hope you can help!
I give you the login credentials in the private content.
Kind regards, Jolanda
Hi,
Thank you for the update.
The arrows are not rendering correctly when we checked the About Page. Did you add this css code?
#top .av-contentslider-style-2 .avia-slideshow-arrows.avia-slideshow-controls a.prev-slide:before {
content: 'e874';
}
If you want to change the next and previous arrow, you can use the avf_default_icons filter in the functions.php file instead. Make sure to adjust the value of the icon attribute.
function avf_default_icons_mod($icons) {
$icons['next'] = array( 'font' => 'entypo-fontello', 'icon' => 'ue879' );
$icons['prev'] =array( 'font' => 'entypo-fontello', 'icon' => 'ue878' );
return $icons;
}
add_filter('avf_default_icons','avf_default_icons_mod', 10, 1);
To make sure that the arrows are visible outside the slider, add this css code:
#top .avia-slideshow-arrows.avia-slideshow-controls {
overflow: visible;
}
Best regards,
Ismael
Hi, Rikard,
In the screenshot (Doesnt-look-right.jpg), the logo is duplicated twice, and the menu bar is no longer at the top right. The menu items are in a list with bullets. In addition, as you go down the entire page, there are no longer two columns but one, and everything is cut off.
I have a couple people telling me that is what they are seeing and not the correct view. Does that help?
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
can you put this in your child-theme functions.php:
function insert_a_whatsapp_button() {
?>
<script>
(function($){
$( '#top' ).append('<div class="whatsapp-button"><a href="https://wa.me/3483883844?text=Salve,%20vorrei%20chiedere%20informazioni" target="_blank"><img width="80" height="80" src="https://srgl.it/aom/wp-content/uploads/2024/03/whatsapp_img-80x80.png" class="image wp-image-864 wa_img attachment-thumbnail size-thumbnail" alt="" style="max-width: 100%; height: auto;" decoding="async" srcset="https://srgl.it/aom/wp-content/uploads/2024/03/whatsapp_img-80x80.png 80w, https://srgl.it/aom/wp-content/uploads/2024/03/whatsapp_img-36x36.png 36w, https://srgl.it/aom/wp-content/uploads/2024/03/whatsapp_img.png 149w" sizes="(max-width: 80px) 100vw, 80px"></a></div>');
$('.whatsapp-button').css({
"position": "fixed",
"bottom": "120px",
"right": "20px",
"z-index": "500",
})
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'insert_a_whatsapp_button');
This reply has been marked as private.
Good morning guys, good morning Rikard, sorry to bother you. I promise this will be my last request in the forum, but I need your help. We are finally online with our latanadellupobb.it site.
I am experiencing problems using the menus and the polylang translation plugin. Specifically:
– on the home page latanadellupobb.it if I click on the flags to change the language, the text on the page changes but the menu still remains only in English;
– otherwise, in the page https://latanadellupobb.it/it/privacy-policy/ the language change of the menu and text work fine but if I click on the logo in the top left corner I return to the home page only in the English version of the page https://latanadellupobb.it/privacy-policy-en/;
– if from this page https://latanadellupobb.it/it/privacy-policy/ or from this page https://latanadellupobb.it/privacy-policy-en/ I click on the menu links (which are linked to sections of the home page #contact #rooms etc), nothing happens. For all the different pages of the home page, how can I create a stand-alone menu that, by clicking on various buttons “Welcome”, “Rooms”, “Contact” and “Book” takes me back to the relevant section of the home page?
In the Polylang plugin support pages, I read that part of the above problems might be related to the Ajax future. Could this be? If so, how can I disable it?
Obviously, if you have a free translation plugin to recommend, I am very willing to change. The translation of each section was done manually by creating a page for each language.
Many thanks for your help
Hi,
Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi Ismael,
I have deleted the other button that I was using for mobile view and have changed some information on the homepage but this has stopped your code from working.
I cannot see how to change it so that it works again.
Please can you help?
The website is still under development and has been migrated to a new location below.
A reminder about the problem:
On the homepage, the two buttons ‘BOOK TICKETS’ and ‘BOOK A PARTY’ are how I would like the third ‘OFFERS’ button to look, with the arrow to the left but the arrow is at the top.
The dropdown list on the button seems okay, but how do I get the arrow to be on the left of the text like the other buttons please?
Thanks
Jane
now you can see on that example page – that i can influence the inline svg logo to have different fill colors if the header is transparent.
in this case i do not use the transparency logo on enfold options. – i just switch the fill color for that case:
.html_header_transparency #header:not(.header-scrolled) .fillColor {
fill: #FFF;
}
by the way – on your page – i wouldn’t try to set the svg dimension via height – because this is calculated by the shrinking script.
just set a width ( absolute value)
.logo svg {
/*** margin-top: 10px; ***/
/*** padding: 10px; ***/
width: 350px;
/*** height: auto; ***/
}
so get rid of margin-top, padding and height
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.av-burger-overlay-active #top #wrap_all #header_main .av-hamburger-inner,
.av-burger-overlay-active #top #wrap_all #header_main .av-hamburger-inner::after {
background-color: rgb(74, 30, 9);
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey Pasteta,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#top .avia-slider-testimonials.av-slideshow-ui .avia-slideshow-arrows a {
opacity: 1;
}
}
Best regards,
Rikard
Ah yes! I’m sorry, my bad… Now it shows the right menu on all the screens. 2 little problems left :)
1. It now still shows white space on desktop and tablet.
2. except for the desktop the menu isn’t sticky, eventhough the sticky setting is on.
Hello Mike and Yigit,
Thanks for all the work you put into this topic.
I’m in contact with the host and I will keep you posted on my end!
Greetings Jeen
Hi,
Thank you for the update.
Please remove the previous css code, then replace it with the following code:
#top .av-caption-style-overlay .av-masonry-item-with-image:hover .av-inner-masonry-content {
background: rgba(255,255,255,0.35);
}
Do not forget to toggle or temporarily disable the Enfold > Performance > File Compression settings. Let us know if this works.
Best regards,
Ismael
Hi,
Thank you for the update.
To adjust the left or right icon, you can use this css rule:
#top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
width: 74px;
height: 74px;
font-size: 80px;
line-height: 72px;
border-style: solid;
border-width: 1px;
border-radius: 500px;
text-align: center;
margin-right: 22px;
}
You may need to remove the previous css code.
.iconbox_icon[data-av_icon]:before {
font-size: 50px!important;
}
Best regards,
Ismael
but this is not a pure svg file – it has an embedded image file ( as data:image/png;base64 ) – the advantage of svg is the vectorbased curves.
The embedded Image in your file is superflous. Here is a cleaned version of your logo:
https://webers-testseite.de/gonowjets.svg
you see on the xml code of that svg a group class : fillColor
so you can now colorize that logo via quick css:
.fillColor {
fill: #FFF;
}
see in action on : https://webers-testseite.de/gonowjets-2/
with:
#top .logo svg {
width: 300px;
}
ps: the svg does not shrink with the header because it fits with the given width even in the shrinked header.
if you do not set the svg width – it will shrink but then it is very big of course.
you can do that inline like your color setting:
<h3>
<a href="https://site.com/portfolio-item/east-point-lighthouse-n-j-photography-hot-spot/">
<span style="color: #ffff00; text-transform: uppercase"><strong>EAST POINT LIGHTHOUSE</strong></span>
</a>
</h3>
or globaly:
#top .avia_textblock h3 strong {
text-transform: uppercase !important;
}
if you do like to have it only on some h3 – you had to use a custom-class
Hey bemodesign,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 768px) {
#top.page-id-3609 #av_section_1.av-minimum-height-75:not(.av-slideshow-section) .container {
height: 60vh;
}
}
After applying the css, please clear your browser cache and check.
this is for the one page.
Best regards,
Mike
This reply has been marked as private.
Hey envisageiam,
Thank you for your patience, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .flex_column.av_one_fourth {
width: 48%;
clear: none;
float: left;
}
}
Please note that this will work on all pages on your site, so if you want this to be page specific a page ID can be added to the css, or you can add a custom class to the specific columns and add that to the css. Let us know if you need further help with this.
Best regards,
Mike
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,
Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Thank you Mike,
mega menu looks correct, but there are other related issues with the logo, that in some widths is not anymore correctly aligned to the extreme left, and the top bar and the mini cart that in some widths is not anymore correctly aligned to the extreme right and in one extreme case disappears.
Please see screenshots
Thank you
Mauro
Hello,
We are using the Enfold theme version 5.6 for our client. Here is the link to their website: rushcreekcreations.com. We have identified an issue between the Yoast SEO plugin and the current Enfold theme. This conflict is causing an error. Please refer to the screenshot here: https://i.imgur.com/WT1S5R2.png.
When we update the product detail pages, we encounter the following error:
Error Details
=============
An error of type E_ERROR was caused in line 124 of the file /nas/content/live/rushcreekcreat/wp-content/plugins/woocommerce/includes/wc-notice-functions.php. Error message: Uncaught Error: Call to a member function set() on null in /nas/content/live/rushcreekcreat/wp-content/plugins/woocommerce/includes/wc-notice-functions.php:124
Stack trace:
#0 /nas/content/live/rushcreekcreat/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_button.php(182): wc_clear_notices()
#1 /nas/content/live/rushcreekcreat/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1181): avia_sc_produc_button->shortcode_handler(Array, ”, ‘av_product_butt…’, Array)
#2 /nas/content/live/rushcreekcreat/wp-includes/shortcodes.php(433): aviaShortcodeTemplate->shortcode_handler_prepare(Array, ”, ‘av_product_butt…’)
#3 [internal function]: do_shortcode_tag(Array)
#4 /nas/content/live/rushcreekcreat/wp-includes/shortcodes.php(273): preg_replace_callback(‘/\\[(\\[?)(av_hea…’, ‘do_shortcode_ta…’, ‘[av_heading …’)
#5 /nas/content/live/rushcreekcreat/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(580): do_shortcode(‘[av_heading …’)
#6 /nas/content/live/rushcreekcreat/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns/columns.php(2091): ShortcodeHelper::avia_apply_autop(‘[av_heading …’)
#7 /nas/content/live/rushcreekcreat/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1181): avia_sc_columns->shortcode_handler(Array, ‘\n[av_headin…’, ‘av_one_half’, Array)
#8 /nas/content/live/rushcreekcreat/wp-includes/shortcodes.php(433): aviaShortcodeTemplate->shortcode_handler_prepare(Array, ‘\n[av_headin…’, ‘av_one_half’)
#9 [internal function]: do_shortcode_tag(Array)
#10 /nas/content/live/rushcreekcreat/wp-includes/shortcodes.php(273): preg_replace_callback(‘/\\[(\\[?)(av_one…’, ‘do_shortcode_ta…’, ‘[av_one_half fi…’)
#11 /nas/content/live/rushcreekcreat/wp-includes/class-wp-hook.php(324): do_shortcode(‘[av_one_half fi…’)
#12 /nas/content/live/rushcreekcreat/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘[av_one_half fi…’, Array)
#13 /nas/content/live/rushcreekcreat/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php(117): apply_filters(‘the_content’, ‘[av_one_half fi…’)
#14 /nas/content/live/rushcreekcreat/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php(209): Yoast\WP\SEO\Builders\Indexable_Link_Builder->build(Object(Yoast\WP\SEO\Models\Indexable), ‘[av_one_half fi…’)
#15 /nas/content/live/rushcreekcreat/wp-includes/class-wp-hook.php(326): Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->build_indexable(248)
#16 /nas/content/live/rushcreekcreat/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#17 /nas/content/live/rushcreekcreat/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#18 /nas/content/live/rushcreekcreat/wp-includes/post.php(4771): do_action(‘wp_insert_post’, 248, Object(WP_Post), true)
#19 /nas/content/live/rushcreekcreat/wp-includes/post.php(4862): wp_insert_post(Array, false, true)
#20 /nas/content/live/rushcreekcreat/wp-admin/includes/post.php(453): wp_update_post(Array)
#21 /nas/content/live/rushcreekcreat/wp-admin/post.php(227): edit_post()
#22 {main}
thrown
Could you please look into the matter and provide us with feedback?$_COOKIE
Thank you!
Hi there,
The last css didn’t seem to change anything unfortunately. I still have the same remaining 2 issues from my last message. Here is what is currently in my customizer:
@media only screen and (max-width: 479px) {
#submenu-desktop-tablet {
display: none;
}
.page-id-3768 .sticky_placeholder {
height: 0 !important;
}
@media only screen and (min-width: 480px) {
#submenu-mobiel {
display: none;
}
@media only screen and (min-width: 991px) {
#submenu-desktop-tablet {
display: none;
}