frozensolid
Forum Replies Created
-
Is there any update to this? I did some more messing around on my end, and still can’t come up with anything that makes it work.
I ended up reverting to DG version 2.4.2 and setting it all up again and it’s working perfectly on 2.4.2. Once I generated all the thumbnails for the page by refreshing until it completed I then tried to upgrade to 2.5.3. This time it kept all my settings and thumbnails, but still won’t generate new ones.
I tried making a new page that had a single PDF attahched to it and used the basic [dg] shortcode, and it wouldn’t even generate then.
Then I started poking around with firebug trying to find out what the page was doing while it was loading, and can’t find any of the document-gallery js files being loaded. I do see two copies of jquery loading, which is odd, but I don’t see anything specific to document-gallery.
No. For that page it’s just using “the_content();”
I’m not even sure how I’d go about editing the output of Document Gallery without directly modifying the plugin, which I know I haven’t done.
https://www.btsb.com/brochures/
The first four links are manually created. The rest that are all PDF logos are from Document Gallery. I’ve used Chrome, Firefox, and IE11 to test it, but I’m not seeing any ajax calls being made when watching the console.
Removing the theme and plugins didn’t make a difference. I also tried completely uninstalling DG and reinstalling it with no luck.
I restored a backup of the site from before doing upgrades over the weekend, and it looks like previously we were on DG 3.0.2 and WP 4.3.0. DG 3.0.2 and WP 4.3.0 worked, but upon upgrading to the latest DG is when the settings reset and thumbnail generation stopped working.
Nothing but (DocumentGallery::doShortcode) Generation Time: 0.09 s
There’s nothing in the thumbnail management tab. I’ve tried disabling GS and it didn’t make a difference.
Yes, fancy is enabled. I even went ahead and added the fancy=true option to the shortcode and it’s still not working. Here’s my settings dump:
Array
(
[thumber] => Array
(
[thumbs] => Array
(
)[gs] => /usr/bin/ghostscript
[active] => Array
(
[av] => 1
[gs] => 1
[imagick] => 1
)[width] => 200
[height] => 200
)[gallery] => Array
(
[columns] => 4
[descriptions] => 1
[fancy] => 1
[order] => ASC
[orderby] => name
[relation] => AND
[limit] => -1
[mime_types] => application,video,text,audio,image
[post_status] => any
[post_type] => attachment
[attachment_pg] =>
[new_window] =>
)[css] => Array
(
[text] =>
)[meta] => Array
(
[version] => 3.5.2
[donate_link] => https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=EE5LWRLG933EN&lc=US&item_name=Document%20Gallery%20Plugin&item_number=document%2dgallery¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
)[logging] => Array
(
[enabled] => 1
[purge_interval] => 7
))
Forum: Plugins
In reply to: [Document Gallery] Version 2.2.4 has moved descriptions underneathIt’s working now, thank you very much!
Forum: Plugins
In reply to: [Document Gallery] Version 2.2.4 has moved descriptions underneathI’m having the same problem. The latest version seems to break all my CSS that worked well for the old version. I had to revert to the old version to make sure my site looked the same as before.
Is this new formatting a bug, or am I going to have to redo all of my CSS in order to replicate the styling that I want now?