Title: wordpress gallery problem
Last modified: August 21, 2016

---

# wordpress gallery problem

 *  [shahnaz](https://wordpress.org/support/users/shahnaz/)
 * (@shahnaz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-gallery-problem/)
 * I am having trouble with my wp gallery since upgrade wp3.6
    My home page is set
   to wp gallery. i usually add an image to this gallery for every post i add to
   my site. now if i go> adit gally or add to gallery and add an image,
 * it is not getting updated after clicking update.
    see [http://www.recipesaresimple.com](http://www.recipesaresimple.com)
 * Also through dashboard, i click visit view page to see the live page usually…
   and then edit page to go back to editing,
    Now for the home page, this edit page
   option is missing. Okay for any other page. only for [http://www.recipesaresimple.com](http://www.recipesaresimple.com)(
   the home page with wp gallery) it is not seen now. Please help. Have been trying
   to fix it with no progress
 * Thanks in advance.
 * _[[No bumping](http://codex.wordpress.org/Forum_Welcome#No_Bumping). If it’s 
   so urgent that you cannot wait longer than 5 hours on a volunteer-staffed forum,
   consider [hiring someone](http://directory.codepoet.com/).]_

Viewing 12 replies - 16 through 27 (of 27 total)

[←](https://wordpress.org/support/topic/wordpress-gallery-problem/?output_format=md)
[1](https://wordpress.org/support/topic/wordpress-gallery-problem/?output_format=md)
2

 *  Thread Starter [shahnaz](https://wordpress.org/support/users/shahnaz/)
 * (@shahnaz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-gallery-problem/page/2/#post-4077286)
 * what i am seeing as the homepage is something like a screenshot… of a previous
   update… not customized to any change i am making through my dashboard admin panel.
   For eg.. the back to top button is a plugin that is deactivated. And it doesnot
   show in any other page except my homepage. [http://www.recipesaresimple.com](http://www.recipesaresimple.com)
 * you see if you click on most other links the back to top is not there.
    can anyone
   confirm if i can manually reupload each file from a fresh wordpress directly 
   into cpanel?
 *  Thread Starter [shahnaz](https://wordpress.org/support/users/shahnaz/)
 * (@shahnaz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-gallery-problem/page/2/#post-4077287)
 * Oh! this plugin is deactivated. let me reactivate it and check.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-gallery-problem/page/2/#post-4077289)
 * You are using a caching plugin. Your site is cached. The page you are seeing 
   is an old copy from this cache. You need to flush the cache.
 *  Thread Starter [shahnaz](https://wordpress.org/support/users/shahnaz/)
 * (@shahnaz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-gallery-problem/page/2/#post-4077291)
 * i am looking at the plugin settings trying to figure out exactly how to flush
   the cache
 *  Thread Starter [shahnaz](https://wordpress.org/support/users/shahnaz/)
 * (@shahnaz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-gallery-problem/page/2/#post-4077294)
 * i followed these steps and deleted the cache on wp super cache and deleted the
   plugin as well… and the home page is still that ‘ dead’ page.
 *  Thread Starter [shahnaz](https://wordpress.org/support/users/shahnaz/)
 * (@shahnaz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-gallery-problem/page/2/#post-4077295)
 * i have this coding in my ht access file to optimise site speed
 *     ```
       Header unset Pragma
       FileETag None
       Header unset ETag
   
       FileETag none
   
       <FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css|swf|pdf|flv|mp3)$">
       <IfModule mod_expires.c>
        ExpiresActive on
        ExpiresDefault "access plus 14 days"
        Header set Cache-Control "public"
       </IfModule>
       </FilesMatch>
       <FilesMatch "\.(html|htm|xml|txt|xsl)$">
        Header set Cache-Control "max-age=7200, must-revalidate"
       </FilesMatch>
   
       <FilesMatch "\.(jpg|jpeg|png|gif|swf)$">
           Header set Cache-Control "max-age=604800, public"
       </FilesMatch>
       ```
   
 * Is this any issue for the matter at hand?
 *  Thread Starter [shahnaz](https://wordpress.org/support/users/shahnaz/)
 * (@shahnaz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-gallery-problem/page/2/#post-4077297)
 * wondering if there is anything else i can do… replacing the fresh wordpress files
   seems to scary for me at the moment.
 *  [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-gallery-problem/page/2/#post-4077298)
 * think you cache is the issue. If you are scared, hold off re-installing.
 * You’re page is still coming up as cached
 *     ```
       <!-- Dynamic page generated in 2.614 seconds. -->
       <!-- Cached page generated by WP-Super-Cache on 2013-08-29 05:22:35 -->
       <!-- Compression = gzip -->
       <!-- super cache -->
       ```
   
 * Turning off the plugin obviously doesn’t stop the cached.
 * you need to Delete Cache in WP Super Cache settings.
 *  Thread Starter [shahnaz](https://wordpress.org/support/users/shahnaz/)
 * (@shahnaz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-gallery-problem/page/2/#post-4077299)
 * i followed all steps to delete the cache in the wp supercache plugin and then
   deleted it. ( not deactivated) will it still cache. what can i do now. Any suggestions?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-gallery-problem/page/2/#post-4077301)
 * Your cache is still active & returning older versions of your pages.
 *  [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-gallery-problem/page/2/#post-4077306)
 * Think you need to re-install it, and then set it to flush again.
 *  Thread Starter [shahnaz](https://wordpress.org/support/users/shahnaz/)
 * (@shahnaz)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-gallery-problem/page/2/#post-4077319)
 * 10 Hours with my host and finally had to restore to my last backup. I wish I 
   knew what caused this to start with.
 * I am adjusting customizations 1 by 1 now.
 * I find that I am dealing with my initial problem with wordpress gallery:
    Since
   I upgraded to 3.6 the wp gallry visual editor screen is gone, where one could
   click on add to gallery or edit gallery….. I no longer have those options. Text
   editor appears fine and if I add the media posts id, i am able to add the images,
 *     ```
       [gallery ids=" 5393,5437,5294,5282,5253,5246,5059,5235,5205,5151,5184,5176,5103,5064,4747,4702,4684,4686,4596,4520,4434,4487,4477,4347,4406,4338,4292,3585,4132,4104,3477,3578,3574,3610,3564,3542,3590,3486,3484,4805,3491,3492,3483,3479,3481,3519,3522,3523,3514,3512,3473,3474,3619,3620,3632,3640,3547,3549,3550,3551,3556,3558,3560,3561,3545,3612,3613,3628,3649,3677,3679,3682,3686,3660,3667,3684,3672,3716,3717,3703,3701,3690,3693,3695,3696,3715,3706,3699,3685,4800,4815,4839,4853,4893,4943,3567,4995,5002,5018,5036,5409"]
       ```
   
 * which is not a very good long term solution……..like when the image is pointing
   to the wrong url, in visual editor you can easily click on the image set the 
   link, caption etc…
 * Can someone please tell me how to get back the visual editor on wp gallery?

Viewing 12 replies - 16 through 27 (of 27 total)

[←](https://wordpress.org/support/topic/wordpress-gallery-problem/?output_format=md)
[1](https://wordpress.org/support/topic/wordpress-gallery-problem/?output_format=md)
2

The topic ‘wordpress gallery problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 27 replies
 * 4 participants
 * Last reply from: [shahnaz](https://wordpress.org/support/users/shahnaz/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-gallery-problem/page/2/#post-4077319)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
