Forum Replies Created

Viewing 10 posts - 5,181 through 5,190 (of 6,341 total)
  • Author
    Posts
  • in reply to: Google fonts #3057
    You must have valid license to access this content.
    in reply to: Google fonts #3042
    You must have valid license to access this content.
    in reply to: Slider Sizes #3041
    You must have valid license to access this content.
    in reply to: Page background #3039
    You must have valid license to access this content.
    in reply to: Google fonts #3038
    You must have valid license to access this content.

    Yes, but it’s not a good solution, because if the first image is very large, the page loading will be slow down.
    If you really want to do that, you need to edit post-grid.php, find the following code

    <a href="<?php the_permalink();?>"><?php the_post_thumbnail('fluid_thumbnail',array('alt'=>esc_attr(get_the_title()),'title'=>esc_attr(get_the_title()),'class'=>'scale'));?></a>

    Replace it to:

    echo van_auto_thumbnail();

    However, if you changed the code, you have to make the same changes again if you update the theme to next version in the future.

    in reply to: Slider shortcode: links. #3029

    Oh, I understand your question finally after I check your homepage.
    You can add the link to the slider image as below:

    [slide href="link URL" src="image URL" title="Alt text"]

    Look at “href” argument, just change the URL to yours.

    in reply to: Misformatted pages in customized oldcar #3028

    When I go to page 2, and I checked the souce code of the page, I found there are two body tags in the HTML

    <body class="boxed">

    And the second is:

    <body class="home blog paged paged-2">

    I don’t know what you have changed in those files so that is’s hard to know which part is wrong, please check your code carefully.

    in reply to: Portofolio image not showing up #3027
    You must have valid license to access this content.
    in reply to: Slider Sizes #3026
    You must have valid license to access this content.
Viewing 10 posts - 5,181 through 5,190 (of 6,341 total)