Viewing 15 replies - 1 through 15 (of 23 total)
  • jinsan

    (@jinsan)

    nice conversion/inspiration – there’s a lot of interesting detail in it IT is…slick:)

    Good work

    Thread Starter kyte

    (@kyte)

    Thanks, Jinsan… its good to get some feedback 🙂

    I should probably have mentioned that although this works just fine in IE, there are some niceties that IE does not observe, like being able have a colourchange on hover over a div. The entire right sidebar has that for each section. its a nice touch. Firefox, Safari and Opera all see the hover.

    vkaryl

    (@vkaryl)

    Whoa! That is flat COOL! It’s different, interesting, and nifty, with a lot of detail but doesn’t load kludgy slow. Thanks for posting so we can see it, and I’m downloading it now!

    Thread Starter kyte

    (@kyte)

    Thanks vkaryl, but more thanks to Marco for creating it in the first place.

    vkaryl

    (@vkaryl)

    Heh – well, yah, but then I KNOW it took a lot of work for you to port it!

    Thread Starter kyte

    (@kyte)

    errr… yeah… and hair tearing and discombobulation %-}

    Thread Starter kyte

    (@kyte)

    There is one problem with this theme which remains, but which, unfortunately, I am unable to account for. It is brought about by people installing wordpress in places other than the root of their webspace. eg: it goes into /wordpress/ or /wp/ or an infinite number of other possibilities.

    I have had two complaints of no graphics showing (lord knows what the other 29 of you are doing.. maybe no issue at all). this is because of the above and the requirements of the javascript theme switcher. I WILL add instructions in my download area. But this is what people using Slick for WordPress need to do for the moment (I am only 90% certain it will fix it but…its all I have to offer)

    Here’s what you can try…

    open up swticher.js with a PLAIN text editor and find on line 48

    var TEMPLATEDIR = “/wp-content/themes/slick_for_WP/�; // path to template dir

    and change it to

    var TEMPLATEDIR = “/whatever-dir-you-have-wp-installed-in/wp-content/themes/slick_for_WP/�; // path to template dir

    It OUGHT to fix the no gfx problem if you have it. PLEASE let me know if it does not.

    This problem with the javascript ONLY applies to people who have their wordpress install in a subdirectory.

    What will apply to everyone is a problem with the footer graphic. it refuses to stay under the content, only the right sidebar will keep it down there. any other placement and it wanders all over the page. I may have to remove it from a future version, I think, unelss someone comes up with some decent and elegant solution. it is a css problem and be darned if i can figure it out.

    neon

    (@neon)

    Oh my! “Slick” ain’t the word. Excellent port and thank you for the effort.

    vkaryl

    (@vkaryl)

    kyte: as to the footer…. I haven’t as yet had time to twink with it, but have you done a “clear: both” with a 1px top border on the footer?

    Thread Starter kyte

    (@kyte)

    vkaryl… noooooooooooooooooo! I’ll give it a try later (i had already removed it from the demo site). I’m now struggling with another theme as well (feeling a tad prolific this weekend!)

    @neon 🙂 thanks

    jennmiller

    (@jennmiller)

    vkaryl, the footer suggestion you offered does indeed work. Thanks! I’m pretty sure it will be added to the download.

    vkaryl

    (@vkaryl)

    You’re very welcome. Ran across that one on another site I use….

    Thread Starter kyte

    (@kyte)

    jennmiller… want to give me the code? I am still learning css and need to do research into this before making alterations. a Kind soul giving me the code and the location it needs to be will mean I can fix and reupload asap.

    thanks to both you and vkaryl, in advance.

    vkaryl

    (@vkaryl)

    Depending on the situation, I use either “clear:both” in the #footer element; or if I need it more than once I use it in a class, as .clear {clear:both;}.

    Then in the #footer element, you also include border: 1px solid #FFFFFF; (or whatever color matches the footer background) or you can use border: 1px solid transparent; (though I have occasionally had trouble with the use of “transparent” – and not a clue why either!)

    Thread Starter kyte

    (@kyte)

    OK, ill fiddle now, thanks for that 🙂

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘“Slick” for WordPress’ is closed to new replies.