zulumaster
Forum Replies Created
-
Forum: Plugins
In reply to: [GD Rating System] The Plugin show not the correct rating number.Again:
By the way:
Comma (2,7) in the backend and point (2.0) in the front end? Does that matterForum: Plugins
In reply to: [GD Rating System] The Plugin show not the correct rating number.I have cleard the “Clear Stars Rating”,
then, 3 browsers -> 3 diffrent votes on the same post.
But, it still shows in backend under -> “Ratings Items” -> same post -> 2,7
And in frontend (with default template) same post -> 2.0
By the way:
Comma (2.7) in the backend and point (2.0) in the front end? Does that matter?Forum: Plugins
In reply to: [GD Rating System] The Plugin show not the correct rating number.Yes, same results with “default” and “expanded” templates.
May it be an incorrect setting in the: settings-> star rating ?
Which settings are important?
Or it doesn’t matter with this problem?Forum: Plugins
In reply to: [Instant Search & Suggest] Reload the plugin, after loading a Box content.Hi Scott,
my problem is still there. 🙁
Can Searchsuggest be reinitialized by clicking on a button?
Like<a href="#" onclick="wpiss.init(); return false;">Open the search layer</a>.Thanks
Forum: Plugins
In reply to: [Photoswipe Masonry Gallery] Using shortcode_atts_gallery filterthank you, for your fast answer.
I edit the plugin from,$thumb = wp_get_attachment_image_src( $aid , 'photoswipe_thumbnails');to
$thumb = wp_get_attachment_image_src( $aid , 'galleryimagethumb');that works.
But one big problem is still exist.
A single Image in a old/existing article does not open with this plugin.
I can fix this per hand, if i change the image properties from,
“Link zur: Benutzerdefinierte URL” to “Link zur: Medien-Datei”, and save again. Then the plugin works, but you know, i have 8GB of images and many articles. But change every single image in the articles is not the solution.Have you an idea?
Thanks
AlexForum: Plugins
In reply to: [Photoswipe Masonry Gallery] Using shortcode_atts_gallery filterNo, the image size options in your plugin, has no effect on the current/old gallery images.
The WP is over 8 GB of images, that’s why I not want to do regenerate thumbnails.
My current image plugin is “responsive lightbox”, in the SwipeBox view.
A gallery-image is embedded in the source code as follows:
<dl class="gallery-item"> <dt class="gallery-icon landscape"> <a data-rel="lightbox-gallery-2" href="http://xxx.yyy.de/wp-content/uploads/2016/06/image.jpg" title=""><img width="110" height="110" alt="" class="attachment-galleryimagethumb size-galleryimagethumb" src="http://xxx.yyy.de/wp-content/uploads/2016/06/image-110x110.jpg"></a> </dt></dl>And in the functions.php i generate the thumbnail:
add_theme_support( 'post-thumbnails' ); # article: Imagegallery Thumbnails add_image_size( 'galleryimagethumb', 110, 110, true );That would be cool if there was a way to use the existing gallery images with your plugin.
Forum: Plugins
In reply to: [Photoswipe Masonry Gallery] Stop the Loop during swipingHi,
where exactly must i place this snippet,in the photoswipe.js?Thanks