Percoco Marble
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Custom Post Type Dosen’t Have ComponentsSteven,
I think a child theme is a great place for your code (not plug-in dependent, doesn’t go away with a theme or plug-in update).
As for the Custom Taxonomy issue, no worries, just thought I’d ask. It looks like it might be a Gutenburg issue (I got it to show with the “show-in-rest => true” argument, but then other things aren’t working right). Again thanks for all your help & insight.
- This reply was modified 5 years, 10 months ago by Percoco Marble.
- This reply was modified 5 years, 10 months ago by Percoco Marble.
Forum: Themes and Templates
In reply to: [Neve] Custom Post Type Dosen’t Have ComponentsSteven,
By chance when you were digging around on the CPT issue did you happen across anything relating to Custom Taxonomy? I’ll start digging, but thought if you recall anything you could point me in the right direction. Thanks!
Forum: Themes and Templates
In reply to: [Neve] Custom archive page for neve themeAlternately, create a child theme & put your CPT templates there instead (the child theme will persist even when Neve upgrades). This is probably your best bet
Forum: Themes and Templates
In reply to: [Neve] Custom Post Type Dosen’t Have ComponentsGood point… So really the developers need to add a box to the options where people could input a comma separated list of their custom post types and then include those in line 117 programmatically. Though something tells me it’s not so simple (even though it seems like it should be).
Forum: Themes and Templates
In reply to: [Neve] Custom Post Type Dosen’t Have ComponentsSteven,
If I’m not mistaken you could just add your CPT to the array on line 117 as well. I’m in the process of writing a plug-in (my first) using CPT, CF(postMeta), Custom Taxonomy & template pages for the CPT. I have a way to go before I can actually debug if that works or not though.
Check out this link for a possible work around: https://wordpress.org/support/topic/custom-post-type-dosent-have-components/
Forum: Themes and Templates
In reply to: [Neve] Layout Custom Post TypeCheck out this post…
https://wordpress.org/support/topic/custom-post-type-dosent-have-components/
I think it describes what you want and a possible work around.
Forum: Themes and Templates
In reply to: [Neve] Custom archive page for neve themeTry moving your archive-equipment.php file up one level (so “wp-content/themes/neve” where the single.php file is. I suspect that the one in th “views” folder is getting called from some other Neve file WP doesn’t find archive.php in the “wp-content/themes/neve” directory. Based on WP Theme hierarchy (which I’m just learning about), I suspect that your archive-equipment.php in the “wp-content/themes/neve” directory will result in it getting chosen. If not, then you’ll probably have to muck around in the theme files to find where the call to the archive-post.php file in the “wp-content/themes/neve/views” folder is being called from and see where that falls in the WP Theme hierarchy to determine where to put it or change the logic in the code on the calling page so that your template gets used for your CPT.
“@Alex: Even if you have no use for it, maybe you want to make some users happy? :-)”
I used the digest feature and loved it. Just one blog post per day with multiple tweets. Yeah it was buggy, but it worked, I liked it and if this feature doesn’t come back I will have to look for a different solution. In the meantime I will downgrade to 2.4, but would really like to see the feature added back in to future releases. Thanks!
Forum: Plugins
In reply to: [Plugin: Sabre] All my Account is locked… HELP!!Nevermind. After looking thru the saber_class.php file I saw the section about “Register manually all existing users” so I went digging around in the settings for SABER and found the check box to add all existing users. Wish this feature was a little more prominent. Anyways problem fixed finally.
Forum: Plugins
In reply to: [Plugin: Sabre] All my Account is locked… HELP!!I am having this problem with SABER and WP for my user account, but not the admin account. Using WP 3.0.4 and SABER 1.1.2. What is the fix? What did you “hack” in saber_class.php?
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] can't seem to get it to work@morrisondon & @ brianpurkiss you guys may have found this already but for someone new maybe it will still be relevant.
If you get this error:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /{your local server path}/wp-content/plugins/twitter-tools/twitteroauth.php on line 19
It has been reported to a PHP4 issue and upgrading to PHP5 will fix it. I have found also that while your host may list PHP5 as available/installed some host (Lunarpages for example) are running PHP4/PHP5 both and you need to verify your .php files are being processed under PHP5.
For Lunarpages customers this can be done by logging into cPanel and choosing the “PHP Configuration” near the bottom. Make sure to choose “PHP 5” in the drop-down box on the resulting page (mine was set to “System Default”).
If your host is unwilling/unable to upgrade to PHP5 I would recommend finding a new host. FWIW, I have over all been happy with Lunarpages YMMV.
Ok, so I found a fix for my issue. There is a PHP configuration option in cPanel (for lunarpages customers at least) and by changing that from “System Default” to “PHP 5” it now works. FWIW YMMV.
I have the same issue described above, except I am already using PHP 5.2.14… Anyone else?