Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7929

    Hi guys,
    anybody knows if there is a way to show posts in categories organized like a showcase. I’ve already created my Catch-Box child theme. Maybe i have to modify the category.php loop, i saw something inherent to showcase in content-featured.php and showcase.php, but before begin to make modification i would like to know if it’s possible. Obviusly i would like to present such “showcase” in a one-column no sidebar option.
    Thank you

    #7956
    Sakin
    Keymaster

    @donestefano71: Sorry this option is not there. You might need to work on custom codes.

    #7961

    Thank you Sakin for your answer.
    I’ll try to do it with some code i saw on the web. anyway, using the child theme, i feel safe in case of mess up something.
    Just some help please:
    1.-The content box posts’ resume in the category page how is called?
    2.-Is there any name’s list of (i don’t know how to say) what modify what? Eg.:
    #branding hgroup = ?????
    #access div, =??????
    #access-secondary div=??????
    #primary = ?????
    I’m asking this for avoid to bother you for any doubt.

    Thank you

    #7970

    Hi Sakin, sorry for feed again the post.
    http://rivieramayaexplorer.com/category/excursiones/extremo/

    As you can see here i ‘ve managed to prepare the posts in the category for the use i want to give them. Obviously i still have to put thumbnails and other stuffs.
    The question is:
    how should i make the .article boxes align horizontally instead of vertically? I mean is there any function that allow me to put the following post aside instead of below the preceding?
    Or i have to make a new one?

    Thank you.

    #7976
    Sakin
    Keymaster

    @donestefano71: You can use the float left for the element such as below css in your “Appearance => Theme Options => Custom CSS” box.
    .category .hentry { float: left; }

    But if you want more dynamic then see the below tutorials
    http://www.wplover.com/1818/tutorial-using-jquery-masonry-with-wordpress/
    http://wp.tutsplus.com/tutorials/theme-development/using-jquery-masonry-for-pinterest-like-posting/

    #8000

    Many thanks for your tips. Your theme and your team are just fantastic.

    Thanks a lot.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Showcase in category page’ is closed to new replies.