andryonline
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Add a new page with the list of postsThere’s another problem: in the “default theme blog layout” (now first page) the primary/secondary sidebar settings don’t work.
Edit:
Editing all types of page (home, single, archive, etc.) it work. Editing only home page, it don’t work.Forum: Themes and Templates
In reply to: [Hueman] Add a new page with the list of postsI would go back to the original home.php file and change the logic around so you end up with this:
<?php if ( ot_get_option('blog-standard') == 'on' ): ?> <div class="post-list group"> <?php $i = 1; echo '<div class="post-row">'; while ( have_posts() ): the_post(); ?> <?php get_template_part('content'); ?> <?php if($i % 2 == 0) { echo '</div><div class="post-row">'; } $i++; endwhile; echo '</div>'; ?> </div><!--/.post-list--> <?php else: ?> <?php while ( have_posts() ): the_post(); ?> <?php get_template_part('content-standard'); ?> <?php endwhile; ?> <?php endif; ?>Then, the front page will always be displayed based on the status of the Standard Blog List and the other page will be the opposite. You can change them by switching the Standard Blog List option.
It works! 😉
But there’s a problem: in the “default theme blog layout” (now first page) featured post doesn’t work. Instead in the “standard blog list” page it work. It’s strange!Forum: Themes and Templates
In reply to: [Hueman] Add a new page with the list of postsIt works… great! 🙂
And if I wanted to reverse the pages?
And if I wanted to use two css files, one per page?
Forum: Themes and Templates
In reply to: [Hueman] Add a new page with the list of postsI don’t know how to thank you! I’ll let you know soon… 😉
Forum: Themes and Templates
In reply to: [Hueman] Add a new page with the list of postsPerfect, there’s no rush. Thanks!
Forum: Themes and Templates
In reply to: [Hueman] Move the Share BarOk, thanks! 😉
Forum: Themes and Templates
In reply to: [Hueman] Add a new page with the list of postsbdbrown, can you help me?
Forum: Themes and Templates
In reply to: [Hueman] Move the Share BarForum: Themes and Templates
In reply to: [Hueman] Move the Share Bar #2Excuse, but it was a system error (involuntary).
Forum: Themes and Templates
In reply to: [Hueman] To hide the thumbnails (Standard Blog List)It works, thanks! 🙂
Forum: Themes and Templates
In reply to: [Hueman] Add a new page with the list of postsExactly! 🙂
Forum: Themes and Templates
In reply to: [Hueman] Add a new page with the list of postsYes, I want to have two pages that can be used as the homepage: one with a Standard Blog List layout and one with the default theme blog layout.
I want that the “default theme blog layout” opens with a button, as if it is a common additional page.Forum: Themes and Templates
In reply to: [Hueman] To hide the thumbnails (Standard Blog List)Hi bdbrown. I want to say that I will not see the “Featured Images”.
Forum: Themes and Templates
In reply to: [Hueman] Move the Share BarAnd how can I place the Share Bar as here: http://alxmedia.se/themes/hueman?
Forum: Themes and Templates
In reply to: [Hueman] Add a new page with the list of postsIt’s my fault: I don’t speak english. I try to explain. I would like 2 “homepage”: 1 with active mode “Standard Blog List”; 1 without active mode “Standard Blog List”.
Thanks for all!