• Resolved tanguymx

    (@tanguymx)


    Hello,
    Since yesterday, my pages “portfolio-type” witch are my main menus (Project, Competiton..) are not working anymore… There is a big blank under each images and the texte are under the images not on them..
    I didn’t find any settings about portfolio type to fix it.
    Recently I have only done uptades and I’ve installed WP Rocket Lazyload et Imagify. Desactivate those new plugins do not fix my issue…
    Thanks for your help.
    Tanguy

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hey,
    Looks like you have a minfy plugin, loading minified css in its own file: https://vimade.ch/wp-content/cache/wpfc-minified/fcf43a02b3e057a358e884a4cf4d5cb0/1518350851index.css

    That is great but it’s not been updated to match that of the latest css. You just need to flush that file so your plugin can recreate the minify css and pull in the newly updated css from the theme update.

    Thread Starter tanguymx

    (@tanguymx)

    Hello thank for your feedback.
    Indeed I have recently installed Imagify and Lazyload by WP Rocket, if I have understood well, Imagify not work with my current theme ? I not sure to understand how to fix it..
    “flush that file so your plugin can recreate the minify css and pull in the newly updated css from the theme update” sounds easy to do but I’m a little bit lost..
    Thanks for your help
    Tanguy

    hannah

    (@hannahritner)

    Hi tanguymx,
    I don’t think there is an issue with imagify or lazyload. I think Kadence Themes just means to clear the cache in that specific file. Does that make sense?

    Hannah

    Thread Starter tanguymx

    (@tanguymx)

    Hi Hannah,
    You are right there is no issue with imigify or lazyload. Apparently the problem is from WP Fastest Cache,after some settings the images of Portfolio type are well but the menus are still scrolling down under the images…
    Thank you for your help !
    Tanguy

    hannah

    (@hannahritner)

    Are you running WP fastest cache and WP Rocket? If so, please deactivate one of them. You definitely do not need two caching plugins running on your site.
    As for the dropdown menu, try adding this to your custom css box in Theme Options > Advanced Settings:

    .portfolio_item a {
        z-index: auto;
    }

    Hope that helps!

    Hannah

    Thread Starter tanguymx

    (@tanguymx)

    No i’m running WP fastest cache and Lazload by WProcket not the complete WP Rocket extension. Is there any problems to run this two application ?
    Thank you very much for the CSS it works very well !
    Does it may still be there when I will update my theme ?
    Thank you for your help !
    Tanguy

    hannah

    (@hannahritner)

    Oh I understand, this should be fine.
    All css added into your theme options will be saved upon updating. The only time something would not be saved with an update is if you edited the theme files themsevles. In that case we would advise using a child theme.

    Hannah

    Thread Starter tanguymx

    (@tanguymx)

    Ok thank you very much for all !

    Tanguy

    hannah

    (@hannahritner)

    No problem!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Portfolio type problem’ is closed to new replies.