Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter jazzand

    (@jazzand)

    Yes, that was it. Thanks very much!

    I usually work in RGB, But when you bring those PDFs into Photoshop, for some reason it defaults to CMYK (on my machine anyway).

    Interesting that this is only a problem on ie and doesn’t seem to bother the other browsers.

    It’s fixed now anyway.

    Thread Starter jazzand

    (@jazzand)

    Okay, so I checked and rechecked, and rechecked again, and I finally figured it out. As was pointed out by esmi, it was a folder issue.

    I had copied the contents of the chaoticsoul-10 directory to the jazzguitarlessons directory and I had modified the style.css to point to that directory. But somehow, when I ftp’d the file, it would up in the chaotic soul directory, so the style.css sheets were both there, but pointing to the opposite directories. So when I thought I was modifying chaoticsoul-10, I was actually modifying jazzguitarlessons and vice-versa.

    I realize now how it happened as my file stucture on my laptop is pretty deep, and the whole path won’t fit in the address bar of CuteFTP. I was working pretty late at night and somehow that minor detail (kind of major actually) got by me.

    Totally maddening but easily fixable. I’ve edited the style.css files to point to the right thems and moved a few of the updated files that wound up in chaoticsoul-10 to jazzguitarlessons, and now it seems to be working fine (sigh of relief)!

    Thanks for your help and your patience.

    Thread Starter jazzand

    (@jazzand)

    I was initially working with the theme Chaoticsoul but as I kept changing more and more things and plan to use a different variation of this theme on another site as well, I figured it would be better (for my own sanity) to name the theme for the specific site (so I don’t get confused about which backup I’m going to restore from if needed).

    I created a directory called JazzGuitarLessons and placed all the themes image folder, php and css there and created a new snapshot.

    I created this new header in style.css

    /*
    Theme Name: JazzGuitarLessons
    Theme URI: http://www.jazzguitarlessons.com/lessons
    Description: Based on Bryan Veloso's Avalonstar remade into a website template.
    Version: 1.0
    Author: Rick Stone
    Author URI: http://www.rickstone.com/
    *

    I then copied the file page.php to a new one called welcome.php, edited it in Notepad to add the new template name

    <?php
    /*
    Template Name: Welcome
    */
    ?>

    and remove the instructions to the the sidebar.

    Then copied back to the directory wp-content/themes/JazzGuitarLessons (checked it a dozen times, it’s THERE)

    According to what I’ve read, when I’ve selected the theme JazzGuitarLessons, it should now appear in the list of Templates on the right-hand side of my Edit Themes page in the dashboard. But it’s definitely NOT there.

    I need to create individual page templates because I’d like to remove the sidebar from some pages, or use different versions of it on others. The goal is to make a CMS website with some blog aspects (don’t want this thing to look too “bloggy”).

    Some folks reported a problem with this in WP 2.7 and said that selecting a different theme, and then changing back to the theme where you put the template fixed this for them. I tried this and it hasn’t worked.

    Other stuff I’ve done (besides the usual modifying of templates and sytle sheet):

    I decrypted the footer so that I could modify it (but yes, I credited the original theme and kept the author’s link in there, although I did remove a couple links to web hosting companies).

    The only plugin I’ve experimented with was “User Access Manager” but I couldn’t find decent documentation on how it worked, so it’s been turned off for the last week.

    I’m new to CSS & PHP, but did lots of dBASE programming in the 80s and quite a bit of HTML in the 90s (you can read that to mean “a little bit of knowledge is a dangerous thing :-)”) But I’m pretty good at reading code and instructions and figuring things out (and getting help when I’m stumped) and this one DOES have me stumped. I’ve searched this and other sites, and see that I’m not the only one who’s had this problem, but the proposed solution didn’t work.

    This can’t be that uncommon a thing to want to do. Anybody have an idea what’s going wrong here?

    Thread Starter jazzand

    (@jazzand)

    Thanks, but I’ve been down that road a dozen times and I’m looking in the folder right now in CuteFTP. It’s definitely the current style folder, and the file is definitely there and named correctly “welcome.php” but it’s definitely NOT in the Template List, nor the list in page attributes.

    All the other themes are there, but none of the ones I’ve added are showing up.

    I created the new template files as simple text files in notepad.

    I did hear about a bug that caused the templates to not show up until you changed to a different style and change it back. I tried that too, but no luck.

    Very frustrating.

    Thread Starter jazzand

    (@jazzand)

    Oh, and for the next person who has to deal w. this:

    Here’s what went in the header.php

    <div id="pagelist">
    <div id="page-list">
       <ul>
       <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
       </ul>
    </div>
    </div>

    And this went in the CSS:

    /* pagelist menu bar */
    #pagelist {
    	padding:0px 0px 0 0px;
    	font-size:12px;
            font-family: Georgia, 'Times New Roman', serif; font-weight: normal;
    	}
    
    #pagelist ul li {
    	display:inline;
    	border-right:1px solid #FFFFFF;
    	margin:0 5px 0 0;
    	padding:0 5px 0 0;
    	}
    
    #pagelist ul li a {
    	color:#999;
    	}
    
    #pagelist ul li a:hover { background: #363430;
    	text-decoration:none;
    	color:#bd934f;
    	}
    
    #pagelist ul li.current_page_item a {
    	color:#bd934f;
    	font-weight:bold;
    	}
    
    /* pagelist menu bar */
    Thread Starter jazzand

    (@jazzand)

    Ah, I finally found the answer on this site and got it to work.

    My site is still pretty raw. I’m really just trying to lay out the framework right now. But you can see it here http://www.jazzguitarlessons.com/lessons

    It’s kind of working right now, but definitely not ready for public consumption as I keep working on it (you can interpret that as “breaking it” 😉

    Again. Thanks for all the help.

    Thread Starter jazzand

    (@jazzand)

    Thanks,

    Now I see the “Order” attribute down there (don’t know how I missed it, or why it didn’t come up when I tried searching on “page order”).

    So I’m using the wp_list_pages tag to create a simple menu. Do I use the parameter sort_column? And whats the name of the value for the order field?

    Thanks again for all the help.

    Thread Starter jazzand

    (@jazzand)

    Thanks, I’ll try that. I’ve got a lot going on here (maybe trying to fight the battle on too many fronts, but this is how I learn). Read “WordPress for Dummies” cover to cover this week. Digging into some CSS and PHP books next. My background was DOS and dBASE programming in the 80s and other than a little HTML since then, I’ve tried to stick to playing music (which is what I do for a living). But I’m trying to work on this site, and it’s difficult to find programmers, so finally I’m just rolling up my sleeves and diving in.

    Since what I really want is to use WordPress as a CMS to build a website with some blog aspects, are there any good books you’d recommend?

    Thread Starter jazzand

    (@jazzand)

    Thanks,

    I’ve had hardcoded links pages on my sites in the past, and after a while, they become a nightmare to maintain (sometimes I’ve had hundreds links). Isn’t there a way to use the “category” tag to filter what links will show up on a given page in the get_links_list? So I could then use a category like “Music Resources” to filter what would appear on the page, and then create sub-categories like “Theory” “Ear-Training” “Transcriptions” etc.?

    <h2>Links:</h2>
    <ul>
    <?php get_links_list(); ?>
    </ul>
    Forum: Fixing WordPress
    In reply to: Gallery?
    Thread Starter jazzand

    (@jazzand)

    Ah, thanks. I see that now. Even after I uploaded the first picture, the “Gallery” tab didn’t show up until after I’d actually added a picture to a page. Seems to work fine now.

Viewing 10 replies - 1 through 10 (of 10 total)