Forum Replies Created
-
AuthorPosts
-
Hey keeslamper,
Thank you for using Enfold.
There is a filter for the logo:
enfold\framework\php\function-set-avia-frontend.php line 546:
$logo = apply_filters('avf_logo_final_output', $logo, $use_image, $headline_type, $sub, $alt, $link);
For the blog:
enfold\includes\loop-index.php line 69:
$current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], $size);
replace with:
$current_post['slider'] = apply_filters( 'avf_post_featured_image_link', get_the_post_thumbnail( $current_post['the_id'], $size ), $current_post, $size );
Hope this will help you.
I added this filter to our repo – so it should become part of the core in one of the next updates.
Best regards,
GünterHi,
Sorry for the late reply.
I added a testpage “Enfold Test”. For this page the preview works fine as it should – adding a new element shows up in the preview without saving.
It seems that the content of your mentioned pages causes the problem.
Try to rebuild a page element by element and check after each new element, when the preview breaks (and if it is really this element by rebuilding the page again without using this element).
This is the only way to narrow down the problem.
Best regards,
GünterJanuary 30, 2019 at 6:00 pm in reply to: How to Remove Admin Bar Editor Type from Displaying – (Advanced Layout Builder) #1060573Hey Manny,
Thank you for using enfold.
I added a filter for the next update.
Meanwhile please replace
enfold\config-gutenberg\class-avia-gutenberg.php
with
Then you can use a filter:
add_filter( 'avf_gutenberg_admin_bar_edit_page_info', 'modify_admin_bar_edit_page_info', 10, 1 ); function modify_admin_bar_edit_page_info( $show ) { $show = 'hide'; return $show; }
Best regards,
GünterJanuary 30, 2019 at 11:26 am in reply to: Button Element fixiert in einer Zelle über Hintergrund mittig unten platzieren #1060430Hi,
Danke dass Du Enfold verwendest und die passende Lösung gefunden hast.
Bei weiteren Fragen kannst Du gerne ein neues Topic anlegen.
Viel Freude noch mit Enfold.Danke für die Hilfe :)
Best regards,
GünterHi,
Glad we could help you.
Enjoy the theme and feel free to come back if you need further assistance.
Best regards,
GünterHi,
Sorry for the late reply but it took some time to get access to the plugin.
As I expected:
In plugins\woocommerce-follow-up-emails\templates\email-variables\item-prices-image.php line 46:
return apply_filters( 'woocommerce_product_get_image', $image, $product, $size, $attr, $placeholder );
There is one parameter missing.
The standard WC filter signature is with 6 parameters – see woocommerce\includes\abstracts\abstract-wc-product.php line 1835:
return apply_filters( 'woocommerce_product_get_image', $image, $this, $size, $attr, $placeholder, $image );
Please report it to the plugin authors to fix this.
As a temp. fix you can change in enfold\config-woocommerce\config.php line 2251:
add_filter( 'woocommerce_product_get_image', 'avia_wc_widget_product_image_size', 10, 6 );
to
add_filter( 'woocommerce_product_get_image', 'avia_wc_widget_product_image_size', 10, 5 );
and line 2299:
function avia_wc_widget_product_image_size( $image, $product, $size, $attr, $placeholder, $image1 )
to
function avia_wc_widget_product_image_size( $image, $product, $size, $attr, $placeholder )
Best regards,
GünterHi,
Glad we could help you.
Enjoy the theme and feel free to come back if you need further assistance.
Best regards,
GünterHi,
Seems to be a problem with woocommerce-follow-up-emails plugin. See private content below #3 and #4.
I do not have access to this plugin so I cannot check it – but the Stack trace in #3 shows the apply_filters call – probably this is the reason.
Best regards,
GünterHi,
I checked the problem with WooCommerce 3.5.3 and Enfold 4.5.2 (but should also be the same with prior versions)
In woocommerce\includes\abstracts\abstract-wc-product.php line 1835:
return apply_filters( 'woocommerce_product_get_image', $image, $this, $size, $attr, $placeholder, $image );
This is exactly the signature for our function definition with 6 parameters in enfold\config-woocommerce\config.php line 2251:
add_filter( 'woocommerce_product_get_image', 'avia_wc_widget_product_image_size', 10, 6 );
and line 2299:
function avia_wc_widget_product_image_size( $image, $product, $size, $attr, $placeholder, $image1 )
Might be one of your plugins or custom code hooks wrong into this filter or calls the filter with only 5 parameters.
Best regards,
GünterHi,
Ja, bitte – mach einen neuen thread auf und gib uns einen WP admin account (in private content).
Auch bitte einen Link zu der Seite die Probleme macht.Best regards,
GünterHi,
We try to keep Enfold compatible with as many plugins as possible – but this is not always possible as there are so many plugins around. And a plugin with only 3k downloads is not very popular.
I downloaded it and activated it – it does not show any errors on my dev server.
I do not have google accounts to test it. If you provide me a working account and describe, what to do to reproduce the error I will have a quick look. But we ask for your undrstanding that we cannot spend too much time on that.
Best regards,
GünterHi,
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ünterHi,
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ünterHey 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ünterDecember 19, 2018 at 12:48 pm in reply to: Advanced Layout Editor is not active any more! URGENT! #1047162Hey 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ünterHi,
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ünterHi,
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ünterHi,
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ünterDecember 18, 2018 at 4:28 pm in reply to: WordPress 5.0.1 Security Release / Enfold 4.5.1 Question #1046934Hi,
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ünterHi,
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ünterHey Michael,
Thanks for your input. I added this to our slack channel for discussion.
Have a nice day and enjoy Enfold.
Best regards,
GünterHi,
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:
And here is the list of characters and their replacement:
for example:
Replace
>
with ###gt###
Hope this will help you.
Best regards,
GünterDecember 18, 2018 at 3:23 pm in reply to: Enfold 4.5.1, Woocommerce memberships 1.12.1, WordPress 5.0.1 #1046911Hey 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ünterHey 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ünterHey 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ünterDecember 18, 2018 at 2:06 pm in reply to: Pagination broken in Enfold when WPML Multilingual CMS plugin enabled #1046861Hi,
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ünterDecember 17, 2018 at 4:13 pm in reply to: Custom Footer Page – How to prevent it appearing in search results #1046357Hey!
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ünterDecember 10, 2018 at 12:33 pm in reply to: Invalid argument supplied for foreach() in /helper-assets.php on line 329 #1043014Hi,
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ünterDecember 7, 2018 at 6:06 pm in reply to: Pagination broken in Enfold when WPML Multilingual CMS plugin enabled #1042137Hi,
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 6 years, 1 month ago by Günter.
-
AuthorPosts