Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 33

Thread: Custom theme request

  1. #21
    Member
    Not a Verified Customer
    secretstache's Avatar
    Join Date
    Mar 2009
    Posts
    65
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Custom theme request

    Sure. The navigation is set up like this:

    Code:
    <div class="listingContainer">
    			<div class="cats">
    				<h3 class="forsale">For Sale</h3>
    				<ul>
    					<?php wp_list_categories('child_of=1&title_li=&hide_empty=0&depth=1'); ?>
    				[/list]
    				<h4 class="viewall">View Everything For Sale</h4>
    			</div>
    		</div>
    So each category is wrapped within a div class of "listingContainer" and a div class of "cats". You could get away with just wrapping each in a class of "cats" but this second div allowed me to float the menus properly. The h3 has a class so I can use image replacement for the titles (since I am using a non-standard font for the header).

    The important part is:
    Code:
    <ul>
    	<?php wp_list_categories('child_of=1&title_li=&hide_empty=0&depth=1'); ?>[/list]
    This prints out all of the sub-categories within a specified category:
    Code:
    'child_of=1
    tells wordpress to print all subcategories that are children of a category with the id of '1'. So that number ('1') will change but the rest of the code can stay the same for each list you would like to print.

  2. #22
    Newbie
    Not a Verified Customer
    mitch's Avatar
    Join Date
    Jun 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Custom theme request

    Awesome, thanks heaps!

  3. #23
    juliusnkemdiche's Avatar
    Join Date
    Aug 2009
    Location
    London, England
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Custom theme request

    Hi,

    where exactly does that piece of code go if I wanted to implement it into my website?

    Thanks

  4. #24
    Junior Member
    Not a Verified Customer
    Spacifieds's Avatar
    Join Date
    Aug 2009
    Location
    California
    Posts
    46
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Custom theme request

    Nice theme! Very clean and neat! Do you have a demo set up that we can look at? Got a copy? I'd like to play around with it a bit and see how you did it...

  5. #25
    Member collegism's Avatar
    Join Date
    Apr 2009
    Location
    Minneapolis, MN
    Posts
    52
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Custom theme request

    What happend to this thread!? It got really interesting then it just stopped. What's the progress of the theme?

  6. #26
    Member damien's Avatar
    Join Date
    May 2009
    Location
    Melbourne, Australia
    Posts
    91
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Custom theme request

    It's easy to make new themes for wordpress/classipress but I sorta came to the same conclusion it would be wrong to sell them, I can do it for myself of course, but only the css and html is mine, I cant sell the code that David wrote and has the rights to, basically everything that makes classipress function in the background. And if I sold themes, should I ask the price of classipress again seen as I had to make it work again in a new theme or should I just charge the hours it took me to do the css around it? How do I know you have a license if I'm selling themes from classipressthemes.com or whatever? I'm effectively reselling the entire classipress package AGAIN as it's nothing more then a glorified theme for wordpress, or in the above case, a new css theme with Davids copyright wordpress coding doing the work in it.

    Paid themes for another functional paid theme are just not possible unless all template code was GPL'd or free from <? to ?> and you could do what you like with it.

  7. #27
    Member collegism's Avatar
    Join Date
    Apr 2009
    Location
    Minneapolis, MN
    Posts
    52
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Custom theme request

    Quote Originally Posted by Damien
    It's easy to make new themes for wordpress/classipress but I sorta came to the same conclusion it would be wrong to sell them, I can do it for myself of course, but only the css and html is mine, I cant sell the code that David wrote and has the rights to, basically everything that makes classipress function in the background. And if I sold themes, should I ask the price of classipress again seen as I had to make it work again in a new theme or should I just charge the hours it took me to do the css around it? How do I know you have a license if I'm selling themes from classipressthemes.com or whatever? I'm effectively reselling the entire classipress package AGAIN as it's nothing more then a glorified theme for wordpress, or in the above case, a new css theme with Davids copyright wordpress coding doing the work in it.

    Paid themes for another functional paid theme are just not possible unless all template code was GPL'd or free from <? to ?> and you could do what you like with it.
    Maybe you can talk to David about possibly bundling your css design with a license. So for example a new user could buy your design and a license for say 100 bucks versus 70 and/or offer the design as an addition once a license has been verified.

  8. #28
    bkirkham23's Avatar
    Join Date
    Nov 2009
    Location
    United Kingdom
    Posts
    88
    Thanks
    6
    Thanked 4 Times in 3 Posts

    Re: Custom theme request

    That would make sense. Ask to get it bundled.

    Or post a step by step tutorial on how someone should go about editing classipress theme for themselves, even just to be pointed in the right direction.

    Thanks

  9. #29
    405media's Avatar
    Join Date
    Jul 2009
    Location
    United States
    Posts
    84
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Re: Custom theme request

    Is there anything like a 'classipressthemes.com (not live, I checked)' site that people are offering themes yet?

    Or David perhaps you could offer many more theme options and sell them? or delevelopers sell them to you to offer to your customers.. something would be nice to see to make this expand.
    Steve R
    405Media.com
    Printing - Design - Web

  10. #30
    Veteran taylerj's Avatar
    Join Date
    Apr 2009
    Location
    Las Vegas, NV
    Posts
    380
    Thanks
    1
    Thanked 8 Times in 6 Posts

    Re: Custom theme request

    Starting with v30 i will have a classipress themes site.
    Eric is best known in the forum for his in depth tutorials. He started in design 4 years ago and then discovered WordPress and has been coding and hacking themes and plugins ever since. He's quite helpful if you have any questions for him in the forum. Eric also makes his own WordPress themes and plugins and provides ClassiPress consulting on the side. David Cowgill - (Owner of Classipress)

Page 3 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Question re: custom theme development?
    By rodeoramsey in forum Help Using ClassiPress
    Replies: 2
    Last Post: April 8th, 2010, 04:32 PM