• Resolved Shilpa Manoj

    (@shilpamanoj)


    How to disable the carousel slider in the google web stories shortcode?
    I need to show only the first 7 web stories without the slider. How to do it?
    echo do_shortcode(‘[web_stories title=”false” view=”grid”, circle_size=”50″, number_of_stories= “7”]’);

    Also how to change the height and width of the circles?

    • This topic was modified 3 years, 4 months ago by Shilpa Manoj.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello there @shilpamanoj , thanks for your topic. With the [web_stories] shortcode you can tweak the size of the circles using the circle_size attribute. For example [web_stories view="circles" circle_size="50"].

    You can find more information on shortcodes documented here.

    Please let me know if you need additional support.

    Thread Starter Shilpa Manoj

    (@shilpamanoj)

    Okay, How to disable the automatic carousel slider in the google web stories shortcode?
    This shortcode is given :
    echo do_shortcode(‘[web_stories title=”false” view=”grid”, circle_size=”50″, number_of_stories= “7”]’);

    Hello @shilpamanoj , there is no option to disable the carousel slider, but you have the right idea by making a smaller circle size and displaying a fewer number of stories like 7. For example, the shortcode below looks like this: https://imgur.com/a/xW4xnzx

    [web_stories title="false" excerpt="false" author="false" date="false" archive_link="true" archive_link_label="" circle_size="50" sharp_corners="false" image_alignment="left" number_of_columns="1" number_of_stories="7" order="DESC" orderby="post_title" view="circles" /]

    Does this work for you?

    Thread Starter Shilpa Manoj

    (@shilpamanoj)

    @luckynasan Thank you for the reply.
    Can you please tell me is there any way to add a view all button at the end of the list in this shortcode?

    @shilpamanoj This is not currently possible but a great suggestion! I have created a new GitHub enhancement for this so please feel free to follow this for updates in the future.

    @shilpamanoj After giving this some more thought, there is already the archive_link="true" so I am curious how the view all option would be different to this in your opinion? Thanks.

    @shilpamanoj Since there hasn’t been any further responses this topic will be marked as resolved. Please feel free to open a new support topic if you experience any other issues. Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Webstories Shortcode’ is closed to new replies.