Forum Replies Created

Viewing 30 posts - 331 through 360 (of 3,704 total)
  • Author
    Posts
  • in reply to: Little correction on "Column Behaviour When Fullwidth" ? #1368315

    Hi,

    see private content.

    Best regards,
    Günter

    in reply to: theme.json – A suggestion concerning colors #1368305

    Hi,

    Thanks for your feedback.

    Is added to next release:

    –enfold-font-family-theme-body
    –enfold-font-family-heading
    –enfold-font-family-body

    Best regards,
    Günter

    in reply to: Please contribute and translate Enfold #1368267

    Hi @EZWebdesign,

    Thanks a lot – already merged into core.

    Have a great day.

    Best regards,
    Günter

    in reply to: theme.json – A suggestion concerning colors #1368119

    Hi,

    Added to next release with

    –enfold-……

    for settings in “General Styling” tab.

    Best regards,
    Günter

    in reply to: theme.json – A suggestion concerning colors #1368058

    Hey Guenter,

    As far as I see theme.json is mostly related to block editor. So I would not touch that from Enfold.

    What I could think of is adding e.g. all the colors of “General Styling” at top of “dynamic-css.php” e.g.

    
    enfold-header-color-bg: "#...';
    enfold-header-color-bg2: "#...';
    ...
    enfold-footer-color-bg: "#...';
    ....
    

    Best regards,
    Günter

    in reply to: Little correction on "Column Behaviour When Fullwidth" ? #1368056

    Hey Guenter,

    Sorry for the late reply.

    I cannot reproduce the problem.

    In layout.css you find the following rules:

    
    		.responsive #top .av-hide-on-tablet{
    			display: none !important;
    		}
    
    
    		.responsive #top .av-hide-on-mobile,
    		.responsive #top .av-hide-on-tablet{
    			display: none !important;
    		}
    

    These hide the columns and cells.

    Can you give me the link to the shortcodes to reproduce it please.

    Thank you.

    Best regards,
    Günter

    in reply to: selfhosted Font Loading via Custom Font Manager #1363371

    Hi Günter,

    I added a fix:

    Can you replace enfold\framework\php\font-management\class-avia-type-fonts.php

    with the contents of

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_1_1/framework/class-avia-type-fonts.php

    This should load in the order of woff2, woff, ttf, svg, eot (if they exist).

    You can use filter ‘avf_font_manager_file_formats’ to add additional formats or reorder as you like.

    Can you check please.

    Best regards,
    Günter

    in reply to: Disable Srcset followup #1357290

    Hey Thomas,

    In 4.8.6.3:

    added: theme support avia_show_alb_responsive_image_option – activates feature to deactivate responsive images in single ALB elements

    This adds new options to the “Performance” Toggle.

    Can you check if this helps?

    To functions.php:

    
    add_theme_support( 'avia_show_alb_responsive_image_option' );
    

    Best regards,
    Günter

    in reply to: Lightbox and background scroll #1356860

    Hi,

    if you check enfold\js\avia-snippet-lightbox.js line 21:

    
    fixedContentPos: 	false, // allows scrolling when lightbox is open but also removes any jumping because of scrollbar removal
    

    Changeing this to true will do it.
    There was probably a reason why it was added.

    As far as I know there was no request up to now – so I would suggest to add a filter to activate this.

    Edit:

    added: filter ‘avf_default_lightbox_no_scroll’ – block default lightbox and body from scroll

    return anything except false (e.g. true) in filter

    Best regards,
    Günter

    • This reply was modified 2 years, 5 months ago by Günter.
    in reply to: Some thoughts on the new Parallax behavior features. #1356413

    Hi,

    Yes, this is the default implementation.

    You can check in the post css files.

    Create a page with e.g. textblock and set the font sizes. You will see “default” font is without media query and then come the responsive media queries for the font sizes.

    Best regards,
    Günter

    in reply to: Some thoughts on the new Parallax behavior features. #1356382

    Hey Guenter,

    A first response:

    The basic implementation for responsive in enfold is that you have a setting with no media query (description is desktop – no media query) either in css files or set in options and then media queries that override the desktop setting.

    I think this is also a historical reason because responsive was added later.

    Changing this will certainly break many sites.

    But I agree – there is missing an option with a media query for large screens only (wider than 990px).

    This would allow:

    • set a custom default value for all sizes (and override theme setting)
    • set a custom value for each of the 4 devices independently, if not set the custom default value for all sizes or theme default is used

    I will think about it a little more.

    This can also be used for font sizes and other responsive settings

    Best regards,
    Günter

    in reply to: custom svg files as dividers #1356316

    Hi,

    You are right. But maybe not obvoius at the first glance.
    It’s only a few lines of code.

    Best regards,
    Günter

    in reply to: custom svg files as dividers #1356312

    Hi,

    Thanks for providing the code.
    I added it to core for 5.0.2.

    Replace enfold\framework\php\class-media.php:

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_0_1/framework/class-media.php

    I had to replace

    
    $query->set('orderby', 'meta_value_num'); 
    

    with

    
    $query->set('orderby', 'ID'); 
    

    and

    
     remove $query->set('meta_key', 'post_attachments_id');
    

    Best regards,
    Günter

    in reply to: custom svg files as dividers #1356179

    Hi,

    Sorry for the late reply.

    Blame me.
    From debugging I forgot to remove a line:

    enfold\config-templatebuilder\avia-template-builder\php\class-svg-shapes.php line 539:

    
    $id = 1958;
    

    This overrules the set attachment id.
    Please remove the line and it should work as expected because a few lines below:

    
    $file = get_attached_file( $id );
    

    Best regards,
    Günter

    in reply to: Responsive Images In Lightbox #1354959

    Hi Tim,

    Please try to update enfold\config-woocommerce\config.php with the content of

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_0/config-woocommerce/config.php

    This should now show responsive images or the “large” image (if theme option Responsive Images For Lightbox is disabled). You can change the default lightbox image size with filter avf_avia_builder_helper_lightbox_size.


    @guenni007

    If you set ratio to > 1 @2x is added.

    If theme option Responsive Images For Lightbox is disabled I get “Image could not be loaded” (because I do not have such a file uploaded), with option enabled I get the correct image responsive image (without @2x).

    Best regards,
    Günter

    in reply to: Responsive Images In Lightbox #1354850

    Hi Tim,

    Sorry for the late reply and thank you for reporting this.

    At a first look you are using WooCommerce single product with a gallery.

    Checking the underlying WC implementation we have not added responsive image support there for lightboxes.

    Can you confirm that this problem is only with WC or do you also see it in other galleries/ALB elements with lightbox?

    I’m on it for WC and added it to our dev repo.

    Best regards,
    Günter

    Hi,

    Sorry for that.

    A modified fix is integrated in the latest release 5.0 published yesterday.
    Can you check with this version if the problem is fixed please.

    Best regards,
    Günter

    Hi,

    As a temporary fix you can put the following in theme options -> General Styling -> Quick CSS:

    
    @media only screen and (max-width: 767px) {
    #top #wrap_all .av-inherit-size .av-special-heading-tag{ font-size: 0.8em !important; }
    }
    

    This reverts back to 4.8.3 behaviour.

    But it will override custom settings for mobile < 767px (or you can wait for the next release where I will add some logic to prevent this)
    New Size options
    Is added to our dev repo.

    Best regards,
    Günter

    Hi,

    @thinkjarvis

    Thank you for bringing this up.

    I checked the font behaviour of the “Special Heading” element with 4.8.3 (a version prior the post css file changes).

    Setting Heading Font Sizes – Font Size (Default) to e.g. 50px, responsive Font sizes to “Use default”.

    The 50px are used for all devices (because added inline in a style tag).
    There is a media query in heading.css:

    
    @media only screen and (max-width: 767px) {
    	#top #wrap_all .av-inherit-size .av-special-heading-tag{ font-size: 0.8em; }
    }
    

    And this is what I missed to implement when switching to post css file implementation.

    And the only difference I can see.

    Would adding this help you ?

    And I’m also thinking about extending the selectable font sizes with flexible units also for responsive:

    vw
    em
    rem

    Maybe an option for pro users to replace the dropdown with input boxes ?

    Best regards,
    Günter

    in reply to: Progress bar preset color changing ? #1354416

    Hi,

    For your information: Options will be added in 5.0 (or the following release) to select custom colors.

    Best regards,
    Günter

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

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

    Hi,

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

    in reply to: Please contribute and translate Enfold #1354118

    Hi Roger,


    @EZWebdesign
    – Thanks a lot for your work.

    Added to core. Have a great day.

    Best regards,
    Günter

    Hi,

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

    in reply to: Themes auf Deutsch? #1352406

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

    in reply to: Post Slider Arrow and Dots #1351957

    Hi,

    Here you can find a rough overview of upcoming releases:

    https://kriesi.at/support/topic/enfold-upcoming-fixes/

    Best regards,
    Günter

    in reply to: Rank Math in Enfold Avia #1349642

    Hi,


    @THP
    Studio

    Yes, we have it on our radar and have started adding support. Will be in one of the next releases.

    Best regards,
    Günter

    Hi,

    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.php

    And you need to save theme options to invalidate the post css files and clear server and browser cache.

    Best regards,
    Günter

    in reply to: Enfold global settings for multi language website. #1349134

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

Viewing 30 posts - 331 through 360 (of 3,704 total)