Frumph
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Easel] Sidebar IDs.. you can add another sidebar with the ID of 1 ya know
ComicPress Manager isn’t being maintained anymore, so no new updates will ever happen.
Unfortunately seeing a fix for that will also not happen.
Have you looked into migrating to Comic Easel yet? It’s basically the predecessor of ComicPress
Forum: Themes and Templates
In reply to: [ComicPress] Comicpress for wordpress file_exist warningnot a huge problem, and comicpress manager isn’t being maintained really anymore
add to your wp-config.php under your WP_DEBUG define
@ini_set('display_warnings',0);Forum: Plugins
In reply to: [ComicPress Manager] error on comicpress_cpm_config.php on line 23neg, not critical
probably should disable warning messages
add to your wp-config.php file under the WP_DEBUG define
@ini_set('display_warnings',0);You’re looking for
h2.post-title {} h2.page-title {} h2.post-title a {}so
/* post title CSS */ h2.post-title { color: #b00; } /* not a link */ h2.post-title a:link, h2.post-title a:visited { color: #b00; } /* a link */ h2.post-title a:hover { color: #f00; } /* hover on the link */should change the link colors specifically for the post titles
..however the link colors are the same default wise as the rest of the links on the site, that’s why if you just want to change those specific colors you target them
Forum: Plugins
In reply to: [Comic Easel] Setting the Comic on a Separate Pageweird, well it’s supposed to work .. .but apparently that’s the comicpress theme and not comic easel ..
so it would be /?latestcomic
Forum: Plugins
In reply to: [Comic Easel] Setting the Comic on a Separate Pagejust put this in your menubar as the link to the newest comic – you don’t need to create a new page for it or anything the ?latest at the end of the url will bring it to the latest comic
Forum: Themes and Templates
In reply to: [Easel] Aditing the theme: Nav bar logocreate a 980px by whatever height image with your logo on the left half of it and use appearance -> header to add it to your site?
Forum: Themes and Templates
In reply to: [Easel] remove post section and have 3 column footer1. go to settings -> reading and associate a ‘page’ you made to the front page, and put the gallery in that page
2.
#footer .sidebar .widget { width: 200px; /* adjust accordingly */ display: inline-block; float: left;' }^ you can have multiple columns by specifying CSS to be in columns
Forum: Themes and Templates
In reply to: [Easel] Pages as Category BrowserThere is a template that comes with Easel blog.php you can copy and edit it and attach it to whatever page you create, just add the line of code in each one for the specific category you want to use for that page
Forum: Themes and Templates
In reply to: [Easel] How can i add dropdown menu in menubarThere are tutorials on the web for using the appearance -> menu section of WordPress .. making dropdowns is as simple as ‘indenting’ one menu item under another one that is the parent.
Go to appearance -> menu in your wp-admin and move one of the menu items over a little bit to the right so that it’s a sub of that parent and then save it, and look at your menu at that time.
Forum: Themes and Templates
In reply to: [Easel] Change header on pages to be different from menu labelstep #1… create the page with whatever page title you want to appear on the page
step #2 .. when using appearance -> menu .. add the item to the menu then change the title there. it will not change the page title just the menu title
.. #page-wide is supposed to be #page-wrap ;/ my bad .. several different themes on my end ..
Forum: Themes and Templates
In reply to: [Easel] Menu to Side Bar Left.. when you add the custom menu widget you can set a name for it, then you go to the appearance -> menu section of your wp-admin and set your items for it
You will also need to CSS it.
Forum: Themes and Templates
In reply to: [ComicPress] Comics won't post on homepage…Set your permalink structure in settings -> permalink to just the 2nd option down and don’t use a static page for the home page settings -> reading