Sampression
Forum Replies Created
-
Hi Ferhatsah,
I guess, we had an email conversation regarding this. This is very standard wp theme where author, comments, dates e.t.c. are the basic requirements but if you wants to remove Author from your home page, you have to manually remove the code from loop.php
Please let us know if you still couldn’t do it.
Thanks
Forum: Themes and Templates
In reply to: [Sampression Lite] [Theme: Sampression Lite] Show All FilterHi Vellasella,
Thanks for using Sampression Lite.
Currently it doesn’t support infinity scroll (lazy loading). We may implement this features in our next version.
But, if you can modify the jquery, you can go through this link from which we are using the scripts to maintain all post boxes:
https://isotope.metafizzy.co/demos/infinite-scroll.htmlThanks
@ all,
Please update the latest version of theme, we have fixed lots of minor issues.Thanks
Hi blogabundo,
Thanks for noticing the error/mistake.
Please add the following codes on the function file (includes/functions.php) after line #194
/** * Returns a "Read more" link for excerpts */ function responsive_read_more() { return '<div class="read-more"><a href="' . get_permalink() . '">' . __('Read more ›', 'responsive') . '</a></div><!-- end of .read-more -->'; } /** * Replaces "[...]" (appended to automatically generated excerpts) with an ellipsis and responsive_read_more_link(). */ function responsive_auto_excerpt_more($more) { return '<span class="ellipsis">…</span>' . responsive_read_more(); } add_filter('excerpt_more', 'responsive_auto_excerpt_more');
Please let us know if you need further assistance.
Sampression Team
Our upgraded version have been released now.
ChangeLog
Version 1.1.2.1.2Fixed repeating latest posts twice in home page.
Fixed right sidebar widgetize problem.
Fixed style for right sidebar search widget.enjoy!
Sampression TeamHi Pavel,
Currently we are supporting only Facebook and Twitter at the header part of the site but if you wish to insert other social medias too, you can in posts or any other places via Plugins.
Please use plugins.
Thanks
SampressionYeah, that’s why we had a special effect for sticky post.
Thanks for using our theme. We will improve and let you people know about our update.Thanks
Please make your favorite posts to sticky post, it will solve your problem for this time.
We are upgrading the theme and fixing this problem asap.Thanks,
Jimba
Sampression SupportHi Payas,
Thank you very much for using our theme.
Well we never encountered that types of problem but if you assign any post to sticky post on your site, may be it will solve your problem. We will consider this problem in our next version.
Please stay update.
Thanks,
Sampression Support