creeser
Forum Replies Created
-
Forum: Plugins
In reply to: [301 Redirects - Redirect Manager] Fatal PHP Error?This gives me a direction to start looking. Thank you for the reply!
Forum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] Updates are comingI’m using 4.8.1 and I’m able to display terms without issue. The problems I was encountering was in my use of “get_the_terms”. When I switched “wp_get_post_terms”, everything functioned just fine. I haven’t done extensive testing, but I’m able to add, remove and display terms. I hope this helps anyone else who might be having issues.
Forum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] Updates are comingI can confirm that things are working properly for me. I haven’t upgraded yet on my live site, but I updated my staging area recently and I am able to create new posts, select and deselect cpt-onomies and display them on my pages.
Forum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] Updates are comingAhh, switched to global $post; and wp_get_post_terms and it’s functioning. Please ignore!
Forum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] Updates are comingThis function is no longer working for me:
$terms = get_the_terms($post->ID,”term”);I’m able to get the number of terms, but I’m unable to display them. Anyone else hit this?
Forum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] Updates are comingTHank you so much for this! I can verify that it worked for me installation
Forum: Themes and Templates
In reply to: [Sydney] Strange problem with editing headerThe child theme is active. If this isn’t a known issue, I’m going to assume there’s server caching that I am unaware of. It’s happened before where a client has contracted with a security service who has cached the site in such a way that it needs to be cleared through their interface.
Forum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] Updates are comingRachel, if I can help in any way by testing please let me know. I appreciate you looking into it.
Forum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] Updates are comingHas anyone found a workaround? I’m getting nervous. My server is going to force my 4.6 upgrade in 13 days.
Forum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] Updates are comingI’m using a function similar to mrundrstm8’s and experiencing the same issues. Posting so I can be notified of followups 🙂
Forum: Plugins
In reply to: [Waving Portfolio] Changing ColorsI’d like to know this as well. I found an old link that suggested needing to change a javascript file in the plugin’s assets directory. Surely that isn’t the answer since updating the plugin will overwrite all changes.
Forum: Plugins
In reply to: [WP-Filebase Download Manager] It does not work on WordPress 4.5Pascal’s suggestion worked for me as well! Thank you!
Forum: Plugins
In reply to: [JS Archive List] Excluding Categories – Multiple WidgetsThank you! I’ve sent a link to the video. Your description of the issue is correct!
Forum: Plugins
In reply to: [JS Archive List] jQuery archives widget is not excluding selected categoriesI take that back. It is excluding entire categories. What I’m seeing is something different. I’m going to create a screencast video and share it with you to show what I’m seeing.
Forum: Plugins
In reply to: [JS Archive List] jQuery archives widget is not excluding selected categoriesHmm. I thought this fixed it but maybe not. I revisited my development site today and categories are no longer being excluded. I’m not sure what happened.