OopsComic
Forum Replies Created
-
Thanks so much for your help. ??
Yes, I’ve also posted to the Comicpress theme support forum and I’m waiting to hear back if they have any suggestions. The author of the Comic Easel plugin also made Comicpress, Frumph, so maybe that he’ll be able to help too.
Thanks
Hmmm, I see. I was afraid of that. Do you happen to know if all Comic themes like Inkblot, are also don’t work with Jetpack? Or is there a list of themes that should be avoided with Jetpack?
Jetpack offers so much beyond just mobile compatibilities, I’d hate to have to abandon it.
Hmmm… Scratch that. I found the plugin “Post Types Switcher” and tested switching a comic page post to a wordpress post. It works in the sense that the page shows up on the mobile site, however, the page like that is more like a blog post on the main PC site.
Is there just a way to get Jetpack to recognize my Comic Post? Currently, my mobile site says I have no pages despite that I have 110 Comic Posts.
Forum: Themes and Templates
In reply to: [ComicPress] Comicpress/Jetpack Feature Image IssueHmmm… Scratch that. I found the plugin “Post Types Switcher” and tested switching a comic page post to a wordpress post. It works in the sense that the page shows up on the mobile site, however, the page like that is more like a blog post on the main PC site.
Is there just a way to get Jetpack to recognize my Comic Post? Currently, my mobile site says I have no pages despite that I have 110 Comic Posts.
I’ve done more poking, prodding, and testing and have found out that Jetpack isn’t recognizing my “comic posts” as wordpress “posts”. I did a test post through wordpress’s default post settings, not through Comicpress’s Add New Comic post, and that work with Jetpack, the feature images displayed through the WordPress post. Since all my posts are through Comicpress’s comic post system, is there a way to set it where Jetpack recognized the comic posts as posts so my comic feature images will display?
I tried reinstalling WordPress from scratch and I’m still getting the errors. I have no idea why. The error messages point to line of code that don’t have the <?php tags in them nor are there blank spaces on the lines mentioned.
This time on got this error again:
Warning: Cannot modify header information – headers already sent by (output started at path\blog\wp-includes\script-loader.php:1008) in path\blog\wp-content\plugins\jetpack\class.jetpack.php on line 3946
Warning: Cannot modify header information – headers already sent by (output started at path\blog\wp-includes\script-loader.php:1008) in path\blog\wp-includes\pluggable.php on line 1121
For wp-includes\script-loader.php:1008, the code look like this
echo $wp_styles->print_html;
I went in and deactivated all my plug-ins and still got this error
Warning: Cannot modify header information – headers already sent by (output started at \wp-includes\class.wp-scripts.php:77) in \wp-content\plugins\jetpack\class.jetpack.php on line 3946
Warning: Cannot modify header information – headers already sent by (output started at \wp-includes\class.wp-scripts.php:77) in \wp-includes\pluggable.php on line 1121
I’m not sure where to go from there… Is it compatible with ComicEasel and Comicpress?
Looking through wp-config.php, I don’t see any white space before the php beginning tag but I also don’t see the php end tag. Is this what’s causing the error?
I’m having a similar problem. I get the error:
Warning: Cannot modify header information – headers already sent by (output started at path\blog\wp-includes\script-loader.php:1008) in path\blog\wp-content\plugins\jetpack\class.jetpack.php on line 3946
Warning: Cannot modify header information – headers already sent by (output started at path\blog\wp-includes\script-loader.php:1008) in path\blog\wp-includes\pluggable.php on line 1121
I tried looking for the files in question but I can’t find a script-loader.php file in my FTP files. And class.jetpack.php, I found that file. Line 3946 looks like this:
Line 3943 // Set a state variable
Line 3944 if ( isset ( $key ) && isset( $value ) ) {
Line 3945 $state[ $key ] = $value;
Line 3946 setcookie( “jetpackState[$key]”, $value, 0, $path, $domain );
Line 3947 }
Line 3948 }I couldn’t find the <?php … ?> tags for that section, where I need to look for the space before/after those tags.
I’ve tried uninstalling Jetpack and Mobile Theme Featured images for Jetpack. Re-installing them inorder and following the directions in the read me file, but I get this error every time. Any advice is appreciated. Thanks!