Viewing 6 posts - 1 through 6 (of 6 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

    Said Fertat
    Participant

    Hi Guys,

    Could you give me the shortcode for showing 6 and 8 articles.

    Please use this RSS feed: https://www.eyefootball.com/rss_news_main.xml

    and one for: https://www.football-news-views.co.uk/football-news-viewsrss.xml

    Please deliver me the wordpress shortcode

    Hi Said,

    Sorry for the late reply. Please find the updated shortcode using your existing shortcode you have shared.

    [srr_feed urls="https://www.eyefootball.com/rss_news_main.xml,https://www.football-news-views.co.uk/football-news-viewsrss.xml" 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"]

    Thanks,
    Aakash

    Said Fertat
    Participant

    Hi, it only shows 5, how come?

    check the link: https://footnex.com/

    Hi Said,

    We can use the count parameter to set the number of items.

    Please use the shortcode below.

    [srr_feed urls="https://www.eyefootball.com/rss_news_main.xml,https://www.football-news-views.co.uk/football-news-viewsrss.xml" 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" count="6"]

    Note that I have used count="6" you can change the count as needed.

    Thanks,
    Aakash

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

Subscribe to our Newsletter

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

By using this website, you agree to our Terms