collins86
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress URL IssuesThanks everyone, I also got a fix on my site. So just to share, the bug was caused by plugins SHARETHIS or ADDTHIS.
For Sharethis Fix:
https://support.sharethis.com/customer/portal/questions/850144-disabling-copynshareFor AddThis Fix:
its just by switching it to false on the js code : {“data_track_addressbar”:false}Forum: Plugins
In reply to: Copying text on my site adds this –> See more at: URL/#sthash.3H02zndT.dpufThanks everyone, I also got a fix on my site. If I have not stumbled on this I would not have found the fix. Thanks to @charlesmtl1 for this post and others shared knowledge. So just to share, for ADDTHIS;
its just by switching it to false on the js code : {“data_track_addressbar”:false}
Forum: Plugins
In reply to: Copying text on my site adds this –> See more at: URL/#sthash.3H02zndT.dpuf@wpyogi – I actually share the same issue with @charlesmtl1. And FYI I already posted a thread two days ago regarding this issue and no replies yet from that. https://www.ads-software.com/support/topic/wordpress-url-issues-1
So i was just trying to get a hint here and hopefully get a fix.@bill, CharlesMTL1 – thanks for these info. ill take note on that too..
Forum: Fixing WordPress
In reply to: not able to remove "/> above site header and below wordpress panelWorked great. The bug is now gone. So what did you do?
Forum: Plugins
In reply to: Copying text on my site adds this –> See more at: URL/#sthash.3H02zndT.dpufThanks for this info. I had mine too similar to this url issues with extended / additional characters. So it was the Share This plugin after all..But, I was not using that plugin. I just grab a code in addthis.com and put that one in on my site. How should i get rid of it?
Forum: Fixing WordPress
In reply to: not able to remove "/> above site header and below wordpress panelIts a coding issue i suppose. I have view-source your code and it seems like the meta tags / style tags are now inside the body. It should be inside head which is above body tags. The bug(“/>”) is next to the body code. So remove that code and you should be fine.
Forum: Fixing WordPress
In reply to: not able to remove "/> above site header and below wordpress panelPlease check your php/html code in header.php theme file.
You might have duplicated the closing tag (“/>”).