Forum Replies Created

Viewing 30 posts - 571 through 600 (of 3,742 total)
  • Author
    Posts
  • in reply to: little translation error in the german file #1322283

    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ünter

    in reply to: Audio player shortcake in classic editor #1322206

    Hi,


    @Guenni007

    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.


    @jbond82

    If it works for you – you can keep the modification. But you need to make it after each update.

    Best regards,
    Günter

    Hey 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ünter

    in reply to: Please contribute and translate Enfold #1321447

    Hi,


    @EZWebdesign

    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ünter

    in reply to: Accordion Tweaks #1321216

    Hi,

    You’re welcome – thanks again for your input to improve Enfold.
    Have a great day.

    Best regards,
    Günter

    in reply to: Qualifying Outbound Links #1321163

    Hi,

    Have a great day and enjoy the theme.

    Best regards,
    Günter

    in reply to: Accordion Tweaks #1321096

    Hi,

    Added a backend preview for the accordion and options to style color of toggle icon independent in normal and active.

    Best regards,
    Günter

    in reply to: Qualifying Outbound Links #1321095

    Hi,

    I added filter ‘avf_alb_rel_attr_for_link’ so it is possible to remove the noreferrer attribute for ALB elements.

    Best regards,
    Günter

    in reply to: Accordion Tweaks #1320948

    Hey 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ünter

    in reply to: Qualifying Outbound Links #1320918

    Hi,

    Please see below

    Best regards,
    Günter

    in reply to: Qualifying Outbound Links #1320740

    Hi,

    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ünter

    in reply to: Tweak: Fallback Fonts #1320738

    Hi,

    We removed all HelveticaNeue from the fallback list.

    Helvetica, Arial, sans-serif should do as fallback.

    Will be in next update.

    Best regards,
    Günter

    in reply to: document ready ? #1320587

    Hi,

    Have a great day.

    Best regards,
    Günter

    in reply to: Tweak: Change CSS load order so Post CSS is first #1320513

    Hi,

    See private comments below:

    Best regards,
    Günter

    in reply to: document ready ? #1320504

    Hi,

    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ünter

    in reply to: Masonry Content Element #1320407

    Hey!

    Added a selectbox for image sizes to following elements:

    Image
    Image with hotspots
    Magazine
    Masonry

    Will be in next release.

    Best regards,
    Günter

    in reply to: document ready ? #1320363

    Hey 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ünter

    in reply to: Qualifying Outbound Links #1320362

    Hey Tim,

    Thanks for this info.

    I added it to our dev repo.
    Have a great day.

    Best regards,
    Günter

    in reply to: Responsive menu treshold by device height #1320123

    Hi,

    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ünter

    in reply to: Tweak: Change CSS load order so Post CSS is first #1320089

    Hi,

    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ünter

    in reply to: Tweak: Change CSS load order so Post CSS is first #1319980

    Hi,

    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ünter

    in reply to: Tweak: Change CSS load order so Post CSS is first #1319956

    Hey 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ünter

    in reply to: Pagination not working on avia_product_slider in search.php #1319492

    Hi,

    FYI: the fix was added to next release 4.8.6.3.

    Have a great day and enjoy the theme.

    Best regards,
    Günter

    in reply to: block editor only for posts ? #1317800

    Hi,

    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ünter

    in reply to: block editor only for posts ? #1317742

    Hey 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 edit

    Best regards,
    Günter

    in reply to: ADA compliancy #1317719

    Hi,


    @sky19er

    documented in place

    in the file where we add the filter we add a comment with the parameters.

    Best regards,
    Günter

    in reply to: svg support #1317717

    Hi,

    Danke für die Rückmeldung.

    Einen schönen Tag noch.

    Best regards,
    Günter

    in reply to: Tooltip on social share link button #1317656

    Hi,

    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ünter

    in reply to: Frontend fehlerhaft | Sektionen, Farben und Bilder #1317651

    Hi,

    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

    in reply to: svg support #1317648

    Hi,

    Best regards,
    Günter

Viewing 30 posts - 571 through 600 (of 3,742 total)