ramesh035
Forum Replies Created
-
Hello Guys,
I am using WordPress 3.2.1 and windows server 2008.
Installed BackUpWordPress 1.6.8 plugin. I tried to take the backup manually and database backup was successful. But when I tried to take files backup it keeps on spinning. After 2-3hours I cancelled , the zip file will be created and on extract I can view all the files and folders too. My problem is am not warned with any alert message saying backup is completed, as I got alert message when tried to take database backup.Please help me, any help is much appreciated.
Yes i made it Test mode and checking,it is not working.
Hello,
I had set Ipn and using sandbox mode.
When i pay and come back from paypal doesn’t update anything in reports, I just see unpaid itself.Please help me out
Forum: Plugins
In reply to: [Slideshow Gallery] [Plugin: Slideshow Gallery] bug with tiny MCEHello happynuclear,
See i also got the same problem but i solved it, i dont know weather thats a correct way or wrong but it worked for me.
in slideshow-gallery.php
comment this part $this -> add_filter(‘mce_external_plugins’);
Hope it works.
Forum: Plugins
In reply to: [Slideshow Gallery] [Plugin: Slideshow Gallery] Breaks the visual editorHello happynuclear,
See i also got the same problem but i solved it, i dont know weather thats a correct way or wrong but it worked for me.
in slideshow-gallery.php
comment this part $this -> add_filter(‘mce_external_plugins’);
Hope it works.
Forum: Fixing WordPress
In reply to: navigation problemhi driera…
can you try this
<?php if (have_posts()) : ?>
<?php query_posts(“category_name=somecat”); ?>
<?php while (have_posts()) : the_post(); ?>replace with
<?php if (have_posts()) : ?>
<?php $paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1; query_posts(“category_name=somecat&paged=$paged”); ?>
<?php while (have_posts()) : the_post(); ?>