Forum Replies Created
-
AuthorPosts
-
AakashKeymasterHi, since this shortcode involves dynamic data (like wallet account number of user) it requires some PHP. So it is not possible to do it shortcoder. You might need to write some PHP code for this. Also since this is related to woocommerce, you may contact woocommerce support team as they can share any solution and assist you on the same.
Thanks,
Aakash
AakashKeymasterHi Thomas, sure I can help you add opacity/transparency to the social icons.
Please add the icons to your website and a screenshot of which icon you want to add transparency.
I will provide CSS which you can paste in the settings.Thanks,
Aakash
AakashKeymasterHi Ralf,
When shortcode is used in title, themes have to execute the shortcode present in the shortcode by calling like below.
Most themes do not do this. May be you can use the code above to execute shortcodes in title.
Thanks,
Aakash
AakashKeymasterYeah, for the social icons, you can refer the site I mentioned below.
https://www.aakashweb.com/apps/social-buttons-generator/
Just choose and customize the buttons.
Copy paste the scripts mentioned in that site into your HTML site.Thanks,
Aakash
AakashKeymasterHi Antonio,
Please do confirm me if the problem has been solved.
I’m marking this thread as resolved for now.Thanks,
Aakash
AakashKeymasterHi Iris,
Thanks for your interest in the plugin.
Regarding the “social icons” I’ve made an social icons generator for static websites using the same framework. Link is below.https://www.aakashweb.com/apps/social-buttons-generator/
You can use it to generate social icons.
Regarding “native social buttons” you may have to refer the individual social networking websites and grab the widget code they offer.
Please let me know if this helps.
Thanks,
Aakash
AakashKeymasterHi Antonio,
There are two things here.
1) Floating sharebar – This feature is used to share the active page URL to social networking sites. This is currently used by you.
2) Follow bar – This feature is used to add social media profile links on the site.
From your site, I see that you want to use number 2 (follow bar) but you have used number 1 (floating sharebar)
So I would suggest you to use the “follow bar” feature instead of “floating sharebar” feature.

Thanks,
Aakash
AakashKeymasterHi Marco,
Can you please let me know what WordPress version you are using ?
The error says the function “get_the_post_thumbnail_url” is not available. This function introduced in wordpress version 4.4.0.
Can you please confirm me on this ?
Thanks,
Aakash
AakashKeymasterHi srubenst,
I’m marking this thread solved as I didn’t any response..
Thanks,
Aakash
AakashKeymasterHi kurt,
Please use single quote instead of double quotes and it works.
<a href="[sc name='PhoneNumber']">[sc name='PhoneNumber']</a>Thanks,
Aakash
AakashKeymasterHi kurt, I’ll try this scenario in my side and get back to you shortly.
Thanks,
Aakash
AakashKeymasterHi Mike,
1) Regarding “NO ICON” issue. The issue is with your theme. The theme you are currently using “matchboard” is appending class “fab” to support FontAwesome 5 icon set. There is no issue seen with WP Socializer.
There is a solution to this issue. WP Socializer by default supports “fontawesome 5”. So you can select the icon set to fontawesome 5 under
settings --> Font icon = fontawesome 52) Regarding “LINKEDIN” issue. It looks like linkedin stopped supporting accepting page summary. WP Socializer is passing post summary for sharing which breaks linked in site.
To solve this, please edit the following. In wp-socializer\core\lists.php replace line 328
'link' => 'https://www.linkedin.com/shareArticle?mini=true&url={url}&title={title}&summary={excerpt}',with this'link' => 'https://www.linkedin.com/shareArticle?mini=true&url={url}',Thanks,
Aakash
AakashKeymasterHi srubenst,
Thanks for posting your issue here. Please note that no big change was made to shortcoder this month. I have no reported issue like this. So if it was working couple of days before then it should work today also.
Anyways, I can’t debug it from my side as this issue is not reproducible.
I need your help to share a temporary administrator credential with which I can login and check the issue.
It can be deleted once issue is found.Can you please share it in contact form ?
Thanks,
Aakash
AakashKeymasterHi Thomas, I can help you add instagram to the mobile sharebar and you can link it to your profile page.
Please follow the below steps,
1) Please add the below code to your theme’s
function.phpfile before ?>function wpsr_instagram_msb($buttons){ $buttons['instagram']['link'] = 'YOUR_INSTAGRAM_URL'; $buttons['instagram']['features'] = array( 'for_profile', 'for_share' ); return $buttons; } add_filter('wpsr_mod_social_icons_list', 'wpsr_instagram_msb');(also replace your instagram profile url in the above code )
Thanks,
Aakash
AakashKeymasterThis issue was discussed via email, sharing the below solution discussed.
Got it.. looks like you copied the shortcode from the below highlighted location and pasted it in the post’s “visual editor”
Below highlighted tag is contenteditable. So when you copy and paste from it, the shortcode is wrapped with contenteditable tag. So the shortcode is editable.There are two workarounds,
1) you can paste the copied shortcode to notepad and copy it from there again to strip off the content editable tag.
2) use the “insert shortcode” button in the post editor toolbar.
-
AuthorPosts
