Skip to:
Content
Pages
Categories
Search
Top
Bottom

Theme: iNove Release (v0.1)

Viewing 24 replies - 1 through 24 (of 24 total)
  • @musnake

    Member

    Congratulations! Nice and clean.

    @_ck_

    Participant

    Very nice! Perhaps one of the top 3 themes so far IMHO.

    Alternate demo on bbShowcase:

    http://bbshowcase.org/forums/?bbtheme=inove

    I would maybe move Views under Hot Tags and therefore make the views list visible all the time too. Also a small search box in the nav bar instead of the word “search” (or next to it) would be useful. I notice your site has a nice search box, also the RSS link on your site is nice too ;-)

    I’m definitely making a 960px theme next year for my site, you’ve proven how good/useful it looks.

    @suzkaw

    Member

    Thanks for the comments guys.

    @__ck__ when you say views are talking about the forum list? Also good idea about the search. I just couldn’t figure out a good place for the register login section. :(

    @_ck_

    Participant

    Oh you have to be logged in to see the view list in your template. It’s way under the forums, scroll to the bottom. I changed that behavior from kakumei so many views are still visible even when logged out. (update: I made it visible now in your theme so you can see)

    Granted most people’s view list will be much more sane than my list but it’s still nice if they are visible all the time to remind visitors they are available.

    @suzkaw

    Member

    I see what you mean. I will get those changed over the weekend and release it again.

    By the way you may know or not but can you add a theme to the bbpress extend section so you get svn access?

    @_ck_

    Participant

    Unfortunately bbpress.org does not have theme browser yet like wordpress.org (which was just recently revamped).

    bbpress.org is overdue for a makeover and I suspect they will get to that after 1.0 is released, maybe early next year.

    @suzkaw

    Member

    This theme has just been updated and you can get the latest version (v0.2) from here:

    http://ericlbarnes.com/inove-for-bbpress/

    Changes Include:

    1. Moved view list to right side. (idea from _ck_)

    2. Removed background image. Issue with Safari.

    @umit-namli

    Member

    @suzkaw Is it just my setup, or does the RSS feed (all rss feeds) give a error?

    This is the error I get:

    This page contains the following errors:

    error on line 11 at column 88: xmlParseEntityRef: no name

    Below is a rendering of the page up to the first error.

    If you want to see the error for yourself, you can try this page: http://zoekmachineguru.nl/seo-forum/topic/indexeer-je-interne-zoekresultaten-optimaliseer-deze-dan-ook-pas-op

    Hope this is my setup…

    Thanks for the wonderful theme by the way. I’m loving it.

    @suzkaw

    Member

    @Umit Namli – I didn’t touch the rss feed file. So I am not sure what would be causing that. Can you try uploading an original rss2.php and see if that sorts it out? Or possibly reverting to the default theme and then testing again?

    @umit-namli

    Member

    @suzkaw – Thanks for the reply. Neither did I touch the rss feed file. I’ve just uploaded your new theme and it’s the same as the old theme. So i don’t know what’s going on there.

    I’ll try an original rss2.php tomorrow and see what the results are. I’ll keep you updated.

    @suzkaw

    Member

    If it still doesn’t work I think you can delete that file totally from the inove directory as it will revert to the default template.

    @umit-namli

    Member

    Hm ok. I tried the original the original rss2.php file and still had the same problem.

    Then I tried the original theme and still same problem.

    Think it might be a Google Chrome issue, since I’m not getting this with FF?

    @suzkaw

    Member

    I would say it must be related to your setup. Either browser or hosting because I am unable to duplicate this and if the default doesn’t work then something has to be going on.

    @ganzuelo

    Participant

    Umitt how did you get links to work on the top of this theme?

    @umit-namli

    Member

    Do you mean the link back to my blog Ganzuelo?

    If so, you can adjust this in the header.php file.

    On line 31 you can find div id=”navigation”, from there are, my code looks like this.

    <div id="navigation">
    <ul id="menus">
    <li class="<?php if(is_front()) { ?>current_page_item <?php } ?>page_item"><a class="home" title="Home" href="<?php bb_option('uri'); ?>">Home</a></li>
    <li class="<?php if(is_front()) { ?>current_page_item <?php } ?>page_item"><a href="<?php bb_option('uri'); ?>search.php" title="Search">Search</a></li>
    <li class=""><a href="http://zoekmachineguru.nl" title="ZoekmachineGuru blog">Zoekmachine Optimalisatie & Marketing Blog</a></li>
    </ul>

    I hope this help you out.

    @ganzuelo

    Participant

    Thanks!

    @suzkaw

    Member

    This theme has just been updated and you can get the latest version (v0.3) from here:

    http://ericlbarnes.com/projects/inove-for-bbpress/

    Changes Include:

    1. Moved search to nav bar.

    2. Added support for js sub navigation

    3. Moved login to sidebar

    4. Added bbpress logo to footer. Thanks to Paul.

    @ganzuelo

    Participant

    Thanks for the update Suz!

    @_ck_

    Participant

    One more tip for the next update would be to go through all the images and optimize them for size. Some of them are way too big and considering that most of them have to load for a single page, it starts to add up.

    I recommend pngoptimizer for drag and drop ease

    http://psydk.org/PngOptimizer.php

    (don’t forget to clean up the backups it makes)

    And the gifs can use some optimization too.

    The massive light.png file can be made into a 90% progressive jpg at one third the filesize with no visible degradation.

    http://xs134.xs.to/xs134/08520/light463.jpg (rename backto light.jpg)

    Last but not least, here’s a cleaned up screenshot replaecment that’s half the filesize.

    http://xs134.xs.to/xs134/08520/screenshot299.png

    (sorry you’ll have to rename it back too)

    @lyrics

    Member

    Hey.. Thanks.. That ws cool.. If you can post more.. Rock On..

    @pubdirltd

    Member

    Anyone know how I alter/setup the menu system on the Theme: iNove Release (v0.3)?

    @naviathan

    Member

    The menu items are in the header.php under line 31.

    I have question, why would the WYSIWYG editor plugin stop the navigation menu from dropping down?

    @naviathan

    Member

    To add more info to it, it looks like the plugin is injecting some style sheet elements that are changing

    element.style {

    position: absolute;

    overflow-x: hidden;

    overflow-y: hidden;

    display: block;

    left: 357px;

    top: 142px;

    visibility: hidden;

    opacity: 0;

    }

    to

    element.style {

    }

    thus no style for the ul

    @naviathan

    Member

    Ok I just tried the CKeditor wysiwyg plugin and it does the same thing as the bb-wysiwyg editor plugin. Anyone have any thoughts as to why adding wysiwyg editing to the text box for posts effect the menus?

Viewing 24 replies - 1 through 24 (of 24 total)
  • You must be logged in to reply to this topic.
Skip to toolbar