rgrauphics
Forum Replies Created
-
Forum: Plugins
In reply to: [WP LinkedIn Auto Publish] Posting the Wrong Link to LinkedInAwesome! Tested and resolved!
I verified that both the default setting and the meta box on the post had the issues [no space] between the two short codes – updated the string and shared a post. Thank you so much for your diligent work.
Please verify the default settings do not have the error as the text box had a forced break at my error. Again thank you for you work.
Forum: Plugins
In reply to: [WP LinkedIn Auto Publish] Posting the Wrong Link to LinkedInThank you – I will review the default settings. As a heads up – I did not adjust the [shotcodes] at all.
Forum: Plugins
In reply to: [WP LinkedIn Auto Publish] Posting the Wrong Link to LinkedInI do not have any redirect plugin, content filtering, permalink settings going on. With now 2 of us having an issue – presuming two different hosts, two different themes – maybe the same plugin conflict I may need to find another solution.
Thanks
Forum: Plugins
In reply to: [WP LinkedIn Auto Publish] Posting the Wrong Link to LinkedInYes it is the inlink in the content.
Here is the settings in the plugin sharing options.
You may enjoy reading [POST_TITLE] – [POST_LINK][POST_EXCERPT] on [WEBSITE_TITLE]
https://snipboard.io/VM3pKc.jpgHere is the metabox
You may enjoy reading [POST_TITLE] – [POST_LINK][POST_EXCERPT] on [WEBSITE_TITLE]
https://snipboard.io/tkc8QL.jpgThey appear to be the same.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] GCLID not showing up in SalesforceThank you @mrcairney – Will take a look to see if that passes any information from the advertising avenue to SF.
Forum: Plugins
In reply to: [Contact Form 7] Error When Submitting FormHaving the same issue on the multiple sites – I have check the validations and everything seems to be fine. What changed?
Forum: Plugins
In reply to: [WooCommerce] Product Category description showing twice on category pagesHey Kayona88
This started happening to me on a site I built around the same time as yours. I don’t have a reason why… but I have a band-aid type of fix.
I first reviewed the code and tried to locate the actual PHP code that was pulling the descriptions but could not find it. So, next I added this:
#term-product_cat {
display:none;
}to the custom.css file in the root folder of the theme we use. This fix basically tells the browser to not display anything. Works but there is still a query going on… your css might be different.
Hope that helps, you may need to view the source code to make sure you are calling on the right css class / id.