jeff9315
Forum Replies Created
-
Forum: Plugins
In reply to: [Latest Post Shortcode] Can't seem to get it workingOK …I upgraded to 6.1, but that didn’t seem to fix the issue. Do you think I need to do something else or should I contact the “Press Permit” developer again? Or I can give you access to the WordPress site since it’s just my test site. Or we can Skype so I can Share my screen and explain the issue.
Whatever you think is most appropriate. I appreciate all your help in resolving this.
Thanks … Jeff
Forum: Plugins
In reply to: [W4 Post List] Custom post statusI believe I have the same problem, but I can provide more details …
In my situation, I’ve figured out that it’s an incompatibility between “Press Permit Pro” along with it’s “PP Custom Post Statuses” and your plugin.
Here is the response from the “Press Permit Pro” plugin author regarding a different plugin exhibiting the same issue:
That plugin calls the
get_posts()
function, which suppresses plugin filter application by default. To support compatibility with Press Permit or any other plugin, the plugin should add this to the argument array passed into get_posts():$qargs['suppress_filters'] = false;
… or at least apply a filter to that argument array so filtering can be switched on externally.
Thanks … Jeff
Forum: Plugins
In reply to: [Latest Post Shortcode] Can't seem to get it workingHi Iulia … Here is the response from the other plugin author:
That plugin calls the
get_posts()
function, which suppresses plugin filter application by default. To support compatibility with Press Permit or any other plugin, Latest Post Shortcode should add this to the argument array passed into get_posts():$qargs['suppress_filters'] = false;
… or at least apply a filter to that argument array so filtering can be switched on externally.Thanks … Jeff
Forum: Plugins
In reply to: [Latest Post Shortcode] Can't seem to get it workingOK … I’ve figured out that it’s an incompatibility (or misconfiguration on my part) between “Press Permit Pro” along with it’s “PP Custom Post Statuses” and your plugin (or any plugin that creates Custom Post Types) .
So, I’m going to ask the “Press Permit Pro” developer how to handle this issue and I’ll report back here once I find out something. I suspect he might do something with “public_queryable” that’s causing the issue.
Thanks … Jeff
Forum: Plugins
In reply to: [Latest Post Shortcode] Can't seem to get it workingI use Happenstance. I’ll post the Skype address tomorrow then.
Forum: Plugins
In reply to: [Latest Post Shortcode] Can't seem to get it workingI have to leave for a couple of hours but I’ll post it as soon as I get back. Thank you SO MUCH!! Iulia
Forum: Plugins
In reply to: [Latest Post Shortcode] Can't seem to get it workingOK … Here are 4 screenshots (since there are a lot of configuration options for the Post Type.
https://drive.google.com/folderview?id=0B0v1GhIdzx0ndkhmcGdoUUdRNk0&usp=sharing
I appreciate this!
Jeff
Forum: Plugins
In reply to: [Latest Post Shortcode] Can't seem to get it workingThanks lulia … Yes, I made sure they were actually published. Where should I send the screenshots to? Also, let me disable all the other plugins except for yours and CPT UI and see if that changes anything. I’m at WordPress 4.4.
Jeff
Forum: Plugins
In reply to: [Latest Post Shortcode] Can't seem to get it workingI’ve checked and, in CPT, it IS marked publicly_queryable and I’ve placed it in the main content area of a normal page. However, I’m too much of a noobie to know whether it’s REALLY publicly_queryable.
My code is:
[latest-selected-content limit="10" type="board_message" display="title,date" url="yes" elements="0" orderby="dateD"]
Changing “board_message” to “page” or to “post” works just fine.
Thanks Iulia … Jeff
Yes … it was in the Search Results page … I’ll start disabling other plugins to let you know if I can determine what might be happening. However, I have to do that on a test site so it might be a couple of days.
Thanks SO MUCH!!!!!
JeffThese next 2 warnings came when I changed the attributes of a media file using “MLA – Media Library Assistant”.
Notice: Undefined index: path in /usr/…/wp-content/plugins/pp-file-url-filter/rewrite-rules_pp.php on line 105
Notice: Undefined variable: for_type_clause in /usr/…/wp-content/plugins/pp-file-url-filter/analyst_pp.php on line 32
I found 3 more:
PHP Deprecated: Non-static method PP_AdminUsers::groups_bulk() should not be called statically, assuming $this from incompatible context in /…/home/wp-content/plugins/press-permit-core/admin/users-ui_pp.php on line 11
PHP Notice: Undefined property: stdClass::$name in /…/home/wp-content/plugins/press-permit-core/groups-retrieval_pp.php on line 51
PHP Notice: Undefined property: stdClass::$metagroup_type in /…/home/wp-content/plugins/press-permit-core/groups-retrieval_pp.php on line 57
Thanks … Jeff
Forum: Plugins
In reply to: [Broken Link Checker] All of a sudden lots of false alarmsI just started using this plugin and it looks like exactly what I need. However, I also am seeing lots of false alarms in WP 4.3.1, using the latest Link Checker.
Thansk … Jeff
Forum: Plugins
In reply to: [Media Library Assistant] Weird behavior of mla_search_fieldsArrrggghhh … The forum messed up my formatting. The 1st example should have
=> (followed by) ; … I just don’t know how to get that into this post.Forum: Plugins
In reply to: [Media Library Assistant] Can't list more than 5 PDF filesThanks David … I’m closing this out. I believe the problem was a combination of 3 factors:
1 … Memory
2 … Near the end of the page, I had commented out several<code>[mla-gallery ... ]</code>
shortcodes by changing them to<x code>[x mla-gallery ... ]<x /code>
shortcodes. However, on at least one of them I had inadvertently left the closing<code>
tag alone which I was able to pinpoint as a major problem giving a Server 500 error.
3 … Trying to use<code>[mla-gallery ...]</code>
within the Shortcoder plugin to reduce the amount of duplicate code within several pages. However, Shortcoder doesn’t seem to process the<code>
tags correctly and the Shortcoder developer doesn’t seem to respond to questions on his support page.