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.

Post Carousel Widget customization

10 years ago · Last reply by jben 9 years ago

Hi,
I was just wondering where I could find and edit code for the post carousel widget. I’m fairly new at this and I’m not quite sure about what to do.

I’m using a lot of the SiteOrigin widgets, and I really like them but there’s something different about the title on the post carousel.

The title is left aligned, which I like and has the background colour extending the full column width.

The post carousel widget only has the background colour directly behind the title text.

I hope this makes sense and that you can help.

Thanks,
Keenan

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

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. Support Assistants 10 years, 2 months ago

    Hi Keenan

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. Keenan Dixon Private 10 years, 2 months ago

    This is a private message.

  3. Support Assistants 10 years, 2 months ago

    Thanks for the wait.

    The post carousel widget only has the background colour directly behind the title text.

    It has to do with the buttons displayed on the right of the carousel. Try adding the following to Appearance > Custom CSS to resolve:

    /* SiteOrigin Carousel Widget */
    .sow-carousel-title {
        position: relative;
    }
    .sow-carousel-title .widget-title {
        display: block;
    }
    .sow-carousel-title a.sow-carousel-next, 
    .sow-carousel-title a.sow-carousel-previous {
    	position: absolute;
    	right: 10px;	
    	top: 7px;
    }
    .sow-carousel-title a.sow-carousel-previous {
    	right: 33px;
    }
  4. Support Assistants 10 years, 2 months ago

    Unfortunately, the arrows for the left right navigation aren’t loading. The problem is due to cross-domain loading of assets. David Walsh discussed a solution here:

    https://davidwalsh.name/cdn-fonts

    It’s perhaps, something you could ask your hosting company to assist with.

  5. Keenan Dixon 10 years, 1 month ago

    This worked.

    Thank you so much!

  6. Support Assistants 10 years, 1 month ago

    Great to hear you’ve made progress. Thanks for the update.

    All the best with your website.

  7. jben 9 years, 8 months ago

    YES! This is a good one :)
    THX a lot!

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