Forums
(@edwinj)
10 years, 3 months ago
Thanks John,
I’m not familiar with that wp_enqueue_style function, but I’ll follow your instructions, and see where it takes me.
Is wp_enqueue_style separate from your recommendation to unhook your css?
Thanks again,
Edwin
Is there a question there?
10 years, 5 months ago
I solved the issue by adding:
add_theme_support( 'post-thumbnails', array( 'post', 'movie', 'product' ) );
to my functions.php file in the theme on my site.
10 years, 8 months ago
You solved it!!!!
Thanks so much!
https://bit.ly/UlK50e
Thanks for taking a look
Thanks very much for the code snippet, but that function doesn’t do the trick, unfortunately. The breadcrumb text is still just static text on the single product page, with no live links.
12 years, 5 months ago
Dev team, and update on this bug? Im using version 1.0.3 and still all my pages are showing as disabled.
ive started from scratch, and still the same issue. Comments are working fine, just the post to page section does nothing.