CloudburstDesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Breadcrumb NavXT] Duplicate breadcrumb separator displaying@mtekk
I just pulled that file (class.bcn_breadcrumb_trail.php) from your link above, replaced it in the plugin on a site that had the issue, and it appears to be resolved. Thanks for your help – happy new year!Forum: Plugins
In reply to: [Breadcrumb NavXT] Duplicate breadcrumb separator displayingThanks @mtekk – the var_dump produced:
string(4) "page" string(1) "2" bool(false) bool(false)
Additionally, replacing that line with your suggestion seems to have fixed the issue, but there is a tiny error in your code (missing closing quote after ‘page’). Corrected version:
if(is_numeric($root_id) && $type_str !== 'page')
Should I leave this in place, or wait for next update? Thank you!
Forum: Plugins
In reply to: [Breadcrumb NavXT] Duplicate breadcrumb separator displayingForum: Plugins
In reply to: [Breadcrumb NavXT] Duplicate breadcrumb separator displayingSame for me after update to 6.0.2 – this is still an issue and shows duplicate separator between breadcrumb items.
This is still an issue in 3.0.5 – this is not fixed and the update to 3.0.5 does NOT work, and does NOT solve the issue.
Forum: Plugins
In reply to: [Custom Post Type UI] Updated and now 404Hi Michael, Thanks for all your help sorting this stuff out. I have been following this thread, and so far I’m able to remedy the 404 issue by re-saving the CPTs, BUT periodically they become disconnected again, and the 404 comes back. I have not been able to ID anything specific that causes this to disconnect again anad again, and re-saving the CPT’s does reconnect everything, but it continues to be an issue for whatever reason.
What I have noticed is that it seems to be specific to the single view (single-CPTname.php). CPTs are pulled in to other areas of the site just fine, and DO work even when the single view gets a 404. Not sure if this clue helps or not, but hoping you have some ideas on all this? Thanks so much!
Forum: Plugins
In reply to: [Custom Post Type UI] Ugraded Version 1.0.x Troubleshooting ChecklistI ran the 1.0.5 update on another site, and new custom post types were somehow attached as Media items, and not using the correct template structure (single-cptname.php for example). I was concerned about updating this site for the same reason. Perhaps we will try it in a local sandbox to see. Any other ideas?
Forum: Plugins
In reply to: [Custom Post Type UI] Ugraded Version 1.0.x Troubleshooting ChecklistHey Michael, I have seen this resaving of the CTP’s solution work consistently, except on one specific site I manage. When I resave the CTP’s the pages work again temporarily, but then at some point they revert back to 404’s. Resaving fixes again temporarily, but I’m stuck checking over and over making sure it’s still working.
Any ideas? Running v1.0.4
Forum: Plugins
In reply to: [Custom Post Type UI] version 1.0.5 issueThey were left blank. The only thing I did was set the Slug, Plural, and Singular names, and hit “Add Post Type”. About as simple as it gets