Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.png

    If this is a plugin conflict is there CSS that can override?

    Thank you,

    Jas

    #604456

    Hey Jasmer!

    It is a script conflict.

    Best regards,
    Josue

    #606567

    Josue,

    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

    #606609

    Hi!

    It is one of the plugin you are using which is causing this issue
    To find the plugin in conflict please follow the below steps

    1. 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 updated

    Best regards,
    Vinay

    #606612

    I 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 ago by Jasmer.
    #606849

    That’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;
    		}
    
    #627035

    Hey thanks Josue! Solved. You can close the topic. Jas

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Pinterest Share Button’ is closed to new replies.