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.
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;}
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.
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.
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?
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.