Forum Replies Created
-
AuthorPosts
-
Xpark MediaKeymaster
Jurij,
Thank you for the donation, currently there is no option to remove the ads.I appreciate the donation but the ads help me obtain some revenue to be able to provide the plugin for free. I will hate to start charging for it.
If you still want to remove it you can remove the code from the admin/settings.php file or you can use CSS to hide the banner. Add this code to any stylesheet file loading in the admin area
.adunitbox{ display:none }
Xpark MediaKeymasterFrank,
You mention that you don’t have any other plugin but I think this is a theme issue, try using the default theme. Also try just re-saving the widget settings specially if you just updated to the new version.
The plugin uses cookies if you are calculating visits, if not the views should register just by visiting any content. The plugin uses is_single(), is_page(), is_singular() to validate content.
Xpark MediaKeymasterThis is currently not an option but it can be accomplished using the Image Store API, you will need to add a checkbox for the user to be able to add the whole galler. Currently they can check select all and add to cart, (page by page )
Xpark MediaKeymasterwhat version of the plugin are you using? check the file permission of your key under admin > _key
Xpark MediaKeymasterI run a test with the same version that you are using and I don’t get the error, what other plugins are you using? did you modify WP in any way?
Xpark MediaKeymasterif it’s a issue with the theme, the theme developer needs to fix it. It sound like it’s loading javascript files where it shouldn’t.
Also I can’t prevent the issue because I don’t have the theme and I can’t fix all the issues with all the themes.
Xpark MediaKeymasterIs there a way to limit the maximum quantity of the cart?
No, but it can be limit using the API “ims_berofe_add_to_cart”;Is there a way to add multiple checkout option, eg paypal & google checkout?
Not currently, this has been requested but I have not had time to work on it.Xpark MediaKeymastermmmm I will take a look at it, but each user should have it’s own favorites unless you are not loged in.
Xpark MediaKeymasterno, but you can install a recent custom post widget or use the widget that comes with image store. Settings > general > widget
Xpark MediaKeymasterThis is usually a problem with javascript or css. Can you guys please provide links to your sites?
if you are using the shortcode option the galleries do not have any navigation/header to prevent issues with permalinks.
Xpark MediaKeymasterthe problems is with your theme, try changing the gallery template or use the template provided by image store, make sure that the theme that you are using is using the
the_content()
function.You can send the translation to [email protected], thank you for the help
Xpark MediaKeymastermikeSo,
you are current some of the translation files need to be updated to work with the new version there were a lot changes, I am updating a few files but I don’t have all the updates for all the languages
Xpark MediaKeymasterwhat version are you using? it sound like a javascript error maybe a conflict with other plugin
Xpark MediaKeymasterthis is currently not possible using the default settings you can make changes to the plugin using the image store API if you know any programing
Xpark MediaKeymasteryou can use
.popular-widget .pop-layout-v
, that is if your theme is rendering the styles correctly, if you provide a link to your site maybe we can help a bit more -
AuthorPosts