Forum Replies Created
- AuthorPosts
-
Xpark Media
KeymasterYes, the issue has been fixed, and we will love to add the sagePay integration. you can email the file(s) to [email protected] and we will look at it.
Xpark Media
Keymaster@doo,
is hard to add the lightbox to all images using the plugin, because there may be images that you don’t want it on like logos, ads etc. That is why it is restricted to image store and gallery formatted images.
If you know a bit of jQuery you can use this code and change the selector as needed.
if( jQuery().imstouch ){ $( ".YOUR-SELECTOR_HERE" ).imstouch(); }
We also couldn’t see any javascript error, other script may be preventing the Lightbox action.
Xpark Media
Keymasterif you have images that are not displaying a the proper size they may be images that you uploaded before (old image) you change it to 640×427 px.
You can re-scan the gallery and it will regenerate the images at the proper size. the image.php file is use for hide your original image url, add a watermark and apply color filters but it doesn’t resize the image.
Xpark Media
KeymasterThis could be a bug, but the car is saved at the browser level not a the user level, so if you login to your account using another browser the car will not be available to you. The only problem could be if the user has 2 accounts and it is using the same browser, but will fix the bug as as possible.
Xpark Media
Keymaster@doo,
Can you provide a link to your site, this could be just a javascript error on the page.
For the Lightbox to work on regular WordPress galleries the galleries need to be linked to their files not images and they need to be formatted as galleries.
The lightbox shows by default in the image store unless there is a javascript problems or your images are linked to their attachment page.
November 12, 2013 at 9:20 pm in reply to: Inserting Custom Field Contents into Tab Post Content #55290Xpark Media
Keymasterif you want to add content or replace the title on a particular tab using the “pop_{$this->current_tab}_title” filter.
this is how you use it
function add_replace_title_on_post_tab( $title ){ $title . "add something after the title"; return $title; }add_filter( 'pop_recent_title', 'add_replace_title_on_post_tab' );
or you can replace the entire content using the “pop_recent_posts_content” filter.
November 12, 2013 at 9:09 pm in reply to: No Thumbnails (tried every troubleshooting on this forum) #55287Xpark Media
Keymasterthe [image-store] will show only galleries that are not password-protected, if you are password-protecting all you galleries but you still want to display the galleries use this code [image-store all=true]
November 10, 2013 at 12:34 pm in reply to: have one in the photos "add to cart" to add as a classic e-commerce ? #55279Xpark Media
KeymasterThis is not a option yet. The user can only do that using the lightbox. if you one a more traditional experience.
Activate the tools widget and change the image link to “attachment”, this will act as a traditional e-commerce site where you have to click on the product and you are presented with the product page and where you can add the product.
November 6, 2013 at 11:07 pm in reply to: No customer / order data in backend when using Paypal (prod), Sandbox works fine #55276Xpark Media
KeymasterNo, there is no IPN url that you have to add, in fact we recommend that you don’t add any, but if you want to set a IPN url it must be the home page url.
One other think to check is for a failed IPN file called ipn_log.txt inside the image-store plugin directory.
Be sure you are using the right information (email) for your production environment, it will be different from your development environment.
Also do you know how to get to your server access log? if you do, check for POST request from “PayPal IPN” to confirm that the request is reaching your server and nothing is blocking the request.
Xpark Media
KeymasterWe couldn’t see the gallery in your site, it requires login information. If most of the images are working and some are not it could be a cache issue. To fix it try changing a setting on the settings page and then change it back.
This will refresh the cache time on all the images.
November 6, 2013 at 10:48 pm in reply to: No Thumbnails (tried every troubleshooting on this forum) #55274Xpark Media
Keymastercan you post the shortcode that you are using on the “galleries” page. The “open” page is working fine we think, if you are using the slideshow shortcode.
Xpark Media
KeymasterIt looks like a javascript error on the page, if If you go to the image link directly it loads fine, no server error.
Could you provide a link to your site to look at it?
November 6, 2013 at 12:11 am in reply to: No customer / order data in backend when using Paypal (prod), Sandbox works fine #55266Xpark Media
KeymasterWe ran a few test and we couldn’t duplicate the issue? what currency are using? This may be a new change on paypal. We will look at it if you see any php error on your site it will be helpful too.
Xpark Media
KeymasterYou just have to delete the current files from your site and replace it with the older version, you can download older versions in the change log page just click on the version that you need.
We’ll test the issue, but if you are not using email notifications you should be fine using the previous version. If there is an issue it will be fix on the next release.
Xpark Media
KeymasterIf you can add a setting to bypass cache on post_meta value, you can add the value that used on the popular widget’s “Custom Field”.
Even with a cache plugin the pageviews are calculated via ajax if your cache plugin doesn’t block POST request, but the right value will not be displayed until cache is updated.
- AuthorPosts