ruslyrossi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: File upload stopped by extension.@esmi i follow your suggestion, but still not work, and my host said, this problem from wordpress itself, but when copy all folder and database and try running in my localhost all working fine..but not in server.. ??
Forum: Fixing WordPress
In reply to: Visual Editor Not Working After 3.3 Upgradei follow all suggestion..and it’s work in almost all browser but no with firefox(firefox version 11).. i test with firefox version 3.6 and its work..i don’t know how to fix this(browser problem ???)
Forum: Themes and Templates
In reply to: Missing Page Attribute/Missing Themefor question number 2 . try to disable all plugins..and logout (clear cache) and then login again..this works for me..
Forum: Fixing WordPress
In reply to: NextGEN and fancy box conflictuse different header for page that you use as gallery and change this code
<?phpif ( is_singular() && get_option( ‘thread_comments’ ) )
wp_enqueue_script( ‘comment-reply’ );wp_head();
?>to hard code and find this code and delete,
jQuery(document).ready(function($){ var select = $('a[href$=".bmp"],a[href$=".gif"],a[href$=".jpg"],a[href$=".jpeg"],a[href$=".png"],a[href$=".BMP"],a[href$=".GIF"],a[href$=".JPG"],a[href$=".JPEG"],a[href$=".PNG"]'); select.attr('rel', 'fancybox'); select.fancybox(); });
so your header will not load fancybox.
ok , i think i just fix my problem, please make sure the code is clean example : [slideshow id=1] without
<p>[slideshow id=1]</p>
or<strong>[slideshow id=1]</strong>
.yeah same problem here, loading for first image okay, and then the slideshow stuck in 6 sec and continue again, only in chrome and firefox latest version 4 or greater.
Forum: Plugins
In reply to: NextGEN Gallery – not working since upgrade to 3.2.1suhosin.post.max_vars = 2048
suhosin.request.max_vars = 2048…..
Forum: Plugins
In reply to: NextGEN Gallery – not working since upgrade to 3.2.1hai,i just updated my php.ini, now all can work without any problem(ask your hosting provider to updated)
Forum: Plugins
In reply to: [SEO Ultimate] Seo Ultimate Plugin and Magic Fields Compatibility Issueshi, same problem here, but when i deactivated nextgen and activated magic field , i can access to menu, look like nextgen got the problem too.(if you have nextgen gallery).
Forum: Plugins
In reply to: NextGEN Gallery – not working since upgrade to 3.2.1hai, here is solutions, just update all plugins including NextGEN Gallery and also NextGEN Gallery database, its work for me!!!
Forum: Plugins
In reply to: NextGEN Gallery – not working since upgrade to 3.2.1same problem here…any solution?