Forum Replies Created

Viewing 30 posts - 21,541 through 21,570 (of 67,482 total)
  • Author
    Posts
  • Hi,

    Awesome! Glad it works. We’ll close the thread now. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Wrap pagecontent shortcode in div #1136902

    Hi,

    Thank you for the update.

    Have you tried using the “avf_template_builder_content” filter instead of editing the template-builder.php file directly?

    Example:

    add_filter('avf_template_builder_content', function($content) {
         $output  =	'<div class="page_content_wrapper">';
         $output .= $content;
         $output .= '</div>';
         return $output;
    }, 10, 1);
    

    Best regards,
    Ismael

    in reply to: Error Update Enfold 4.6.1 #1136899

    Hi,

    Thank you for the update.

    Did you add this css code?

    .footer_color a:hover, .footer_color h1 a:hover, .footer_color h2 a:hover, .footer_color h3 a:hover, .footer_color h4 a:hover, .footer_color h5 a:hover, .footer_color h6 a:hover, .footer_color .template-search a.news-content:hover, .footer_color .wp-playlist-item .wp-playlist-caption:hover {
        color: #333333;
    }
    
    .footer_color a, .footer_color .widget_first, .footer_color strong, .footer_color b, .footer_color b a, .footer_color strong a, .footer_color #js_sort_items a:hover, .footer_color #js_sort_items a.active_sort, .footer_color .av-sort-by-term a.active_sort, .footer_color .special_amp, .footer_color .taglist a.activeFilter, .footer_color #commentform .required, #top .footer_color .av-no-color.av-icon-style-border a.av-icon-char, .html_elegant-blog #top .footer_color .blog-categories a, .html_elegant-blog #top .footer_color .blog-categories a:hover {
        color: #aaaaaa;
    }
    

    Please try to reconfigure the General Styling > Footer style, then toggle the Performance > File Compression settings.

    Best regards,
    Ismael

    Hey jarmo@groeier.nl,

    Thank you for the inquiry.

    You can add the “[av_privacy_google_tracking]” privacy shortcode to give users the option to disable the tracker when they want.

    Best regards,
    Ismael

    in reply to: [id] attributes on the page are not unique #1136879

    Hi,

    Thank you for the info.

    We can’t reproduce the issue on v4.6.1. This is the only markup with the “avia-menu” ID.

    
    <div class='avia-menu fallback_menu av-main-nav-wrap'>
    <ul id='avia-menu' class='menu avia_mega av-main-nav'>
     	<li class='menu-item current-menu-item'>
    

    Same with the demo:

    
    <div class="avia-menu av-main-nav-wrap">
    <ul id="avia-menu" class="menu av-main-nav">
     	<li id="menu-item-1088" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-330 current_page_item menu-item-top-level menu-item-top-level-1">
    

    Best regards,
    Ismael

    in reply to: Logo doesn't shrink on mobile devices #1136877

    Hi,

    Edit the js > avia.js file, look for this code around line 695:

    			if(isMobile) shrink = false;
    

    Setting the value to true should enable the script, but we’re not really sure if it’s going to work on mobile view like it does on desktop.

    Thank you for the update.

    Best regards,
    Ismael

    in reply to: Do not save changes/updates – Enfold Theme #1136876

    Hi,

    We tried to save the content as template, but it didn’t work. Is it only happening on that page? The builder works fine on another page. (See private field)

    Please delete that particular page and re-create it from scratch.

    Best regards,
    Ismael

    in reply to: Translation with loco translate #1136874

    Hi,

    Looks like the theme has no translations for the Hrvatski or Crotian language yet (see private field). The translation progress is only 1%. You will have to translate the PO file manually using the POEdit software.

    // https://poedit.net/

    We tried to translate it using the Loco Translate plugin, but it generates the wrong markup.

    #: search.php:32 
    msgid "If you are not happy with the results below please do another search" 
    msgstr "" 
    "Ako niste zadovoljni s donjim rezultatima, pokušajte još jednom pretražiti"
    
    

    Please try to use the POEdit software.

    Best regards,
    Ismael

    in reply to: Custom Blog post format #1136872

    Hi,

    Thank you for the update.

    That should be the default layout when you set the Enfold > Blog Layout > Blog Styling to “Default (Business)”. It will render the title first, followed by the meta info (author, date, & comment) including the categories. Make sure that the Blog Layout is set to “Single Author, big preview”.

    Best regards,
    Ismael

    in reply to: Google Fonts problem with Enfold 4.6 update #1136871

    Hi,

    Thank you for the update.

    We can’t seem to reproduce the issue on our end. The font is always set to Merriweather no matter how many times we reload the page.

    Screenshot: https://imgur.com/a/8IKv2ZD

    Best regards,
    Ismael

    Hey kgalatz,

    Thank you for the inquiry.

    Try to replace the #layer_slider_1 selector with #revolutionslider_1.

    @media only screen and (max-width: 1238px) { 
    #top.home #revolutionslider_1 {
    	min-height: 0 !important; 
    }
    }

    That should remove the white space below the slider.

    Best regards,
    Ismael

    in reply to: Blog Posts Content Element Custom CSS Class #1136867

    Hi,

    Thank you for the update.

    The custom_class meta is missing from the blog template. Please edit the config-templatebuilder > aviashortcodes > blog > blog.php file, look for this code around line 510:

    $output = "<div class='av-alb-blogposts template-blog {$extraclass} {$av_display_classes} {$custom_class}' {$markup}>{$output}</div>";
    

    Replace it with:

    $custom_class = !empty($meta['custom_class']) ? $meta['custom_class'] : "";$output = "
    <div class='av-alb-blogposts template-blog {$extraclass} {$av_display_classes} {$custom_class}' {$markup}>{$output}</div>";
    

    We’ll forward the issue to the dev team.

    Best regards,
    Ismael

    in reply to: How to remove top bar above the menu #1136864

    Hi,

    Thank you for using Enfold.

    Did you update the theme manually via FTP? Please try to delete the old version of the theme completely or rename it before uploading the latest version. For more instructions, please visit the documentation.

    // https://kriesi.at/documentation/enfold/install-enfold-theme/#reinstall-or-update-using-ftp

    After updating the theme, go to the Enfold > Performance panel and toggle the File Compression settings.

    Best regards,
    Ismael

    in reply to: Pagination not working with WooCommerce shortcodes #1136862

    Hey Technohead,

    Thank you for the inquiry.

    Where can we see a working version of the pagination? Please provide a direct link to the page. And please ask the plugin developer for additional help because we don’t provide support for third party plugins, but we’ll try to help as much as we can.

    Best regards,
    Ismael3

    Hi,

    Thank you for the update.

    Why do you need to open another modal from the modal popup window? The “open info modal on privacy and cookies” opens the “Modal Popup Window”, so it doesn’t really make sense to add it as an option in the modal popup window settings.

    Best regards,
    Ismael

    in reply to: Navigation menu in the left sidebar #1136858

    Hi,

    Thank you for the update.

    You can probably use the Navigation Menu widget for that. Create a new set of menu, then go to the Appearance > Widgets panel. Look for the Navigation Menu widget and select the newly created menu.

    Best regards,
    Ismael

    in reply to: Issue after last enfold update #1136855

    Hey soniavoice,

    Thank you for the update.

    In v4.6, users have to accept all cookies in order to see embedded videos. You have to add the [av_privacy_allow_cookies] privacy shortcode in your privacy page or the modal popup window so that users can have the option to accept cookies or not. In the latest version (v4.6.1), users will be opted in by default.

    // https://kriesi.at/documentation/enfold/privacy-cookies/#implementation-of-data-security-in-enfold

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    Looks like the Relevanssi configuration file is missing. Please download or get a fresh copy of the theme, then override the current one. That should fix the issue.

    Best regards,
    Ismael

    in reply to: Masonry empty categories show everything #1136848

    Hey peterolle,

    Thank you for the update.

    The masonry element is using the post__in parameter to return the posts from the selected category. If the category is empty, it will return all posts.

    NOTE: Ticket #28099: Passing an empty array to post__in will return has_posts() as true (and all posts will be returned). Logic should be used before hand to determine if WP_Query should be used in the event that the array being passed to post__in is empty.

    // https://developer.wordpress.org/reference/classes/wp_query/

    You can always remove the element if there is no post yet.

    Best regards,
    Ismael

    in reply to: PHPSESSID cookie problem #1136490

    Hi,

    Thank you for the update.

    We have already given you a snippet to disable any session created by the theme. Any sessions created after that is no longer added by the theme, so you have to trace where it’s coming from. This is your previous thread.

    // https://kriesi.at/support/topic/my-website-is-suddenly-very-slow-due-to-a-cookie-called-phpsessid/#post-1124602

    It’s very unlikely that this will significantly slow down the page unless you’re on a shared hosting. Yes, it might hinder the varnish cache but the site should load fine with or without it as long as the site is on a decent server.

    Best regards,
    Ismael

    in reply to: google plus has disappeared #1136487

    Hi,

    I see. Thanks for the update anyway. We’ll close the thread now.

    Best regards,
    Ismael

    in reply to: Mega menu not available #1136482

    Hi,

    Great! Glad it’s working now. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Update 4.6 makes cookie consent reload every time #1136476

    Hi,

    If the website visitor has confirmed that he has read the cookie hint then the hint bar no longer has to appear. that’s it!

    @magnons: If that’s how you want your users to opt in, then you can ignore the “[av_privacy_allow_cookies]”. By ignore, I mean don’t add it anywhere in the site. This assumes that the user or visitor accepted all cookies by continuing to browse the site or by ignoring the cookie bar. Make sure that the version of the theme is v4.6.1. The cookie bar should not re-appear once the user accepted it.

    @tglawe: The latest version (4.6.1) is now available.

    Best regards,
    Ismael

    in reply to: Youtube videos bug #1136469

    Hi,

    Thank you for the update.

    But, what I have is a problem with the videos, I haven’t said anything about cookies.

    Yes, we are aware of that. The videos are not displaying properly because the user didn’t enable or accept the cookies. The user or any visitor to the site should accept the cookies in order to enable these elements including video embeds.

    // https://kriesi.at/documentation/enfold/privacy-cookies/#implementation-of-data-security-in-enfold

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The account is asking for a phone number confirmation. (see private field)

    Best regards,
    Ismael

    in reply to: Post disappeared #1136461

    Hi,

    You’re welcome. We’ll close the thread now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Autosave not working corrently #1136460

    Hi,

    Thank you for the info.

    We can see the issue now. Try to increase the autosave interval to 10 minutes. Add this code in the wp-config.php file.

    define( 'AUTOSAVE_INTERVAL', 600 );
    

    Best regards,
    Ismael

    in reply to: Portfolio element and publication date (can't be changed) #1136456

    Hi,

    Glad to know that it’s fixed. Thank you for the update. We’ll close the thread now.

    Best regards,
    Ismael

    in reply to: after_section elements #1136454

    Hi,

    It’s not the site that’s in debug mode, only the builder. And by “debug mode”, it just means that you’ll be able to edit the builder shortcodes directly.

    Thank you for the update.

    Best regards,
    Ismael

Viewing 30 posts - 21,541 through 21,570 (of 67,482 total)