Jonathan Bossenger
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Download link not workingHi Jim
I’m sorry you were experiencing problems yesterday, it seems there was a network error with my site last night, causing these problems. I was also testing out a new media player, which may have caused some issues.
I’ve reverted back to the original media player and tested my site this morning and the downloads are working again. Please re test and let me know what happens.
Regards
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Download link not workingHi Jim, thanks for getting back to me. I can see the problem you are experiencing.
Could I ask you to test out one of the podcasts on this site: https://wphackercast.com/. It is also using Seriously Simple Podcasting.
If you are able to download a podcast file from that site then there is possibly either a hosting or plugin conflict and I would like to work with you to isolate and resolve the problem.
Regards
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Download link not workingHello @debeerj and @jimgasperini, thanks for getting in touch with support. @debeerj, my apologies that we have replied so late.
At the moment we are not aware of any issues with the download option, however I would like to work with you to determine the cause of the problem.
Could you post your website url here, so that I can see the problem in action? If you do not want to share the url publicly you can email hello@seriouslysimplepodcasting.com with the subject line ‘Attention: Jonathan – Download Problem’ and I will reply there.
Thanks
Unfortunately due to a backward breaking change in PHP 7 the plugin is no longer in active development and needs to be rewritten. You can read more about it here https://github.com/godaddy/wp-p3-profiler/issues/2
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Wrong podcast feed when using shortcodeHello Murray, apologies, I did get it and I am working on it, thanks for reminding me.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Wrong podcast feed when using shortcodeHi @murrey35, thanks for bringing this to our attention.
Can I ask you to email hello@seriouslysimplepodcasting.com with the WP admin credentials of the test site you have setup so that I can take a look.
Please mark the email Subject for my attention.
Thanks
Forum: Fixing WordPress
In reply to: WP_QUERY with multiple nested array within meta_query@unicco I am making guesses here, but it could be because you are casting the type as DECIMAL but passing a string for the value?
Forum: Fixing WordPress
In reply to: WP_QUERY with multiple nested array within meta_query@unicco my apologies, I’ve just setup a test using the structure you have provided
This is my meta_query
'meta_query' => array( 'relation' => 'OR', array( 'relation' => 'AND', array( 'key' => '_price', 'value' => 1, 'compare' => '>=', 'type' => 'DECIMAL', ), array( 'key' => '_price', 'value' <= 3000, 'compare' => '<=', 'type' => 'DECIMAL', ), ), array( 'relation' => 'AND', array( 'key' => '_price', 'value' => 3001, 'compare' => '>=', 'type' => 'DECIMAL', ), array( 'key' => '_price', 'value' <= 6000, 'compare' => '<=', 'type' => 'DECIMAL', ), ) ),And it works returns data on my test bed. So you are correct in that it should be possible and it should work and does in my test.
Therefore I can only assume there is something else amiss with the query itself or that something is causing hassles elsewhere.
Apologies for making my earlier assumption, but I find it hard to debug a problem without seeing the original PHP code, hence I had to code it up for myself 😉
Forum: Fixing WordPress
In reply to: WP_QUERY with multiple nested array within meta_queryI’m not sure if its a bug or just the fact that you can’t nest meta queries in that way, however if you are searching for results between 2 values, the use of the BETWEEN keyword is recommended. Glad you were able to sort it out.
Please mark this topic as resolved.
- This reply was modified 8 years, 9 months ago by Jonathan Bossenger.
Forum: Fixing WordPress
In reply to: WP_QUERY with multiple nested array within meta_queryCan you echo the query that is being run?
$query = new WP_Query( $args );
echo $query->request;If you run that query directly on the database it might show the errors
Forum: Fixing WordPress
In reply to: WP_QUERY with multiple nested array within meta_queryOh, sorry I read that wrong, the combination of the array notation ( => ) and the comparison operators threw me.
Are the meta keys for price definitely ‘_price’ ?
Forum: Fixing WordPress
In reply to: WP_QUERY with multiple nested array within meta_query@unicco I don’t think you can use ‘=> >=’ for compare the way you are doing.
Have you set WP_DEBUG to true, this might show some PHP errors you are missing.
It might also be easier if you past your original PHP code here.
Forum: Reviews
In reply to: [Seriously Simple Podcasting] Was great… Can’t add new podcasts nowHi @kentopolis, could I ask you to email hello@seriouslysimplepodcasting.com with the subject line ‘ATT Jonathan, Can’t dismiss update notice’ so that I can investigate this problem.
Thanks
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Version 1.16.2 causing parse errorHello @holsbaek
We’ve just released a bug fix version 1.16.3 of the plugin, which resolves this issue.
Please update the plugin and let us know if the problem persists.
Thanks
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Latest version crippled siteHi @alvista
Could I ask you to please email hello@seriouslysimplepodcasting.com with the subject line ‘Parse Error ATT Jonathan’ so that I can assist you with resolving the problem.
Thanks