butrinty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] A problem with pagination in a plug-in page.I apologize for being inpatient here, but is there anyone can help me solve this problem?
Thanks.
Forum: Plugins
In reply to: [Participants Database] A problem with page navigation numbersAlright, I’ll try to look for help in the theme forum.
Thanks again!
Forum: Plugins
In reply to: [Participants Database] A problem with page navigation numbersThanks a lot for your answer!
Could you please tell me what kind of CSS rules of code, since I’m not that good in WordPress? I would really appreciate it.
Thanks again for your time and the great plugin!
Forum: Themes and Templates
In reply to: [Hueman] How to change theme width and header dimensions?Well, unfortunately no, it doesn’t work. I just disabled boxed layout. I think I should get used it it.
I’ll see if at least I can remove the background on the sides of the header then, and leave it without boxed layout.
Thanks again Alex!
Cheers!
Forum: Themes and Templates
In reply to: [Hueman] How to change theme width and header dimensions?Hi Alex! Thanks a lot!
1. I did it but I still get some space on both sides (left and right), maybe you can check here: https://www.tifozatkuqezi.com/public/wp/
Anyway, 24 pixels is not a big difference. That would work as well for me, but why when I’m enabling boxed layout the theme is getting disoriented? How can I fix it?
2. Yes, that worked great. Thanks!
Forum: Plugins
In reply to: [Participants Database] A problem with page navigation numbersOne more screenshot of the pagination problem: https://i57.tinypic.com/2ykj2tx.png
Btw, I have one more question regarding this issue: Can I integrate the wp-pagenavi plug in into this plugin, so then the pagination is the same for all of the pages in the website?
Thanks again!
Forum: Themes and Templates
In reply to: [Hueman] How to modify the frontpage/add content?Hi Chris,
thanks for your response.
1. Actually, I need the footer as it is. I would still like to add something like the footer.
2. I guess this would work pretty fine. I checked and saw that only the Pro version of Meta Slider offers the opportunity to slideshow posts.
I’ll wait some more time to see if there is another free opportunity to do this, otherwise, I’ll need to use Meta Slider Pro version.
Thanks again!
Forum: Themes and Templates
In reply to: [Hueman] Reduce space (padding) between content in the sidebarGot it! Thanks a lot Alex!
Cheers!
Forum: Themes and Templates
In reply to: [Hueman] Index PageHi there, I am not sure if this is what you are looking for, but as I understand it, you don’t won’t to show other posts on the main page besides the slider.
This is what I did for myself:
Find this in the index.php
?php get_template_part('inc/featured'); ?>
and below that you can see this: (delete it to not show any posts in your index page.)
<?php if ( have_posts() ) : ?> <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 get_template_part('inc/pagination'); ?>
Cheers.
Forum: Themes and Templates
In reply to: [Theme: Hueman] Homepage modificationsSolved it!