pixelkicks
Forum Replies Created
-
Whilst in wp-admin for the Custom Post Type we’ve created, if we click Add New, the custom form isn’t selected by default. In order to get it to appear we have to choose the form from the dropdown, and then click Update.
The form fields then appear for editing once the page reloads. We would like the form to be visible and selected by default.
This is also the case for posts that are created via the front-end. If we edit them in wp-admin then we also have to select the form.
Forum: Plugins
In reply to: [Goolytics - Simple Google Analytics] Increase width of UA input text boxGreat, thanks.
Can confirm the same problem also happens with the “Admin Menu Editor” plugin.
Forum: Plugins
In reply to: [Sharify Social Share Buttons] Sharify on archive-pagesBig sticking point this. Why can’t the buttons show on any pages?
Ideally add some settings so this can be configured in the GUI, or at least provide shortcode access.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Use with a post tag?Ah, it has to be the ID. Turns out I was using an incorrect ID to test with.
Works fine now.
We simply need them to answer a couple of questions, that’s all.
Is this possible?
Ah ok. I assume you would recommend changing this setting once the new login page has been recorded then?
Forum: Themes and Templates
In reply to: Child theme CSS being loaded in admin pagesFound the solution.
Instead of the code I showed above, I used this instead:
add_action( ‘wp_enqueue_scripts’, ‘load_child_stylesheet’ );
function load_child_stylesheet() {
wp_enqueue_style( ‘child-style’, get_stylesheet_directory_uri() . ‘/style.css’, false, ‘1.0’, ‘all’ );
}Works perfect now, and the stylesheet only gets loaded on the front-end, and not in the admin.
Forum: Plugins
In reply to: [Featured Image Admin Thumb] Conflict with WoocommerceLooks like you fixed it. Thanks for the plugin updates – much better now 😉
Forum: Plugins
In reply to: [Featured Image Admin Thumb] Conflict with WoocommerceJust tested it, and the Woocommerce products page does indeed look like it’s fixed.
However, it looks like nothing else is working though! I can’t see the featured image appearing on any other post types, and I’m comparing this to another site where we’re using 1.3.3 where it all looks ok.
Looks a bit broken 🙁
Forum: Plugins
In reply to: [Featured Image Admin Thumb] Conflict with WoocommerceGreat, looking forward to it Sean.
Is this on the roadmap? It would be so much easier if there was a button on the admin bar. It’s a pain having to go into the settings each time we need to clear the cache.
Forum: Plugins
In reply to: [Featured Image Admin Thumb] Conflict with WoocommerceAny update on this Sean?
Thanks for looking into this.
I can confirm that Wordfence is flagging up wp-blog-header.php as having changed from original, however it’s not picking up any other files.
“sample.php” is a common file that is being created, and there are also numerous JS files that aren’t being picked up either.
PS. Further to this there are some more files which don’t look right. But again nothing is being detected in them by any virus scanner we run.