Archived topic
Social sharing icon at the bottom
29 replies · Started by domedele on November 14, 2019
The same problems
Are you using any other shortcodes anywhere on the site?
Cf7 plugins
Odd - never experienced any issues with that plugin, maybe something in the config is wrong or another plugin or code is conflicting.
Maybe try this one instead:
Incredible! the same problem!
with all plugin disable (only gp premium active with other gp pluign) is the same with all 3 social plugin!
what is wrong?
You may need to disable other plugins to see if there is any of them conflicting with the creation of shortcodes.
Also change the themes? When i try a social plugin I note it works only in home page. I try many plugin also in the bar e without shortcods
Only with gp premium (upgraded at the latest version) and gp social share doesn't work.
some other plugin work only in the home page.
it' could be a problem when I move the site from a subfolder (as beta version) to the main folder?
I really am unsure as to why it is not working.
I can only assume it is to do with another plugin conflict or a security setting on your site.
Hi,
i discover somethings. If I change the structure of permalink with the default like http://www.mysite.com/p?172 the plugin works.
If I change after some minutes in the structure %category%/%postname% the bug appear and I can see only the shortag [gp-social]
Now, I have this problem change all the link in home page and also in the menu with the default structure or have some trick to solve this situation with the actual structure that I like
Any suggestions?
Well it has me puzzled.
Try adding this in the hook:
<?php echo do_shortcode( ' [gp-social] ' ); ?>
Make sure to check both Execute PHP and Shortcodes.
No, doesn't work. the same problem!
Never heard of this before - the permalink structure shouldn't have any effect on shortcodes. What if you use the regular "Post name" option?
Do you have another site to test on?
This support is very kind! So I share with us the solution!
When I migrate the developer site from the folder /devTest from the root I don't change any setting in the file .htaccess.
The solution was: change the folder in the .htaccess (from \devTest to \) !!
Thanks for the patient!
Glad you found the solution :)