Forum Replies Created
-
AuthorPosts
-
October 12, 2020 at 11:43 pm in reply to: Floating Sharebar’s custom HTML element target issue “_self””_blank” #8171Aakash ChakravarthyKeymaster
Hi @Sachin,
I see the behavior. Right now all links are designed to open in a popup that is the reason _self did not work.
I can suggest you to make a small change to the code.
In plugin editor go to
wp-socializer/core/templates/floating-sharebar.php
andline number 39
remove'sr-popup'
. Finally it should look like below.$classes = array( 'socializer', 'sr-vertical' );
This should fix the issue.
Thanks,
AakashAakash ChakravarthyKeymasterHi,
It seems you are referring to WordPress.com doc which does not appyl to self hosted wordpress site.
Below are the only inbuilt shortcodes in self hosted wordpress.
https://codex.wordpress.org/Shortcode#Built-In_and_Additional_Shortcodes
Thanks,
AakashAakash ChakravarthyKeymasterThis shortcode is provided by I guess a plugin called “Display posts” – https://wordpress.org/plugins/display-posts-shortcode/
May be you can try checking it with that author. If the shortcode does not work normally then it may not work even when used inside shortcoder.
I can suggest that you can change the fancy double to normal quote like below.
[display-posts category="faq" order="ASC" orderby="name" image_size="thumbnail" include_excerpt="true" posts_per_page="100" ]
Aakash ChakravarthyKeymasterHi,
With shortcoder you can create shortcodes for custom HTML,CSS and javascript. You can also use shortcode like you have above as the shortcode content. Just paste that shortcode in the shortcode content and then you can use
sc name="my-shortcode"]
Thanks,
AakashAakash ChakravarthyKeymasterHi Laura,
Currently it is not possible to use custom images in shortcode.
What you can do is, use the template which you have configured already in the “share icons” settings page.
You can do it using shortcode like below.
[wpsr_share_icons template="1"]
Change the value from 1 as per the template you have customized in the admin page.
Thanks,
AakashAakash ChakravarthyKeymasterHi,
Thanks for using WP Socializer.
I see that you are using AMP. But unfortunately the plugin does not support AMP right now. However it seems the AMP page already has share icons (not added by WP Socializer)
Regarding facebook count, can you please ensure if you have set the facebook APP ID and the APP secret in WP Socializer –> Settings page ?
You have to create a facebook app and add it’s details like below.
Thanks,
AakashAakash ChakravarthyKeymasterGot it.. by default the width is the 100%. May be there is a container which is restricting the width. Can you please inspect the container which ever is restricting and change the width of it ?
Aakash ChakravarthyKeymasterAakash ChakravarthyKeymasterMarking this resolved !
Aakash ChakravarthyKeymasterMarking this resolved !
Aakash ChakravarthyKeymasterHi @peak,
I’m marking this resolved. Please reply if issue is not fixed.
October 8, 2020 at 12:13 am in reply to: Is it possible to remove font awesome from this plugin? #8120Aakash ChakravarthyKeymasterMarking this resolved.
October 8, 2020 at 12:12 am in reply to: On Mobile – Sharing to Facebook doesn’t function quite right #8119Aakash ChakravarthyKeymasterMarking this resolved.
Aakash ChakravarthyKeymasterMarking this resolved.
Aakash ChakravarthyKeymasterHi @mindfuld,
Marking this resolved as we discussed in email.
“Actually we cannot customize print friendly settings. The user after going to the print friendly page can customize/remove elements not needed and then take a print out.”
Thanks,
Aakash -
AuthorPosts