photocrati
Forum Replies Created
-
@talhaahmed18 – You are welcome to send us a Bug Report (https://imagely.com/report-bug/ … please reference this topic) so we can get a better look under the page at your site although it may still be a case where you may need to wait for the next release of NextGEN Gallery as well.
Please include as many details as you can about your site and the issue at hand so we can move on this as fast as possible.
Thanks!
– Cais.
- This reply was modified 9 years ago by photocrati.
@charlesmat – As a JavaScript snippet it would need to go somewhere that your theme can make use of it. You might look at adding another plugin to handle custom code snippets such as this.
This plugin may be of use: https://ww.wp.xz.cn/plugins/custom-css-js/ although you are free to choose whichever you feel most comfortable with (we are not the author of this plugin nor do we provide support for its usage or implementation).
Thanks!
– Cais.
- This reply was modified 9 years ago by photocrati.
@builtbynorthby – This appears to have been addressed in the current release cycle, we will be publishing this release branch very soon.
Thanks for the reminder!
– Cais.
@charlesmat – I suspect this was also submitted as a Bug Report, I will reply here with the same (untested) suggestion. Please try the following JavaScript snippet to see if it helps to accomplish what you are looking for:
// Hide the image title seen when hovering over images (not tested). $('img["title"]').on('mouseenter', function(e){ e.preventDefault(); });Thanks!
– Cais.
@talhaahmed18 – WPML tends to make changes to the URL which can cause issues for NextGEN Gallery, this may be a case where you will have to accept that Ajax Pagination may not work as expected with your current WPML settings; or, you may need to review and adjust your WPML settings to have Ajax Pagination work correctly.
We do have some further adjustments that are due to WPML although we cannot guarantee they will address this particular issue it can cause.
Thanks!
– Cais.
@asif-sk – Unfortunately this is a long standing intermittent issue with BuddyPress, the following may help although we can no longer guarantee compatibility with BuddyPress at this time.
/** BuddyPress Re-Directs */ add_filter( 'bp_do_redirect_canonical', '__return_false' );Thanks!
– Cais.
@sioy – Unfortunately there is nothing there to be seen?!
– Cais.
@kraemit – Unknown, although there have been other unexplainable issues where WooCommerce was involved in the past. If the problem returns we would be happy to look further into it.
Thanks for the update!
– Cais.
@learner2017 – Thanks for the update!
– Cais.
@thanzex – Thanks!
– Cais.
@thanzex – The CSS I suggested was just a starting point, you may need to use different properties / approach based on your theme and any other influences there may be on the site.
Thanks!
– Cais.
@kraemit – Generally messages like “PHP Fatal error: Allowed memory size …” point to the server PHP Memory Limit being not enough to handle the operations on the site.
In this case, it appears you have a PHP Memory Limit of 128MB, I would recommend working with your web hosting service to have that increased … ask for at least 256MB (and also increase any other relevant limits that are normally set based on the PHP Memory Limit value).
Thanks!
– Cais.
@bohusnov – Remove the
[and]characters from the show slideshow text link parameter.Thanks!
– Cais.