Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for pointing at this: I just updated https://kriesi.at/documentation/enfold/changelog/.
Best regards,
GünterHey idemadv,
Thank you for using Enfold.
Please check:
and also:
https://kriesi.at/support/topic/how-to-use-avf_custom_svg_shapes/Additional Info:
Please check enfold\config-templatebuilder\avia-template-builder\php\class-svg-shapes.php
‘attachment’ and ‘attachment_negative’ have been added for attachment ID’s, so you can use WP media uploader.
Best regards,
GünterHi,
Ja, wir haben mit 6.11.8 die letzte Version.
Leider ist Layerslider nicht in der Lage, einen fix für das Problem zu liefern. Nach ihrer Aussage arbeiten Sie zur Zeit an einem update, können aber keine ETA angeben.
Best regards,
GünterHi,
Did you clear your browser cache – I have black sections, our selector is used and I do not see any #main .container_wrap selector for the sections ?
Also try an incognito window.
Best regards,
GünterHey Micha66,
Thank you for using Enfold – and sorry for the problems.
There is a release planned for today that might solve your issue.
Please update the theme and let us know, if it is solved.Best regards,
GünterAugust 2, 2021 at 12:50 pm in reply to: After Enfold Update, Top and Bottom Margins Are Messed Up #1313900Hey Bobby,
Sorry for the problem.
This bug should be fixed with the next release 4.8.6 – planned for today.
Let us know, if the update helped.
Best regards,
GünterHey!
Thanks. I updated the 5 strings.
Usually I prefer to use https://wordpress.org/plugins/loco-translate/
– install the plugin on a staging site (you may use real site also), upload the latest theme version
– goto WP Dashboard -> Loco Translate -> themes -> Enfold
– Select Czech
– On Editor tab translate the strings and save
– In ../enfold/lang you find cs_CZ.mo and cs_CZ.po
– add these 2 files to a zip so we can add them to coreCheers!
GünterJuly 31, 2021 at 4:36 pm in reply to: Enfold 4.8.5 breaks Masonry Gallery – images not showing #1313597Hi,
Fix will be included in next release.
If you want you can replace:
enfold\config-templatebuilder\avia-shortcodes\av-helper-masonry.php
enfold\config-templatebuilder\avia-shortcodes\masonry_gallery\masonry_gallery.php
enfold\config-templatebuilder\avia-shortcodes\masonry_entries\masonry_entries.phpwith:
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_5/template_builder/av-helper-masonry.php
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_5/template_builder/masonry_gallery.php
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_5/template_builder/masonry_entries.php– do not forget to make backup of files for a fallback
– save theme options (this invalidates all our post css files and forces a rebuild)
– clear server and browser cacheBest regards,
GünterJuly 31, 2021 at 12:25 pm in reply to: Enfold 4.8.5 breaks Masonry Gallery – images not showing #1313584Hey Michael,
Thank you for using Enfold.
Sorry for the problems. We are working on a fix for this bug and are planing a release on monday.
I will let you know, when we have the solution asap.
Best regards,
GünterHey Blanche,
Thank you for using Enfold.
The login did not work.
But you seem to use custom CSS:
#main .container_wrap{
background-color:transparent;
}This is overriding our stylings we moved from inline style to a post css file since 4.8.4:
.avia-section.av-7hswsj-2158e82c968e2b97fb5ef1c60194f984 {
background-color: #000000;
}Change your styling to:
#main .container_wrap :not(.avia-section) {
background-color:transparent;
}Best regards,
GünterHi,
Second Step:
– On WP Dashboard goto theme options page
– change and revert back any option to enable “Save all changes” button
– click the “Save all changes” button– Clear server and browser cache again
——
The reason to save theme options is that this invalidates the generated css files and forces a rebuild so the changes in new hr file can be applied. Else it loads the incorrect css stylings from the old hr file.
Best regards,
GünterHi,
Thank you for the credentials.
I checked your homepage.
If you open the page in the editor in backend, scroll down and open the 1/3 column containing the text “Sermons”.
Click “Row Settings” Tab -> “Row Margins” Toggle you have a checkbox “Custom top and bottom margin”.
This checkbox is checked and causes the negative margin to be applied. If you uncheck this and save the page the columns will move down.
———-
I copied your shortcode of this page to my dev server and I see the same layout. I rolled back to 4.8.3 and the layout does not change. Only when I uncheck the checkbox the columns move down.
———
What was the last version before you updated to 4.8.4/4.8.5 ?
Best regards,
GünterBest regards,
GünterJuly 30, 2021 at 3:39 pm in reply to: Can't see content on Home Page after update to 4.8.4 or 4.8.5 #1313476Hey MikepFive5,
Thank you for using Enfold – and sorry for the late reply.
I deactivated Enfold js merging and the page loads.
When activated I get a js error in console: Uncaught SyntaxError: unexpected token: ‘!’
You are having a lot of plugins running.
Try to deactivate all, check and reactivate one by one and check.
Or use a cache plugin like WP Super Cache, ….Hope this helps you.
Best regards,
GünterHey Kyle,
Sorry for the late reply – and sorry for the problems.
The problem will be fixed in the next update we plan on monday evening.
Meanwhile you can replace enfold\config-templatebuilder\avia-shortcodes\hr\hr.php
with the content of
– do not forget to make a backup of the original file for a fallback
– save theme options to invalidate the post css files and allow a rebuild
– clear server and browser cacheIf you want us to do it, please let us know.
Best regards,
GünterHi,
Sorry for the problems.
We are planning a release for monday fixing this problem.
Menawhile you can replace enfold\config-templatebuilder\avia-shortcodes\hr\hr.php
with the content of
– Do not forget to make a copy of the original file for a fallback
– Save theme options to invalidate the post css files and allow a rebuild
– clear server and browser cacheIf you want us to do it, please let us know.
Best regards,
GünterHey webdesignbyfaith,
Thank you for using enfold – and sorry for the problems.
As far as I see you have defined a negative margin of -50px for the equal height columns (Sermons, …) – that moves the content up.
There had been changes with 4.8.4 – but I cannot reproduce on my install your problem.
Could you create a WP admin account for us so we can have a look in the backend on the page.
And 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 us view the shortcode for all the page elements.
Best regards,
GünterHey Manfred,
Thank you for using Enfold.
Sorry for the problems. It will be fixed in next update.
Meanwhile you can replace
enfold\config-templatebuilder\avia-shortcodes\toggles\toggles.php
enfold\config-templatebuilder\avia-shortcodes\toggles\toggles.jswith the content of:
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_5/template_builder/toggles.php
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_5/template_builder/toggles.jsIf you want us to do it please let us know.
– do not forget to make copies of the original files for a fallback
– save theme options to invalidate the post css files and allow a rebuild
– clear server and browser cache.Best regards,
GünterHi,
Glad that this fix helps.
We plan a release on monday evening including this fix and also others.
You can check here: https://kriesi.at/support/topic/enfold-upcoming-fixes/
Best regards,
GünterHi,
Sorry, I forgot to mention:
– Save theme options to invalidate all post css files and allow a rebuild
– clear server and browser cache againbtw: latest version of columns.php (there had been more modifications):
Best regards,
GünterHi,
The problem will be fixed in the next release on monday.
If you want you can update enfold\config-templatebuilder\avia-shortcodes\columns\columns.php
with the content of
– do not forget to make a backup of the original file for a fallback
– save theme options to invalidate all post css files so they can be rebuilt
– clear server and browser cacheBest regards,
GünterHi,
Thanks for the feedback.
I see that the colums have a padding:0 in our post css file which overrides your padding:30px in your _layout.scss.
This line with padding:0 is removed in the next version.So I think the next update should fix the problem.
If you want you can update enfold\config-templatebuilder\avia-shortcodes\columns\columns.php
with content of
– Do not forget to make a copy of the original file for a fallback
– Save theme options to invalidate all post-css files so they are rebuilt
– clear server and browser cacheBest regards,
GünterHey operaghostit,
Sorry for the problems.
Can you please create a WP admin account for us so we can check your backend?
You can add them to private content (only visible to moderators and you).
And please also specify what exactly is broken.
Best regards,
GünterHey steel-blue,
Sorry for the problems.
Can you please specify which elements make the problem.
Please create a WP admin account for us so we can have a look in your backend.
And a link to the pages affected and what exactly is affected would be helpful.
If it is columns with background images and background color we could locate problems with older shortcodes and 4.8.4/4.8.5.
We plan a release on monday which will be fixing this problem.
Best regards,
GünterHi,
Gerne. Viel Freude noch mit dem Theme. Gerne stehen wir für weitere Fragen / Probleme zur Verfügung.
Best regards,
GünterHi,
Glad we could solve your problem.
Enjoy the theme and have a great day. Feel free to come back when you need further assistance.
Best regards,
GünterHi @MPadelt,
Thanks for this hint. You are right. When I remove background=’bg_color’ and the gradiant attributes I get the selected background_color.
As I can now reproduce it I can find a solution.
We will release an update on monday evening containing the fix. I will provide a link here to an updated file as soon as I have it.
Best regards,
GünterHi @Bassmann
Please open an own thread and provide WP admin credentials so we can check your backend. And also which page have the problem.
Best regards,
GünterJuly 29, 2021 at 5:26 pm in reply to: Theme upgrade causes /shortcodes/av-helper-masonry.php to crash site. #1313296Hey Nancy,
With 4.8.4 there has been a heavy change in Enfold intruducing post-css files.
Inline style=’…’ in html tags will be removed and moved to a post specific css file with selectors.Masonry elements already have been updated – also av-helper-masonry.php. You will have to review the original file.
I do not know what you did, but please check functions get_element_styles() and also how default values are set now.
Hope this helps you.
Best regards,
Günter -
AuthorPosts