astrumporta
Forum Replies Created
-
I don’t know what’s wrong with your site, but I do see that the class C_Base_Product is defined in plugins/nextgen-gallery/pope/lib/class.base_product.php . Can you confirm that the pope directory got installed properly?
I found the bug in the widget. Down in the template code, it is hard-coded to use the ‘thumb’ selection instead of the user choice, ‘thumb’ or ‘original’.
Here is the current code, in wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/widget/templates/display_gallery.php:
<img title="<?php echo esc_attr($image->alttext)?>" alt="<?php echo esc_attr($image->alttext)?>" src="<?php echo esc_attr($storage->get_image_url($image, 'thumb')); ?>" width="<?php echo esc_attr($settings['image_width']); ?>" height="<?php echo esc_attr($settings['image_height']); ?>" />
Note the hard-coded ‘thumb’. I changed ‘thumb’ to $settings[‘show’], and now my widget looks correct again — it follows my settings. This seems like a bug that would affect all gallery widgets, so I’m not sure how some folks aren’t seeing it!
I’m having exactly the same problem — distorted thumbnails are showing instead of the resized original images that used to show. I’ve tried re-creating the widget, toggling the settings, etc. I went into the database settings for NextGen variables, but it’s not easy to see how the widget UI maps to the database.
I’m using the Mystique theme, but I’ve done a preview with twentythirteen and the same problem is there. We aren’t using any NG plug-ins.
Site: https://stargate-sg1-solutions.com/blog/
Settings: https://stargate-sg1-solutions.com/blog/NGWidgetSettings.png
This is a bit of the html source that’s rendered — note the source is from thumbs/.
<li class="block"><div class="block-ngg_images clearfix" id="instance-ngg-images-4"><div class="hslice" id="ngg-webslice"><h3 class="entry-title title"><span>Gallery</span></h3><div class="block-div"></div><div class="block-div-arrow"></div><div class="ngg-widget entry-content"> <a href="https://stargate-sg1-solutions.com/blog/wp-content/gallery/paul-mcgillion/the-killing.jpg" title="<br /><div align="center"><strong>Andrew Clarke in multiple S3 Starting June 30, 2013</div>" data-image-id='313' class="shutterset_96675af4225c20b99435ecd58277eb2f"><img title="The Killing" alt="The Killing" src="https://stargate-sg1-solutions.com/blog/wp-content/gallery/paul-mcgillion/thumbs/thumbs_the-killing.jpg" width="260" height="146" /></a>
I think the widget is displaying thumbnails even if you select Original Images. I tried toggling back and forth, and it’s always showing thumbnails. I tried creating a new widget, and that didn’t work either.
Forum: Fixing WordPress
In reply to: Links to WP site redirecting to malware siteThanks. The behavior has spread to our wiki, so it doesn’t seem to be a WP-specific issue in any case.
Forum: Themes and Templates
In reply to: mystique theme – editsThose colors aren’t adjustable via the interface. You need to edit style.css inside the wp-content/themes/mystique/ directory. It’s these lines:
/*** LOGO & HEADLINE ***/
#site-title #logo a{color:#fff;text-decoration:none;text-shadow:#000 1px 1px 1px;font-variant:small-caps;letter-spacing:-0.04em;}
#site-title #logo a:hover{color:#ed1e24;}Change the #fff to a different color for the text, and the #ed1e24 for a different color when mousing over it.
Forum: Fixing WordPress
In reply to: Twitter Tools not updatingI just switched to “WP to Twitter” which works for what we need, tweeting our blog posts. Works great!
Forum: Fixing WordPress
In reply to: Twitter Tools not updatingI’m having the same problem. Blog headlines are not getting tweeted even though the settings are set to “on” and the twitter log-in is working. The update funcion just broke a few days ago. If anyone finds a solution, please let me know! This is with WP 2.8.5 and Twitter Tools 2.0.
Forum: Alpha/Beta/RC
In reply to: 2.5 image uploadHey, thanks for replying kristarella. The image is only 28 kb. I’ve left the screen up for several minutes and nothing happens. After I close the window manually, the file is definitely not in the library. I’ve tried this from 2 different Macs and with other images…
Forum: Alpha/Beta/RC
In reply to: 2.5 image uploadI’ve read Otto’s post and followed all those instructions… I upgraded exactly according to the directions, added the .htaccess to wp-admin, etc. I don’t get an http error; the interface just never uploads the file or shows me a dialog to accept it. This is a screen shot of what I get. Has anyone seen this problem?