Forum Replies Created
- AuthorPosts
- Xpark MediaKeymaster
What version of wp are you running? any other plugins or widgets?
Xpark MediaKeymasterYou will have to use the widget hooks to make the modification, but will add it as a future request.
August 20, 2013 at 11:20 pm in reply to: Terms and conditions in checkout tab doesn’t support the html format #54722Xpark MediaKeymasterIssue should be fixed in version 3.3.2
Xpark MediaKeymasterright, this is base on php settings, will try to add a value that makes more sense in a future release.
Xpark MediaKeymasterissue should be fixed in version 3.3.2
Xpark MediaKeymasterWe run a few test and we could’t duplicate the issue, can you let us know the setting you are using any any other plugin installed in your site.
August 17, 2013 at 11:15 pm in reply to: Adding image numbers for the images in Shopping Cart view #54703Xpark MediaKeymasterWe have applied the change and it will be available on the next release
Xpark MediaKeymastersorry, we have not we will look at it in 2 days, we are also working on a few other fixes for a new release.
Xpark MediaKeymasterSettings with in the plugin like the receipt text will be translated unless yo hade the translation added before the installed you will hae to change the text manually.
For the .po file download the French version and then apply the .pot update.
Xpark MediaKeymasterAt the moment you could hide it using css but there is no option, will add something on the next release.
August 17, 2013 at 8:01 pm in reply to: Terms and conditions in checkout tab doesn’t support the html format #54698Xpark MediaKeymasterit should support accents, but you are right the field doesn’t support html, will try to implement a change on a feature release.
Xpark MediaKeymasteryou set this option in the price list, you set the download option at the image size. You can offer print option and download option for the same gallery.
Check the checkbox next to the image price under the pricelist
Xpark MediaKeymasteras long as you are using ajax to load the pages you are going to have the same problem. The only way to fix it is to call the image load function after each ajax call.
the code looks like this: but you can create a new function and then call it every time.
( function( $ ) { $( 'img[data-ims-src]' ) .bind( 'scrollin', { distance: 100 }, function( ) { var img = this, $img = jQuery( img ), src = $img.attr( 'data-ims-src' ); $img.unbind( 'scrollin' ) .hide( ) .removeAttr( 'data-ims-src' ) .attr( 'data-ims-loaded', 'true' ); img.src = src; $img.fadeIn( ); } ); } )( jQuery );
Xpark MediaKeymasterwhat is exactly the problem, are galleries not showing, is the layout broken?
can you provide the full path to the problem page?
Xpark MediaKeymasteryou can un-publish the page or remove the code. If you have all your galleries secured you need to remove the password for the gallery.
If you don’t want the password by default you can disable this option in settings > galleries > Secure galleries
- AuthorPosts