bgl5
Forum Replies Created
-
I have tried the suggested arrangements several times but unfortunately it does not help.
Tried almost everything, disabled different plugins several times, changed themes, tried different versions of NextGen and different settings in NextGen, different versions of PHP, different browsers but unfortunately without success.
There is an error code when I review the code in the browser. ”shave is not defined”
jQuery.Deferred exception: shave is not defined @https://website.com/wp/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/init.js?ver=3.41:6:9 e@https://website.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:26990 Deferred/then/l/</t<@https://website.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:27292 setTimeout handler*Deferred/then/l/<@https://website.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:27556 c@https://website.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:25266 fireWith@https://website.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:26015 fire@https://website.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:26051 c@https://website.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:25266 fireWith@https://website.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:26015 ready@https://website.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:29074 P@https://website.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:28846 EventListener.handleEvent*@https://website.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:29226 @https://website.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:220 @https://website.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.0:2:225 undefined
Many thanks!
Browsing galleries now works perfectly!
Very well done!
Thanks for the tip!
I have now temporarily downgraded to NGG 3.23 and now it is possible to browse through the galleries.
It is when trying to view/acess gallery pages within frontend.
The NextGen’s album on the page is accesed by choosing “Fotogalleri” in the meny.
I managed to find two possible ways to get the gallery title back and get rid of the dots. Either by a css code or a function. Both seem to work. However, I do not understand why this error suddenly occurs and not in Firefox.
Css-code
span.js-shave {
display: contents!important;
}
span.js-shave-char {
display: none;
}Function
/**
* Dequeue plugin scripts
*
* Hooked to the wp_print_scripts action, with a late priority (100),
* so that it is after the script was enqueued.
*/
function wp_dequeue_plugin_scripts() {
wp_dequeue_script(‘shave.js’);
}
add_action( ‘wp_print_scripts’, ‘wp_dequeue_plugin_scripts’, 100 );Forum: Themes and Templates
In reply to: [Vantage] The position of the content is slightly movingBrilliant!
That is another option.
Forum: Themes and Templates
In reply to: [Vantage] The position of the content is slightly movingThanks for the quick and excellent answer!
I did not realize that the scrollbar pushes the content on the page with a few pixels. There has been more content on previous websites.
Now that I know the reason, I can either fill the pages with more content or simply hide the scroll bar with some CSS code.
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Sort GalleryProblem solved!
It turned out that a space sneaked into the beginning of some Names and Descriptions in some of the Galleries. Now the sorting works perfectly and if choosing sort according to Description, even the Nordic characters ?, ? and ? are sorted correctly!
Apologies for the inconvenience and many thanks for the commitment shown!
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Sort GalleryWhen I try to sort the Galleries by Description on the page where the Album is inserted, I can see that the order is not correct there.
So it is wrong order before the page is published.
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Sort GalleryHere is the link p? to my photogallery:
https://bglandin.se/fotogalleri/Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Sort GalleryIf I sort the Galleries manually in Manage Albums and then select sortorder None on the page where I insert the album, the order of the Galleries is correct!
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Sort GalleryMy photos are organized in Galleries and the Galleries are organized in Albums. I sort the Galleries when I insert the Album on a page. The code for this will be:
[ngg src = “albums” ids = “1” display = “basic_compact_album” order_by = “galdesc” order_direction = “ASC”]The first four galleries will be correct except for one, but then it is incorrect.
Now is the shipping cost recalculate when selecting a different country on checkout!
Well done!
Forum: Plugins
In reply to: [WooCommerce] Can't change order of Shipping MethodsIs it really a good solution when it seems that only two Shipping Methods are supported, Flat rate and Free shipping?
How to manage weight-based Shipping Methods?
Forum: Plugins
In reply to: [Booster for WooCommerce] Admin blank after updating to v 2.4.2Thanks for your reply!
I have already set the memory to 256 MB in wp-cponfig.php