Help needed

Discussion in 'ClassiCraft WordPress Theme' started by colinmcgerty88, Sep 2, 2013.

  1. colinmcgerty88

    colinmcgerty88 New Member

    Joined:
    Aug 29, 2013
    Messages:
    20
    Likes Received:
    1
    I would like some guidance on the below:

    1. Remove Categories on the right and widen the main categories area. Basically I need a full width template. Where do I activate the Full width template for the homepage?
    2. Add custom icons to main categories

    3. Enlarge images on the slider & also slow it down

     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

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

    1) Download "index.php" file attached and replace it with your current index.php file. After that go to

    classicrafttheme\library\control\theme_functions.php
    and follow instructions as shown in the image.

    func.png
    And also
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #slider_wrapper #cc_carousel{
    max-height:250px;
    }
     
    #slider_wrapper li img{
    height:200px;
    width:200px;
    }
     
    #slider_wrapper .jcarousel-next-horizontal {
    position: absolute;
    top: 95px;}
     
    #slider_wrapper .jcarousel-prev-horizontal {
    top:95px;
    }
    ul.grid {
    width: auto;}
    2) Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    3) I have added animation code at line number 98 in the index.php file. You can adjust speed from there.
     

    Attached Files:

Share This Page