-
Search Results
-
Topic: Overlay menu not showing
Hi,
my wordpress desktop website looks fine, but the mobile version is not working. The full screen slider on the front page is cut off, on none of the pages is it possible to scroll down. I am using the Enfold themeforest. How can I fix this?I just deactivated the ContactForm 7 plugin and now the pages can be scrolled down. However, the headings are too long and cut off. And the full screen slider on the front page is still cut off.
Michaela
Our security software “VIPRE” has detected the existence of the malware “JS:Trojan.Cryxos.8975” within our website. After some investigation, we located the JavaScript code block that triggers the malware detection. We believe this code block is inserted by the Enfold theme to check if WebFonts should be used. Please advise.
<script type=’text/javascript’>
(function() {
/* check if webfonts are disabled by user setting via cookie – or user must opt in. */
var html = document.getElementsByTagName(‘html’)[0];
var cookie_check = html.className.indexOf(‘av-cookies-needs-opt-in’) >= 0 || html.className.indexOf(‘av-cookies-can-opt-out’) >= 0;
var allow_continue = true;
if( cookie_check )
{
if( ! document.cookie.match(/aviaCookieConsent/) || sessionStorage.getItem( ‘aviaCookieRefused’ ) )
{
allow_continue = false;
}
else
{
if( ! document.cookie.match(/aviaPrivacyRefuseCookiesHideBar/) )
{
allow_continue = false;
}
else if( ! document.cookie.match(/aviaPrivacyEssentialCookiesEnabled/) )
{
allow_continue = false;
}
else if( document.cookie.match(/aviaPrivacyGoogleWebfontsDisabled/) )
{
allow_continue = false;
}
}
}
if( allow_continue )
{
var f = document.createElement(‘link’);
f.type = ‘text/css’;
f.rel = ‘stylesheet’;
f.href = ‘//fonts.googleapis.com/css?family=Open+Sans:400,600’;
f.id = ‘avia-google-webfont’;
document.getElementsByTagName(‘head’)[0].appendChild(f);
}
})();
</script>Topic: Cannot update theme
I am working on a clients enfold site and need to update the theme. They are running 4.0.7 and the message says
“No Updates available. You are running the latest version! (4.0.7)” However the latest version looks like 4.8
They had a API Code installed and I also generated a personal token. However, there is no where to enter the token.
“Go to Enfold > Theme Update > Enter a valid Envato private token and enter your token.”Please advise.
Thanks,
KeithTopic: Enfold Forms
Once again I have problems with Enfold forms not being delivered to the receipient. The form has worked for three years and now suddenly, it does not work any more. There is no error message, confirmation text does appear. To the customer/sender everything seems to work. But no email notification is delivered.
Any ideas on what is going on?Regards
NinaTopic: Quick Help
I know this is not about the enfold theme but I wish to makes sure that adding the below Custom Code will not cause theme conflicts.
We are trying to enable the ability to add the word “New” to newly added products on the Woocommerce Shop / Enfold theme.
Here is the code suggested;
=======================================================================
add_action( ‘woocommerce_before_shop_loop_item_title’, ‘quadlayers_new_product_badge’, 3 );function quadlayers_new_product_badge() {
global $product;
$newness_days = 10;
$created = strtotime( $product->get_date_created() );
if ( ( time() – ( 60 * 60 * 24 * $newness_days ) ) < $created ) {
echo ‘<span class=”itsnew onsale”>’ . esc_html__( ‘New!’, ‘woocommerce’ ) . ‘</span>’;
}
}
=======================================================================
Do you see any problems or have a better suggestion from Enfold to add the “New” product icon?Thanks
AveryHi
I added a while back the following code to display the TOC, with the help of you guys.add_shortcode('toc', 'avs_toc_function'); function avs_toc_function() { $args = array ( 'name' => 'Displayed Everywhere', 'id' => 'av_everywhere', 'description' => '', 'class' => '', 'before_widget' => '<details> <summary>Table of Contents</summary><section id="avia_auto_toc-2" class="widget clearfix avia_auto_toc">', 'after_widget' => '<span class="seperator extralight-border"></span></section></details>', 'before_title' => '', 'after_title' => '', 'widget_id' => 'avia_auto_toc_custom', 'widget_name' => 'Enfold Child Table of Contents', ); $instance = array ( 'title' => ' ', 'exclude' => '', 'style' => '', 'level' => 'h2', 'single_only' => 0, 'indent' => 1, 'smoothscroll' => 1, ); ob_start(); $toc = new avia_auto_toc; $toc->widget($args, $instance); $output = ob_get_clean(); return $output; }After the latest update i get the error Fatal error: Uncaught Error: Class ‘avia_auto_toc’ not found
if i comment the code, the pages loads but the TOC is not showing.I have a lot of posts that uses this shortcode to present the TOC.
Can you help figure out a solution.
Thank you
Hello at Kriesi,
I have chosen the webfont “Bitter” from the enfold styling menu. In Backend it is showing well, but in Frontend not. Even stranger is: In the Firefox inspector it shows “font-family: ‘bitter’, Helvetica, Arial, sans-serif;” correct. Problem persists when I choose another font.Can you help?
Best Regards
Topic: meta tag placement
working to get WP Easy Cart site on facebook…. need to place the domain verification meta tag and I’m not sure where it should be placed –
I’ve got the domain verification but want to check with Enfold gurus before I mess with anything
Help me out!
THANX – TOPEnfold forgets link URLs – if I insert a manual link URL into e.g. Promo Box, the box with the URL won´t show up on opening the modal window again (see screenshot). Furthermore, a console error shows up on opening the modal window “Uncaught TypeError: scope.find(…).avia_wpColorPicker is not a function” – please help.

System Info: WordPress 5.9.3, Enfold 4.9.2.1, php 7.4.28
Viewing 30 results - 26,671 through 26,700 (of 244,614 total)


