Featured Listing with few details of the advertisment

Discussion in 'ClassiCraft WordPress Theme' started by everythingindian, Jan 4, 2014.

Thread Status:
Not open for further replies.
  1. everythingindian

    everythingindian Member

    Joined:
    Dec 6, 2013
    Messages:
    32
    Likes Received:
    0
    Hi,

    In featured listing usually on other websites it displays the title of the advertisement and price if mentioned in the advertisement.
    In classicraft it only shows small picture if uploaded in the advertisment. I don't think it's much useful to show just the small picture.

    Is it possible to increase the picture size in the featured listings and also display the description and price there - Similary it does on the other website like gumtree.com.au or something as attached in the picture?
    Also when we roll over the mouse on the picture then it doesn't show any information.
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this download file (index.php and taxonomy-cate.php) and replace with your current files.

    After that Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #slider_wrapper li img {
    height: 162px;
    width: 162px;
    }
    #slider_wrapper #cc_carousel {
    max-height:250px;
    }
     
    #slider_wrapper .jcarousel-next-horizontal, #slider_wrapper .jcarousel-prev-horizontal {
    top: 77px;}
     
    .slide-title{
    margin-bottom:0px;
    margin-top:5px;
    }

    Note: Use child theme to save your custom files.
    http://www.inkthemes.com/httpwww-inkthemes-comhow-to-create-a-child-theme-in-wordpress-a-way-to-save-themes-modification/02/


    Thanks & Regards
    Nitesh Raghuwanshi
     

    Attached Files:

  3. everythingindian

    everythingindian Member

    Joined:
    Dec 6, 2013
    Messages:
    32
    Likes Received:
    0
    Thanks for quick reply Nitesh!!
     
Thread Status:
Not open for further replies.

Share This Page