Forum Replies Created

Viewing 10 posts - 5,071 through 5,080 (of 6,341 total)
  • Author
    Posts
  • in reply to: hyperlink colour change #3301

    For menu link color, you can change it with the following custom CSS, put them into “OldCar options > Custom code> CSS code”:

    .primary-navigation ul li a,
    .primary-navigation ul .sub-menu li a{color:#000;}

    For change the hover color, just go to “OldCar options > Custom style > Active and Hover Color Of Menu Item”

    I will add a colorpicker and option for changing the menu link color in the theme options in next version.

    in reply to: Can I have two Portfolios on the display page? #3300
    You must have valid license to access this content.
    in reply to: Page title cropped #3299

    Hi

    Can you tell me which part of font you mean? Or can you show me your website link?
    I will post custom CSS for this issue.

    Thanks!

    in reply to: Change config item thumbnail height #3298
    You must have valid license to access this content.
    in reply to: Menu #3297
    You must have valid license to access this content.
    in reply to: LinkedIn Icon #3296

    1. For the social icon, it’s a small mistake in layout.css, please download this file http://d.pr/f/bxvn unzip it and upload layout.css to /wp-content/themes/oldcar/css directory, override the old file.

    2. You should upload your own mobile LOGO to instead of OLDCAR default mobile LOGO in “OldCar options > General setting”.

    Thanks

    in reply to: Portfolio and Blog Setup #3295

    You’re welcome!

    in reply to: Posts appear on homepage #3294
    You must have valid license to access this content.
    in reply to: mobile logo not working #3293

    Hi

    After you uploaded the logo, have you click insert to the post button?
    Also, the custom CSS for the mobile logo as below:

    .responsive-logo {background-image:url(../img/logo-resp.png);}
    /*For Retina Screen*/
    @media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
       .responsive-logo {background-image:url(../img/logo-resp@2x.png);}
    }
    

    Please replace the LOGO URL to your actual URL.

    Thanks

    in reply to: Portfolio and Blog Setup #3279

    Hi

    For the portfolio page setup, I see this page http://www.bezreyhan.com/portfolio is the blog category, not portfolio page, the correct way is:

    1. Create a page and select “Portfolios” template in the right side of the screen when you add/edit the page.
    2. Go to “Portfolios > Add New”, add new portfolios and don’t forget to set the featured image for each portfolio post.

    Then the portfolio thumbnail will show up on that page.

    When you move the mouse over on the portfolio thumbnail, the title and excerpt will show up, I think it’s not neccessary to place them underneath the thumbnail… if you really want to do that , you have to change the php files, but it’s the customization issue that is not included in our support.

    For your last question, I feel so strange about it, have you changed the source code or changed the permalink rules in “setting > permalink”? It seems the setup is extreme incorrectly.

    Also, if you still can’t setup it, please let me know your wordpress login information with private reply.

    Thanks

Viewing 10 posts - 5,071 through 5,080 (of 6,341 total)