Just a couple of issues

Discussion in 'ClassiCraft WordPress Theme' started by dcfrance92, Sep 3, 2013.

  1. dcfrance92

    dcfrance92 New Member

    Joined:
    Mar 27, 2013
    Messages:
    26
    Likes Received:
    0
    Hi team, I've got a couple of issues with the theme that I would appreciate you having a look at:

    1. Adblock stops Ads from coming up when clicked on.
    2. Picture uploading: Could you please provide the picture sizing code location and the thumbnailing code for the image sliders.

    Thanks very much.
     
  2. Nitesh

    Nitesh Support Staff

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

    1) I am not getting it. Please explain it little more.
    2) You can change slider image size through css code given below. Or if you want to change cropping size then you can change it through index.php file.

    #slider_wrapper #cc_carousel{
    max-height:250px;}
    #slider_wrapper li img{
    height:200px;
    width:200px;}
    #slider_wrapper .jcarousel-next-horizontal {
    top: 95px;}
    #slider_wrapper .jcarousel-prev-horizontal {
    top:95px;}
     
  3. thebiglocal

    thebiglocal New Member

    Joined:
    Sep 4, 2013
    Messages:
    4
    Likes Received:
    0
    Location:
    Boulder, CO
    I'm having the same issue. To clarify, if you use the extention "AdBlock" on Chrome, Firefox, etc. it blocks the ad on Classicraft. You can see the ads on the home page, but as soon as you click on the ad, it takes you to a blank page. Try it for yourself. Install the AdBlock extension on your browser and see what you come up with.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,
    ClassiCraft theme is the classified Ads WordPress site and Adblock extension block the ad from the site, So the possible solution is to remove the Adblock extension from your browser, This will solve your issue.
     
  5. thebiglocal

    thebiglocal New Member

    Joined:
    Sep 4, 2013
    Messages:
    4
    Likes Received:
    0
    Location:
    Boulder, CO
    Of course I could turn off the AdBlock Extention! I wasn't asking about how to fix it for myself. This is a development issue. Thousands of people use AdBlock and I do not want my site to be blocked. Something in the ClassiCraft code is causing AdBlock to see keywords and assume the site contains ads. This does not occur when using Craigslist with AdBlock installed. What can we do to remedy this in the ClassiCraft theme code?
     
  6. thebiglocal

    thebiglocal New Member

    Joined:
    Sep 4, 2013
    Messages:
    4
    Likes Received:
    0
    Location:
    Boulder, CO
    I'm very disappointed to have heard nothing from the support side on this issue.
     
  7. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    We are working on your issue and reply you as soon as possible.
     
  8. thebiglocal

    thebiglocal New Member

    Joined:
    Sep 4, 2013
    Messages:
    4
    Likes Received:
    0
    Location:
    Boulder, CO
    Any word on this issue? Does what I'm talking about make sense?
     
  9. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Settings > Theme Option > Styling Option > Custom CSS

    Code:
    .single-ad {
    display: run-in !important;
    }
    This will solve your issue.
     

Share This Page