Forum Replies Created

Viewing 30 posts - 2,221 through 2,250 (of 3,706 total)
  • Author
    Posts
  • in reply to: PAGE BUILDER NOT WORKING WHEN TRANSLATING IN WPML #854768

    Hi,

    Let us know, if this fixes your issues, so we can close this topic.

    Best regards,
    Günter

    in reply to: PAGE BUILDER NOT WORKING WHEN TRANSLATING IN WPML #854729

    Hi,

    Please update to 5.4.2, this also fixes the last issue.

    Best regards,
    Günter

    in reply to: php compatibility error #854723

    Hi,

    Thank you for using our theme and reporting this.

    I proposed a fix for that for the next update – Kriesi will check it.

    Best regards,
    Günter

    in reply to: Mobile menus broken #854715

    Hi,

    Thank you for using our theme.

    Sorry for the inconvienience.

    The problem you reported should be fixed with the next update.

    Meanwhile you have to update file enfold\js\avia.js. Please replace the complete content of this file with the RAW paste content of

    https://pastebin.com/g5sY6E7D

    This link is valid for one week. Make sure to make a copy of the original file to have a fallback and that you are using Enfold 4.1.2.

    If you have problem we can do the update for you, please give us FTP access to your server.

    If the problems remain, please create a tempoprary admin account for us so we can check the backend.

    Do not forget to clear browser and server cache after each update.

    Best regards,
    Günter

    in reply to: Shopping cart hidden but blocking hamburger menu in mobile #854709

    Hey turemovich,

    Thank you for using our theme and for pointing out this problem. I will put it on our TDO list for the next update.

    If you need any further assistance do not hesitate to open a new topic.

    As you have a solution for this problem I will close this topic for now.

    Best regards,
    Günter

    in reply to: Mobile Menu – Submenu items are not displayed #854706

    Hey promind-customer,

    Thank you for using our theme.

    Please try to update avia.js with this latest version:

    https://pastebin.com/g5sY6E7D

    If this does not help, please create a temporary admin accout and ftp access for us, so we can check in backend. You can post this in private data.

    Also remove your customisations after upload of the new version, clear all your browser and server caches after every change.

    Best regards,
    Günter

    Hi,

    Thank you for using our theme and coming back.

    Variation images on the single product page are only supported in the new WooCommerce 3.0 gallery.

    You can enable this on Dashboard -> Enfold Option page -> Shop Options -> Product gallery -> WooCommerce 3.0 Gallery

    Best regards,
    Günter

    in reply to: How to override Enfold admin options in Child Theme? #854692

    Hey Leo,

    Thank yyou for using our theme.

    In enfold\framework\php\class-superobject.php line 117 you have 2 filters:

    
    			if(isset($avia_pages)) $this->option_pages = apply_filters( 'avf_option_page_init', $avia_pages);
    			if(isset($avia_elements)) $this->option_page_data = apply_filters( 'avf_option_page_data_init', $avia_elements);
    

    There you can alter the option array and the elements with a filter hook in functions.php in the child theme.

    If you need assistance in creating the filter hooks let us know.

    Best regards,
    Günter

    in reply to: Variation image not change when select new variation #854678

    Hey marcellovoc,

    Thank you for using our theme.

    Variation images are only supported in the new WooCommerce 3.0 gallery.

    You can enable this on Dashboard -> Enfold Option page -> Shop Options -> Product gallery -> WooCommerce 3.0 Gallery

    Best regards,
    Günter

    in reply to: Flyout Content #854672

    Hey Pete66,

    Thank you for using our theme.

    Have a look at the accordeon element of the ALB see kriesi.at/themes/enfold-2017/elements/accordion/

    I think, this should solve your idea.

    Best regards,
    Günter

    in reply to: Remove same post ID in masonry #854671

    Hey unicaweb,

    Thank you for using our theme and coming back.

    This cannot be done out of the box because these are different queries and elements combined in different locations of the page.

    Of course it is possible, but this will require modifications that are customization and beyond the scope of the support forum.

    Best regards,
    Günter

    in reply to: PAGE BUILDER NOT WORKING WHEN TRANSLATING IN WPML #854472

    Hi,

    Yoast SEO plugin just released an update. Please upgrade to version 5.4.1

    This should solve the problems, only

    plugins\wordpress-seo\admin\links\class-link-query.php

    was not fixed by Yoast yet, so please update this file with

    https://pastebin.com/CgzSJyMF

    Best regards,
    Günter

    in reply to: PAGE BUILDER NOT WORKING WHEN TRANSLATING IN WPML #854449

    Hi,

    Thank you for coming back.

    After long testing I found that this is caused by a bug in Yoast SEO plugin.

    I deactivated it, deleted all translations, cleared WP Rocket cache ( !!!! very important !!!!) and now you can translate the pages.

    Also it is not a theme related problem (you can swith to a standard WP theme and translating will break after enabling Yoast) I found the bugs.

    You have to update 3 files:

    plugins\wordpress-seo\admin\links\class-link-column-count.php

    https://pastebin.com/AMhC0jbv

    plugins\wordpress-seo\admin\class-meta-storage.php

    https://pastebin.com/gqpBN6xh

    plugins\wordpress-seo\admin\links\class-link-query.php

    https://pastebin.com/y904iQBP

    Please replace the complete content of these files with the RAW paste content.

    The links are valid for one month.

    Make sure to make a copy of the original file to have a fallback and that you are using Enfold 4.1.2.

    If you have problem we can do the updates for you, please give us FTP access to your server.

    Best regards,
    Günter

    in reply to: Blog grid layout not showing meta/ date unless there's content #854304

    Hey Niemitz,

    Thank you for using our theme.

    You have to modify around line 599 you find:

    
    if($show_meta && !empty($excerpt))
    

    replace with:

    
    if( $show_meta )
    

    This will show the metadata like date for every post.

    Best regards,
    Günter

    in reply to: No Burger menu on smartphone? #854292

    Hi,

    As a temporary fix please update the complete content of file enfold/functions-enfold.php (in parent theme !!!!)

    with the raw paste of

    https://pastebin.com/PcfqDRA2

    Make sure, you are using Enfold 4.1.2 and do not forget to make a copy of the original file to have a fallback.

    Changes concern line 132 – 145 and 158 – 168.

    This should support Zen Menu logic.

    Best regards,
    Günter

    in reply to: Menü auf einzelner Seite rausnehmen #854233

    Hi,

    Freut mich Dir geholfen zu haben.

    Jederzeit kannst Du mit weiteren Fragen einen neuen Thread aufmachen, wenn Du weiter Hilfe benötigst.

    Viel Freude noch mit dem Theme und einen schönen Tag.

    LG,
    Günter

    Hi,


    @ibswi

    Here you are:

    https://pastebin.com/BvriyRzi

    Best regards,
    Günter

    in reply to: Changing text "Search" from the search on header #853948

    Hey ex0rcist88,

    Thank you for using our theme.

    Please add following code to Functions.php file of your child theme (or parent theme, if not using a child theme)- you can use Dashboard -> Appearance > Editor and change ‘My Search’:

    
    add_filter('avf_frontend_search_form_param', my_frontend_search_form_param, 10, 1 );
    
    function my_frontend_search_form_param( array $params )
    {
    	$params['placeholder'] = __('My Search','avia_framework');
    	
    	return $params;
    }
    
    

    Best regards,
    Günter

    in reply to: The Events Calendar — eliminate double breadcrumbs #853937

    Hi,

    Thank you for using our theme.

    The logic of building the breadcrumb trail is to reflect the hierarchy of custom post types and the way to a page. This sometimes results in an output like that one with events.

    The easiest way is to hide the breadcrumb trail.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following:

    
    #id.tribe-events-page-template .avia-breadcrumbs{
         display: none !important;
    }
    

    Best regards,
    Günter

    in reply to: Menü auf einzelner Seite rausnehmen #853910

    Hi,

    Danke für den Link.

    Du hast den Selektor nur auf die einzelnen Menüpunkte gelegt (war die erste Variante), richtig für Dich ist die 2. Lösung:

    
    .page-id-22 .main_menu {
        display: none !important;
    }
    

    LG,
    Günter

    in reply to: SM-Icons – Anzeige mobile / Slidertexte-Hintergrund #853905

    Hi,

    Freut mich, dass wir helfen konnten.

    Viel Freude noch mit dem Theme und Du kannst jederzeit mit weiteren Fragen und Problemen zu uns kommen – einfach einen neuen Thread eröffnen.

    Liebe Grüsse,
    Günter

    in reply to: Menu structure is not showing correctly #853904

    Hey jeanora,

    Thank you for using our theme.

    You have a file ../themes/forcenet/css/styles.min.css and some of the settings there break the styling of the theme,

    e.g.

    
    .header_color .main_menu .menu ul.sub-menu li.menu-item:hover a {
        background: #3e3e3e;
        color: #fff !important;
    }
    
    

    changes the heading to white on a white background.

    You have to use a more specific selector for the elements.

    If you need more assistance please give us ftp access so we can have a look at the content of the original file (please deactivate any server side caching and caching plugins).

    Best regards,
    Günter

    in reply to: post social share bar (av-share-box) #853826

    Hi,

    Thank you for using our theme.

    When you are using the Advanced Layout Builder you have the element “Social Share Button” or you can use “Widget Area” and define a custom widget area with your social buttons. and place these elements, wherever you want.

    Hope, this will help you.

    Come back, if you need further assistance.

    Best regards,
    Günter

    in reply to: PAGE BUILDER NOT WORKING WHEN TRANSLATING IN WPML #853810

    Hi,

    Thank you for using our theme.

    Try to disable all plugins except WPML Base plugin and check, if it works. Then enable one plugin after the other.

    Could be a plugin conflict.

    Let us know, if this helped.

    Best regards,
    Günter

    in reply to: Quantity is missing from the cart page on mobile #853798

    Hey DROR,

    Thank you for coming back.

    This is a default behaviour of Enfold for smaller screen width as you also can see on http://kriesi.at/themes/enfold-2017/shop/custom-shop/.

    This code should show the buttons:

    
    @media only screen and (max-width: 767px) {
            .responsive .shop_table .product-quantity{
                display: block !important;
            }
    }
    

    Best regards,
    Günter

    in reply to: Enfold – Google API failing and referencing MailChimp? Bug? #853792

    Hey spidercreations,

    Thank you for using our theme.

    The retired version warning does not affect the functionality of google maps, but with the next update we modified this element so it will be easier for users to update the version number so this warning can be avoided.

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend to check the API key message in the Google Section.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use wordpress@kriesi.at ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Günter

    in reply to: Enfolde 2017 und StartUp Demo #853747

    Hey ik_p2p,

    Danke dass Du unser Theme verwendest.

    Ich würde Enfold 2017 Demo importieren, wenn Du langfristig dieses Design haben möchtest.

    Das Nachbauen der Seiten der Flat Business geht am besten mit Shortcodes im Advanced Layout Builder debug mode. Siehe dazu
    https://kriesi.at/support/topic/full-page-shortcodes-for-enfold-flat-business-theme/.

    Entweder legst Du eine WP installation auf einen eigenen Server (evtl. auch localhost) an oder du kannst den shortcode auch direkt von der Online Demo abfragen, indem Du ?shortcode=true an die URL anhangst, z.B.

    http://kriesi.at/themes/enfold-business-flat/blog/?shortcode=true

    Den Shortcode kopierst Du dann in das Debug Fenster, speicherst die Seite und bearbeitest dann die Elemente im ALB Fenster.

    Best regards,
    Günter

    in reply to: Mobile Menu – Sub Menu Items Disappear #853374

    Hi,

    Please try the following fix instead of the previous:

    https://pastebin.com/MdCiMfnS

    Best regards,
    Günter

    in reply to: Mobile Menu – Sub Menu Items Disappear #853068

    Hi,

    It is just a try – this is the latest version of enfold\js\avia.js

    https://pastebin.com/mMjE3jJ6

    Can you please try to update this file on your stage site (do not forget to make a backup of the original file for a fallback).
    Link is valid for one week.

    Thnank you.

    Best regards,
    Günter

    in reply to: Mobile Menu – Sub Menu Items Disappear #853064

    Hi,

    Thank you for coming back.

    It seems to be an issue concerning touch screens only (using a desktop and minimize the window to show burger menu it works fine).

    I opened a bug issue so we will focus on this problem and will try to find a solution as soon as possible.

    We will inform you, when we have found a solution. Thank you for your patience.

    Can you give us ftp access to your staging site please so we can test a possible solution?

    Best regards,
    Günter

Viewing 30 posts - 2,221 through 2,250 (of 3,706 total)