Forum Replies Created
-
AuthorPosts
-
Hey Lee,
Sorry for the problems.
Please update to 4.8.1 released this weekend, open the page affected, click the first element on this page for editing, save the element and update the page.
Clear server and browser cache. This should fix the problem.
Best regards,
GünterMarch 7, 2021 at 2:10 pm in reply to: Layout Elements Not Aligning Correctly after latest Update? #1286196Hey waingroove,
Thank you for using Enfold. Please update to the latest version 4.8.1. This should fix the problem.
Best regards,
GünterHi,
Thank you for using Enfold and the feedback to the new feature custom elements.
I opened a few pages in backend (CET enabled) but could not find one with a tab and opening a modal popup on a page worked.
Can you please provide me a link to a page where I can see the problem. If you add the link in Private Content it is only visible to moderators.
If it is possible please enable debug mode by adding the code provided in this link to your functions.php file which can be accessed from Appearance > Editor
This lets you view the shortcode for all the page elements.
Best regards,
GünterHey Rustybucket,
tweak: ensure that WPML language theme options are in sync with main options
As Enfold is growing and new theme options are added we recognised that the theme options in a different language do not recognise the new options which might cause undefined index notices or unwanted behaviour. This was fixed now.
added: WPML global theme options support across all languages
For the new custom elements we needed to set the options globally – means across all languages. This was not possible before. You had to set the options for each language seperate – which does not make sense. Existing options are not affected.
Best regards,
GünterHey Guenter!
4.8.1 is only a hotfix release.
The only important change is in config-templatebuilder/avia-template-builder/php/shortcode-helper.class.php line 584:
$sc .= "\n";
was changed back to
$sc .= "\n\n";
as prior to 4.8.
This caused additional br tags between ALB elements that broke layout.
Regards,
GünterMarch 4, 2021 at 10:20 am in reply to: display the last (not the latest/newest) posts on a single post page #1285308March 3, 2021 at 6:16 pm in reply to: display the last (not the latest/newest) posts on a single post page #1285085March 2, 2021 at 5:22 pm in reply to: display the last (not the latest/newest) posts on a single post page #1284835March 2, 2021 at 11:06 am in reply to: display the last (not the latest/newest) posts on a single post page #1284651Hi,
Thanks for this feedback, I changed it to avf_breadcrumbs_external.
Best regards,
GünterHi,
In this filter you can call your function and return your result string or an empty string (if you do not like a breadcrumb or handle output by yourself).
If you return boolean false, than our logic will proceed.You can use any logic inside the filter you need to decide what to do.
The frame would look like (put e.g. in functions.php of your child theme):
function my_breadcrumbs_shortcut( $breadcrumb, $args ) { $breadcrumb = your_breadcrumb_function( $args ); return $breadcrumb; } add_filter( 'avf_breadcrumbs_shortcut', 'my_breadcrumbs_shortcut', 10, 2 );
If you need more help with using or adding the filter let us know and we can add it for you.
Best regards,
GünterHey Mischa,
Thank you for using Enfold – and thanks for reporting this.
It is fixed in the next update.
Enjoy the theme and have a great day.
Feel free to come back whenever you need any assistance.
Best regards,
GünterHi,
I added a filter for the next release at the beginning of the function:
function avia_breadcrumbs( $args = array() ) { global $wp_query, $wp_rewrite; /** * Allow to shortcut breadcrumb trail. Return anything then false to shortcut. * * @since 4.8 * @param boolean $value * @param array $args * @return string|false */ $breadcrumb_shortcut = apply_filters( 'avf_breadcrumbs_shortcut', false, $args ); if( false !== $breadcrumb_shortcut ) { return $breadcrumb_shortcut; } ........
This is more flexible in case we move this function in a class.
Best regards,
GünterHey BelIblis,
Thank you for reporting this.
I added an issue to our dev repo to be reviewed for one of the next releases.
Best regards,
GünterHey THP,
Thank you for this input.
I opened an issue in our dev repo and we will have a look how it is possible to integrate this.
Best regards,
GünterJanuary 26, 2021 at 2:49 pm in reply to: Cross site scripting vulnerability with pagination #1275498Hi,
Digging deeper: this seems to be a problem in WP core.
We are using the standart WP function ‘get_pagenum_link’ to get and modify the result query string for paging. Adding your string above to a URI WP returns the injection unmodified from this function.
In my opinion this should be handled by WP. Maybe you can try to open a ticket at WordPress.org and report it there?
Best regards,
GünterJanuary 26, 2021 at 1:59 pm in reply to: Cross site scripting vulnerability with pagination #1275482Hi,
Sorry for the late reply and thanks for the links.
With the next version we added a fix for injecting paging reported in another similar case. Can you please try if this fixes your case also.
In framework\php\function-set-avia-frontend.php around line 1401 (in function avia_which_archive() ) you find:
if (isset($_GET['paged']) && !empty($_GET['paged'])) { $output .= ' ('.__('Page','avia_framework').' '.$_GET['paged'].')'; }
Replace these lines with:
if( isset( $_GET['paged'] ) && ! empty( $_GET['paged'] ) ) { // avoid xss vulnerability - e.g. injection of code $output .= is_numeric( $_GET['paged'] ) ? ' (' . __( 'Page', 'avia_framework' ) . ' ' . $_GET['paged'] . ')' : ''; }
Do not forget to make a backup of the originla file for a fallback and clear server and browser cache.
If you want us to make the changes please provide WP admin and FTP access.Best regards,
GünterJanuary 22, 2021 at 12:28 pm in reply to: Cross site scripting vulnerability with pagination #1274665Hey Tobias,
Thank you for using Enfold and reporting this.
Could you please tell us the steps to reproduce this – so we can check?
Normally WP should filter the query strings as far as I’m concerned – but I’m not a security expert.
Best regards,
GünterHey Detlef Lehmann,
Danke für Ihr Interesse.
Eine reguläre Lizenz von Enfold können Sie nur hier beziehen:
https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
Es gibt auch eine deutsche Übersetzung inkludiert, die von Usern gemacht werden.
Wir würden uns freuen, wenn Sie sich für Enfold entscheiden.
Es ist intuitiv zu bedienen und kann leicht angepasst werden. Bei Fragen stehen wir im Forum gerne zur Verfügung.Ich wünsche auch Ihnen alles Gute für 2021.
Best regards,
GünterHey Luigi,
Thanks a lot.
Our team also wishes you merry christmas all the best for the next year. Take care of you and stay healthy.
Best regards,
GünterHi,
We added an option to Product Grid and Product Slider where you can choose the image size.
Should be in next update. Please check the changelog.Best regards,
GünterHey Thomas,
Thank you for using Enfold and for this info.
We have been already testing Enfold with Jquery 3 and did not find any problems (Enfold 4.7.6.4).
WP provides a plugin https://wordpress.org/plugins/wp-jquery-update-test/ – “Test jQuery Updates” to test your environment with your additional plugins.
Have a nice day.
Best regards,
GünterNovember 6, 2020 at 2:09 pm in reply to: How to deactivate default entypo-fontello iconfont? #1258867Hi,
The default iconfont Entypo-fontello from Enfold is included in theme. Please check:
enfold\config-templatebuilder\avia-template-builder\assets\fonts\……
So they are loaded from your server and not from a 3rd party external server. That should be GDPR compliant as no user data is requested to load the font.
Hope this helps you.
Best regards,
GünterNovember 4, 2020 at 2:55 pm in reply to: Implementing data-nosnippet attribute (and others related) #1258287Hey Ricard,
Thank you for using Enfold – and thank you for this input.
I added it to our dev repo.
Have a great day.
Best regards,
GünterHi,
This “problem” is not a bug – it is the behaviour of this element. The filter buttons are only applied to the elements loaded (= “All”) and there is no callback to the server to load more elements automatically. This is intended and if you want a limitation with paging and filter.
Filter is based on https://isotope.metafizzy.co/ and changing this would need a complete redesign – at the moment there are no plans.
Best regards,
GünterHi,
If you are selecting the links in dropdowns like your screenshot Enfold is using the unique id’s. So it is save to change title, slug and even the WP permalink structure.
Only if you enter links “hardcoded” (e.g. when using setting manual) you have to take care of that yourself.
Hope this helps you?
Best regards,
GünterPS. Also categories, taxonomy links are always safed by id’s.
Hi,
Danke für die Info.
Hab es in unser Repo aufgenommen für das nächste Release.
Soweit ich auf die Schnelle sehe, sollte (function-set-avia-frontend.php Zeile 1401)
if (isset($_GET['paged']) && !empty($_GET['paged']) && is_numeric( $_GET['paged'] ) )
das Problem für diesen Fall lösen. Were aber auch durchschauen, ob es anderswo auch noch Probleme gibt.
Ich wünsche Dir einen schönen Tag noch und viel Freude mit Enfold.
Best regards,
GünterHi,
Thanks for home4.
It seems to be a problem with your install. If I copy the shortcode of this page to my server (no plugins except WooCommerce) I can save it and edit it.
Please try to deactivate all plugins and check.Best regards,
GünterOctober 15, 2020 at 10:13 am in reply to: Code Block ALB Element and insert Code as Content #1252966 -
AuthorPosts