Forum Replies Created

Viewing 30 posts - 361 through 390 (of 3,704 total)
  • Author
    Posts
  • in reply to: Webfonts Cookie Check detected as JS:Trojan.Cryxos #1349004

    Hi,

    No idea why the script is reported as a security alert.

    The only thing you can try is if you do not need the GDPR stuff to remove our script with the filter and enqueue your own or modify the core file and only use the code within

    
    if( allow_continue )
    

    Maybe there is an option to allow fonts.googleapis.com as a secure link ?

    Best regards,
    Günter

    in reply to: Webfonts Cookie Check detected as JS:Trojan.Cryxos #1348918

    Hey mikestoltz,

    Thank you for using Enfold.

    Yes, it is part of Enfold and can be found in enfold\framework\php\class-style-generator.php function link_google_font() around line 763ff.

    Script is used to load google fonts (with a prior GDPR check).

    If you do not use Google fonts you can remove the script with filter ‘avf_output_google_webfonts_script’. Return false (or anything but not true).

    If you need help with the filter let us know.

    Best regards,
    Günter

    Hi,

    Thanks for your feedback.

    Glad we could help you. Enjoy the theme and have a great day.

    Feel free to come back whenever you need assistance.

    Best regards,
    Günter

    Hey TheBiZWeavers,

    
    $toc = new avia_auto_toc;
    

    replace with

    
    $toc = new \aviaFramework\widgets\avia_auto_toc;
    

    We added our widgets into namespace \aviaFramework\widgets\.

    Best regards,
    Günter

    in reply to: WPML and ENFOLD problem #1348392

    Hi,

    Having a look in your backend:

    PHP is very outdated with 5.6.40. You should upgrade to minimum 7.4.xx (or 8.0.xxx) – also for security reasons.
    Enfold is also not up to date – we have 4.9.2.1 out since a few weeks.

    Also depending on your hoster it could be, that he is doing some caching. You should check this and if yes, maybe he can provide you a staging server without this caching for testing.
    WPML has integrated the translation management in core lately (it was a seperate plugin before) – therefore they encourage to use “Translate” and not “Duplicate”.

    This also works very well with our Advanced Layout Builder.

    We have fixed 2 minor WPML bugs in next Enfold 4.9.2.2 – so if update to 4.9.2.1 does not help we can give you a pre release of 4.9.2.2 to test.

    Best regards,
    Günter

    in reply to: Full size image in lightbox #1348210

    Hi,

    Thanks for your feedback.

    Glad we could help you.

    Enjoy the theme and have a great day.

    Feel free to come back when you need further assistance.

    Best regards,
    Günter

    in reply to: ALB Video Element & VideoObject Schema? #1347957

    Hi Tim,

    I’ve not really digged into schema.org.

    But having a look at https://schema.org/VideoObject and the examples at the bottom of the page the only idea I have would be to add a meta tag like:

    
    <meta itemprop="contentUrl" content="link_to_video" />
    

    right after the opening div of the video element.

    Could you check if this helps please?

    Best regards,
    Günter

    in reply to: WPML and ENFOLD problem #1347939

    Hi,

    Sorry for the problems.

    This seems to be very much related to WPML.

    As a first step open a support ticket at WPML.

    We have made a few changes with the compatibility team recently. It might be necessary to update to the latest theme version 4.9.2.1 (or they will update you to a later version that contains the fixes but is not released yet).

    If WPML support cannot help, please send us the link to your support ticket and we will get in touch with head of compatibility team.

    Best regards,
    Günter

    in reply to: Enfold 4.9.2 with WPML – Widget problem #1347935

    Hey Caiser_Souze,

    Sorry for the problems.

    Please update to the latest version 4.9.2.1. This should fix the problems.

    Best regards,
    Günter

    in reply to: Full size image in lightbox #1347778

    Hi Vera,

    Sorry for the late reply.

    Please check this:

    https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Images%20and%20Lightbox/avf_alb_lightbox_image_size.php

    On my install it works.

    Best regards,
    Günter

    in reply to: WPML not detecting Enfold code block #1347380

    Hi,

    Sorry for the problems.

    To me this sounds as a main problem coming from WPML (and maybe in conjunction with the classic editor translations). As far as I know WPML has switched to translation manager (which is now part of the core) and deprecated the classic.

    So as a first step please open a ticket with WPML (and you can also add the link to this post there) and provide links to your staging site.

    The compatibility team will then check your problem and get in contact with us if necessary.

    Best regards,
    Günter

    Hey Raph,

    Thank you for contacting us.

    I added a note to our dev repo to consider it in an upcoming release.

    We are currently having a focus on frontend features to make Enfold more user and mobile friendly.

    Please check out the changelog and also https://kriesi.at/support/topic/enfold-upcoming-fixes/

    Best regards,
    Günter

    in reply to: Full size image in lightbox #1347112

    Hi,

    Checking Enfold for the filter:

    
    $lightbox_img_size = apply_filters( 'avf_alb_lightbox_image_size', 'large', $this->config['shortcode'], $atts, $content );
    

    is used in context of:

    ‘av_gallery’
    ‘av_horizontal_gallery’

    For masonry elements (class-avia-masonry.php):

    
    $lightbox_img_size = apply_filters( 'avf_alb_lightbox_image_size', $lightbox_img_size, 'avia_masonry', $entry, $this->config );
    

    For slideshow elements (class-avia-slideshow.php):

    
    $this->config['lightbox_size'] = apply_filters( 'avf_alb_lightbox_image_size', $this->config['lightbox_size'], 'avia_slideshow', $this->config, '' );
    

    It might need to extend the filter function and check the additional parameters of the filter if you need more control.

    Best regards,
    Günter

    Hi,

    As far as I could check the fix provided by WPML seems to solve the problem.

    We will add it to our next release.

    Best regards,
    Günter

    in reply to: Horizontal Gallery Improvements & Questions #1346975

    Hey Tim,

    Thanks for contacting us.

    A very rough overview of Enfold 5.0 plans you find here:

    And we will have a focus on frontend in future (after having spent a lot in backend dev in the last releases).

    I added this post to our dev repo.

    To your questions:

    – caption is used in lightbox title only in this element and is stored in the media library so it is available throughout the site
    – custom image links added to media library are used throughout the site (as far as I know) – there is no way to limit them to a gallery. I can think of a filter to allow to customize them – all other would be too complicate and blow up code (and database).

    Best regards,
    Günter

    in reply to: Please contribute and translate Enfold #1346972

    Hi @BigBatT,

    Thanks a lot for your work.

    Added to core for next release. Have a great day.

    Best regards,
    Günter

    in reply to: Full size image in lightbox #1346971

    Hi,


    @Guenni007

    For the gallery if you look into gallery.php for the filter:

    
    $lightbox_img_size = apply_filters( 'avf_alb_lightbox_image_size', 'large', $this->config['shortcode'], $atts, $content );
    

    it is

    
    $this->config['shortcode'] = 'av_gallery'
    

    This rule should follow in other shortcodes also.

    Best regards,
    Günter

    Hi,

    We are in contact with the WPML compatibility team and are working on a solution.
    Thank you for your patience.

    Best regards,
    Günter

    in reply to: Enfold 5.0 #1346730

    Hey Jan,

    Thank you for your interests on Enfold 5.0 (and oncoming versions).

    There are 4 major features we plan. I can only give a rough idea here at the moment as we are still working on it:

    – New ALB element “Section Slideshow” (like tab section you can create custom content slides and show them in a slideshow)
    – Curtain reveal option for images, columns, images in masonry elements
    – Positioning ALB elements inside their surrounding container (position: relative, absolute and this responsive)
    – Parallax effect for ALB elements (planned is also left/right)

    Best regards,
    Günter

    in reply to: Typo in avia-builder.css #1346454

    Hey coldstreamer,

    Thank you for using Enfold – and thank you for reporting this.

    We will correct it for the next release but it has no negative effect because av-builder-button-disabled is nowhere used.
    So there is no possible conflict or malfunction.

    Best regards,
    Günter

    Hi,

    You have the file events_countdown.php double in the shortcode folders, therefore it is loaded twice and this is causing the problem:

    …/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.php which is correct
    …/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php which is wrong – please delete this file.

    When uploading the theme via ftp please always delete the complete folder enfold and then upload the new enfold folder.

    Best regards,
    Günter

    in reply to: Redis Object Cache best practices #1346273

    Hi,

    Glad I could help you.

    I will close the topic – if you need any further help feel free to open a new topic.

    Enjoy the theme and have a great day.

    Best regards,
    Günter

    in reply to: Sidebars not working after update to 4.9.2 #1346010

    Hi guys,

    Enfold 4.9.2.1 was released shortly. This should fix the problem.

    Best regards,
    Günter

    in reply to: Sidebars disappear on 4.9.2 #1346009

    Hey Stefano,

    Sorry for the problems.

    Please update to 4.9.2.1 (released shortly). This should fix the problem.

    Best regards,
    Günter

    in reply to: Sidebars not working after update to 4.9.2 #1345984

    Hey aledef,

    We are very sorry for the problems.

    Thanks a lot for the credentials.

    I could locate the problem. It was caused by adding translateable strings for the sidebar names which broke activating them in frontend.
    I reverted this back on your test site.

    I added the fix to core and we will make a hotfix in the next days.

    The file changed is enfold\includes\admin\register-widget-area.php

    You also find the modified version here:

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_9_2/includes/register-widget-area.php

    Best regards,
    Günter

    in reply to: Responsive Typography (Feature Request) #1345912

    Hi,

    No problem.

    Whenever you can reproduce it let me know.
    Have a great day.

    Best regards,
    Günter

    in reply to: Redis Object Cache best practices #1345886

    Hi,

    if disable the CSS files (= post specific css files) solves your problem you can do that and should be safe.

    Just to give you some background:

    post specific css files are created on pageload once and exist until the page/post is updated, theme options are updated or a theme version update takes place and are specific for this page/post. They are independent from the merge css or js files option settings and are located in …/uploads/avia_posts_css folder.

    Merged css or js files are “static” core files that are needed for every page and only change on theme version update and are located in …/uploads/dynamic_avia.

    Hope this helps you for a better understanding.

    Best regards,
    Günter

    in reply to: Responsive Typography (Feature Request) #1345884

    Hi Tim,

    I checked it with “Content Font” and “H1” in a post content.

    It works fine for me also in merged css.

    Can it be you are using some custom css or some responsive styling in the element ?

    Can we have a link to a page where we can see it ?

    Best regards,
    Günter

    in reply to: Redis Object Cache best practices #1345643

    Hi,

    Sorry for the confusion.
    As you do not use js and css file compression (I thought you díd) than “Delete old CSS and JS files?” is not used.
    Please ignore everything.

    disable the CSS file generation:

    There should be no impact at all.

    The styles for ALB elements that are written to the css files for each page/post are instead added right before the element in style tags in HTML DOM of the page/post.

    Best regards,
    Günter

    in reply to: Redis Object Cache best practices #1345558

    Hey lzevon,

    To be honest I’ve not been working with a server that supports Redis.

    But if you use file compression (merged css and/or js files via theme option) you must set

    – Fix WP bug, add unique timestamps
    – Fix WP bug, disable unique timestamps

    Please check out what works for your install.

    – Enable option “Delete old CSS and JS files?” on bottom of the Performance tab. Toggle theme options to force a rebuild of the merged files and check
    inside WP upload folder ../uploads/dynamic_avia.

    – Load frontpages several times to check, that the files do not get generated on each page load. The content of the folder must not increase except the latest merged js and css files.

    – Try again these steps several times to verify.

    If you still encounter problems with the post css file and the setting above you have to disable creation of these files as mentioned above in function.php. In this case the content of the post css file is placed in inline style tags right before the element.

    Best regards,
    Günter

Viewing 30 posts - 361 through 390 (of 3,704 total)