This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Fetch a page through a widget to the sitebar

10 years ago · Last reply by Andrew Misplon 10 years ago

Hi,

I wonder if it possible to fetch a page through a widget/sitebuilder to the sitebar?
My client would like to have the page as easy to operate as possible, in that way he could easily edit the sidebar content.
I might ask a silly question, but I’m quite new to wordpress.

Bj

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

8
  1. buskerud 10 years, 10 months ago

    Forget the last post, I managed to do it through “Build Posts Query”.

    Only thing!
    I added a bullet list and bullets are missing, otherwise it’s quite cool.

    Bj

  2. Andrew Misplon Staff 10 years, 10 months ago

    Hi Bj

    Winning! Glad to hear you made progress. Please, send the URL where you’re having the bullet list issue and I’ll resolve with a little CSS.

    Thanks :)

  3. buskerud 10 years, 10 months ago

    Hi Andrew,

    Here is the website: http://www.sjok.no/anywp/

    On the right: Nytt fra Skatteetaten, the links there

    Thank you

    Bj

  4. Andrew Misplon Staff 10 years, 10 months ago

    Cool, let’s try:

    /* Sidebar */
    #secondary .widget ul {
        list-style: initial;
    }

    Insert the above at Appearance > Custom CSS. Let me know how it goes :)

  5. buskerud 10 years, 10 months ago

    Brilliant!

    That worked out very well :)

    I must say I’m impressed with the way things work with the page builder, it’s just so easy.
    Me been a Joomla fan for quite a while, this is my first WordPress site for a client.
    Just a bit more trimming, phone number at the top and so on…

    Thank you Andrew, your a star.

    Bjorn

  6. Andrew Misplon Staff 10 years, 10 months ago

    Awesome :) Really glad to hear that helped and you’ve been enjoying Page Builder.

    All the best with your future projects.

  7. buskerud 10 years, 10 months ago

    Hi again,

    I just tried the page in Microsoft Edge and the bullets are missing there.
    Opera – Chrome and Firefox are fine…
    Do you have a soulution for this?

    Bjorn

  8. Andrew Misplon Staff 10 years, 10 months ago

    Mmm not quite sure why this would be. Perhaps try:

    /* Sidebar */
    #secondary .widget ul {
        list-style: disc;
    }

    Or even

    /* Sidebar */
    #secondary .widget ul {
        list-style: disc !important;
    }

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread