Raynys
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MesoColumn] Blurred images in sliderIt’s because the slider setting. Every images are resized in 640×480 pixels.
Forum: Themes and Templates
In reply to: [Hueman] OptionTree serious problem in WordPress 4.1I’ve updated to WP 4.1 and i have not problems with 2.4.0 OptionTree
Forum: Themes and Templates
In reply to: [Hueman] Page Break don't workYou’re welcome 😉
Forum: Themes and Templates
In reply to: [Hueman] Page Break don't workAdd in Page.php
<?php wp_link_pages(array('before'=>'<div class="post-pages">'.__('Pages:','hueman'),'after'=>'</div>')); ?>AFTER
<?php the_content(); ?>Forum: Themes and Templates
In reply to: [Hueman] home page post-list 3 columnsTell me what have you done, please 😉
Forum: Themes and Templates
In reply to: [Hueman] How to Remove W3C Errors From ThemeI have the same problem, duplicated tag becaus tag cloud in sidebar and syntax errors for releated videos….
Forum: Plugins
In reply to: [Slider CAPTCHA] How to add in Contact Form 7Solved, in CF7 ther is an option to put a tag for the slider captcha, now it works 😉
Forum: Themes and Templates
In reply to: [Hueman] Page Break don't workHi Alexander, I added manually this string
<?php wp_link_pages(array('before'=>'<div class="post-pages">'.__('Pages:','hueman'),'after'=>'</div>')); ?>after<?php the_content(); ?>in page.php and now it works without a problem. So that string is not present in template.Forum: Themes and Templates
In reply to: [Hueman] Page Break don't workSo, anyone can help me?