Frumph
Forum Replies Created
-
Forum: Plugins
In reply to: [Comic Easel] Is it possible to do a side story…?Okay need you to explain ‘straight feed’ ..
If you’re using s2member then you should be enabling the /comic/chapter/postname/ option inside of the comic -> config -> archive [tab] – the option to enable chapters to show up in the url
then you specify a chapter for the public, one for the private (paid) and then you can have another public one for a side story
then you enable the option for navigating per chapter only, so that the navigation stays on the chapter
then, in the comic -> config you have the front page display the chapter that is declared public only, and have a thumbnail widget in a sidebar to link to the sidestory .. users click that and it goes to the public side story and has nothing to do with the main story cause navigation will only be on it
Forum: Themes and Templates
In reply to: [ComicPress] Archive Problems and Sidebar(?)! Sorry, I'm new!As long as you have all your comics in a chapter yeah, if none are set on a comic then problems will arise
Forum: Fixing WordPress
In reply to: Can't upload imagesAlready gave you a solution. Get your hosting to clear out the tmp directory from the php.ini and give the daemon proper write / read permissions on it.
Forum: Themes and Templates
In reply to: [ComicPress] Hyperlinks / image mapsHelloooo? update?
Forum: Themes and Templates
In reply to: [ComicPress] Archive Problems and Sidebar(?)! Sorry, I'm new!A) If you are using the Comic Easel plugin, you use the [comic-archive] shortcode which you just add that to your text area of the page. Documentation on it is on the comiceasel.com site in the faqs area.
B) This is what you do.
1) Take those widgets out of left-of-comic sidebar and put them into the left-sidebar.
2) Go to appearance -> customizer and in the options section checkmark the box that puts the comic into the content column
3) Go to appearance -> comicpress and select the 2 column wide layout with sidebar on the left
.. that should make it work right for you
C) Requested feature, will be making one. Problem is that if there are thousands of comics it will be a large query and take a bit more processing then it should so trying to make a better way of doing it. Maybe all of the comics in the current chapter sort of thing would be better
Forum: Plugins
In reply to: [Comic Easel] Jetpack – Mobile theme for use with Comic EaselI haven’t looked at jetpack mobile yet, will do it this weekend and see about the right method
Forum: Plugins
In reply to: [Comic Easel] From comic viewer to page blog posts … why?This will be an option in 1.8.5 of Comic Easel, coming later this week
Forum: Plugins
In reply to: [Comic Easel] My comic isn't showing completlyLooks like you didn’t integrate the comic easel code into the theme.
http://comiceasel.com/2014/05/14/editing-a-theme-to-support-comic-easel/
If you want to use the ComicPress theme to start out with in understanding how to use Comic Easel, it’s has the code integrated into it already
Forum: Fixing WordPress
In reply to: my password was reset and I cannot log inDo you have access to your hostings control panel (cpanel) or can you talk to your hosting at all? They can help you out with this by guiding you through editing your users table in the database to put your appropriate information.
Forum: Fixing WordPress
In reply to: Can't upload imagesI’ve seen that HTTP error when the tmp directory defined in the php.ini is not writable by the web daemon/php interpretor
Forum: Fixing WordPress
In reply to: Help, why is my theme mess up?That’s a themeforest theme, contact them for support – since we do not have access to theme to help you.
Forum: Fixing WordPress
In reply to: Empty Posts after Restoring?It could be a number of things, you did a bad SQL Dump/backup to you forgot to backup the wp*_posts table
Since we didn’t do the backup, there’s really no idea what the problem is.
What I suggest doing is looking at the posts table and see if there’s data in there.
Forum: Fixing WordPress
In reply to: How To Seperate Forums From Threads?With the different amount of forum plugins available for WordPress, it would probably be best if you actually posted in the support area for the particular forum plugin you need help on.
If it’s bbpress the support for it is here:
Forum: Fixing WordPress
In reply to: List a post's child categories, grouped by ParentThat all depends on if you can get the parent categories then yeah you can get the child categories for that parent real easily.
If you’ve got the parent category object
$child_cats = get_term_children($parent_cat->term_id, 'category');Forum: Plugins
In reply to: [Comic Easel] Can't edit permalinkNo I cannot help you. Post a new thread – not this one; your question has nothing to do with my plugin and or the original question from the original poster.