Forum Replies Created
-
AuthorPosts
-
AakashKeymasterHi @peter,
Ok. I see the requirement. It is already there in “share icons” and “floating sharebar” but not in “follow icons”.
You can make a simple code change and you can get the icon.Open plugin editor and change WP Socializer -> core -> lists.php at line number 266 add
,'for_profile'after'for_tsb'so it look like this'for_share', 'for_tsb', 'for_profile'Let me know how it goes.
Thanks,
Aakash
AakashKeymasterHi Tod,
The code you are using is CSS. So you have to wrap that with
<style></style>tag.Edit the shortcode content to below.
<style> .intro { line-height: 30px; max-width: 70%; font-family: asul; color: #910000; padding: 5px; margin: auto; display: table; text-align: center; font-size: 20px; font-weight: 700; } </style>Then you can use
[sc name="my-shortcode-name"]in the post.
This will place the above code in the post whenever you use the shortcode.I’m not sure how the
short_introshortcode come into picture here as that is not related to shortcoder plugin. Please explain in detail if needed. You can also refer this doc about using “enclosed content” here – https://www.aakashweb.com/docs/shortcoder-doc/shortcode-parameters/#shortcode-enclosed-contentThanks,
Aakash
AakashKeymasterHi Bishwa, HTML Javascript adder has stopped development a long time ago.
For now to fix the error, you can open https://mtmawson.info/wp-content/plugins/html-javascript-adder/js/hja-widget.js and in plugin editor and replace
.livewith.onThat should solve the problem.
Thanks,
AakashAugust 18, 2020 at 9:58 pm in reply to: How to show images in the feed? Chinese twitter like site: weibo’s feed. #7902
AakashKeymasterOk fine. For now with the above CSS you can have RSS feed in two columns. Only thing missing is the images.
I’ll let you know when images will be displayed.
I’ll mark this issue resolved for now.
Thanks,
AakashAugust 17, 2020 at 11:04 pm in reply to: How to show images in the feed? Chinese twitter like site: weibo’s feed. #7900
AakashKeymasterHi,
Did this help ?
AakashKeymasterMarking this thread as resolved
AakashKeymasterMarking this thread as resolved.
August 17, 2020 at 10:56 pm in reply to: No “_self” and “_blank” options for the custom HTML on the social sharebar #7897
AakashKeymasterHi,
Any update on this ?
Thanks,
AakashAugust 17, 2020 at 10:56 pm in reply to: Problems with Fusion Plugins (AVADA) and Editors in Shortcode #7896
AakashKeymasterMarking this issue resolved.
AakashKeymasterHi,
I hope you have found the option.
I’m marking this issue resolved.Thanks,
Aakash
AakashKeymasterHi,
Did this help ?
AakashKeymasterHi Marc,
Happy that the issue is resolved.
Please do rate the plugin !
https://wordpress.org/support/plugin/wp-socializer/reviews/?rate=5#new-post
Thanks,
Aakash
AakashKeymasterHi Alexander,
Thanks for your time and feedback.
Right now both the options are not available. I’ll add them to my todo list and get it done in future versions of the plugin.
Cheers !
AakashAugust 16, 2020 at 12:01 am in reply to: No “_self” and “_blank” options for the custom HTML on the social sharebar #7889
AakashKeymasterHi Sachin,
I do not see any issue on my side.
Can you please give more details on what you wre trying ?
Thanks,
AakashAugust 14, 2020 at 5:42 pm in reply to: How to show images in the feed? Chinese twitter like site: weibo’s feed. #7888
AakashKeymasterHi @zrenee,
This is beyond the scope of this plugin as it is a customization request.
But I gave some try.
You can use below CSS in your theme settings to display them in two columns.
.srr-wrap div { flex-basis: 50%; } .srr-wrap > div { display: flex; flex-wrap: wrap; }Regarding the images, they are shown only when they are mentioned in a specific tag. So I guess in your case it is not mentioned that way. I do have plan to grab images wherever they are, but it may not be soon.
Thanks,
Aakash -
AuthorPosts
