Bring Your Business to Life › Support › Pinterest-like galleries demo 2 infinite scroll
Forum Replies Created
- AuthorPosts
- June 8, 2014 at 9:10 pm in reply to: Image Store Plugin disable Post and Page text Editor WordPress 3.9 #144677Xpark MediaKeymaster
what theme are you using? could it be a theme issue we ran a few test again and we don’t see any problems.
Xpark MediaKeymasterTo get notification via email you need to subscribe at the bottom of the reply/topic post.
Are you using paypal?
As far as the gallery looks it all depends on the theme that you are using. If you want the gallery to look closer to ours you can use our Xclusive Theme Also we will release soon a Pro version with Image Store support.
Xpark MediaKeymasterThank you for your feedback, the bug was already reported in “Wrong image displayed“. We are going to release a fix in one or two days.
May 21, 2014 at 11:14 pm in reply to: Image Store Plugin disable Post and Page text Editor WordPress 3.9 #127634Xpark MediaKeymaster@andycook,
We test ed the edit page and it works fine. What WordPress and Image Store versions are you using?
Xpark MediaKeymasterNo, there is no option at the moment you can allow the user to download the full-resolution image but can’t assign a price.
Xpark MediaKeymasterIt should work exactly how you explained it. We tested the functionality and it is working for us.
Check the following in the Pricing menu:
– Width and height for the image size is correct.
– Update the image sizes by clicking “Update” in the “image sizes” table.
– Delete the the image size from the price list and add it back again.This will ensure that all that is up to date just incase something is corrupted.
If you are still having issues can you prove a example download link
Xpark MediaKeymasterWe can confirm that this is a bug, we will try to fix it as soon as we can.
Xpark MediaKeymasterYou could create the gallery and change the path to make this your store page.
If you want display the most recent gallery, you can create a page template and use the following code:
$gallery = wp_query(array('post_type'=>'ims_gallery', 'posts_per_page'=>1)); if ( $gallery->have_posts() ) { while ( $gallery->have_posts() ) { $gallery->the_post(); the_content( ); } }
Xpark MediaKeymasterWhat theme and WordPress version are you using?
We test it on and it looks like it is working fine. If you select a different image size you may have to adjust some styles. We will adjust this feature to use the image size.
April 30, 2014 at 3:57 pm in reply to: Image Store Plugin disable Post and Page text Editor WordPress 3.9 #102586Xpark MediaKeymaster@jon6565, were running 3.9 also and we don’t see any issues, We will try to see what could be causing it.
If you install Image store try revering the settings to the default values.
Xpark MediaKeymasterLooks like something is conflicting with the site styles or javascript. Try disabling some of your plugins one at the time.
Xpark MediaKeymasterWe’ll test with the new information and if we find the problems we will provide a fix.
Xpark MediaKeymasterHow is the other plugin collecting the data? is it using google analytics?
Our plugin saves the data in database and only pageviews since the plugin was installed is collected. But it does collect information on new and old post. You will have to change the date display limit to display older post in the widget.
If you had another plugin collecting data in the database using the post metadata, there is a setting in the widget to change the value. You will have to know what was the old post metadata key
Xpark MediaKeymasterCheck the permission of the files first. If you still have problems please contract us at [email protected]
Xpark MediaKeymaster@Ahmet,
Sorry for the late reply but we can’t login to the gallery any more.
- AuthorPosts