Forum Replies Created
-
AuthorPosts
-
Hi,
Glad we could solve it and everything works.
Enjoy the theme and have a great day. Feel free to come back when you need further assistance.
I will close this thread for now.
Best regards,
GünterHi,
Yes, you can add it to
enfold-child/shortcodes/hr
but you also have to copy hr.css from parent theme.
AND: do not forget to remove it after next theme update !!
Best regards,
GünterHi,
Sorry, I forgot to mention:
– Save theme options to invalidate all post CSS files and force a rebuild on page load
– Clear server and browser cacheSeems that this is the old post-css file (because I added the .av-equal-height-column-flextable selector).
You should find this in line 1393 of the modified file.Best regards,
GünterHi,
Please try to update with this file (selector is more specific now and should not be overridden):
Best regards,
GünterHey eddygame,
Thank you for using Enfold and reporting this.
I changed the CSS selector for “Whitespace” – this should fix your problem.
Please update 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 all post CSS files
– Clear server and browser cacheIf you need help let us know and we can do it for you.
Fix will be in next update.
Best regards,
GünterHi,
Thank you for using Enfold.
Glad that the update solved the problem.
Enjoy the theme and have a great day. Feel free to come back when you need further assistance.
Best regards,
GünterHey JaimBateman,
Thank you for using Enfold and bringing this up.
There was a reason why we added #top because of selectors that have #top and override options.
I scanned the themes CSS files and think it is only margin settings that seem to make problems.
I removed #top for all other rules and left it only for margin.
But we need the (element id) in selector (prior 4.8.4 these rules were all added to inline style tags).
If you want to test, here is a link to the modified file. Replace enfold\config-templatebuilder\avia-shortcodes\columns\columns.php with the content of
Using #top #wrap_all …. should be safe to override our selectors also in future (we try to keep them as weak as possible).
Best regards,
GünterHi,
Thanks for the feedback – and glad we could solve the problem.
Fix is added for next release.Enjoy the theme and have a great day. Feel free to come back when you need further assistance.
Best regards,
GünterHi,
I refactored the styling of this element to be backwards compatible.
Can you please update
enfold\config-templatebuilder\avia-shortcodes\toggles\toggles.php
with the contents of
– Do not forget to make a copy of the original file for a fallback
– Clear server and browser cache
– Save theme options to invalidate and allow rebuild of all post CSS filesIf you want us to do it, let us know so we can help you.
Best regards,
GünterHi,
Ja, macht Sinn und ist glaub ich eine wichtige Erweiterung.
Wann immer Du Fragen hast bezügl. Code, …. kannst Du gerne auf mich zukommen (meine E-Mail hast Du jetzt auch).
Ich schliesse dieses Topic.
Einen schönen Abend noch.
LG aus Wien
GünterHi,
We could locate the problem and will provide you with a fix here tomorrow.
Best regards,
GünterHi,
Sorry again – this is a problem of a selector that is overwritten.
In enfold\config-templatebuilder\avia-shortcodes\columns\columns.php line 1393 you find:
'flex-column-table' => ".flex_column_table.{$element_id}",
Please replace this with:
'flex-column-table' => "#top .flex_column_table.{$element_id}",
This should fix the problem. If you need help, please let us know and we will do it for you. In this case we need WP admin account.
Or you can replace the file above with https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_5/template_builder/columns.php
Best regards,
GünterJuly 27, 2021 at 3:11 pm in reply to: Dark and Light Transparent buttons lost their outline with new update #1312760Hi,
Glad we could help you – and once again sorry for the troubles.
Enjoy the theme and have a great day.
Feel free to come back when you need further assistance – simply open a new thread please.
Best regards,
GünterHi,
Can you please update to the newest version 4.8.5 ? This should solve the problem.
Best regards,
GünterHey dokwerkers,
Thank you for using Enfold.
With 4.8.4 we started to extend styling possibilites for Elements in a step by step way.
The standard button, buttonrow and fullwidth button already have box shadow, border and background gradient color.
Please check out the latest version 4.8.5 (released yesterday) containing bugfixes from 4.8.4.
https://kriesi.at/support/topic/enfold-upcoming-fixes/
Best regards,
GünterHi,
Why is the media uploader structure independent when assigning a media attachment ID
If you look at config-templatebuilder\avia-template-builder\php\class-svg-shapes.php line 120ff you see the structure for defining you custom shape (added with 4.8.5):
'attachment' => int attachment id of uploaded media 'attachment_negative' => int attachment id of negative uploaded media
The attachment ID has info to the path of the uploaded file. When using ID’s ‘path’ and ‘filename’ are ignored.
Best regards,
GünterJuly 26, 2021 at 7:56 pm in reply to: Background Color Gradient w/ Transparency for Columns Broken in 4.8.4 #1312501Hey!
Sorry for the problems.
Thank you for reporting this. I added a fix in the next upcoming version 4.8.5 – was uploaded to Theme Forest a few minutes ago.
Hope this solves the problem.
Please let us know.
Best regards,
GünterHi Roger,
Thanks a lot for this. Is merged into core for next release.
Best regards,
GünterHi,
Thanks a lot for the feedback.
I opened an issue in our dev repo to implement these improvements.
upload via Media Library
I can add “attachment_id” as additional parameter to shape definition – to be independent from uploader directory structure.
Best regards,
GünterJuly 22, 2021 at 5:56 pm in reply to: Not getting the smooth scrolling on One Page Demo when clicking menu items. #1311562Hi,
yes, I added a fix and it worked on my install.
If you check enfold\js\shortcodes.js (at the bottom) you find $.easing functions with 1 argument.
Please make sure to clear server and browser cache.
Best regards,
GünterJuly 22, 2021 at 4:52 pm in reply to: Displayed Everywhere Widgets are not displayed anymore in latest Version #1311524Hi,
I tried to update your functions.php in child theme for testing but I could not.
At the moment Enfold does not support the block editor in the widget page (and probably other plugins also not).
In next release we will deactivate the block editor by default.
Meanwhile can you try to add this to your functions.php of the child theme please:
// Disables the block editor from managing widgets in the Gutenberg plugin. add_filter( 'gutenberg_use_widgets_block_editor', '__return_false' ); // Disables the block editor from managing widgets. add_filter( 'use_widgets_block_editor', '__return_false' );
or you can use this plugin: https://wordpress.org/plugins/classic-widgets/
Best regards,
GünterHey maxh_muc,
Thank you for using Enfold.
Out of the box there is no easy way.
What you have to do is create the complete shortcode av_table and then call do_shortcode with this string.
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.
The following steps can give you an idea how to do it:
– Create an empty page
– Add a new table element (in the debug window you see the shortcode for this “empty” element)
– Select the options as if you would enter the table manually – this will set all shortcode attributes for the table
– Add a single line and style it (this will set all shortcode attributes for a single line
– The shortcode in the debug window is the frame.
– Now your script must add all lines using av_row as “template” for a single line.
– The final string (av_table – av_row …. – /av_table ) can be passed to do_shortcode().Hope this helps you.
Best regards,
Günter -
AuthorPosts