Home>Support>Post Loop (PB) Widget – Circle icon view customisation

Post Loop (PB) Widget – Circle icon view customisation

Hi!

First off, complements on your excellent Vantage theme. Packed with a ton of features!

I have a three part question regarding the Post Loop Widget, I would like to do some small modifications and am hoping you can help me out.

1) Is it possible to increase the circle diameter of the featured image when using the Post Loop Circle template? Much like the icon widget allows a small/medium/large setting for the icon size.

2) The Post Loop Widget in Circle Icon template is locked to ‘three columns’. I would love to have two! :)

3) Is it at all possible to remove the navigation from this widget? I am using this widget on my home page -just to display the 2/3 most recent posts. I have a larger ‘archive’ elsewhere on the website. The navigation here is not needed and could be disabled if possible.

Your reply is much appreciated!

Mauro

URL: http://vphb.nl/wordpress/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 19 days ago Andrew Misplon
    Hi, I Work Here

    Hi Mauro

    Thanks for running Vantage and for your positive feedback.

    1. Unfortunately not, but you can use a plugin like https://wordpress.org/plugins/simple-image-sizes/ to adjust the size of the Carousel Images and Grid loop images. Be careful of changing any other image sizes as they will be theme wide and not just applicable to the Post Loop widget.

    2. See if pasting this under Appearance > Custom CSS helps:

    /* Circle Icon Widget - Loop */
    
    .vantage-circleicon-loop .widget_circleicon-widget {
    width: 50% !important;
    }
    

    3. You could try hiding the pagination by inserting the following under Appearance > Custom CSS:

    /* Post Loop Pagination */
    
    .widget_siteorigin-panels-postloop .pagination {
    display: none;
    }
    
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