Forum Replies Created
-
AuthorPosts
-
AakashKeymasterHi @famarinu,
Thanks for using WP Socializer.
There is a small blip because, the decision to hide the follow icons is made on the browser side.
Anyways, you can use below CSS to instantly hide it using CSS.
@media only screen and (max-width: 767px){ .wpsr-follow-icons[data-sm-action="hide"] { display: none; } }Hope it helps.
Thanks,
Aakash
AakashKeymasterHi @nickthegeek,
The shortcode is inserted in the correct location as expected.
But the code you are using seems to be non functioning (see image below)
Probably it is designed to be used only one time in a page. Please check with the script owner/website to fix this issue.

Thanks,
Aakash
AakashKeymasterHi Usha,
Yes you can do that. You can use the “follow icons” feature.
Please see screenshot below,
https://i.snipboard.io/eb7sFB.jpgThanks,
Aakash
AakashKeymasterHi,
Sorry for the late reply. Right now plugin does not support revisions. It is just like a regular settings option. I’ll update incase this feature is implemented in the future.
Thanks,
Aakash
AakashKeymasterHi,
Can you please what do you see on the frontend ?
Please press ctrl+shift+j to see for any errors.
Thanks,
Aakash
AakashKeymasterHi @lostman,
After a huge delay, this has been added to version 5.3.3. Please do update to it to get this new option.
Thanks,
Aakash
AakashKeymasterSorry.. I didn’t notice that you had a question. I was moderating the forum and was closing old topics.
Please use below CSS. It will look like this – https://i.snipboard.io/QceFP4.jpg
.srr-item:not(.srr-stripe) .srr-summary { color: #fff; }Thanks,
Aakash
AakashKeymasterHope this issue is solved. Marking this issue resolved.
AakashKeymasterPlease use below selector.
.srr-summary p { font-size: 24px; }Thanks,
Aakash
AakashKeymasterHi Richard,
It seems the shortcode value is wrong. Thumbnail position is “align_left” But you have mentioned “left_align”

Please remove any additional CSS you’ve added earlier (like below) and it will work.
.srr-wrap div { display: flex; flex-wrap: wrap; }Thanks,
Aakash
AakashKeymasterHi Richard,
It looks like your theme is overriding the feed’s style causing it to not wrap.
Can you please share website URL ?
I’ll have a look suggest CSS to force the wrapping.
Thanks,
Aakash
AakashKeymasterHi Glen,
I hope you you were able to display the RSS feed as a grid using shortcode. Just curious if you were able to resolve. Please do let me know if you are facing any issues.
Thanks,
Aakash
AakashKeymasterHi,
You can remove the text from the share icons –> miscellaneous tab –> “Heading text”
Thanks,
Aakash
AakashKeymasterHi Glen,
Thanks for using Super RSS reader PRO !
With shortcode you can use the “display_type” parameter and set it to “grid”. That will display the feed items in a grid.
Below is an example, notice display_type is set to “grid”. That displays the feed in a grid.
[srr_feed urls="http://www.theverge.com/mobile/rss/index.xml" tab_titles="Mobile" color_style="twitter_dark" show_author=1 show_date=1 display_type=grid grid_columns=3 show_author=0 thumbnail_position=cover]Please find more information in the documentation page and even in the demos page.
Doc = https://www.aakashweb.com/docs/super-rss-reader/pro/grid-display/
More information on shortcodes = https://www.aakashweb.com/docs/super-rss-reader/pro/shortcodes/
Live demo = https://wpdemos.aakashweb.com/super-rss-reader-pro/shortcode/Thanks,
AakashOctober 26, 2020 at 4:34 pm in reply to: Close-Link needs a link-title to avoid error in Google Lighthouse Audit #8238 -
AuthorPosts
