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.You must have valid license to access this content.You must have valid license to access this content.November 27, 2013 at 5:59 pm in reply to: homepage image to pull first post image instead of featured image #3037
FocuxTheme Support
KeymasterYes, 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.
FocuxTheme Support
KeymasterOh, 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.
FocuxTheme Support
KeymasterWhen 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.
You must have valid license to access this content.You must have valid license to access this content. -
AuthorPosts
