anna-blume
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Garfunkel] category thumbnails do not function.Oh sorry, that was missing too,
in header.php:
<div id="thumbnail4"> <?php if(has_category_thumbnail()) { the_category_thumbnail(); } ?></div>
Forum: Themes and Templates
In reply to: [Garfunkel] category thumbnails do not function.Unfortunately, this does not work either:
https://www.ads-software.com/plugins/categories-images/In my old theme there was the following entry in the index.php:
<?php if ( is_category() ): ?> <h1 class="post-title"><?php echo single_cat_title(); ?></h1> <?php endif; ?>
Is this missing in Garfunkel?
Forum: Plugins
In reply to: [Firelight Lightbox] Is a full screen mode possible?thank you very much.
now it is a very good plugin for me.Forum: Plugins
In reply to: [Firelight Lightbox] Is a full screen mode possible?“The closest you can get is by reducing the border to 0 and the margin to 20.”
thank you very much, it doesn’t look bad.
“If you then “set the overlay color to
rgb( 255, 255, 255, 1 )
“Unfortunately I do not find.
Liegt vielleicht an meinem schlechten Englisch.
thank you very much, works
Thank you very much.
With WordPress 5.8.1, PHP 7.4, NGG 3.15 (all new update).
Without NextGenPlus 1.5.7 (deleted).
Everything works correctly again.
Best regardsWith NextGen Gallery 3.15, WordPress 5.8, Firefox 91.0.1, Safari 14.1.2
the error still exists.In addition, there is this problem:
Can’t edit Thumbnails.
Error message:
“Select the area for the thumbnail from the picture below.”
But “Select” is not possible.The same Problem with: NGGallery 3.3.0
New in: upload pictures:
Your browser doesn’t have Silverlight, HTML5, or HTML4 support.Firefox 69.01 und Safari 13.01
I have deactivated and deleted NGG 3.2.18 on three WordPress pages. Then reinstalled. There are problems in the gallery settings.
Location: wp-content/gallery/ automatically becomes
wp-content/uploads/sites/1/nggallery/Lightbox effects doesn’t remember own settings like this: rel=”lightbox[%GALLERY_NAME%]”
NGG does not remember:
Enable custom CSS in in wp-content/ngg_stylesCan I go back to NGG 3.1.6 ?
There seems to be an error in the database. I have NGG 3.2.18 installed, can I reinstall it without losing any data?
I hope that then the database errors will be overwritten.Many thanks for the try to help. But your tip did not help.
But I was successful, i change this file:
/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/templates/thumbnails/index.php
And everything is o.k., Thanks for the useful tip und the very good plugin.Merry christmas and happy new year.
Thanks for the useful hint. I will keep trying.
My main problem:
nextgen-gallery/ Products / photocrati_nextgen / modules / ngglegacy / view / gallery.php
is no longer responsible for tagcloud. My wish is under the tagcloud thumbnails
write: $image->alttext and $image->description.
Where I have to write it. Thank you very much.I do not know what NextGEN Legacy templates are.
So far I have in NextGEN Gallery 1.9 made these changes:
nextgen-gallery/view/imagebrowser.php/view/gallery-caption.php/view/imagebrowser.php Line 21 deleted behind line 25 insert: <div class="ngg-imagebrowser-desc"><p><?php echo $image->description ?></p></div>
nextgen-gallery/view/imagebrowser.php/view/gallery-caption.php /view/gallery-caption.php Overwriting Line 42 : <a>imageURL ?>" title="<?php echo $image->alttext ?>; <?php echo $image->description ?>" <?php echo $image->thumbcode ?> >
nextgen-gallery/view/imagebrowser.php/view/gallery-caption.php /view/gallery.php Overwriting Line 78 : <a>imageURL ?>" title="<?php echo $image->alttext ?>; <?php echo $image->description ?>" <?php echo $image->thumbcode ?> > behind line 25 insert: <span><?php echo $image->alttext ?></span> <span><?php echo '?', $image->description ?></span>
Now I use NextGEN Gallery 2.1.62
I find the data to be corrected here:
nextgen-gallery/ Products / photocrati_nextgen / modules / ngglegacy /
/view/imagebrowser.php
/view/gallery-caption.php
/view/gallery.phpHowever, changes do not have any effect. Ask for help.
Sorry english is not my language.- This reply was modified 7 years, 11 months ago by anna-blume.
- This reply was modified 7 years, 11 months ago by anna-blume.
- This reply was modified 7 years, 11 months ago by anna-blume.
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Support?I change in Version 1.9.31 :
class-ngg-manager.php 388
$oldtags = wp_get_object_terms($pic_id, 'ngg_tag', array('fields' => 'names') );
class-ngg-image-list-table.php 206
$picture->tags = wp_get_object_terms( $item->pid, 'ngg_tag', array('fields' => 'names') );
image.php 213
$this->tags = wp_get_object_terms($this->pid, 'ngg_tag', array('fields' => 'names') );
tags.php 17
$tags = wp_get_object_terms( $src_pid, 'ngg_tag', array('fields' => 'names') );But: In the Galleries-List, i see no Tags.
No Action: Move, Copy etc.
Over the Gallery-List the name is wrong (Before: “Gallery Name” now: GalleryName”).Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Support?Correction, same problem:
manage.php 355 $oldtags = wp_get_object_terms($pic_id, 'ngg_tag', array('fields' => 'names') ); manage-images.php 529 $picture->tags = wp_get_object_terms( $item->pid, 'ngg_tag', array('fields' => 'names') ); image.php 213 $this->tags = wp_get_object_terms($this->pid, 'ngg_tag', array('fields' => 'names') ); tags.php 17 $tags = wp_get_object_terms( $src_pid, 'ngg_tag', array('fields' => 'names') );
- This reply was modified 7 years, 11 months ago by anna-blume.