BUTAMUHbI4 ru
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Last Modified DateHi. I want to know it too. Thanx.
Forum: Themes and Templates
In reply to: [Fruitful] Ошибка валидностиВ связи с выходом версии 2.7 на всякий случай добавлю (в надежде на то, что первое сообщение просто было случайно не увидено):
Данный НЕСУЩЕСТВУЮЩИЙ тег добавляется на всех страницах, кроме главной в файле functions.php в строках 701-708:
if (is_home() || is_front_page()) { $out_footer_text .= $footer_text; } else { $out_footer_text .= '<nofollow>'; $out_footer_text .= $footer_text; $out_footer_text .= '</nofollow>'; }
Также это действо описано в файле readme.txt в строке 393 (добавлено с версии темы = 1.0.9 = от 15.11.13):
* Backlinks in footer added <nofollow> for all pages except home
ПС: а ежели это специально продуманная консистенция, то хочется понять её смысл? м?
Прошу прощение за напасть во втором вопросе. Нашёл в настройках возможность отключения данной ссылки. По привычке полез сначала смотреть код, а потом всё остальное..
Первый вопрос в силе.Sorry for the attack in the second question. Found in the settings option to disable this link.
The first question is valid.Oops. The replacement of functions given the good result. “Save changes” works correctly with stripslashes_deep() function.
But Cyrillic text in Subject-field and Message-field are displayed incorrectly in the received letter.Forum: Reviews
In reply to: [Fruitful] Doesn't workDear jbisonaroll!
Excuse me.Much time has passed since your message. Also the theme author told you how to fix your problem. Now theme became much better! Can you change your negative feedback? Or remove it please.
Thank you very much for understanding.PS: I don’t have any relation and commercial interest to this project. This is my own opinion. I’m just a user like you.
Forum: Themes and Templates
In reply to: [Fruitful] Отсутствует перевод в версии 1.3.1в 1.3.2 и вот сейчас в обновлении 1.3.3 тот же недочёт.
лечиться будет?Forum: Themes and Templates
In reply to: [Fruitful] Error in page.php in new release (1.3)Fruitful Code,
There is no such error in version 1.3.1! Thanx!ps:
But I sighted that missing the cyrillic translation of phrases “One thought on” and “thoughts on” in file comments.php on line 33:
printf( _n( ‘One thought on “%2$s”’, ‘%1$s thoughts on “%2$s”’, get_comments_number(), ‘fruitful’ )Forum: Themes and Templates
In reply to: [Fruitful] Error in page.php in new release (1.3)Fruitful Code,
This error occurs only in the Main Sidebar (not in the Single Post Sidebar, not in the Blog RIght Sidebar).
ps: I have no e-commerce plugins like WooCommerce or other.
Forum: Themes and Templates
In reply to: [Fruitful] Error in page.php in new release (1.3)Fruitful Code,
I have two sites, which are now set your template. ON one site I’ve updated the template from 1.2.1 version, on another installed first. The error was on both sites.Forum: Themes and Templates
In reply to: [Fruitful] Error in page.php in new release (1.3)Yeah! I confirm that it is. This error comes out when shown Main Sidebar:
Fatal error: Call to undefined function is_cart() in domen/wp-content/themes/fruitful/page.php on line 27
In the 1.2 version of the plugin code was:
<div class="five columns omega"> <?php get_sidebar('page'); ?> </div>
1.3 version code is:
<div class="five columns omega"> <?php if (!(is_cart() || is_checkout() || is_account_page())) {get_sidebar('page');} ?> </div>
I temporarily removed the conditional operator IF until the problem is solved by the developer.
Forum: Reviews
In reply to: [WP Comment Subscriptions] very good plugin!Hi, Raam Dev!
Thanks for the info! Go explore “Subscribe To Comments Reloaded” plugin..