Forum Replies Created

Viewing 10 posts - 4,911 through 4,920 (of 6,341 total)
  • Author
    Posts
  • in reply to: Sidebar #3695
    You must have valid license to access this content.
    in reply to: Team not alaigned #3690
    You must have valid license to access this content.
    in reply to: Remove Contact Form From Page #3689
    You must have valid license to access this content.
    in reply to: How do you add page sections for other pages NOT FRONT PAGE #3686
    You must have valid license to access this content.
    in reply to: Uploading picture to a specific Portfolio? #3685
    You must have valid license to access this content.
    in reply to: No message when no results found on search #3684

    Hi

    Have you customized search.php file? By default demo, if there’s nothing in search result, it will show a message like http://demo.themevan.com/oldcar/?s=css
    If you want to show the message when there’s no search result, you should add the following php code in the search.php

    <?php if (!have_posts()):?>
    Your message here......
    <?php endif;?>

    This is only a general idea, because the customization issue is not include in the support service.

    Thanks!!

    in reply to: Adding Flash to portfolio #3680
    You must have valid license to access this content.
    in reply to: Some questions about theme and portfolio #3679
    You must have valid license to access this content.
    in reply to: Mobile logo problem #3678

    That’s great!
    It’s my pleasure!

    in reply to: Mobile logo problem #3673

    Hi

    It seems a small CSS bug only on retina screen…
    Try to add the following CSS into “OldCar options > Custom Code > CSS code”

    @media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
    						only screen and (-moz-min-device-pixel-ratio: 1.5),
    						only screen and (-o-min-device-pixel-ratio: 3/2),
    						only screen and (min-device-pixel-ratio: 1.5) { 
                                                          .responsive-logo {background-size:139px 40px;}
    }

    If it still can’t fix the issue, please post your wordpress login information here with private reply, I can check it in my way.

    Thanks!

Viewing 10 posts - 4,911 through 4,920 (of 6,341 total)