Forum Replies Created

Viewing 10 posts - 5,091 through 5,100 (of 6,341 total)
  • Author
    Posts
  • in reply to: Portfolio – Disable pop-up #3258
    You must have valid license to access this content.
    in reply to: Captcha not displaying #3256
    You must have valid license to access this content.
    in reply to: Shortcodes #3254
    You must have valid license to access this content.
    in reply to: Portfolio – Disable pop-up #3253
    You must have valid license to access this content.
    in reply to: Posts appear on homepage #3252
    You must have valid license to access this content.
    in reply to: LOGO CROPPED ON 4:3 SCREENS #3251

    Hi

    Try the following CSS into “Oldcar options > custom code > css code”

    @media (max-width: 1349px){
    #sidebar .logo a {background-size:100% auto;}
    }
    in reply to: Fluid Grid view does not load #3250

    Hi

    I think it’s nothing to do with WP3.8, my demo site is also based on WP3.8,
    I was thought that maybe it’s caused by a certain plugin, because when I checked your website with developer tool on chrome, I found the following javascript errors, but they are not from the theme files.

    Uncaught TypeError: Cannot read property 'document' of undefined fb1116178576adb23a83c14adeb6bb4bb4a3e8ca.js:1
    Failed to load resource http://stats.wordpress.com/e-201301.js
    Uncaught ReferenceError: st_go is not defined 

    So, you can try to disative the plugins one by one until it’s normal, then you will know which plugin caused these errors.

    Thanks

    in reply to: Theme looks different #3249

    Hi

    Sorry for the delay..
    I checked your website, it seems fine, just post my screenshot, is it different on your computer?

    in reply to: Meet Team Page #3248
    You must have valid license to access this content.
    in reply to: How to change background color? #3236

    It’s a customization issue. Generally, you can add the following CSS into “OldCar options > Custom codes > CSS code” for change the body background.

    body{background: YOUR COLOR;}

    And for change the the headers in the left sidebar, you can use the following CSS

    #sidebar h2{color: YOUR COLOR;}
Viewing 10 posts - 5,091 through 5,100 (of 6,341 total)