Forum Replies Created

Viewing 30 posts - 1,651 through 1,680 (of 3,695 total)
  • Author
    Posts
  • in reply to: Update and editor problem #1047228

    Hi,

    We released a new version 4.5.2. Please update to this version. The classic editor plugin is no longer needed – you can switch to classic editor with a theme option Dashboard -> Enfold -> Theme Options -> Select Your Editor.

    Best regards,
    Günter

    in reply to: Comment awaiting moderation #1047223

    Hi,

    As far as I see WP does not show such a message either.

    But I added to show an info about unapproved comments.

    Please replace the 2 files in enfold\config-templatebuilder\avia-shortcodes\comments\ with

    https://github.com/KriesiMedia/enfold-library/tree/master/temp_fixes/Enfold_4_5_2/comments

    Do not forget to make a backup of the original files for a fallback.

    Best regards,
    Günter

    in reply to: Update to Version (4.5.2) breaks down #1047164

    Hey anjmat,

    Please download a latest copy of the theme from themeforest and replace the theme folder via FTP in wp-content\themes

    For more information please check the FTP install guide.

    In case you need help please create a WP admin account and ftp access to your server – you can put it in Private Content.

    Best regards,
    Günter

    in reply to: Advanced Layout Editor is not active any more! URGENT! #1047162

    Hey Olga,

    Thank you for using Enfold.

    Please update to the latest version 4.5.1.

    Your version 4.4.1 is not compatible with WP 5.0.

    That should fix any issues you are currently experiencing :)

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area

    Best regards,
    Günter

    in reply to: The link you followed has expired. #1047153

    Hi,

    Glad we could help you. Feel free to open a new topic if you need further assistance.

    Enjoy the theme and have a nice day.

    Best regards,
    Günter

    in reply to: Team member section text pasting problem #1047152

    Hi,

    Glad we could help you. Feel free to open a new topic if you need further assistance.

    Enjoy the theme and have a nice day.

    Best regards,
    Günter

    in reply to: Theme Enfold #1047149

    Hi,

    Freut mich, dass Dir das Theme gefällt.

    Gerne stehen wir Dir im Forum https://kriesi.at/support/ für Fragen zur Verfügung – einfach anmelden und ein Topic aufmachen.

    Viel Freude noch mit dem Theme.

    Best regards,
    Günter

    in reply to: WordPress 5.0.1 Security Release / Enfold 4.5.1 Question #1046934

    Hi,

    Kriesi is currently checking the fixes I made to Block Editor integration and some other issues. If he does not find any problems he will make a release today.

    Best regards,
    Günter

    in reply to: Problem with pagnation ("Blog Post" element) #1046931

    Hi,

    Thank you for using Enfold.

    This is the intended behaviour.

    If you want to hide the element on page 2,3,…. and would allow pagination with this element to page 2 you will get an empty page.

    Hiding only makes sense if you have another element on the page that allows paging.

    Best regards,
    Günter

    in reply to: Possible forum improvements #1046921

    Hey Michael,

    Thanks for your input. I added this to our slack channel for discussion.

    Have a nice day and enjoy Enfold.

    Best regards,
    Günter

    in reply to: Team member section text pasting problem #1046917

    Hi,

    Thank you for using Enfold.

    There are some special characters you cannot use in Textblock and input fields because they break the internal structure – this is a known limitation in our builder.

    We have a plugin that helps to solve the problem:

    https://github.com/KriesiMedia/enfold-library/tree/master/integration%20plugins/Enfold/Special%20Character%20Translation

    And here is the list of characters and their replacement:

    https://github.com/KriesiMedia/enfold-library/blob/1ec96192922cad4536567590394faa34f6d87b93/integration%20plugins/Enfold/Special%20Character%20Translation/avia-special-characters/avia-special-characters-plugin.php#L41

    for example:

    Replace

    >

    with ###gt###

    Hope this will help you.

    Best regards,
    Günter

    Hey jingle0,

    Thank you for using Enfold.

    The function you are refering to is for a standard WP filter display_post_states.
    This is the source code:

    
    
    	/**
    	 * Filters the default post display states used in the posts list table.
    	 *
    	 * @since 2.8.0
    	 * @since 3.6.0 Added the $post parameter.
    	 *
    	 * @param array   $post_states An array of post display states.
    	 * @param WP_Post $post        The current post object.
    	 */
    	$post_states = apply_filters( 'display_post_states', $post_states, $post );
    	if ( ! empty($post_states) ) {
    		$state_count = count($post_states);
    .......
    

    WP passes an array and needs an array as return parameter – not a string.

    Please contact the authors of Membership plugin to check their filter and correct it.

    Best regards,
    Günter

    in reply to: Theme Enfold #1046904

    Hey Daniel de Lorenzo,

    Danke für das Interesse an Enfold.

    Einen Überblick über die Möglichkeiten mit Enfold findest Du hier: https://kriesi.at/themes/enfold-overview/

    Die Demos kannst Du dann als Startpunkt importieren – diese enthalten dann auch alle Einstellungen in den Optionen.

    Enfold bietet integrierte Optimierungseinstellungen in den Optionen wie z.B.:

    • js und css files werden komprimiert
    • Im frontgend nur jene Builder elemente laden, die auf einer Seite gebraucht werden
    • Video und Audioelemente können disabled werden falls nicht benötigt
    • Ebenso Standard WP Elemente wie z.B. Emoji/Smiley Support, jQuery Migrate

    Unser Page builder ist sehr intuitive zu bedienen.

    Hoffe, das hilft einmal.

    LG,
    Günter

    in reply to: keep portfilio items seperate #1046877

    Hey scientistsofmedia,

    Thank you for using Enfold.

    In functions.php of your child theme (or parent theme) add the following:

    
    add_filter( 'avia_post_nav_settings', 'my_avia_post_nav_settings', 10, 1 );
    
    function my_avia_post_nav_settings( $settings )
    {
    	if( $settings['type'] == 'portfolio' )
    	{
    		$settings['same_category'] = true;
    	}
    	
    	return $settings;
    }
    
    

    Do not forget to make a backup of the original file for a fallback.

    Best regards,
    Günter

    Hi,

    Thank you for the credentials.

    Sorry for the late reply but I’ve been stuck in core development the last days.

    I see the problem on your site – also created a test page that is not the blog page. Deactivating WPML we have a correct pagination. I also tried adding new categories to the posts, but when WPML is active it is broken.

    I tried to reproduce it on my dev server – WP 4.9.8, Enfold 4.4.1, WPML 4.0.7 – but it works fine there.

    Your Dashboard says you are using WP 4.9.9 – that is not an official release (last is 4.9.8).

    Did you make any modifications to core files or customization that hook into WP queries?

    Could be that the database is somehow corrupted ?

    Best regards,
    Günter

    Hey!

    Thank you for reporting this.

    We really missed that. I will add a fix to core – but I’m not sure if it will be in the next release.

    Cheers!
    Günter

    Hi,

    Freut mich. Allerdings müsst Ihr diesen Fix bei jedem Update machen, da er nicht Teil des core wird.

    Viel Freude mit Enfold und einen schönen Tag.
    Sollten noch Fragen auftreten, kannst Du jederzeit einen neuen Thread aufmachen.

    LG,
    Günter

    Hi,

    Thank you for using Enfold and sorry for the late reply.

    Can you give us an admin account so we can check your backend?
    And we need allowance to deactivate plugins temporarily.

    Did the pagination work before an update ?

    Best regards,
    Günter

    • This reply was modified 5 years, 11 months ago by Günter.
    in reply to: Bildgrößen mit Enfold #1042132

    Hi,

    @cg Danke für die ausführliche Erklärung !!

    Best regards,
    Günter

    Hi,

    Du könntest folgendes probieren:

    In der Datei enfold\includes\helper-assets.php in Zeile 324 findest Du:

    
    function av_video_assets_required() 
    	{
    		global $posts;
    		
                    $used 	= false;
    

    Füge dazwischen ein:

    
    
    if( ! is_array( $posts ) )
    		{
    			return false;
    		}
    

    d.h. es schaut wie folgt aus:

    
    function av_video_assets_required() 
    	{
    		global $posts;
    		
    		if( ! is_array( $posts ) )
    		{
    			return false;
    		}
    		
    		$used 	= false;
    

    Falls Du Probleme damit hast, gib uns bitte FTP Zugang und einen WP admin account dann können wir das für Dich machen.

    Nicht vergessen, ein backup der Originaldatei für ein fallback machen.

    Best regards,
    Günter

    in reply to: Placing back a revision, places back another post #1041182

    Hi,

    Thank you for using Enfold.

    I checked the page (see private content) and created a few revisions by adding ALB elements at the bottom.

    As far as I see I could correctly restore the revisions I created.

    There had been an update in the logic how Enfold handles revisions in one of the last releases because that was buggy. Could be a reason.

    I would recommend not to use a second pagebuilder – that might lead to conflicts with Enfolds pagebuilder – could also be a reason for the problems.

    Best regards,
    Günter

    Hey barak97,

    Thank you for using Enfold.

    Unfortunatly no, because basic core js files are not overrideable with the child theme.

    Best regards,
    Günter

    Hi,

    Danke dass Du Enfold verwendest.

    Falls es sich um dieses plugin handelt:

    This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

    Wir versuchen Enfold soweit möglich mit plugins kompatibel zu halten, dies ist aber aufgrund der vielen am Markt befindlichen nicht möglich.

    Versuche einmal auf Dashboard -> Enfold -> Performance -> “CSS file merging and compression” beide Selectboxen auf disabled zu setzen und evtl. noch

    “Disabling of template builder elements” auf “Always load all elements”.

    Vielleicht hilft das.

    LG,
    Günter

    Hey!

    Thank you for reporting this.

    I had a look at your frontpage – you have an empty fullwidth easy slider (no images) before the layerslider – I think this causes the warning division by 0.

    Try to remove it.

    Nevertheless this is a bug and we will fix it. Hope ti will be in the next update.

    Best regards,
    Günter

    Hi,

    Thank you for reporting the problem and sorry for the late reply.

    I could locate the problem.

    Please replace

    wp-content\themes\enfold\config-templatebuilder\avia-template-builder\php\html-helper.class.php

    with

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5/html-helper.class.php

    I did that already on your test server and the page works now.

    The problem is actually caused by events calendar defining a custom post type with label “Posts” – and that broke or options select array.

    The fix should be in the next update.

    Best regards,
    Günter

    in reply to: ALB: Add "show_option" for "multi_image" #1040267

    Hey!

    Our github repo is a dev repo and not intended to be opened to non developpers.

    If you have requests you can add them to the latest unmodified release of the theme and zip the theme files and then we can merge your changes in a branch to test them.

    Best regards,
    Günter

    in reply to: e-mail to spam #1039364

    Hi,

    Are you talking about contact form element and “Your email address” ?

    I tried it on my testserver and cannot reproduce the problem. If I enter 3 email accounts and seperate them with a “,” without spaces it works fine.

    Best regards,
    Günter

    in reply to: Enfold: Eigenschaften, Vorkenntnisse, Lizenzbedingungen #1035498

    Hi,

    Ich wünsche Euch viel Freude mit Enfold.

    Bei Fragen einfach auf https://kriesi.at/support/ registrieren und ein topic aufmachen.

    LG und einen schönen Tag,
    Günter

    in reply to: Enfold: Eigenschaften, Vorkenntnisse, Lizenzbedingungen #1034714

    Hey Horst Eberhard,

    Danke für das Interesse an Enfold.

    1. Ist Enfold ein für unseren Zweck passendes Theme oder gibt es bei Kriesi ein besser geeignetes ?

    Enfold ist unser modernstes Theme und wird laufend weiterentwickelt und verbessert. Ich würde kein anderes empfehlen.

    2. Es sind wirklich keine spezifischen Programmierkentnisse, wie z.B. in HTML oder anderen Sprachen erforderlich ?

    Soferne man keine speziellen Anfordrungen hat, die nicht durch out of the box Elementen oder plugins abgedeckt werden – nein. Kenntnisse über CSS sind von Vorteil, um kleine Anpassungen vornehmen zu können. Für solche Kleinigkeiten steht aber unser Forum gerne zur Verfügung. Auch finden sich dort Lösungen für komplexere Sachen (https://kriesi.at/support/).

    3. Was konkret erhalten wir beim Kauf einer Lizenz ?

    Einen Download des codes von Envato (zip), der mit WordPress dann installiert werden kann (oder mit FTP). Wir empfehlen die Verwendung des Childthemes (ist inkludiert), da man Anpassungen dann im child theme machen kann und updates des parent themes diese nicht überschreiben (https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme).

    Es ist nur WordPress notwendig.

    Die Lizenz ist genau für eine Website (Migration auf eine andere domain ist möglich, aber Enfold darf nur auf einer laufen). Updates sind inkludiert – zeitlich nicht begrenzt. Nur die lizenz für support muss verlängert werden.

    7. Support in deutscher Sprache ? Das wäre schön

    Die Moderatoren sprechen Englisch, daher ist eine raschere Antwort in Englisch möglich. Ich bin nicht ständig im Forum – daher kann eine Antwort in Deutsch länger dauern.

    Hoffe, das hilft einmal weiter.

    Hier noch ein Link zu der Dokumentation: https://kriesi.at/documentation/enfold/
    Best regards,
    Günter

    in reply to: Fragen zum Support #1032987

    Hey Christoph von Borries,

    Siehe private content.

    LG,
    Günter

Viewing 30 posts - 1,651 through 1,680 (of 3,695 total)