We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 100 total)
  • Author
    Posts
  • in reply to: Pagespeed insight complains about non supported CSS properties #33897
    Bernhard
    Participant

    Hi Elvin,
    I’m wondering if it’s necessary to investigate further. The PSI index is >90 and no CLS caused by this issue. I checked with different browser and everything seems ok.

    I looked also into the PSI results for desktop and there it says also Unsupported CSS Property: color so this could become a never ending story. On my site, the flex shrink message seems to be an all overlay lists with zoom on hover and more than one card. Maybe the new WPSP version will solve the problem?

    About the 3 lists on mobile, probably I will make a version with only one card for mobile.

    Thank you 🙂

    in reply to: Pagespeed insight complains about non supported CSS properties #33868
    Bernhard
    Participant

    Now a third list also gives the error.

    in reply to: Pagespeed insight complains about non supported CSS properties #33846
    Bernhard
    Participant

    OK, with this CSS the padding-bottom, flex-grow, padding-left, padding-right, padding-top disappear.

    The flex-shrink message persists and it is only on two lists, which are set to show 3 cards in 3 columns on all devices. I have other lists on the page with identical settings which show only 1 card in 1 column on mobile and there the error is not present.

    The only way to make the Unsupported CSS Property: flex-shrink error disappear is diabling image zoom on hover.

    When I hover over the description in PSI screenshot (src=…) I see div.wp-show-posts-inner > div.wp-show-poss-image > a > img.center

    in reply to: Pagespeed insight complains about non supported CSS properties #33828
    Bernhard
    Participant

    Do you mean “combine CSS”? I did but it makes no difference.
    The problem is also that the error appears randomly. When I disabled image zoom on hover, probably it disappeared. At least, when I tested more times the error did not reappear.

    For the GB buttons, 3 lines of css code were enough to solve the problem, is there no such solution for the error messages here? In first line non supported CSS property flex-shrink, and then less often padding-bottom, flex-grow, padding-left, padding-right, padding-top

    in reply to: Pagespeed insight complains about non supported CSS properties #33825
    Bernhard
    Participant

    These are the image settings of the overlay cards screenshot

    in reply to: Pagespeed insight complains about non supported CSS properties #33823
    Bernhard
    Participant

    Hi Elvin,
    these are my CSS settings in WP Rocket screenshot

    I have the following CSS for WPSP:

    .entry-content .wp-show-posts-entry-title {
        min-height: unset;
    }
    .entry-content .wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
        margin-bottom: 0.5em;
    }
    @media(max-width:768px){
    section#wpsp-37158 {
        margin-bottom: 0.5em;
    }
    }
    in reply to: Pagespeed insight complains about non supported CSS properties #33794
    Bernhard
    Participant

    Hello,
    I checked today again and the problem of the non composited animations is still there. So it’s not a cache problem. Is there a way to solve it?

    in reply to: Pagespeed insight complains about non supported CSS properties #33647
    Bernhard
    Participant

    OK, the GB Button problem has been solved.

    I rechecked and found, that the problem still appears randomly with WPSP, even since the css files are excluded. Checking different posts and pages, it reappears sometimes. Checking the same page more times, it may happen that the first view is ok and the problem appears with the second view or viceversa. Screenshot

    Bernhard
    Participant

    Ok, for now the problem with WPSP is solved excluding the 4 css files.

    Please note that the problem is only with the overlay cards. Base and polaroid cards have not this problem. I know that there will be a major release of WPSP. Probably you can check what happens.

    Now I have still the same problem with Generateblocks buttons.

    Bernhard
    Participant

    Hi Elvin,
    it disappears when WP Rocket is disabled.

    in reply to: Excerpt as title #32665
    Bernhard
    Participant

    Perfect, thank you 🙂

    in reply to: Excerpt as title #32644
    Bernhard
    Participant

    HI Elvin,
    I mean list IDs.

    in reply to: Excerpt as title #32590
    Bernhard
    Participant

    Hi Tom,
    I have now the following code repeated for every involved post/page id:

    add_action( 'wpsp_after_content', function( $settings ) {
        $custom_field = get_post_meta( get_the_ID(), 'wpsp_title2', true );
    
        if ( $custom_field && 123 === $settings['list_id'] ) {
            echo '<h2>';
                echo $custom_field;
            echo '</h2>';
        }
    } );

    Is it possible to put all the Id’s in a unique array like ( 123, 124, 125 ) ?

    in reply to: Exclude more recent posts #29612
    Bernhard
    Participant

    It works, thank you 🙂

    in reply to: Manual title is below excerpt #28654
    Bernhard
    Participant

    Perfect, thank you 🙂

Viewing 15 posts - 1 through 15 (of 100 total)