lnichetti
Forum Replies Created
-
Finally I solved this problem, it was not a wordpress issue: my proxy was chaching the content.css stylesheet, causing the pages to load img.wpGallery class instead of new img.wp-gallery.
Now everything is working fine, the migration from 3.5 to 3.6 works as expected
I’ve compared a page containing a gallery in WP 3.5(that in my case is not afflicted from the problem) and 3.6: I figured out, that in wordpress 3.6 the “img.wp-gallery” class containing the “edit gallery button”, is missing the related css rule.
In wordpress 3.5 the “img.wpGallery” has a related css rule
img.wpGallery {
border: 1px dashed #888;
background: #f2f8ff url(“img/gallery.png”) no-repeat scroll center center;
width: 99%;
height: 250px;
}inherited from content.css file.
I have checked my content.css file for the wordpress 3.6 installation, and I found that the rule is correctly inserted:
img.wp-gallery {
border: 1px dashed #888;
background: #f2f8ff url(“img/gallery.png”) no-repeat scroll center center;
width: 99%;
height: 250px;
}Why the class is specified in content.css but at the same time is not loaded into the final rendered page?
For me the solution reported below does not work:
Tools > Options > Content > Advanced > Clear Now (under Cached Web Content)
Can you please suggest a workaround for this known bug?
Forum: Fixing WordPress
In reply to: Image Gallery Window Missing on Edit Page Viewsame problem for me: the Image Gallery Window seems to have size 0px, I have to manually resize the placeholder in order to be able to add images to the gallery.
I have found that this is a known bug, reported in both #24344 and #24379 tickets. It will be fixed in one of the next WordPress updates?
I have switched theme but the problem persists
I think that the problem is related to the gallery placeholder dimension. The placeholder IS INTO THE VISUAL EDITOR, but its size has been reduced almost to a point. If you are able to select it with drag and drop selection, you can resize it and the “edit gallery” button will appear.
Is there a way to avoid this auto resize of the gallery placeholder?
I have tried to disable the jetpack plugin, and the issue is still there, so I don’t think that it causes the problem
I am only using jetpack in order to use “tiled galleries”, that provide the mosaic template
The addMedia link is present, and it allow me to add new galleries or images to my pages and posts.
What is missing is the placeholder of already existing galleries in the visual editor: if I switch to the text editor, the gallery is visible
[gallery type="rectangular" link="file" ids="985,981,983,835,775,390,402,387,401,834,785,796,394,686,739,688,393,376,410,399,403,380,391,583,389,839,386,385,395,396,842,830,641,378"]but has completely disappeared from the visual editor (the page hosting the gallery seems to be empty), so it is not possible to click on the “edit gallery” button
I confirm what [andybrownphotography] said: pictures metadata seems to be imported correctly, but all images uploaded after upgrading nextGenGallery to 1.9.12 have the same date (1 Jan 1970), so the sorting by date does not work as expected
I also have the same problem since installing 1.9.12. Please fix this issue because I have 2 running sites depending on this plugin!