Home>Support>Fetch a page through a widget to the sitebar

Fetch a page through a widget to the sitebar

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 1 month ago buskerud

    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. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 1 month ago buskerud

    Hi Andrew,

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

    On the right: Nytt fra Skatteetaten, the links there

    Thank you

    Bj

  4. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 1 month ago buskerud

    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. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

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

    All the best with your future projects.

  7. 9 years, 1 month ago buskerud

    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. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More