Frumph
Forum Replies Created
-
Forum: Plugins
In reply to: [Comic Easel] enlarge comic page in comic easelThe image you posted is already at max size
474px × 640px
If you want to have it larger, save it as a larger image
Forum: Plugins
In reply to: [Comic Easel] Problem with calendarWhich widget is that, the one from ComicPress or the one from Comic Easel?
Forum: Plugins
In reply to: [Comic Easel] 2 columns on index?^ that’s not sometihng with comic easel, that’s your theme (which looks like Easel)
If you email me we can discuss it some more
Forum: Themes and Templates
In reply to: [ComicPress] Laundry list of problemsThe only thing you need to do is add margin: 0 auto; to #header
that’s it, nothing more than what you currently have
Forum: Themes and Templates
In reply to: [ComicPress] Laundry list of problemsyeah it is, it sounds to me like you’ve got some cache going on on the server, specifically more then likely you have ‘cloudflare’ enabled… disable that while doing any site modifications
alternatively your browser cache’s style.css as well, so make sure you hit the keys to reload site without cache, on firefox it’s control-R
Forum: Themes and Templates
In reply to: [ComicPress] Laundry list of problemslooks like all you need is
#header { margin: 0 auto; }added and it centers
Forum: Themes and Templates
In reply to: [ComicPress] Laundry list of problemsthere’s a float: left; on .header-info you need to change and then margin: 0 auto; #header
Yes, thank you; upped it to manage_options and everything is peachy keen now, I do appreciate your time on this – client is very very happy.
– Phil
No dice on the above ;/
Just a side note, no reason for subscribers at all to see it even if it were the case for publicize – they can’t post anything anyways 😉
And whoever hits the ‘publish’ button probably wants it to go on the network he’s associated with the site maybe? maybe current_user_can(‘publish_posts’) ? would be better?
Yeap, that did the trick, stopped it from executing anywhere but the home, appreciate it.
Now if I can figure out why the jetpack menu is visible to subscribers/contributors/editors ;/
I realize that it’s probably meant for users to use publicize and what not, .. but nah – don’t want subscribers to even see the menu – even then not even contributors, so I was trying this:
add_action( 'admin_menu', 'nuke_jetpack_lowlevel_menu' ); function nuke_jetpack_lowlevel_menu() { if (class_exists('Jetpack') && !current_user_can('edit_posts') ) remove_action( 'admin_menu', array( Jetpack::init(), 'admin_menu' ) ); }but that doesn’t work ;/
Forum: Themes and Templates
In reply to: [ComicPress] Laundry list of problemsi’m working on it, not at the moment but will be done within this next few days/week soon as my day job gives me time to work on it
Forum: Themes and Templates
In reply to: [ComicPress] Laundry list of problemsRight, again. I have a template you can use as a landing page for each comic, you create the page – associate the template; set inside the page editor what comic chapter it represents and you go to that URL it will show the comic.
I’m going to modify it a little bit so you can set what you want it to display the first comic or the last and such.
The problem with doing it this way is that non-comic widget areas will recognize the page and not the comic, but not a big deal really since you still have comic sidebars which will work fine
Forum: Themes and Templates
In reply to: [ComicPress] Laundry list of problemsNot really, I do have a template file that can be added to a page as a ‘landing page’ for a comic.
But hey, if you want to call my methods useless, go for it.
Forum: Themes and Templates
In reply to: [ComicPress] Laundry list of problemsEdit the comic post comics -> all comics -> find the comic you want to edit, edit it and change the publish date.
Are you saying you want all of the comic posts on the home page? (but not the comic itself?)
Forum: Themes and Templates
In reply to: [ComicPress] Laundry list of problems.. That’s not how it works.
Create the dans voyage chapter, put your comics in it, set the navigation in the comics -> config to be ‘in chapter only’ .
Go to the comic -> chapters section and write down the ID # of dans voyage the chapter
put in your url
http://www.future-bound-entertainment.com/prototype/?latest=#
replace the # with that chapter id that you wrote down
toss that link into your menu or whatever you want to access it from on your site and bam, there’s your comic.