arikg
Forum Replies Created
-
the plugin in it’s latest version 20160408 probably doesn’t support utf… all Hebrew characters (?,?,?…) turn into ?????
Yes, it’s an awesome plugin and far better than the built-in twitter scroller in AVADA theme.
Actually, it used to have the weirdest bug that conflicted with bbPress even though they have absolutely nothing in common, so I had to uninstall it for a while but now it is fixed i guess ??Forum: Fixing WordPress
In reply to: Does WordPress resize-shrink images automaticcaly now?sure, for example in this page: https://www.glouds.com/ara-x5/
I uploaded an image 1280*720 (137kb) but immediately after upload i got this image: https://www.glouds.com/wp-content/uploads/2015/09/nova1.jpg which is much much smaller.Forum: Plugins
In reply to: [WP Admin UI Customize] Side Menu Settings doesn't respondIt’s always the last place you look…
well for future reference if anyone ever has this problem – the conflicting plugin is “Rotating Tweets (Twitter widget & shortcode)”
Forum: Plugins
In reply to: [WP Admin UI Customize] Side Menu Settings doesn't respondHi gqevu6bsiz,
The cause is a conflict with another plugin.
I don’t know exactly which one but after turning them all off, it worked great!
I didn’t want to test them one by one because the site is live and i don’t want too much down time.
Thank you very much for your response!Thanks.
Forum: Plugins
In reply to: [SEO Auto Links] Not working on BBpress running GenesisI have a working solution:
edit the file “seo-auto-links.php”
replace this text:
if ((($options[‘lposts’] && $postitem->post_type==’post’) || ($options[‘lpages’] && $postitem->post_type==’page’)) && (!$maxlinks || ($links < $maxlinks)) && (($options[‘casesens’] ? $postitem->post_title : strtolower($postitem->post_title))!=$thistitle) && (!in_array( ($options[‘casesens’] ? $postitem->post_title : strtolower($postitem->post_title)), $arrignore))) {with this text:
if ((($options[‘lposts’] && $postitem->post_type==’post’) || ($options[‘lpages’] && $postitem->post_type==’page’) || $postitem->post_type==’topic’ || $postitem->post_type==’forum’ ) && (!$maxlinks || ($links < $maxlinks)) && (($options[‘casesens’] ? $postitem->post_title : strtolower($postitem->post_title))!=$thistitle) && (!in_array( ($options[‘casesens’] ? $postitem->post_title : strtolower($postitem->post_title)), $arrignore))) {and also, replace this text:
if ($options) {
if ($options[‘post’] || $options[‘page’])
add_filter(‘the_content’, array(&$this, ‘SEOAutoLinks_the_content_filter’), 10);
if ($options[‘comment’])
add_filter(‘comment_text’, array(&$this, ‘SEOAutoLinks_comment_text_filter’), 10);
}with this text:
if ($options) {
if ($options[‘post’] || $options[‘page’])
add_filter(‘the_content’, array(&$this, ‘SEOAutoLinks_the_content_filter’), 10);
if ($options[‘comment’])
add_filter(‘comment_text’, array(&$this, ‘SEOAutoLinks_comment_text_filter’), 10);add_filter(‘bbp_get_reply_content’, array(&$this, ‘SEOAutoLinks_the_content_filter’), 10);
}Good Luck.
Ok, i somehow managed to guess what to do ??
.comments-link .inner {
left: 40px;
}Forum: Themes and Templates
In reply to: [Customizr] 3.2.3Thanks ??
Forum: Themes and Templates
In reply to: [Customizr] 3.2.3In RTL sites still two Bugs with 3.2.3:
1. The comment counter and the red bubble are not aligned
2. The menu does not appear in Blue, Orange… only in light blue, light organge etc.Forum: Themes and Templates
In reply to: [Customizr] Issue and Resolution – Upgrade to 3.21Glad to be of help!
I will surely keep donating from time to time to support this great theme.Forum: Themes and Templates
In reply to: [Customizr] Issue and Resolution – Upgrade to 3.21sure: https://www.glouds.com
Although it’s in Hebrew so I don’t know if you can make something of it.BTW, there is another problem since the new version: the red talk bubble and the number of comments in the post are not aligned on top of each other.
Forum: Themes and Templates
In reply to: [Customizr] Issue and Resolution – Upgrade to 3.21I have a partial solution – Everything works great on light blue, light purple, light ***
But all the none-light colors: Blue, Purple, Orange… are causing these header/menu problems!
So in the mean time – I simply switched color…Btw, I didn’t do the “plugin test” yet I’m a little afraid to do that on my live site.
Forum: Themes and Templates
In reply to: [Customizr] Issue and Resolution – Upgrade to 3.21I also had the menu disappear by updating to 3.2.1 but clearing the cache didn’t work.
I use wordfence falcon and I disabled it just to be sure but it’s still not working.
Also the “Sticky” header is not working, it doesn’t stick.I found the problem today… so now it is Truly RESOLVED.
There is a “Jetpack” feature called “Jetpack comments”. This feature causes the conflict!
Turning it off solves the problem.By the way – what about WP-Google+-AutoConnect?