Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Michael Carney
    Participant

    Two questions/issues:

    #1 Is there a way to hack the grid setting to get 5 across? Failing that, is there a way to get only one row?

    #2 I’ve added some CSS to change the title and images. The images are being pulled in small, however, and stretched so they are fuzzy. How to overcome this issue?

    URL:

    https://therepublik23.wpengine.com/feed-2/

    Shortcode:

    [srr_feed urls=”https://www.rubberneckmedia.com/?feed=rss” display_type=”grid” template=”%%thumbnail%% %%title%% %%description%%” thumbnail_position=”align_center” thumbnail_force=”when_absent” grid_columns=”4″ thumbnail_size=”100%”]

    Custom CSS:

    .srr-title a {
    font-size:20px;
    font-weight:700;
    }
    .srr-thumb img {
    position:relative;
    transform:none;
    left:0;
    top:0;
    width:100% !important;
    height:100% !important;
    size:contain;}

    Hi Michael,

    #1 – I’ll include option in the next version for more than 4 columns. For now please set grid_columns="5" in the shortcode.

    Paste the CSS below n your theme settings page.

    .srr-grid.srr-g-col-5 .srr-item {
        flex-basis: calc(20%);
    }

    #2 – The images are small because, they are picked from the RSS feed. If you own the RSS feed then you can configure it to set URLs of bigger images.

    Otherwise, in the PRO version you can configure to fetch the image directly from the website. To do that, set thumbnail_force="always" in the shortcode.

    Thanks,
    Aakash

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

Subscribe for updates

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter