Forum Replies Created

Viewing 30 posts - 2,341 through 2,370 (of 3,706 total)
  • Author
    Posts
  • in reply to: Woocommerce: Filter-Möglichkeit #838203

    Hi,

    Tut mir leid wegen der späteten Antwort wegen der Sommerferien.

    Out of the box gibt es da leider keine andere Lösung. Man müsste sich den WooCommerce Shop page shortcode anschauen. Da gibt es sicher Filter, die es erlauben, die Selectboxen zu ändern und dann müsste man die Datenbankquery entsprechend anpassen.

    Dies ist aber customization und liegt leider nicht mehr im Rahmen des Supportforums.

    Falls es darum geht, Produktkategorien zu selektieren, könntet Ihr eventuell die Option “Show categories” in Dashboard -> WooCommerce -> Settings -> Tab Products -> Subtab Display -> Shop page display versuchen.

    LG
    Günter

    Hi,

    Glad you could solve the problem. Feel free to come back with further questions and problems, where we can help you.

    Enjoy the theme.

    Best regards,
    Günter

    in reply to: WC-Warenkorb-Widget Darstellungsproblem #838200

    Hey westefan,

    Danke dass Du Enfold benützt.

    Liegt daran, dass auf einer normalen Seite die Klasse .woocommerce-page im body tag fehlt.

    Hoffe, die Info hilft.

    Solltest Du Hilfe bei der Anpassung benötigen, gib uns bitte einen Link zu der Seite und wir sind Dir gerne bei der Anpassung behilflich.

    LG und einen schönen Sonntag
    Günter

    in reply to: "post_delimiter" von "Blog Beiträge" #837919

    Hi,

    Danke für diese Info. Jetzt habe ich es auch entdeckt.

    Das ist ein Bug im Theme. Für die nächste Version wird das gefixed werden.

    Momentan habe ich einmal in Quick CSS ans Ende das momentan notwendige CSS hineingestellt.

    Damit das funktioniert, musst Du noch in der Datei enfold\config-templatebuilder\avia-shortcodes\blog.php Zeile 393:

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

    ersetzen mit

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

    Nicht vergessen, eine Kopie der Datei als Fallback anzulegen (nicht im shortcode ordner !!!).

    Falls Du Probleme hast, gib uns bitte FTP Zugriff auf Deinen Server und wir machen es für Dich.

    Gib Bescheid, ob es funktioniert hat.

    Best regards,
    Günter

    Hey fraissit,

    Thank you for using our theme. Sorry for the late reply due to summer holidays.

    This is the standard behaviour of our theme and based on the WP autop function, which removes multiple linebreaks. Up to now we did not find a way to change this behaviour. But we are looking for a solution.

    Best regards,
    Günter

    in reply to: Post arrows don't show on all pages #837870

    Hey ccyran,

    Thank you for coming back.

    Sorry for the late reply due to summer holidays.

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Günter

    in reply to: AMP #837866

    Hey J,

    Thank you for coming back. Sorry for the late reply due to summer holidays.

    I forwarded this question to Kriesi. He will give you the information.

    Best regards,
    Günter

    in reply to: Portfolio Full contet instead of excerp #837859

    Hey sevensixmedia,

    Thank you for using our theme.

    It is possible, but you need skills in WP and php. And you have to take care not to create endless loops due to the content (when using shortcodes in the content you want to display).

    Here I can give you only hints what to do:

    Portfolio Grid (file config-templatebuilder\avia-shortcodes\portfolio.php):

    around line 113 add an option to “Display Excerpt and Title below the preview image?”

    
                    __('Content',  'avia_framework' ) =>'content',
    

    around line 550:

    
          case "content": $excerpt = do_shortcode( $entry->post_content ); $title = $entry->post_title;  break;
    

    or

    
           case "content": $excerpt = apply_filters( 'the_content', $entry->post_content); $title = $entry->post_title;  break;
    

    Let us know, if this helped you.

    If you need more information for the other elements, let us know.

    Best regards,
    Günter

    Hi,

    Thank you for coming back.

    The problem you reported about the burger menu is a bug, that 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/pf4L7NwM

    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.

    Concerning the messed up menu on mobile: It might be a plugin conflict.

    After having done the update of the js file please deactivate all plugins except WooCommerce and check. Then reactivate one plugin after the other and check again.

    Let us know, if this helped.
    Best regards,
    Günter

    Hi,

    Sorry for the late reply due to summer holidays.

    I put your request in our todo list and will check again, if we can find a solution.

    We will come back to you as soon as possible. Thank you for your patience.

    Best regards,
    Günter

    in reply to: Display submenu items on click does not work #837824

    Hi,

    Thank you for using our theme. Sorry for the late reply due to summer holidays.

    The problem you reported is a bug, that 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/pf4L7NwM

    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.

    Sorry for the inconvienience.

    Let us know, if it works.

    Best regards,
    Günter

    in reply to: WPML and Anchor links in menu #837819

    Hey Guenter,

    Thank you for pointing out this problem. I can reproduce it on my local install. This is really a bug. I will try to find the solution and will come back.

    Best regards,
    Günter

    in reply to: bbpress login/account-overview widget #837813

    Hi,

    Thank you for using our theme. Sorry for the late reply due to summer holidays.

    You find the code for this widget in bbpress\includes\common\widgets.php line 66ff.

    To achieve this output it needs heavy modifications, which are out of scope of this forum.

    Best regards,
    Günter

    in reply to: List Learndash Courses using Masonry #837811

    Hi,

    Thank you for using Enfold. Please apologize the late respones due to summer holidays.

    You need not worry about your support time. Currently we do not check the expiration date.

    I had a look at your site.

    There seems to ne something wrong with the installation, because I’m missing the “Portfolio Items” in you dashboard (and also in the selectbox of the masonry element).

    And in the selectbox “Qué entradas?” are only categories. There should be the taxonomies that are the base for the posttypes (you need to select the corresponding taxonomie for the selected posttypes in Selecciona tipo de Post)

    I would suggest you make a new clean installation.

    Let us know, if this helped you.

    Best regards,
    Günter

    in reply to: Lizens Fragen #837630

    Hi,

    Gerne.

    Viel Freude noch mit dem Theme.

    Gerne kannst Du bei weiteren Fragen einen neuen Thread anlegen.

    Best regards,
    Günter

    in reply to: Contact Form Element Bug #837530

    Hi,

    Thank you for pointing out the problem for other users.

    The E-Mail is not rendered to the frontend – so this actually no problem.

    Thank you for using Enfold and enjoy the theme.

    Feel free to come back with further problems or questions you have. Simply open a new thread.

    Best regards,
    Günter

    • This reply was modified 7 years, 5 months ago by Günter.

    Hi,

    Thank you for coming back.

    The products below MOST POPULAR GOURMANDISES have the button “Ajouter au panier”. This is the “add to cart” button and it works as expected.

    Did you solve the problem?

    Best regards,
    Günter

    Hi,

    Glad we could help you.

    If you have time can you place a rating for the support on themeforest please.

    Have a nice weekend also and enjoy the theme.

    Feel free to come back, when have further problems or questions.

    Best regards,
    Günter

    in reply to: Google Map Not Displaying After Making Recomended Fix #837503

    Hi,

    I checked the site. You have to link Enfold to a valid Google Maps API key.

    Goto Dashboard -> Enfold -> Google Services and enter a valid API key.

    Hope, this will help to solve the problem.

    Best regards,
    Günter

    in reply to: Google AdWords conversion tracking code #837497

    Hi,

    Thank you for the link.

    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) try to put the following:

    
    #main > div.main_color.container_wrap_first.container_wrap.fullsize {
        display: none !important;
    }
    

    Best regards,
    Günter

    in reply to: Logo and Menu overlapping (mobile) #837491

    Hi,

    Freut mich, dass wir dir helfen konnten.

    Viel Freude noch mit dem Theme.

    Jederzeit kannst Du bei Fragen gerne einen neuen Thread eröffnen.

    Best regards,
    Günter

    Hi,

    I found a solution.

    I updated the file blog.php and postslider.php (both are in the child theme).

    The only restriction by WordPress is, that you can select one year only for filter (or all) – this is the restriction for the date query.

    I hope, this helps you.

    Best regards,
    Günter

    in reply to: Contact Form Element Bug #837437

    Hi,

    I have checked again. It is not Enfold that inserts this code.

    You can check (created 2 Test pages):

    • Add a new contact form and check the code in the debug window – this code is OK
    • Safe the page – the code is added at test page Enfold Contact Form 2 but not at Enfold Contact Form

    Enfold is saving the content of the debug window without doing any changes to it. If it was Enfold, than it would happen on both pages.

    It seems to be in connection with cloudflare, because the script added refers to /cdn-cgi/l/email-protection.

    Check with your hoster, if there is running a security script.

    Best regards,
    Günter

    in reply to: Logo and Menu overlapping (mobile) #837414

    Hi,

    In Quick CSS folgenden Code eingeben:

    
    .current-menu-item > a > .avia-menu-fx {
        display: none !important;
    }
    

    oder wenn der Balken immer weg sein soll:

    
    .menu-item > a > .avia-menu-fx {
        display: none !important;
    }
    

    LG,
    Günter

    • This reply was modified 7 years, 5 months ago by Günter.
    in reply to: "post_delimiter" von "Blog Beiträge" #837405

    Hey dani85,

    Danke, dass Du Enfold benützt.

    Das Zoomen ist ein allgemeines Problem, da Browser keine API anbieten, dies festzustellen und darauf zu reagieren, d.h. das Javascript und CSS der Website kann nicht feststellen, ob der user gezoomt hat.

    In der normalen Ansicht (bei FF Ansicht->Zoom->Normal) kann ich nichts erkennen – die Seite schaut so aus, wie sie im ALB angelegt wurde (Getestet FF und Chrome).

    Best regards,
    Günter

    Hi,

    Can you give me FTP access and a WP admin account to your server, so I can update your file directly? Would be the easiest way.

    You can post it in private content area.

    Best regards,
    Günter

    in reply to: Fehler Menü #837359

    Hey Thomas Hiebsch,

    Siehe voriges Mail.

    LG und einen schönen Tag,
    Günter

    in reply to: Fehler Enfold ? #837358

    Hey Thomas Hiebsch,

    Danke für den Kauf von Enfold.

    Bei Fragen und Problemen bitte unser Forum verwenden, https://kriesi.at/support/register/

    Freut mich, dass das Problem gelöst wurde. Gerne kannst Du bei weiteren Fragen im Forum einen Thread aufmachen.

    Einen schönen Tag noch.

    LG,
    Günter

    Hey screener,

    Danke, dass Du unser Theme verwendest.

    Variation Products werden zur Zeit nicht unterstützt. Ich habe es einmal in die ToDo Liste aufgenommen.

    Es wird aber etwas dauern, bis sich eine Lösung findet. Unter Umständen kann es sein, dass man nur variable Products oder nur Standard products abfragen kann.

    Wäre das eine Option?

    Best regards,
    Günter

    in reply to: Mobile Megamenu subitems not shown after 4.1 Upgrade #837042

    Hi,

    Danke für den Link. Das Problem sollte mit dem nächsten Update behoben sein.

    Falls Du inzwischen doch auf MegaMenu umsteigen möchtest, unter https://pastebin.com/W5eHVZPq findest Du die Korrektur (7 Tage gültig).

    In enfold\js\avia.js um Zeile 1670 findest Du

    
    
    			create_list	  	= function( items , append_to )
    			{
    				if(!items) return;
    				
    				var list, link, current, subitems, megaitems, sub_current, sub_current_list, new_li, new_ul;
    				
    				items.each(function()
    				{
    
    .........
    
    
    							if(mega_title_set) new_li.addClass('av-width-submenu').find('>a').append('<span class="av-submenu-indicator">');
    							create_list( current_megas , new_ul);
    						});
    
    					}
    					
    				});
    				
    				return list;
    			};
    		
    -------- Ende der Ersetzung
    
    		var burger_ul, burger;
    		
    
    
    

    Alles bitte ersetzen mit RAW Paste Data des obigen Link.

    Falls Du Probleme hast, gib uns bitte FTP Zugang und wir spielen Dir die Datei hoch.

    Best regards,
    Günter

Viewing 30 posts - 2,341 through 2,370 (of 3,706 total)