sindacmc
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] ERROR – No display of postsUnderstand @tw2113 thanks for the help!
Forum: Plugins
In reply to: [Custom Post Type UI] ERROR – No display of postsTried commenting the [add_action] line in functions.php, it didn’t work. Still it is the same result.
Forum: Plugins
In reply to: [Custom Post Type UI] ERROR – No display of posts@tw2113 found a custom function pre_get_posts used in functions.php for our Search. Do you think this is causing the issue?
Forum: Plugins
In reply to: [Custom Post Type UI] ERROR – No display of postsI’m not sure, I will try to look into that page code. Will get back to you soon.
Forum: Plugins
In reply to: [Custom Post Type UI] ERROR – No display of posts@tw2113 below are the registered Post Type & Taxonomy.
Post Type Slug *: children
Taxonomy Slug *: children_typeForum: Plugins
In reply to: [Custom Post Type UI] ERROR – No display of postsYes, I believe so too, but when the post_type is mentioned as:
$args = array(‘post_type’ => ‘children’
the entire page is broke, but when I change the post type to Children_type the page is not broken but still doesn’t display the programmes within.
Forum: Plugins
In reply to: [Custom Post Type UI] ERROR – No display of postsI did try, nothing worked.
Post Type is defined as Children, the moment I place that in the page code, the entire page goes broken. I guess I have to get in touch with a developer to look into it. Thanks for the help @tw2113! Greatly appreciate it!Forum: Plugins
In reply to: [Custom Post Type UI] ERROR – No display of postsThanks a lot I will check it out! Greatly appreciate it!
Forum: Plugins
In reply to: [Custom Post Type UI] ERROR – No display of postsGood Morning @tw2113! Thanks for the update, does that mean the code is correct and just the results are not generating?
Similar code in other pages brings out the results, so I’m confused where could the issue lay at.
Forum: Plugins
In reply to: [Custom Post Type UI] ERROR – No display of postsThanks @tw2113! I have done the same and you can view the template that is causing issue:
https://pastebin.com/1u0y1ynN
& this is the code to the link that works fine: https://pastebin.com/F8d3kP0yHope to get some solutions for this 🙂 Thank you.
Forum: Plugins
In reply to: [Custom Post Type UI] ERROR – No display of postsHi Michael, thanks for the concern, surely there are no confidential information in those links. But thank you for sharing about the pastebin!
Do let me know if you can help me out here for the narrowing down to where could the error be at?
- This reply was modified 3 years, 4 months ago by sindacmc.
Forum: Plugins
In reply to: [Custom Post Type UI] ERROR – No display of postsAdditional Update: Not sure if you can understand what could be the issue:
I was looking into the page’s PHP script:
- Post_type – children_type
$args = array(‘post_type’ => ‘children_type’, ‘posts_per_page’ => -1, ‘orderby’=>’menu_order title’,’order’=> ‘ASC’,’tax_query’ => array(…
Resulting Page Screenshot:
https://drive.google.com/file/d/1-HT0wy9JHlBDnEMpbch0j1-nfPyRq1yJ/view?usp=share_link
Note: this post_type is not added to the theme - Post_type – children
$args = array(‘post_type’ => ‘children’, ‘posts_per_page’ => -1, ‘orderby’=>’menu_order title’,’order’=> ‘ASC’,’tax_query’ => array(…
Resulting Page Screenshot:
https://drive.google.com/file/d/18Ujpatp-TngLSi_r1LYu-vidU20t6BpL/view?usp=share_link
Forum: Plugins
In reply to: [Custom Post Type UI] ERROR – No display of postsThanks for the update! I thought it was something to do with the taxonomy or the plugin, coz it works for all other categories except this one.
Forum: Fixing WordPress
In reply to: Full Screen Page Refresh BugI tried even in the incognito window:
https://www.sinda.org.sg/publications/march-2020/ When I try to view not only YouTube but also any other plugin that has Full-Screen option, it quits and reloads.TQ
Forum: Fixing WordPress
In reply to: Full Screen Page Refresh BugHello @bcworkz
I’ve placed a YouTube video – Click Here
When I click to go full screen, it refreshes the page.