-
AuthorPosts
-
March 29, 2016 at 11:00 am #604357
Why has the Pinterest share button lost it’s styling?
Please see NEWS > any post
https://dl.dropboxusercontent.com/u/1049926/Screen%20Shot%202016-03-29%20at%203.57.41%20AM.pngIf this is a plugin conflict is there CSS that can override?
Thank you,
Jas
March 29, 2016 at 12:55 pm #604456April 1, 2016 at 10:26 am #606567Josue,
Thank you for the info. Do you think there is a way to override this issue? Reading the other post it doesn’t look like it. There must be a way, no?
Thank you,
Jas
April 1, 2016 at 11:55 am #606609Hi!
It is one of the plugin you are using which is causing this issue
To find the plugin in conflict please follow the below steps1. Goto plugins page > Deactivate all active Plugins
2. Updated WordPress and Enfold to latest version if you have not.
3. Activate one plugin at a time… refresh the page and check for the issue.
4. Make sure the plugins are all updatedBest regards,
VinayApril 1, 2016 at 11:59 am #606612I know which plugin it is. It is this one. https://wordpress.org/plugins/pinterest-widgets/
My question remains, “Do you think there is a way to override this issue? Reading the other post it doesn’t look like it. There must be a way, no?”
Apparently, someone has found a solution. Although I”m not sure where to implement this. Do you have any idea where I would change this? Here is the post that has the solution. It is the last post. https://wordpress.org/support/topic/widget-changing-my-pinterest-share-button?replies=5
Thank you,
Jasmer
- This reply was modified 8 years, 7 months ago by Jasmer.
April 1, 2016 at 8:19 pm #606849That’s interesting, you can change the pattern of the Pinterest share link with this code (functions.php):
add_filter('avia_social_share_link_arguments', 'modify_pinterest_pattern', 10, 1); function modify_pinterest_pattern($args) { $args['pinterest'] = array("encode"=>true, "encode_urls"=>true, "pattern" => "http://pinterest.com/pin/create/link/?url=[permalink]&description=[title]&media=[thumbnail]"); return $args; }
May 4, 2016 at 10:21 am #627035Hey thanks Josue! Solved. You can close the topic. Jas
-
AuthorPosts
- The topic ‘Pinterest Share Button’ is closed to new replies.