Trevsweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Permalink helpmany thanks the lite version did exactly what I wanted.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Permalink helpso the breadcrumbs are working as expected and perfectly it’s just on the permalinks it doesn’t.
Just to confirm it’s connected via the connections and hierarchical is ticked
found it in the code. wondering if there is an easier method
$folderidrlm = isset($_REQUEST[‘rmlFolder’]) ? $_REQUEST[‘rmlFolder’] : null;
hope that helps other people I just used the add_attachment hook
another question. there’s cover image support for the folders how do you access it?
fixed: it was a dodgy function in my theme on page save
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] form in front endyou might want to check out https://edituswp.com/ or their github https://github.com/AesopInteractive/lasso
allows you to edit on the front end in the page where the text is
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods tag page/links not workingHi there. Yes to resolve this I did not have a tag.php or taxonomy.php file in my theme folder. I copied the search.php , index.php will do too. A d renamed to tag.php and taxonomy.php. That fixed it. I also have has archive on the pods advanced menu ticked.
If that doesn’t work let me know.Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods tag page/links not workingI found out it was because of a tag.php missing from my template. copied my search.php and works fine.
Forum: Developing with WordPress
In reply to: WPDB issue with get_varomg thanks for the reply. I lost the link to this page. thanks very much
Forum: Developing with WordPress
In reply to: WPDB issue with get_varThat’s depressing. But informative. Will have a look into Cron jobs but not done anything with them before. Would be cool to check out.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Adding tags to custom post typeWhen I paste the code into my functions sile dreamweaver kicks off about there being an error in the code
add_action( 'pre_get_posts', function ( $q ) { if ( !is_admin() // Only target front end queries && $q->is_main_query() // Only target the main query && $q->is_category() // Only target category archives ) { $q->set( 'post_type', ['post', 'book'] ); // Adjust as needed } )};when I upload it the wordpress dies with a error 500 message
Forum: Plugins
In reply to: [Custom Post Type UI] Updated and now 404Yes no problem I’m happy to help. you should have my email
Forum: Plugins
In reply to: [Custom Post Type UI] Error with Version 1.0.4Hi Kelly do you have a zip of 0.9.5? I would really like to get mine working again 🙂
Forum: Plugins
In reply to: [Custom Post Type UI] Updated and now 404His version 1.0.4 still showing 404
http://www.plant-lore.com/plantofthemonth/ye-olde-wishing-cork-tree/
fixed the 404 theme template error from before no longer showing whitepage but the proper 404 page.please help
tried permalink flush again and posttype/taxonomy refreshplant-lore.com [Sat Mar 07 00:37:58 2015] [error] [client xxxxxxxxx] AH01215: PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING in xxxxxxxxxxx/404.php on line 16Forum: Plugins
In reply to: [Custom Post Type UI] Updated and now 404Hi, having the same 404 error on my post types.
Data is all saved, admin menus are working and some content brought up via a template request but looking at the singular post item returns a 404Tried flushing permalinks
Tried Has_archive
nothing is bringing it back onlineexample:
Template based list working: http://www.plant-lore.com/news/
Single based news article not working: http://www.plant-lore.com/news/st-davids-daffodils-2015/Version 1.0.3
WP 4.1.1Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Tooltips in widgets broken in 2.2Thanks for the quick fixed brought my calendar back to working order. tooltips still nto working but will work on that to get them back 🙂