Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1348406

    Hi, I am running into some layout issues on regular webpages (again).
    The layout of paragraphs looks good when the page is loading. But after it is loaded completely, the white empty lines disappear.

    I do not use caching plugins as far as I know.

    It happens for instance on this page:

    #1348407

    These are example screenshots:

    View post on imgur.com

    #1348423

    Hi,

    It looks like you are overriding the default paragraph margin of the theme, that is why there are no margins. I can’t tell you where the CSS is coming from unfortunately, since the resources on your site are being served via a CDN.

    Best regards,
    Rikard

    #1348424

    Hi,

    It looks like you are overriding the default paragraph margin of the theme, that is why there are no margins. I can’t tell you where the CSS is coming from unfortunately, since the resources on your site are being served via a CDN.

    Best regards,
    Rikard

    #1348425

    Hi,

    It looks like you are overriding the default paragraph margin of the theme, that is why there are no margins. I can’t tell you where the CSS is coming from unfortunately, since the resources on your site are being served via a CDN.

    Best regards,
    Rikard

    #1348426

    Hi,

    It looks like you are overriding the default paragraph margin of the theme, that is why there are no margins. I can’t tell you where the CSS is coming from unfortunately, since the resources on your site are being served via a CDN.

    Best regards,
    Rikard

    #1348427

    Ok, so what can I do? I know some css sits in the pane in Enfold settings, some of them are uploaded via FTP. And for the CDN… I am not aware of any css on CDN…. Could it be that my provider can look into that?

    #1348432

    Hi,

    You could turn off the CDN, so that we can see where the CSS is coming from. Or you could override the override, by adding this to Quick CSS:

    p {
        margin: 0.85em 0 !important;
    }

    Best regards,
    Rikard

    #1348433

    Thanks Rikard, tried it.
    That does not help, unfortunately.

    The thing is, i do not use CDN, nor does my provider.
    So it’s hard to turn it off then 😉

    #1348434

    Or… could this indicate there is still old chaching stuff somewhere?
    When inspecting the affected paragraph is see this:

    View post on imgur.com


    If that’s the case, how can I remove the cache? Looks like it’s a residu from earlier caching plugins (that I have removed long time ago).

    #1348458

    Hi,

    I’m not sure to be honest with you, but you can see that the resource which is overriding the default theme styling is being served via a CDN in the screenshot in private. Maybe could be coming from a plugin?

    Best regards,
    Rikard

    #1348459

    Anyhow, it looks like an old cache is still disturbing (overriding) the current CSS. Is there a way to find that cache and delete it? I inderstand that normally you would press a butttin in a chacing plugin, but…. They are not there … ;-)

    I already installed WordPress again (from admin), nothing helps…

    #1348462

    I found it! It was the Jetpack plugin. That’s weird because I disabled options that could possibly do caching…. Never thought that could be the one….

    #1348488

    Hi,

    Thanks for the update. I’m not sure why JetPack would override that, but I’m glad that you found the problem at least. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1348491

    Hi Rikard, I totally agree with you.

    It’s not ‘logical’ that Jetpack should override my css. Especially because all caching settings were set to ‘none’ from the first day I started using the plugin (I only installed because I want to follow purchases in my Woocommerce webshop on my Smartphone).

    So all set now, case closed. Glad you repeated this question: “Maybe could be coming from a plugin?”, it lead to the solution :-)

    Thanks!

    #1348498

    Hi,

    Great, I’m glad that we could help you out, and thanks for the feedback. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Layout issues’ is closed to new replies.