[Resolved] Widget on a normal Page .. PlugIn “Widget Shortcode” doesn´t work

Home Forums Support [Resolved] Widget on a normal Page .. PlugIn “Widget Shortcode” doesn´t work

Home Forums Support Widget on a normal Page .. PlugIn “Widget Shortcode” doesn´t work

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #2080984
    gut.besser.vermesser

    Hello .. I would like to insert a widget from https://de.wordpress.org/plugins/live-weather-station/ in a normal Page.. but with https://en-gb.wordpress.org/plugins/widget-shortcode/ it doesn’t work (PlugIn no more compatible with the newest WordPress-Version ??)!

    Any other ideas??

    GBV

    #2081031
    David
    Staff
    Customer Support

    Hi there,

    where on the page are you wanting that widget displayed? Is it within the pages content ?

    #2081046
    gut.besser.vermesser

    https://www.langemeyer.net/wetter .. I´ve done it with https://wordpress.org/plugins/widgets-on-pages/#description

    But how can I align the “widget-blocks” on the page in center??

    #2081063
    David
    Staff
    Customer Support

    Can i see the page ?

    #2081078
    gut.besser.vermesser

    My Page

    But I’ve posted the link in the posting before, too 😉

    #2081099
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS to center the LWS widget:

    .lws-widget-container {
        margin: auto !important;
    }
    #2081109
    gut.besser.vermesser

    Many thanks ..

    #2081126
    gut.besser.vermesser

    addendum: it’s not really centered.. (see mobile page)

    #2081462
    Leo
    Staff
    Customer Support

    Try this CSS as well:

    @media (max-width: 1024px) {
        .wop_tiny1 ul {
            margin-left: 0;
        }
    }
    #2081582
    gut.besser.vermesser

    No .. doesn’t fix it :-((

    #2081604
    Leo
    Staff
    Customer Support

    I’m not seeing my CSS being added currently.

    Can you confirm?

    #2081609
    gut.besser.vermesser

    I´ve delete it .. because davids version looks simple better.

    #2081610
    Leo
    Staff
    Customer Support

    You would need David’s code and my code.

    I can’t help if you don’t follow my instruction.

    #2081611
    gut.besser.vermesser

    I´ve tested .. don’t fix the view .. but I insert it again for your “view” .. this is now in css.

    .lws-widget-container {
        margin: auto !important;
    }
    @media (max-width: 768px) {
        .wop_tiny1 ul {
            margin-left: 0;
        }
    }
    #2081617
    Leo
    Staff
    Customer Support

    Have you tried clearing your browser cache?

    It’s clearly working for me:
    https://www.screencast.com/t/q5mOnzDe0Jaf

Viewing 15 posts - 1 through 15 (of 19 total)
  • You must be logged in to reply to this topic.