Sampression
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Unique text for blog excerpts?Click on the “Screen Options” that is located on the right top then check the excerpt option. Now you will see the area to add content for excerpt below the post editor, you can add the unique text for excerpt over there that will be seen in the blog page.
Hope this works.
Thank You
Forum: Themes and Templates
In reply to: [Hueman] size of blog featured imagesFor the featured article you should have image of 720px width and 340px height and for other regular articles you should have image of 520px width and 245px height. However you should not worry about the image size since the function used in the theme will auto crop the image. If you have any images uploaded before activating this theme you can use “Regenerate Thumbnail” plugin to crop those images.
Hope this works.
Thank You.
Forum: Themes and Templates
In reply to: [Hueman] Number of articles – blog pageHi majo1,
Actually no of posts on front page to be 5 has no relation with the no of featured post count. You have set “Výstava audio, video a domáce kino Košice 2014” article as sticky post on the visibility section that is located on the right top of the post page under publish section. This sticky post is older than the fourth article. If you remove this post as sticky you will find only four articles on the first page.Thank You
Forum: Themes and Templates
In reply to: [Hueman] Number of articles – blog pageSince you have a sticky post that is old( I mean older than the latest four articles), 5 articles are displayed on the front page. Sticky posts are meant to be published at the top of the front page. If you make any of the latest four post sticky or remove the sticky functionality from the sticky post then four articles will be displayed on the front page. Hope this works.
Forum: Themes and Templates
In reply to: [Hueman] Number of articles – blog pageHi majo1,
Since the featured article is separate from the loop, it is not counted for the number of posts to show. No of posts to show per page if assigned four, the posts on home page will be four(excluding featured article). You cannot show the four articles(including featured article) in home page and show four articles in the second. This is what I think theme author wants to explain.
Thanks
You can create a static home page by creating a front-page.php file. In this page you can add your custom content or customize the page anyway you want. For further details please refer http://codex.wordpress.org/Creating_a_Static_Front_Page.
Thank You
Forum: Themes and Templates
In reply to: [Sampression Lite] exclude categoryHi Jurgiel,
Please replace following code in header.php file
$args = array();by
$args = array( 'exclude' => array(category_id ) );Here category_id refers to the id of the category that you want to exclude in front page. More than one category can be excluded by adding category id separated by a comma like category_id1, category_id2. For further details you can also refer to http://codex.wordpress.org/Function_Reference/get_categories.
And also please find $categories = get_categories(); and delete it from header.php
Thank You
Forum: Themes and Templates
In reply to: [Sampression Lite] can the template be template fixed at 960px ?Hi stoopk,
Glad to know that you like our theme.Sampression Lite supports 4 columns on the front end with the 960px fixed width and two columns in the inner pages. If you want to change the no of columns you have to dig in to codes yourself.
Please feel free to ask if you get any problem
Thank You
Forum: Themes and Templates
In reply to: [Sampression Lite] Featured Image to display fullyHi cdrom92,
Please replace the following code in single.php file of your child theme.
<?php the_post_thumbnail( 'featured' ); ?>by
<?php the_post_thumbnail(); ?>Thank You
Forum: Themes and Templates
In reply to: [Sampression Lite] Featured Image to display fullyHi cdrom92,
Single page does show the featured image in 100%. Can you please be specific on it or you have preview link we could see? Here is a working example: http://www.sampression.com/sampressionlite/parent-category-i/child-category-i/puppet-life-behind-the-reality/Forum: Themes and Templates
In reply to: [Sampression Lite] Expanded filter by default (update 1.4)Hi,
Thank you for using Sampression Lite.Please find the codes below in scripts.js and comment them.
.delay( 300) .animate({ 'height' : minHt },1000,function(){ $('#btn-nav-opt').removeClass('up'); });Hope this is what you want. Thank You
Thank you for the using our theme.
To hide the pointer in the comment area, add the following code in style.css file of your child theme.
.commentlist span.pointer{ display:none; }Thank You
Forum: Themes and Templates
In reply to: [Sampression Lite] Sampression Lite – Upgrade is not workingHi,
Could you please give us the links to your blog.
Thanks
Forum: Themes and Templates
In reply to: [Sampression Lite] Not working under IE 8Thank you for using our theme – we’re working on releasing a new version of Sampression Lite soon.