westcoastdigital
Forum Replies Created
-
Forum: Plugins
In reply to: [GP Social Share] Email link textSecondly Twitter
If using html in the excerpt, I can make it strip out all the html, alternatively posts have a custom meta field to change the twitter content instead of using the excerpt
Forum: Plugins
In reply to: [GP Social Share] Email link textFirst one, email text.
You can rewrite that function in code snippets, you may need to deactivate the plugin, add the snippet, and then reactivate.
It will see function exists and use yours
function gp_social_email_body() { $email_body = __('Check out this important article', 'gp-social'); $email_body .= $url; }
Forum: Plugins
In reply to: [GP Social Share] twitter text displaying to left of icon after updatehmm I am not sure honestly. How many posts are there, to many to re-save them?
Maybe try re-saving permalinks to see if that triggers anything?Forum: Plugins
In reply to: [GP Social Share] RTL support – quick fixThis was added in in 2.1
Forum: Plugins
In reply to: [GP Social Share] twitter text displaying to left of icon after updateI have discovered it is because using the get_excerpt as the default content is pulling in the html including the read more button.
2.2 strips all html and read more from the default tweet
Forum: Plugins
In reply to: [GP Social Share] Twitter malfunctioning in Preview mode.I have discovered it is because using the get_excerpt as the default content is pulling in the html including the read more button.
2.2 strips all html and read more from the default tweet
Forum: Plugins
In reply to: [GP Elements Admin Link] Plugin doesn’t work with GP Pro 2It is fixed, as the Elements link from GP Core doesnt have the drop down to instantly jump to elements
Forum: Plugins
In reply to: [GP Social Share] Plugin short-code breaks pagesForum: Plugins
In reply to: [GP Social Share] Plugin short-code breaks pagesThis was addressed in the github beta release, just never made it over to the WP repository yet..if anyone tests and confirms all working as expected, then let me know and I will roll over here
Forum: Plugins
In reply to: [GP Social Share] Blank pages after last updateIt has been fixed in the next update, it is in beta testing as it has a few other improvements.
If you want to test it yourself you can get it from here https://github.com/WestCoastDigital/gp-social-share-svg
Forum: Plugins
In reply to: [GP Social Share] Cant save settings – Wordfence blocks itI installed WordFence and tested it without any problems, maybe raise a support ticket in WordFence?
Forum: Plugins
In reply to: [GP Social Share] 500 errorI have updated where you can customise on a post by post basis and it fixes the shortcode.
If you want to test this version then you can grab it from my GitHub
Forum: Reviews
In reply to: [GP Social Share] My site crashed!I just pushed out 2.0.
I have removed third party plugins that were being used for the fields in the backend and was causing the issue.
As a result any custom settings and icons will need to be recreated unfortunately.
Forum: Plugins
In reply to: [GP Social Share] Does gp share support share counters?No, as it is built to be as lightweight as possible, it is not using any API’s required to get the share counter.
Forum: Plugins
In reply to: [GP Social Share] Getting an errorI just pushed out 2.0.
I have removed third party plugins that were being used for the fields in the backend and was causing the issue.
As a result any custom settings and icons will need to be recreated unfortunately.