Forum Replies Created

Viewing 30 posts - 691 through 720 (of 3,695 total)
  • Author
    Posts
  • in reply to: Logo SrcSet? #1310143

    Hi @thinkjarvis

    thanks for pointing at this.

    I readded in 4.8.4 the logo dimensions width and height (same used prior 300 * 100 – see filter avf_logo_dimension ) even if scrset and sizes is set.

    And you now can also use the url from media library instad of attachment ID (you need to select “Full Size”, because we find the attachment ID via attachment URL).

    Best regards,
    Günter

    in reply to: 4k+ pages crashes enfold back-end!? #1309891

    Hi,

    sorry for the late reply.

    As a first step you can try to modify the value of 4000 and increase it.

    If this works you can add the following filter to your functions.php of your child theme (or parent theme) to be safe on upgrades:

    
    function custom_avf_dropdown_post_number( $limit, $post_type, $element, $context )
    {
    	$limit = 9999;	//	set to your desired value
    	
    	return $limit;
    }
    
    
    add_filter( 'avf_dropdown_post_number', 'custom_avf_dropdown_post_number', 10, 4 );
    

    Best regards,
    Günter

    in reply to: Masonry Gallery – Image Size Selector #1309495

    Hi Tim,

    In Masonry Gallery I added a selectbox to toggle “Masonry Settings”:

    Image Size
    Select a size for each image. Default setting by theme is “Masonry”

    similar to “Horizontal Gallery”.

    Will be in next update.

    Have a nice weekend.

    Cheers!
    Günter

    in reply to: Please contribute and translate Enfold #1309358

    Hi @comkapi,

    Thanks a lot for sharing. Added it to core.
    Have a great day.

    Best regards,
    Günter

    in reply to: Testimonial Image #1309280

    Hi @THP,

    will be in the next release.

    Supports scrset and lazy loading.

    Best regards,
    Günter

    Hi @madsonic

    Sorry for the problems with scrolling.

    I started digging deeper in jQuery core and I found that jQUery 3.x changed the way to call easing functions in core (https://jquery.com/upgrade-guide/3.0/#deprecated-additional-easing-function-parameters) and that breaks the call to jQuery .animate() in our smoothscroll animation.

    We are working to find a solution asap.

    Best regards,
    Günter

    in reply to: Logo SrcSet? #1308329

    Hey!

    Thank you for your patience.

    Fix will be added to next release 4.8.4.

    Both ID and an URL added to Theme Optins -> Logo is supported and also $use_image in framework\php\function-set-avia-frontend.php -> function avia_logo()

    Cheers!
    Günter

    Hi,

    Thank you for using our theme and reporting this.

    Glad you found a solution to fix it for your case.

    I added this to our dev repo to check.

    Have a nice day and feel free to come back any time.

    Best regards,
    Günter

    in reply to: Please contribute and translate Enfold #1303011

    Hi Luigi,


    @BigBatT

    Thanks a lot for your work.

    Updated in core and uploaded to https://github.com/KriesiMedia/enfold-language-files

    Have a great day.

    Best regards,
    Günter

    in reply to: Please contribute and translate Enfold #1302392

    Hi Roger,


    @EZWebdesign

    Thank you – added to core. Have a great day.

    Best regards,
    Günter

    Hi!

    FYI: With 4.8.3 added new theme option Enfold -> Layout Builder -> Custom Color Palette

    You can add up to 22 custom colors to be displayed below iris selection area.

    Regards,
    Günter

    in reply to: Enfold theme #1298753

    Hi!

    WP Dashboard -> LayersliderWP -> Sliders und dann den Slider bearbeiten. Wie das genau geht, dazu kann ich nur auf die Doku von LayerSlider verweisen.

    Regards,
    Günter

    in reply to: Enfold theme #1298747

    Hi,

    Danke dass Ihr Enfold nutzt.

    Grundsätzlich sind keine Bilder in Slidern fix kodiert und alles kann angepasst werden.

    Um Support anzubieten bitte einmal im Support Forum registrieren https://kriesi.at/support/register/.

    Dann bitte unter Enfold einen Thread starten und im Private Content bitte WP admin login daten und Link zu der fraglichen Seite und was genau geändert werden soll.

    Best regards,
    Günter

    in reply to: Contact Form Suggestion #1298039

    Hi,

    Glad we could help you.

    Enjoy the theme and have a nice day.

    Best regards,
    Günter

    in reply to: Contact Form Suggestion #1297989

    Hi,

    If you fill in the option “Autorespond Text” then the user gets a mail with (unless you use filter ‘avf_form_custom_autoresponder’):

    Content of Autorespond Text
    All (Form Labels : Content)

    But with the next version 4.8.3 I added a new option “Autorespond Text After Form Labels”.
    The content of this is placed after the form labels.

    Is this what you meant ?

    Best regards,
    Günter

    in reply to: lightbox and srcset #1296278

    Hi,

    Schönen Tag noch.

    Best regards,
    Günter

    in reply to: lightbox and srcset #1296235

    Hi,

    Super.

    Ja, diese Änderung geht jetzt auf allen PHP Versionen (7 und 8) und ich habe bereits den fix im core integriert (und auch schon auf https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_2/framework/class-responsive-images.php einen patch zur Verfügung gestellt).

    Danke dass Du dies entdeckt hast.

    Best regards,
    Günter

    in reply to: Custom elements templates modify in all languages #1296120

    Hi,

    Thank you for the credentials. But I cannot log in (added to hosts file, but still does not work).

    But I tried the following on my dev install and that worked for me:

    – Create a page
    – Click Button “Add New Custom Element”
    – Create a “Gallery”
    – Add 3 images to Gallery
    – Lock the images of the gallery
    – Save CET gallery
    – Add a Special Heading to the page and add a title (to translate and to know which language)
    – Add the custom gallery
    – publish page
    – Click Button “Edit Custom Element”
    – hover over custom element Gallery and click green pencil left bottom to translate
    – new Window opens, now translate special heading text using translation management to all languages, then close window
    – Make sure, all images are translated
    – Translate the page to all languages (actually only the special heading text)

    Now you should see the correct images in the different languages

    Adding new images:

    – Open any page
    – Click Button “Edit Custom Element”
    – Edit the custom Gallery – add e.g. an image – and save
    – Now you must translate the custom gallery again in all languages to reflect the changes – this needs WPML to update and sync the page content

    If you now check the page it shows the new image and the translated image in the other languages (clear server cache when using a cache plugin)

    Best regards,
    Günter

    in reply to: lightbox and srcset #1296108

    Hi,

    Bei 2. Problem hab ich einen bug in PHP < 8.0 gefunden im file enfold\framework\php\class-responsive-images.php function html_attr_image_src().

    Hab ich auf Deinem Testserver korrigiert:

    $key .= '';

    und

    case '0':

    Jetzt werden alle Bilder gross angezeigt (siehe …/lightbox ).

    In PHP 8.0 funktioniert meine ursprüngliche Lösung. Interessant, da die älteren PHP versionen datentyp toleranter sind.

    Das 1. Problem – hat sich da etwas verbessert ?

    Best regards,
    Günter

    in reply to: How put two functional arrows in the Tab Section ? #1295859

    Hi,


    @Guenni007

    Thank you for sharing this. Very nice solution.

    I added this to our dev repo. Thinking to extend this.

    Best regards,
    Günter

    in reply to: Custom elements templates modify in all languages #1295854

    Hey sitebysite,

    Thank you for using Enfold.

    My first idea: are all images translated – did you lock the gallery images in the CET ?

    If locked, then you can edit the gallery images only in the CET and not in the elements on a page.

    If this does not help, please create an admin account for us so we can check your backend. Could be that we also need to get in contact with WPML.

    And please also a link to the page – maybe you can create a test page with only 1 gallery so we can test.

    Please also 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.

    Best regards,
    Günter

    in reply to: lightbox and srcset #1295852

    Hi,

    Best regards,
    Günter

    in reply to: Please contribute and translate Enfold #1293563

    Hi Roger,


    @EZWebdesign

    Thank you very much. Already merged it into core.

    Enjoy the weekend and stay safe from Corona.

    Best regards,
    Günter

    in reply to: Rank Math in Enfold Avia #1292993

    Hey HilmerHC,

    Thank you for using Enfold.

    Did you already try to change the theme option:

    WP Dashboard -> Enfold -> SEO Support -> Preprocessing Shortcodes In Header

    to

    “Allow to preprocess shortcodes” ?

    Best regards,
    Günter

    in reply to: Thoughts about dividers #1291986

    Hi,

    Best regards,
    Günter

    in reply to: Please contribute and translate Enfold #1291985

    Hi,


    @comkapi
    thanks again for the language files. I added them to core. And I also fixed the unescaped characters in shortcode buttons and the toggles titles.
    I case you see other problems with unescaped strings please let us know.

    Have a great day.

    Best regards,
    Günter

    in reply to: ALB Preview Images and svg insert #1291607

    Hey Guenter,

    Thanks for bringing this up. I added to our dev repo to include webp and svg. Will come step by step.

    Best regards,
    Günter

    in reply to: Thoughts about dividers #1291605

    Hi,

    Best regards,
    Günter

    Hi,

    I added this filter:

    
    				usort( $tab, array( $this, 'sortByOrder' ) );
    
    				/**
    				 * @since 4.8.2
    				 * @param array $tab
    				 * @param array $tabs
    				 * @param string $key
    				 * @return array
    				 */
    				$tab = apply_filters( 'avf_custom_elements_buttons_sort_order', $tab, $tabs, $key );
    

    Will be in next update.

    Best regards,
    Günter

    Hi,

    Please check your theme settings:

    Theme Options -> Performance -> Disable Features -> Self hosted videos and audio features (WP-Mediaelement scripts)

    and select “Always load media features”.

    Then it should work.

    Best regards,
    Günter

Viewing 30 posts - 691 through 720 (of 3,695 total)