you need to go to wp-admin->appeareance->theme option->home setting
choose the category and count and save options.
A nice and beautiful theme. Just two questions. In theme options, you have slider settings whereas no slider comes along. Which one should we use and which one you recommend?
Any plans on making the nav fixed? Otherwise your theme matches the commercial ones too.
Thread Starter
Mokoko
(@mokoko)
Thanks a lot Richie, that worked! Really happy with this theme… it looks so modern and clean!
Just one small thing I found out is that the footer widgets on the homepage are not showing up when viewing my site on an ipad. On the other pages the widgets are visible though.
@ghitorni
go to wp-admin->appeareance->theme options->featured slider settings
and enable slider, choose if you want to featured category by id or post by id. post by id is best if you want to featured custom post type like woocommerce products or your other cpt post.
#fixed top nav
– rename lib/functions/custom-functions-sample.php to custom-functions.php and copy paste this code.
http://pastebin.com/Ax1tgL86
@mokoko
seem fine in my end, in both iphone and ipad.
try clear your wp-super-cache or any plugin, db plugin cache.
Thread Starter
Mokoko
(@mokoko)
Hi Richie,
You are right. It appears now. Thanks.
hi Eichie:
First of All thanks to Share with us Very good Theme i am really very thankfull:
My question is
on every post username showing post by (username)
sir I want to remove username from every post because security reason
sir please give me answer i will be very thankfull
open lib/templates/post-meta-home or post-meta.php and delete this code
<span class="post-author"><i class="icon-user"></i><?php the_author_posts_link(); ?></span>
hi richie
sir where is the location open lib/templates/post-meta-home or post-meta.php
i tried my best to find but no success please tell me the location how i can find that location
open lib/templates/post-meta-home or post-meta.php
should be inside yoursite/wp-content/themes/mesocolumn/lib/templates/
Thanks for such a wonderful theme!
I need your help Richie… I am willing to use this theme primarily for ecommerce purpose and i wish to have product categories displayed in the homepage rather than posts categories!
So do get me a quick fix way!
Thanks in advance!
Thank you so much for this great theme!
I am using a plugin to hide the author name and it works; however, there remains a “/” from the author name.
How can I remove this?
Thank you
@sripavithra66
i recon use shop as frontpage in wp-admin->settings->reading
@englishsunset
try add this to custom css
aside.home-feat-cat .feat-meta span.feat_author:after {content: "";}