John Parker
Forum Replies Created
-
Forum: Plugins
In reply to: [Broadcast] Count() warning in edd.phpThanks Edward,
That should resolve the problem.
The reason we hadn’t updated to the latest version is because we only tend to update a plugin if there is a specific feature or bugfix that we need. Plus we go through time-intensive testing of plugin updates to make sure it won’t break anything… we usually update one plugin a month.
This will be the second update to the Broadcast plugin this year.
Cheers,
JohnForum: Plugins
In reply to: [Broadcast] Count() warning in edd.phpyes, version 43.0
Thanks
Forum: Plugins
In reply to: [Broadcast] Hreflang language IDs being removed on array_flipIt isn’t viable to manually track as we have over 100 brands and multiple languages per brand.
Toys Japan would have an hreflang of “ja”
Protein US would have hreflang of “en-us”If we broadcast a post from Toys Japan to Protein US, that would work. But where we get an error is if I want to broadcast from Toys US to Protein US…because the $action->language_blogs only has a “en-us” value for Protein US after the array_flip().
Forum: Plugins
In reply to: [Broadcast] Hreflang language IDs being removed on array_flipI’m not sure. I am thinking it would be better to keep all blog href languages in the $action->language_blogs array. Seems like if we used the broadcast_hreflang_add_links action, we will need to separately keep track of the sites that have the same hreflang language.
Forum: Plugins
In reply to: [Broadcast] Hreflang language IDs being removed on array_flipYes, each site is a particular brand.
e.g.
Toys UK
Toys US
Toys Japan
Toys Spain
Protein US
Protein UK
Protein Japan
Protein Spain
etc…So ideally we are currently only broadcasting within brands, like: Toys UK => Toys US, Toys Japan, and Toys Spain. And not Toys UK => Protein US.
Hopefully that makes sense.- This reply was modified 6 years, 7 months ago by John Parker.
I found wpstg_is_staging_site and it’s value is set to true.
Thanks Rene,
I updated the plugin, deactivated and activated again, then created a new Stage. No errors. The Staging site works and displays STAGING – Freedom Herbals (displayed in Orange).
I didn’t see an option named wpst_is_staging_site in the dev1 database. Does it need to be there? The plugin seems to be working fine for me now.Forum: Plugins
In reply to: [jQuery Pin It Button for Images] Disable Pin It on Widget ImagesI feel a little sheepish…I Found it. It is in the plugin settings for jQuery Pin It Button For Images. Your image selector setting works like a charm.
I imagine if you want to remove the button from other images, you add another .class img separated by a comma.Example: .jpibfi_container img:not(.shopthepost-widget img, .class img, .otherclass img)
Forum: Plugins
In reply to: [jQuery Pin It Button for Images] Disable Pin It on Widget ImagesWhat folder and file is the image selector setting found in?
Thanks
Never mind I figured it out.
Turns out my wp-config.php file was not in the folder with WordPress. So I copied that wp-config file into the WordPress folder, started a new Staging site and it worked perfectly.