Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @troglos – Can you check PHP error logs for any indication of the issue. Happy to get it patched for you ASAP. I have an update nearly ready now.

    Thread Starter Troglos

    (@troglos)

    well I can tell you that I’ve noticed that all these classes:
    .pum-container, .pum-content, .pum-content + .pum-close, .pum-content + .pum-close:active, .pum-content + .pum-close:focus, .pum-content + .pum-close:hover, .pum-overlay, .pum-title

    use font-family: Arial,Helvetica,sans-serif;
    instead of inherit

    Plugin Author Daniel Iser

    (@danieliser)

    @troglos – Ahh, gotcha, made a note and will look into this for the patch I am preparing now, though if I don’t get it in its not because its not important, but because we are addressing multiple breaking errors causing sites to break. This will get patched today either way but may not make the first critical patch I put out shortly.

    Thread Starter Troglos

    (@troglos)

    perfect

    Plugin Author Daniel Iser

    (@danieliser)

    @troglos – Looking into this and if I set the popup theme font selector to “Use your themes” (inherit), then the styles rendered are just that. If you inspect the html in the head you will see a styles block with id=pum-styles, there you will find the rendered CSS from your choices in the theme editor. This is what I get for the “Default Theme”

    /* Popup Theme 3: Default Theme */
    .pum-theme-3, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 1 ) }
    
    .pum-theme-3 .pum-container, .pum-theme-default-theme .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1 ) }
    
    .pum-theme-3 .pum-title, .pum-theme-default-theme .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px }
    
    .pum-theme-3 .pum-content, .pum-theme-default-theme .pum-content { color: #8c8c8c; font-family: inherit }
    
    .pum-theme-3 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-size: 12px; line-height: 14px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1 ) }

    You can see that the font-family is set to inherit there.

    I did however realize that we added CSS resets including font-family (some themes cause close button to be oval when you set it in our theme builder to be circle etc). I just changed it to be inherit by default and it appears to be pulling from the theme now correctly.

    Look for a fix in v1.4.8

    Please take a moment to rate and review the plugin and or support once you have updated to the latest version.

    Plugin Author Daniel Iser

    (@danieliser)

    @troglos – Did this resolve your issue?

    Thread Starter Troglos

    (@troglos)

    not really, I had to force the font-family in the css to make it work properly.
    I will try again on the next site.

    Plugin Author Daniel Iser

    (@danieliser)

    @troglos – Sorry, I meant in v1.4.9 it should have been resolved. You should be able to remove your overrides now and update the popup theme to use inherit again. The bug was quite obvious and an oversight on my part when I added the CSS resets. Shouldn’t occur now though.

    Hope that helps.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Site font non loaded anymore.’ is closed to new replies.