Forum Replies Created
-
AuthorPosts
-
Hey Christian,
Danke. Habe es in allen deutschen Files korrigiert.
Ich wünsche Dir noch viel Freude mit dem Theme und ein schönes Wochenende.
Best regards,
GünterHi,
Thanks for the solution.
Reason why we excluded from magic wand button of normal editor is probably because it is not possible to edit the shortcode with the modal popup after saving. And there are a lot of options to set in av_playlist_element. Not user friendly and it might break the site if you make an error when editing shortcode directly.
As this is the first request only we will not modify it in core.
If it works for you – you can keep the modification. But you need to make it after each update.
Best regards,
GünterSeptember 20, 2021 at 12:19 pm in reply to: High number of reviews are cut off in woocommerce tab "Reviews" – BUG FIX #1321603Hey Chris_85,
Thank you for using Enfold and providing this solution – but it is too specific to get part of the core.
At the moment there is no easy way out of the box to use a modified js file in another location – so keeping track of these few changes and modify the core files will be the easiest way (also not to miss oncoming changes to php files).
Sorry, we cannot help this time.
Best regards,
GünterHi,
Thanks a lot – I merged it into core already. Next release is planned on monday.
streched missing a ‘t’
Thanks for that. Will also be upated in next release.
Best regards,
GünterHi,
You’re welcome – thanks again for your input to improve Enfold.
Have a great day.Best regards,
GünterHi,
Added a backend preview for the accordion and options to style color of toggle icon independent in normal and active.
Best regards,
GünterHi,
I added filter ‘avf_alb_rel_attr_for_link’ so it is possible to remove the noreferrer attribute for ALB elements.
Best regards,
GünterHey Tim,
I agree with 1 – 3. Working on a solution to improve it. Icon styling was kept to be backwards comp. with version before adding the new color stylings. But I have an idea to implement it.
ad 4) I have it in the dev repo – but currently postponed and no ETA.
Best regards,
GünterHi,
In the next update you will find an option checkbox:
SEO Support -> Support ALB Elements To Qualify Links
Replaces theme support ‘avia_rel_nofollow_for_links’ which already allowed to set the nofollow.
Best regards,
GünterHi,
We removed all HelveticaNeue from the fallback list.
Helvetica, Arial, sans-serif should do as fallback.
Will be in next update.
Best regards,
GünterSeptember 11, 2021 at 12:13 pm in reply to: Tweak: Change CSS load order so Post CSS is first #1320513Hi,
Yes, this frame above allows to use $ for jQuery in “code to manipulate DOM goes here” and is executed when DOM is ready.
(function($){ var i,j,k; $(function() { // $ code to manipulate DOM goes here }); })(jQuery);
Variables i,j,k can be accessed from inside “code to manipulate DOM goes here” but are invisible from outside the frame.
Best regards,
GünterHey!
Added a selectbox for image sizes to following elements:
Image
Image with hotspots
Magazine
MasonryWill be in next release.
Best regards,
GünterHey Guenter,
If you check https://api.jquery.com/ready/
$(function() {
is enough as long as you do not need “Aliasing the jQuery Object”.
(function($){ ..... })(jQuery);
is used to encapsule the code section from other js code (= like code in a function in php) to avoid name conflict.
Best regards,
GünterHey Tim,
Thanks for this info.
I added it to our dev repo.
Have a great day.Best regards,
GünterHi,
For the next release I added a new theme option:
“Main Menu -> Menu Handling for Mobile Devices In Landscape Mode”
This allows for mobile devices to keep burger menu also in landscape mode if portrait mode screen width has a burger menu.
If you would like to have a beta release to test let us know please.
Best regards,
GünterSeptember 8, 2021 at 10:17 am in reply to: Tweak: Change CSS load order so Post CSS is first #1320089Hi,
No, I did not test it – and I did not have this on my radar up to now.
If you find time to test it and want to share your experience with us, we would appreciate it.
Thank you once again for your input to improve Enfold.
Best regards,
GünterSeptember 7, 2021 at 1:50 pm in reply to: Tweak: Change CSS load order so Post CSS is first #1319980Hi,
Thank you for this feedback.
I started digging a bit with google and now got a better understanding for the problem.
I found this article (you probably might know already): https://wp-rocket.me/blog/critical-css/
“Eliminate Render-Blocking Resources: WP Rocket Fixes It”
I add this topic to our dev repo so we keep an eye on it in future.
Best regards,
GünterSeptember 7, 2021 at 11:55 am in reply to: Tweak: Change CSS load order so Post CSS is first #1319956Hey Thomas,
Thanks for the ideas.
The decision to load the post css files late are that the CSS rules set in an element and placed in this file must override default CSS rules and we tried to use weakest selectors wherever possible to allow custom CSS rules (if necessary).
If you use filter ‘avf_post_css_create_file’ (return false) the CSS rules are placed inline in style tags right before the elements instead of the post css file.
Question is, what are “critical” CSS rules. We could consider to add those to a second post css file that is loaded first (or add them inline in header).
Best regards,
GünterSeptember 2, 2021 at 12:32 pm in reply to: Pagination not working on avia_product_slider in search.php #1319492Hi,
FYI: the fix was added to next release 4.8.6.3.
Have a great day and enjoy the theme.
Best regards,
GünterHi,
Select Your Editor -> Use Classic Editor
Disable Block Editor For Selected Post Types:You can only disable block editor for post tyes, means with Strg + Click select the post types you never want to use block editor.
e.g. if you select page and posts these will always open in classic editor (only “Edit” is visible),
portfolio will have “Classic Editor” and “Block Editor” links below title on “Portfolio Items” page.Best regards,
GünterHey Guenter,
add_theme_support( 'avia_gutenberg_post_type_support' );
– adds an additional selectbox to theme option “Editor”
– you can select for each page/post/.. which editor you want to use to editBest regards,
GünterHi,
documented in place
in the file where we add the filter we add a comment with the parameters.
Best regards,
GünterHi,
Can you please add the following code:
.avia-related-tooltip{ position: absolute; z-index: 9999999; padding: 0; width: 200px; border-radius: 2px; box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1); border-width: 1px; border-style: solid; padding: 15px; margin-top: -10px; } .avia-related-tooltip .avia-arrow-wrap{ top: auto; bottom: 0; position: absolute; left: 50% } .avia-related-tooltip .avia-arrow-wrap .avia-arrow{ border-top: none; border-left: none; top: -4px; }
at the bottom of enfold\css\shortcodes.css (will be added there in next update)
or until next update to the Quick CSS field.
FYI: Code is moved from enfold\config-templatebuilder\avia-shortcodes\blog\blog.css which is not loaded when blog is disabled.
Best regards,
GünterHi,
Please read this reply: https://kriesi.at/support/topic/background-image-is-not-displayed-anymore-after-update-to-enfold-4-8-6-1/#post-1317645
Maybe it helps to fix your problem.
And please update to 4.8.6.2 (latest release)Best regards,
Günter -
AuthorPosts