Forum Replies Created

Viewing 30 posts - 29,641 through 29,670 (of 67,591 total)
  • Author
    Posts
  • in reply to: Blog grid element: how to make a post sticky? #962945

    Hi,

    Thank you for the update. The posts elements in the theme are still using the same query so you need to add that filter if you want to display the sticky posts.

    Best regards,
    Ismael

    in reply to: Mobile menu reveal on scrolling up with headroom js #962944

    Hi,

    We would like to help with the issue but this may require modifications that are beyond the scope of support. Please contact the script author or disable the script on mobile as previously suggested.

    Best regards,
    Ismael

    in reply to: Enfold 4.3 upgrade – now Google Map doesn't show #962943

    Hi,

    Alright. Thank you for the info. Please keep the modifications for now and update the theme to version 4.4 if you haven’t updated it yet. Open a new thread if you encounter the issue again.

    Thank you for using Enfold. :)

    Best regards,
    Ismael

    in reply to: Social Plugin – DSVGO #962942

    Hey quebag,

    Thank you for using Enfold.

    The theme’s Facebook widget has “2-click” solution so it’s “B”.

    b) Do you use Facebook plugins with "2-click" solution?
    

    Best regards,
    Ismael

    Hey premedia,

    Thank you for using Enfold.

    Did you enable the “Lazy Load videos” option? Please provide the login details in the private field. We would like to check the Video settings.

    Best regards,
    Ismael

    Hi,

    Thanks for the update. I think you forgot the URL though. Please add it in the private field.

    Best regards,
    Ismael

    in reply to: Easy Slider producing [object object] on mobile #962937

    Hi,

    Thanks for the update. We provided a fix in the following thread.

    // https://kriesi.at/support/topic/fullwidth-easy-slider-with-video-asking-for-object-on-mobile/#post-955294

    Please post the FTP and WP login details in the private field if you want us to implement it.

    Best regards,
    Ismael

    in reply to: GDPR Compliance & Cookies #962936

    Hey bjornwallman,

    Thank you for using Enfold.

    If you’re asking for the particular file, just do a file search for the keyword “cookie”, “setCookie” or “getCookie”. It should return all files that deal with cookies.

    This article might help. Please read the “One more word about Cookies” section.

    // https://kriesi.at/archives/enfold-4-4-and-the-gdpr-general-data-protection-regulation

    Best regards,
    Ismael

    in reply to: Background image not working in footer #962935

    Hi,

    Thank you for using Enfold.

    The background image url is invalid because of the css compression. Please update to version 4.4. It contains the fix for this particular issue.

    Best regards,
    Ismael

    in reply to: caption in a masonry gallery with phone / computer #962934

    Hi,

    Thanks for the update. The max width of the Samsung Mega 2 device is 1280px so this css code should work.

    @media only screen and (max-width: 1280) {
    .av-inner-masonry-content {
        display: none !important;
    }
    }

    Don’t forget to remove the browser cache prior to checking the page.

    Best regards,
    Ismael

    in reply to: How to make the Health coach theme #962933

    Hi,

    Here’s a complete guide to updating the theme via FTP or via theme options.

    // https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#update-via-dashboard
    // https://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Use this css code for the scroll to top button.

    #scroll-top-link {
        color: #e8e8e8;
        border: 1px solid #282b2e;
        background-color: #282b2e;
    }

    Best regards,
    Ismael

    in reply to: Filter Blog Posts like Portfolio Entries #962932

    Hi,

    Great! It looks good. Thanks for the update. We’ll close this now. Please feel free to open a new one if you need anything else. :)

    Best regards,
    Ismael

    Hi,

    Thanks for the update. Please replace the filter with this one.

    function avs_custom_categories_shortcode() {
    	$terms = get_the_terms( get_the_ID(), 'category' );
     
    	$output = "<span>"._('Dossier-Thema: ', 'avia_framework')."</span>";
    	foreach ( $terms as $term ) {
    	
    		// The $term is an object, so we don't need to specify the $taxonomy.
    		$term_link = get_term_link( $term );
    		
    		// If there was an error, continue to the next term.
    		if ( is_wp_error( $term_link ) ) {
    			continue;
    		}
    	
    		// We successfully got a link. Print it out.
    		$output .= '<p class="cat"><a href="' . esc_url( $term_link ) . '">' . $term->name . '</a></p>';
    	}
    
    	return $output;
    }
    
    add_shortcode('the_post_categories', 'avs_custom_categories_shortcode');

    Best regards,
    Ismael

    in reply to: enfold menu on mobile #962930

    Hi,

    The mobile menu is not displaying properly because of the css modifications and the plugins. We deactivated the Easy Facebook Plugin and removed the following css code because they’re breaking the header layout.

    .responsive, .responsive span, .responsive span iframe[style], .responsive span img {
        /* width: auto !important; */
    }

    We also added this css code.

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .main_menu {
        top: 0;
        height: 80px;
        left: auto;
        right: 0;
        display: block;
        position: absolute;
        width: 100%;
    }
    }

    Best regards,
    Ismael

    in reply to: Featured Image Slider Isn't Display Featured Images! #962929

    Hi,

    Create a folder called “slideshow_feature_image” then move the file inside. It’s the new structure of the shortcodes. You may want to get a new copy of the file from the parent theme folder first and re-add the modifications.

    Best regards,
    Ismael

    in reply to: PHP Fatal Error #962928

    Hi,

    The error “av_countdown_events_fallback” means that there are duplicated files inside the config-templatebuilder > aviashortcodes folder. Did you update the theme manually? Please remove the duplicated files in the said folder or delete the whole parent theme first before uploading the new version.

    Best regards,
    Ismael

    in reply to: Portfolio items return 404 for Feeds #962927

    Hi,

    The feed returns 404 because it doesn’t exist which is ok. It’s the same as when you access a page like so.

    (see private field)

    It tells google that it’s not a real page so it’s not going to be included in the search results. If you want, you can also redirect these 404 pages to a custom page. You can set that in the Enfold > Theme Options > Error 404 Page.

    Best regards,
    Ismael

    in reply to: Mobile settings does not work #962926

    Hi,

    Thanks for the update. Please try to use this css code to increase the size of the logo and adjust the position of the mobile menu container.

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container {
        height: 180px;
        line-height: 180px;
    }
    }

    Best regards,
    Ismael

    in reply to: uploads/dinamic_avia folder permission #962922

    Hi,

    The theme changes the folder’s permission automatically because it has to regenerate the stylesheet inside.

    Best regards,
    Ismael

    in reply to: Performance Settings and Fullwidth Easy Slider #962921

    Hi,

    Thanks for the info. The slider display properly now. If you encounter the issue again, edit the page and update it.

    Best regards,
    Ismael

    in reply to: since last update polylang plugin doesn't work #962920

    Hi,

    Did you create the Home EN page manually? It has to be the translation of the DE version. Please delete the Home EN page and then translate the Home page of the DE language.

    Best regards,
    Ismael

    in reply to: Enfold google maps widget saturation #962919

    Hi,

    The map script is inside the framework > js > conditional_load > avia_google_map_api.js file now.

    (line 153)

    styles:[{featureType: "poi", elementType: "labels", stylers: [ { visibility: "off" }] }]
    

    Best regards,
    Ismael

    in reply to: loop an advanced layerslider #962918

    Hi,

    Did you activate the layers’ Loop or Middle transitions? If this transition is not enabled, the slider or the layers will not loop. In the transition properties, you should see the “Count” field. This field can be set to “Infinite” or “-1”.

    Best regards,
    Ismael

    in reply to: Does not work properly after update 4.4 (4.3) #962292

    Hi,

    Thank you for using Enfold.

    Where can we see the issue? Please provide the site url and provide the login details in the private field. After the update, please try to reconfigure the theme options or just re-save it to regenerate the script and stylesheets. You may want to update the page with the broken elements as well.

    Best regards,
    Ismael

    Hey Mariusz86,

    Thank you for using Enfold.

    Where can we see the map? Try to replace the second css declaration with this one.

    .av_gmaps_sc_main_wrap .av_text_confirm_link {
      margin-left: 0px !important;
      font-size: 0.9em !important;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0;
    }
    

    Best regards,
    Ismael

    in reply to: HOW TO CLIENT UPDATE CONTENT #962286

    Hey mleite1,

    Thank you for using Enfold.

    Are you using the advance layout builder? You can save the page with the gallery as template and then load the template on another page or post. Adjust the image gallery as needed.

    Best regards,
    Ismael

    Hi,

    We can’t access the “wp-admin” or “wp-login” page of the development site. The same login credentials work for the live site but don’t want to break anything there so we’ll wait for your response.

    The event “risking light” no longer exist. Please create a test event so that we can see the issue.

    Best regards,
    Ismael

    in reply to: Videos in slider problem after update #962280

    Hi,

    Thanks for the info. The “muted” attribute is going to be included in the latest version but it will only be applied to self hosted or local videos. For the full width easy slider, you may need to enable the “Mute Video Player” option manually.

    Best regards,
    Ismael

    in reply to: Cookies Enfold + European law #962266

    Hi,

    The session cookies don’t store any information from the users so you don’t have to disable it. If you haven’t updated the theme yet to 4.4, please do. And read this short article regarding GDPR.

    // https://kriesi.at/archives/enfold-4-4-and-the-gdpr-general-data-protection-regulation

    The section “One more word about Cookies” explains why you don’t have to disable the session cookies.

    Best regards,
    Ismael

    in reply to: Mega Menu Not Working on Mobile #962262

    Hi,

    I replicated the site’s menu setup on my local installation. The first and second level menu items are displaying properly. In your installation, only the second level menu items are rendered inside the mobile menu container.

    I would like to test it again but there’s an Internal Server Error in your site. Please let us know when it’s up again.

    Best regards,
    Ismael

Viewing 30 posts - 29,641 through 29,670 (of 67,591 total)