Forum Replies Created
-
AuthorPosts
-
You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.February 14, 2014 at 11:51 pm in reply to: How do you add page sections for other pages NOT FRONT PAGE #3686You must have valid license to access this content.You must have valid license to access this content.
FocuxTheme Support
KeymasterHi
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!!
You must have valid license to access this content.You must have valid license to access this content.FocuxTheme Support
KeymasterThat’s great!
It’s my pleasure!FocuxTheme Support
KeymasterHi
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!
-
AuthorPosts
