Frumph
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ComicPress] PNG image with transparency in Headeruse CSS
header { background: url('/path/to/image.jpg') top center no repeat; height: 100px; width: 980px; }instead of the appearance -> header section, will allow transparent images
Forum: Themes and Templates
In reply to: [ComicPress] How does the Related Comics section work?< 4.0 version of ComicPress isn’t supported, but what it does is look at tags and the category it’s in to give it a relational
Forum: Themes and Templates
In reply to: [ComicPress] Multiple Contact Forms Send Me No MailFind an SMTP plugin here on the repository that allows you to configure the mail settings.
Forum: Themes and Templates
In reply to: [ComicPress] Comic Navigation Broken< 4.0 of ComicPress is not supported because WordPress advances too far for it to be compatible.
If you would like help migrating to 4.* with Comic Easel I would be glad to assist you with that, free even.
Forum: Plugins
In reply to: [Comic Easel] Can't get Comic Easel to display comic on homepageComicPress already has it integrated.. Did you activate the plugin? Does it show a comic -> section in the wp-admin?
Forum: Plugins
In reply to: [Comic Easel] Comics disappeared with 1.9.2note: This was because the plugin updated and didn’t reactivate, if you get the same thing, go to plugins -> all plugins and check to make sure it’s active.
No clue, this is an automated process from WordPress – your hosting my be prior cacheing SQL calls or something, couldn’t tell ya but i’ll keep it in the back of my mind if I get a clue from reading things
Forum: Plugins
In reply to: [Comic Easel] Unexpected T_Function fix for Comic Easel version 1.91— and 1.9.2 has the compatibility fix in it so that this is not required anymore …
If you find anything like this, contact me directly or use the http://github.com/Frumph/Comic-Easel page to report it to me please 😉
Forum: Plugins
In reply to: [Comic Easel] Navigation position problemYou’re not setting the comic as the featured image and posting it into the content area.
In the comic editor, look in the right column of the individual comic and find the option to ‘set comic/featured image’ and use that, once your comic is selected or upload in the lower right hand corner is a ‘use as featured image’ button, use that.
Forum: Plugins
In reply to: [Comic Easel] Can I get the Spacious theme you used for the tutorial?Spacious get’s updated frequently by it’s creators, I will contact them to see about making it a permanent addition
Forum: Plugins
In reply to: [Comic Easel] Issues w thumbnail archive.the Ajax Thumbnail Rebuild plugin is *great* for remaking your previous thumbnails in whatever new settings you set in settings -> media
Forum: Plugins
In reply to: [Comic Easel] Comic blog post time only?https://github.com/Frumph/comic-easel/commit/89d8c37288ae5c10e1cb69dc2ea898f8a7571798
Updated to date_format for future release, thanks @markjkoch and @wanderingotaku for finding that
Forum: Plugins
In reply to: [Comic Easel] ComicEasel / ComicPress / WPGlobusI have not yet found a translation plugin that works properly with Custom Post Types, would be nice if someone could make that happen in the translation-plugin community.
Forum: Plugins
In reply to: [Comic Easel] Random Button not random?This generally happens when the cache plugin that is being used cache’s the page output via the URL line, W3TC generally does this no-exception thing where the ?nocache=1 doesn’t get looked at.
Look at part 10 on this tutorial:
http://code.tutsplus.com/articles/configuring-w3-total-cache-advanced-page-cache-ii–cms-21159
You would put something like:
http://timarsenault.com/birdandmoon?random
there, test what URL works since I don’t use w3tc all I can do is guide you to the ‘exceptions’ tutorials
Forum: Plugins
In reply to: [Comic Easel] Unexpected T_Function fix for Comic Easel version 1.91Alternatively you update your PHP version on your hosting, generally done in the settings or contact your host.
https://wordpress.org/about/requirements/
PHP 5.4 or greater is required for WordPress.