clarkstudios
Forum Replies Created
-
Update: The issue seems to be with ShortPixel Critical CSS plugin. Disabling this has bought the statuses back. I will dive into that plugin and see what the issue is.
Some further investigation
line 41 on PostEditClassic.php
if (!empty($post)) { if (\PublishPress_Statuses::isUnknownStatus($post->post_status) || \PublishPress_Statuses::isPostBlacklisted($post->ID) ) { return; } }
The post status is empty when I print_r($post) which is where I expect the issue is coming from – I have checked the database and the post_status is “pending” in this example. It is as if the post status is being filtered out.
Forum: Plugins
In reply to: [Jetpack VideoPress] Player Javascript APII can see I can listen to postMessages from the iFrame which is great. Ideally I would love to know what time a video was paused at. If this is available in the API then that would be great.
Forum: Plugins
In reply to: [Jetpack VideoPress] Player Javascript APIHi @retrofox that is great news. I have just paid for the premium plan and looking to play as i’d rather use this service than Vimeo or Youtube. As I said pretty simple what I want to use it for.
Also can the 1TB limit be extended or is that another question for sales?
Forum: Plugins
In reply to: [WC Fields Factory] Website crashed after updateTry this:
/includes/wcff-builder.php
Line 1491 Change to:
if ( isset( $_field["language"] ) && !empty( $_field["language"] ) && $_field["language"] != "default") {
/includes/wcff-cart-editor.php
Line 551 Change To:
if (isset( $_field["language"] ) && !empty( $_field["language"] ) && $_field["language"] != "default") {
Forum: Plugins
In reply to: [Jigoshop] Cart TaxesApologies,
I have been away for a wee bit.
There use to be an option before in Jigoshop to show cart prices with our without taxes. Maybe this option should be added back in and then based on the value of that render the correct product price ( get_price_with_tax() or get_price_excluding_tax() ). I know this is something that Woo does and I dont really want to move across to that plaform.
Steve
Forum: Plugins
In reply to: [Column Shortcodes] Three column issuesIt hasn’t resolved itself as the last column has no content in it and the content that should be in there is wrapping around the two columns laid out. I have a similar issue and will be diving into the plugin in a minute to have a look around.