Forum Replies Created
-
AuthorPosts
-
AakashKeymasterHi,
If image is not found in the first 3 locations then the image will be picked from the
tag present in the description.
Please do try the RSS feed and see if you are getting the expected image.
Thanks,
AakashNovember 12, 2020 at 3:52 pm in reply to: How to show images in the feed? Chinese twitter like site: weibo’s feed. #8368
AakashKeymasterCheers !
November 11, 2020 at 1:00 am in reply to: How to show images in the feed? Chinese twitter like site: weibo’s feed. #8364
AakashKeymasterHi,
Can you please press ctrl+shift+i in chrome and see the details error message.
Since you say error code is 403 it means it is “forbidden” it is possible that weibo is not allowing to hotlink the image from another website ?
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403Please look at the errors in your browser console for more detailed information.
Thanks,
Aakash
AakashKeymasterHi Anton,
Thanks for using Shortcoder. Happy that you like the plugin.
So as I can understand, you will be creating multiple shortcodes for the text “my text 0x” which has to be used elsewhere.
So my suggestions are
1) Utilize “custom parameters”
i.e Create 1 shortcode, have placeholders in them and change the value when you are using them in posts/pages. See below page for the documentation.
a) https://www.aakashweb.com/docs/shortcoder/custom-parameters/
b) https://www.aakashweb.com/docs/shortcoder/shortcode-parameters/ (shortcode enclosed content)2) Manage multiple shortcodes by assigning tags using which you can filter.
Regarding your proposal, I’m happy that you have taken time and have shared it with me. I’ll sure evaluate and consider them based on the multiple user requests and efforts needed from my side to implement the same.
For now please do try above suggestions which I think would be helpful.
Thanks,
Aakash
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 -
AuthorPosts
