Forum Replies Created
-
AuthorPosts
-
June 7, 2022 at 11:55 am in reply to: Button link within the tab section does not work properly #1354373
Hey!
For your information:
This problem is fixed in oncoming version 5.0.
You also have a new option “Deeplink String” (Advanced Tab -> Developer Settings) where you can define a custom lnk hash for the tab.
Cheers!
GünterJune 4, 2022 at 3:10 pm in reply to: Google Search Console error – Duplicate field “FAQPage” #1354150Hey Jannis95,
If you have a staging site can you try the following fix please:
In file enfold\config-templatebuilder\avia-shortcodes\toggles\toggles.php around line 1133 you find:
$markup_faq = ''; if( ! empty( $atts['faq_markup'] ) ) { $markup_faq = avia_markup_helper( array( 'context' => 'faq_section', 'echo' => false ) ); }
After this please add:
static $markup_count = 1; if( $markup_count > 1 ) { $markup_faq = ''; } $markup_count++;
If you need help please let us know and we can do it for you. Do not forget to make a backup of the original file for a fallback.
Let us know if it worked.
Best regards,
GünterJune 4, 2022 at 3:03 pm in reply to: How to overwrite the new class-avia-masonry.php using the child theme? #1354149Hi,
In addition to @Guenni007:
If you only modify class-avia-masonry.php you can copy the original file to “$template_url.’/shortcodes/'” and your copy will be loaded before the original file preventing loading this.
There is no need for a directory structure.
Only in case you need control which modified files in your child theme must be loaded before other files you can create a directory structure but must add this structure e.g.
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes_1/', $template_url.'/shortcodes_2/' ); return $paths; }
and then file inside shortcodes_1 are loaded before files in shortcodes_2.
Best regards,
GünterHi Roger,
@EZWebdesign – Thanks a lot for your work.Added to core. Have a great day.
Best regards,
GünterMay 24, 2022 at 4:34 pm in reply to: Division by zero for slideshow accordion without slides #1352784Hi,
Thanks for reporting this.
Fix will be included in Enfold 5.0.
If you need a temporary fix let us know and we can provide it.
Best regards,
GünterHey Ralf Schlieper,
Danke für Ihre Anfrage.
Unser Theme wird nur über Theme Forest vertrieben (https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990).
Eine deutsche Übersetzung ist integriert, wird aber nur von der Community gewartet und ist zur Zeit etwa 70%.
Von unserer Seite aus erfolgt keine aktive Übersetzung, aber mit dem kostenlosen plugin https://wordpress.org/plugins/loco-translate/ kann man dies leicht selber machen.
Einige user (z.B. Holland, Italien, Frankreich) stellen es dann zur Verfügung und wir integrieren es.
Es würde uns freuen, wenn Sie sich für Enfold entscheiden. Eine neue Verison 5.0 mit neuen Features ist in Arbeit.
https://kriesi.at/support/topic/enfold-upcoming-fixes/
Best regards,
GünterHi,
Here you can find a rough overview of upcoming releases:
https://kriesi.at/support/topic/enfold-upcoming-fixes/
Best regards,
GünterHi,
@THP StudioYes, we have it on our radar and have started adding support. Will be in one of the next releases.
Best regards,
GünterApril 25, 2022 at 1:57 pm in reply to: Icon Grid (Image Flip Box) broken after Enfold upgrade from ver. 4.8.7.1 to 4.9 #1349407Hi,
Thank you for reporting this – and very sorry for the problems.
Icon Grid problem should be solved – please check your staging site. Was caused by a wrong selector to apply the selected font size (resulted in a wrong padding).
Widget problem also solved for ALB Widget area.
Already added for next update 4.9.2.2 which is planned in the next days.
If you do not want to wait you can copy the 2 modified files (do not forget to make backups of the original files for a fallback):
enfold\config-templatebuilder\avia-shortcodes\icongrid\icongrid.php
enfold\config-templatebuilder\avia-shortcodes\widgetarea\widgetarea.phpAnd you need to save theme options to invalidate the post css files and clear server and browser cache.
Best regards,
GünterHey Arjan van Dongen,
Thank you for using Enfold.
You mean, that if you make changes to a theme option setting (e.g. General Styling -> Logo Area -> Primary color ) this change should be reflected in all other languages (no matter in what language you make the change).
We did not consider this up to now – but it makes sense. Though there are a few things to consider that need translation like pages, images.
I will add this to our dev repo.
Best regards,
GünterHi,
No idea why the script is reported as a security alert.
The only thing you can try is if you do not need the GDPR stuff to remove our script with the filter and enqueue your own or modify the core file and only use the code within
if( allow_continue )
Maybe there is an option to allow fonts.googleapis.com as a secure link ?
Best regards,
GünterHey mikestoltz,
Thank you for using Enfold.
Yes, it is part of Enfold and can be found in enfold\framework\php\class-style-generator.php function link_google_font() around line 763ff.
Script is used to load google fonts (with a prior GDPR check).
If you do not use Google fonts you can remove the script with filter ‘avf_output_google_webfonts_script’. Return false (or anything but not true).
If you need help with the filter let us know.
Best regards,
GünterApril 19, 2022 at 5:45 pm in reply to: Fatal error: Uncaught Error: Class 'avia_auto_toc' not found #1348842Hi,
Thanks for your feedback.
Glad we could help you. Enjoy the theme and have a great day.
Feel free to come back whenever you need assistance.
Best regards,
GünterApril 19, 2022 at 5:27 pm in reply to: Fatal error: Uncaught Error: Class 'avia_auto_toc' not found #1348835Hey TheBiZWeavers,
$toc = new avia_auto_toc;
replace with
$toc = new \aviaFramework\widgets\avia_auto_toc;
We added our widgets into namespace \aviaFramework\widgets\.
Best regards,
GünterHi,
Having a look in your backend:
PHP is very outdated with 5.6.40. You should upgrade to minimum 7.4.xx (or 8.0.xxx) – also for security reasons.
Enfold is also not up to date – we have 4.9.2.1 out since a few weeks.Also depending on your hoster it could be, that he is doing some caching. You should check this and if yes, maybe he can provide you a staging server without this caching for testing.
WPML has integrated the translation management in core lately (it was a seperate plugin before) – therefore they encourage to use “Translate” and not “Duplicate”.This also works very well with our Advanced Layout Builder.
We have fixed 2 minor WPML bugs in next Enfold 4.9.2.2 – so if update to 4.9.2.1 does not help we can give you a pre release of 4.9.2.2 to test.
Best regards,
GünterHi,
Thanks for your feedback.
Glad we could help you.
Enjoy the theme and have a great day.
Feel free to come back when you need further assistance.
Best regards,
GünterHi Tim,
I’ve not really digged into schema.org.
But having a look at https://schema.org/VideoObject and the examples at the bottom of the page the only idea I have would be to add a meta tag like:
<meta itemprop="contentUrl" content="link_to_video" />
right after the opening div of the video element.
Could you check if this helps please?
Best regards,
GünterHi,
Sorry for the problems.
This seems to be very much related to WPML.
As a first step open a support ticket at WPML.
We have made a few changes with the compatibility team recently. It might be necessary to update to the latest theme version 4.9.2.1 (or they will update you to a later version that contains the fixes but is not released yet).
If WPML support cannot help, please send us the link to your support ticket and we will get in touch with head of compatibility team.
Best regards,
GünterHey Caiser_Souze,
Sorry for the problems.
Please update to the latest version 4.9.2.1. This should fix the problems.
Best regards,
GünterHi Vera,
Sorry for the late reply.
Please check this:
On my install it works.
Best regards,
GünterHi,
Sorry for the problems.
To me this sounds as a main problem coming from WPML (and maybe in conjunction with the classic editor translations). As far as I know WPML has switched to translation manager (which is now part of the core) and deprecated the classic.
So as a first step please open a ticket with WPML (and you can also add the link to this post there) and provide links to your staging site.
The compatibility team will then check your problem and get in contact with us if necessary.
Best regards,
GünterApril 5, 2022 at 1:39 pm in reply to: Touchable Elements like ELementor and Betheme and all others #1347280Hey Raph,
Thank you for contacting us.
I added a note to our dev repo to consider it in an upcoming release.
We are currently having a focus on frontend features to make Enfold more user and mobile friendly.
Please check out the changelog and also https://kriesi.at/support/topic/enfold-upcoming-fixes/
Best regards,
GünterHi,
Checking Enfold for the filter:
$lightbox_img_size = apply_filters( 'avf_alb_lightbox_image_size', 'large', $this->config['shortcode'], $atts, $content );
is used in context of:
‘av_gallery’
‘av_horizontal_gallery’For masonry elements (class-avia-masonry.php):
$lightbox_img_size = apply_filters( 'avf_alb_lightbox_image_size', $lightbox_img_size, 'avia_masonry', $entry, $this->config );
For slideshow elements (class-avia-slideshow.php):
$this->config['lightbox_size'] = apply_filters( 'avf_alb_lightbox_image_size', $this->config['lightbox_size'], 'avia_slideshow', $this->config, '' );
It might need to extend the filter function and check the additional parameters of the filter if you need more control.
Best regards,
GünterApril 2, 2022 at 4:43 pm in reply to: Fullwidth easy slider not full width in WPML translated pages #1346990Hi,
As far as I could check the fix provided by WPML seems to solve the problem.
We will add it to our next release.
Best regards,
GünterHey Tim,
Thanks for contacting us.
A very rough overview of Enfold 5.0 plans you find here:
And we will have a focus on frontend in future (after having spent a lot in backend dev in the last releases).
I added this post to our dev repo.
To your questions:
– caption is used in lightbox title only in this element and is stored in the media library so it is available throughout the site
– custom image links added to media library are used throughout the site (as far as I know) – there is no way to limit them to a gallery. I can think of a filter to allow to customize them – all other would be too complicate and blow up code (and database).Best regards,
GünterHi @BigBatT,
Thanks a lot for your work.
Added to core for next release. Have a great day.
Best regards,
GünterHi,
For the gallery if you look into gallery.php for the filter:
$lightbox_img_size = apply_filters( 'avf_alb_lightbox_image_size', 'large', $this->config['shortcode'], $atts, $content );
it is
$this->config['shortcode'] = 'av_gallery'
This rule should follow in other shortcodes also.
Best regards,
GünterMarch 31, 2022 at 12:23 pm in reply to: Fullwidth easy slider not full width in WPML translated pages #1346733Hi,
We are in contact with the WPML compatibility team and are working on a solution.
Thank you for your patience.Best regards,
GünterHey Jan,
Thank you for your interests on Enfold 5.0 (and oncoming versions).
There are 4 major features we plan. I can only give a rough idea here at the moment as we are still working on it:
– New ALB element “Section Slideshow” (like tab section you can create custom content slides and show them in a slideshow)
– Curtain reveal option for images, columns, images in masonry elements
– Positioning ALB elements inside their surrounding container (position: relative, absolute and this responsive)
– Parallax effect for ALB elements (planned is also left/right)Best regards,
Günter -
AuthorPosts