fpandjic
Forum Replies Created
-
Please think about adding this option in future releases. Don’t think I’m the only one with this problem
Fixed, but don’t know what caused it!
I only disabled and re-enabled border and now everything looks good!
Any chances to include that in the upcoming versions?
Forum: Themes and Templates
In reply to: [Hueman] Banner/Adsense between slider and postsIt works now! Thanks ??
Forum: Themes and Templates
In reply to: [Hueman] Banner/Adsense between slider and postsClick here.
Forum: Themes and Templates
In reply to: [Hueman] Banner/Adsense between slider and postsNeed a little more help with styling. I want to separate adsense banner from posts by putting margin. However, I tried but it looks like it’s not working.
This is the code I used in style.css, but I’m not very familiar with coding. My widget ID is .adsense
.adsense {margin-bottom: 20px;}Forum: Themes and Templates
In reply to: [Hueman] Banner/Adsense between slider and postsThank you! It is actually pretty easy when you know where you have to put the code ??
Created additional widget area and added this code where you said it needs to go.
<?php dynamic_sidebar(‘widget-area’); ?>
Forum: Themes and Templates
In reply to: [Hueman] Post pagination not workingYes, it is working now! Thank you!
p.s. I’m using Hueman 2.1.9 version and that was downloaded directly from alxmedia’s website
Forum: Themes and Templates
In reply to: [Hueman] Post pagination not workingIt works now, but partially. It shows both pagination
I replaced this part with your code:
<?php if ( ot_get_option('sharrre') != 'off' ) { get_template_part('inc/sharrre'); } ?>
This is how the part of code looks in single.php
<div class="entry <?php if ( ot_get_option('sharrre') != 'off' ) { echo 'share'; }; ?>"> <div class="entry-inner"> <?php the_content(); ?> <?php wp_link_pages(array('before'=>'<div class="post-pages">'.__('Pages:','hueman'),'after'=>'</div>')); ?> </div> <?php if ( function_exists('wp_pagenavi') ): ?> <?php wp_pagenavi( array( 'type' => 'multipart' ) ); ?> <?php else: ?> <?php wp_link_pages(array('before'=>'<div class="post-pages">'.__('Pages:','hueman'),'after'=>'</div>')); ?> <?php endif; ?> <div class="clear"></div> </div><!--/.entry-->
Forum: Themes and Templates
In reply to: [Hueman] Post pagination not workingI also know about that part, but in pagination.php file there is already code for that
<nav class="pagination group"> <?php if ( function_exists('wp_pagenavi') ): ?> <?php wp_pagenavi(); ?> <?php else: ?> <ul class="group"> <li class="prev left"><?php previous_posts_link(); ?></li> <li class="next right"><?php next_posts_link(); ?></li> </ul> <?php endif; ?> </nav><!--/.pagination-->
Forum: Themes and Templates
In reply to: [Hueman] Post pagination not workingNone. Everything worked perfect from the beginning. But I didn’t know that post pagination isn’t working as until now, I didn’t have any multiple page article..
Forum: Themes and Templates
In reply to: [Hueman] Post pagination not workingAnyone?
Forum: Themes and Templates
In reply to: [Hueman] Bug for mobile devicesThank you! That fixed the problem for mobile version, but caused small problems for desktop. The container is now slightly wider than before. Take a look here.
And can you please help me also with footer menu to position the dropdown menu to the right, like the header menu.
And is there a possibility to use full menu, not the dropdown, for mobile?
Forum: Themes and Templates
In reply to: [Hueman] Bug for mobile devicesI think you don’t get it what I want. I’m using WPTouch for my mobile users, but those who don’t want to use WPTouch have the ability to use the desktop site (personally I’m the one of those who don’t like responsive layout and always prefer desktop sites). And if I enable responsive feature, the “request desktop site” on mobile browsers is not working.
However, when I load desktop site on my mobile site, the image above shows slightly layout problems that I want to fix.
Forum: Themes and Templates
In reply to: [Hueman] Bug for mobile devicesI’m using version 2.1.9, so I think it is the latest one. I know it is responsive, but there is an option to disable responsive feature in theme option where I disabled it.
The site is working great, except for that small thing