Rob_Huska
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Admin "help" class is affecting other admin panelsI just edited your cptui.css lines 1 and 9.
From:
.help
To:
a.help
Any plans to improve this? Otherwise I can’t see myself using this. Thank You.
Forum: Plugins
In reply to: [Simple Link List Widget] List of 10 or moreYes, thank you everything seems to be working fine now!
Forum: Plugins
In reply to: [Simple Link List Widget] List of 10 or moreOk, so I had a team member of mine look into this to see what he could find… He was able to solve the issue by commenting out lines 91-93 of simple-link-list-widget.php.
So this code here:
foreach($order as $key => $order_str){
$order[$key] = substr($order_str,-1);
}Just put php comments around it and all should be good. We have not found anything that this breaks yet. Maybe the developer can weigh in on this topic?
Edit: Fair warning, when you make this fix, the first time you save the widget, all of your current values will be cleared out, but once you put them in again, all will be right again!
Forum: Plugins
In reply to: [WP Better Attachments] WPBA Conflicts with Genesis Responsive Slider@victor Font – I just discovered this same issue. If you are not using this plugin with any of the shortcodes that are provided and just need it for managing attachments on posts and custom post types, there is a fix. You can go in to the WP Better Attachment settings and check off “Disable Shortcodes” under the Global Settings (second section in the settings). Once you do that the frontend css file will no longer be placed on the page.
Hope this helps. I see you have brought this up 2 months ago with no response…
Has there been any headway on this? This is the one thing I need to work out with this plugin, and I am not quite confident enough in my php the alter it… If you could maybe give me some pointers as to how to hack this to work with my custom post types, that would be very helpful. Would definitely be willing to donate to have this feature available!
Thanks Rob