Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Said Fertat
    Participant

    Hi Guys,

    I dont understand the shortcode exactly, i would like to have a shortcode like this:

    example

    Could you please provide me the shortcode, that i can use? Besides i am using the PRO version.

    Thanks in advance

    Hi Said,

    We can achieve a similar output using the shortcode below.

    [srr_feed urls="http://www.theverge.com/android/rss/index.xml" tab_titles="Android" color_style="card" show_author=1 show_date=1 display_type=grid template="%%thumbnail%% %%title%% %%description%% %%metadata%%" grid_columns=3 show_author=0 thumbnail_position=cover thumbnail_size="128px"]

    Please note that with this shortcode, the feed item layout is organized as per the screenshot. To exactly imitate that, we need to use the CSS below.

    Please feel free to modify this CSS as per your requirement.

    .srr-style-card .srr-thumb.srr-thumb-cover {
        float: none;
        width: 100% !important;
        border-radius: 10px 10px 0 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }
    
    .srr-style-card .srr-item-in {
        position: relative;
        padding-top: 150px !important;
    }

    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