Forum Replies Created

Viewing 30 posts - 18,601 through 18,630 (of 67,463 total)
  • Author
    Posts
  • Hi!

    It didn’t work for the Bild & Ton item because it was not set as mega menu unlike the other parent menu items. We enabled the mega menu option from the Appearance > Menus panel.

    Would you mind opening a new thread for the next inquiry? We’re quite sure it’s not related to the script and the css modifications because they’re only intended for the menu items.

    Best regards,
    Ismael

    in reply to: Layout category page #1206744

    Hi,

    Sorry for the delay. Did you copy the code from your email? Please try to copy it directly from the forum to avoid conversion of symbols inside the code. Or post the WordPress and FTP account in the private and we’ll try to insert the code in the functions.php file.

    Best regards,
    Ismael

    in reply to: Enfold, wordpress 5.4 and The Events Calendar #1206743

    Hi,

    Thank you for the update.

    You can keep the new calendar designs disabled for now or try to override the default-template.php file in the child theme directory. More instructions can be found in the following thread.

    // https://kriesi.at/support/topic/issues-with-events-calendar-and-events-calendar-pro/#post-1186624

    You have to create a new directory called tribe/events/v2 in the child theme folder, copy the enfold > config-events-calendar > views > default-template.php file, then place it inside the new directory or the v2 folder.

    Best regards,
    Ismael

    in reply to: HTML Meta Title / Mega Menu #1206742

    Hi,

    The title field of the child the menu items is visible on our local installation, so it is probably a plugin conflict. Did you install any plugins that maybe adds functionality to the menu?

    Please try to deactivate the plugin temporarily or post the WP and FTP login details in the private field so that we can inspect the issue further.

    Best regards,
    Ismael

    in reply to: class-style-generator.php Errors in Enfold #1206119

    Hi,

    We didn’t have access to the dashboard before, so we noticed just now that the site contains a very old version of the theme, v3.0.4. This version is no longer compatible with the latest version of WordPress and most of the plugins, so you have to download the latest version from your themeforest account > downloads panel and update the theme manually via FTP.

    Please check the documentation below for more info regarding the manual update.

    // https://kriesi.at/documentation/enfold/theme-update/

    Best regards,
    Ismael

    Hi,

    Sorry if this has gone on for too long. We found the selector error in the code and adjusted it accordingly. It is working properly now. Please check the screenshot below.

    Screenshot: https://imgur.com/a/LAfQYq2

    Please don’t forget to purge the cache first.

    Best regards,
    Ismael

    in reply to: Mobile Menu Display Error and Shopping Cart Error #1206111

    Hi,

    Sorry for the delay. We disabled the Performance > File Compression settings temporarily to refresh the the scripts and stylesheets. The add to cart button is working properly now. Please don’t forget to remove the browser prior to checking the page.

    Best regards,
    Ismael

    in reply to: Text Block blank when trying to edit #1206102

    Hi,

    Thank you for the info.

    This script tag inside the text block is causing the issue.

    <script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script>
    

    We removed it temporarily.

    Instead of adding the script directly in the text block, try to use the wp_enqueue_script function to register the script properly.

    // https://developer.wordpress.org/reference/functions/wp_enqueue_script/

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We adjusted the code above a bit. Please delete the previous snippet and replace it with the latest version.

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. We can’t access the dashboard anymore. Did you disable the WordPress account above?

    Are you using the block editor? If you’re not using the new builder, you can keep that line of code disabled for now to keep the error from occurring.

    Best regards,
    Ismael

    in reply to: LayerSlider – How can First Slide appear only once? #1206081

    Hi,

    In the Events Callback panel, look for the slideChangeWillStart event or field. You can set the function to return a specific slide defined by its order in the slider or to stop the slider. Please check the documentation for more info.

    // http://docs.offlajn.com/creative-slider/55-advanced-customization/228-creative-slider-api

    Example:

    function( event, slider ) {
      if(condition) {
         return 3; // skip to slide 3
      }
    }
    

    Best regards,
    Ismael

    Hi,

    The element settings may not be reverse back to its old layout, at least not immediately, because of the major changes made in the theme so for now, you can only disable the toggles but the option grouping will be the same. We know it’s a bit different and a little confusing at first, but you should be able to get used to it in no time.

    Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: list of all comments on the page #1205762

    Hey Slava,

    Thank you for the inquiry.

    In the Appearance > Widgets panel, you can use the Recent Comments widget to display the comments. Now, if you want to display the widget inside a page created using the advance layout builder, look for the Widget Area element and select the widget area where the widget is located. And there are probably plugins out there that offers the same feature plus additional options.

    Best regards,
    Ismael

    in reply to: Reduce top/bottom margins of a text block #1205761

    Hi,

    Thank you for the update.

    Did you place it outside a color section? Try to place it inside one, edit the color section and set its Layout > Margin & Padding > Section Padding to the small or no padding.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We adjusted the css code a bit. It should work properly now. Please don’t forget to remove any kind of cache before checking the page.

    Best regards,
    Ismael

    in reply to: Image blurred #1205759

    Hi,

    Thank you for the update.

    The theme actually sets the quality of the uploaded image to the highest grade possible, so it is probably cause by something else. Please try to disable all the plugins temporarily and upload a new image — see if that helps.

    Best regards,
    Ismael

    in reply to: Enfold, wordpress 5.4 and The Events Calendar #1205752

    Hi,

    Thank you for the inquiry.

    This is an issue with the new calendar templates. To fix the issue temporarily, we disabled the new events calendar designs from the Events Calendar > Affichage panel.

    Utiliser les designs mis à jour de calendrier
    Activer les mises à jour de designs pour toutes les vues du calendrier
    

    Best regards,
    Ismael

    in reply to: Accordion Title to h2 #1205747

    Hi,

    Sorry for the confusion. We replaced the selector parameter of the script in the functions.php file with “.toggler” instead of the old one. The toggler title is now h2.

    replaceElementTag('.toggler', '
    <h2></h2>
    '); 
    

    Best regards,
    Ismael

    Hey Carsten,

    Thank you for the inquiry.

    It’s probably a styling or css issue with the text field. We don’t see the same issue on our end though. Have you tried disabling the plugins? Maybe one of them is affecting the editor style.

    Best regards,
    Ismael

    in reply to: filter for display menu as icon or text ? #1205696

    Hey Guenter,

    Thank you for the inquiry.

    You should be able to use the avf_burger_menu_active filter found in the header.php file to toggle the desktop menu style.

    	/**
    	 * Allows to alter default settings Enfold-> Main Menu -> General -> Menu Items for Desktop
    	 * @since 4.4.2
    	 */
    	$is_burger_menu = apply_filters( 'avf_burger_menu_active', avia_is_burger_menu(), 'header' );
    	$av_classes_manually   .= $is_burger_menu ? " html_burger_menu_active" : " html_text_menu_active";
    

    Best regards,
    Ismael

    in reply to: Author page not displaying custom post types #1205477

    Hi,

    Thank you for the inquiry.

    Where can we see the issue? We can’t seem to reproduce it on our end, so it’s possible that the issue is cause by a plugin or a custom snippet in the functions.php file. Have you tried to temporarily deactivate the plugins?

    Best regards,
    Ismael

    in reply to: HTML Meta Title / Mega Menu #1205476

    Hey mariokesseler,

    Thank you for the inquiry.

    Are you referring to the mega menu column title? The column title doesn’t have the title attribute by default, only its child menu items or the items inside the mega menu column.

    Best regards,
    Ismael

    in reply to: Layout category page #1205473

    Hi,

    Thank you for the update.

    Try to use this snippet instead.

    /* Change Blog Archive Style  */
    function change_blog_archive_style() {	
    	global $avia_config;
    	if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; }
    }
    add_action('get_header', 'change_blog_archive_style');

    This should set the archive pages to display an excerpt instead of the full content.

    Best regards,
    Ismael

    in reply to: PopUp with Sendinblue #1205472

    Hi,

    Thank you for the update.

    Have you tried using the Popup Maker plugin? You should be able to add the subscription script in the popup.

    // https://wordpress.org/plugins/popup-maker/

    Best regards,
    Ismael

    in reply to: Blog posts and Advanced Layout Editor #1205469

    Hey ihf-eramstad,

    Thank you for the inquiry.

    Yes, you can use the advance layout builder (ALB) for your posts but all default elements including the featured image will not display because the ALB uses a different template, which is basically a blank canvas or page. You have to add the featured image manually.

    Best regards,
    Ismael

    in reply to: class-style-generator.php Errors in Enfold #1205423

    Hi,

    Can we have access to the dashboard? We will disable the theme temporarily to get rid of the error and check the dashboard. Please post the details of the WordPress account in the private field.

    Best regards,
    Ismael

    Hi,

    Thank you for the clarification. Looks like you have already managed to set the background transparency or color of the main containers to #ffffff00. Do you need more help with this?

    You can also try this css code.

    .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a, .main_color .av-hotspot-fallback-tooltip-inner, .main_color .av-hotspot-fallback-tooltip-count {
        background-color: transparent;
    }
    

    Best regards,
    Ismael

    in reply to: WPML does not translate the Icon Grid widget #1205415

    Hey TT2495,

    Thank you for the inquiry.

    How did you translate the page(s)? You might have to do the translations manually in the plugin’s translation editor panel. Please check the documentation below for more info.

    // https://wpml.org/documentation/translating-your-contents/page-builders/
    // https://wpml.org/documentation/theme-compatibility/enfold/

    Best regards,
    Ismael

    in reply to: map pins not showing up #1205413

    Hi,

    Thank you for the inquiry.

    We set the Map Settings > Zoom Level from 16, which means very close, to the first option to set the zoom level automatically based on the markers in the map.

    Best regards,
    Ismael

    in reply to: Easy Slider Next and Previous Buttons reversed #1205412

    Hi,

    Thank you for the inquiry.

    The navigation by default will contain items that are adjacent to the posts ordered by date they were published. To reverse the items, you can use this filter in the functions.php file.

    // https://kriesi.at/support/topic/change-previous-next-buttons-in-portfolio-items/#post-1164041

    Best regards,
    Ismael

Viewing 30 posts - 18,601 through 18,630 (of 67,463 total)