Hax
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Sizes for images?No, there is no French translation yet.
To translate the plugin there are many application but this is the one that I use poedit http://www.poedit.net/download.php.
here are a 2 links that will show you how to translate it using poedit:
http://codex.wordpress.org/Translating_WordPress#Translating_With_Poedit
http://weblogtoolscollection.com/archives/2007/08/27/localizing-a-wordpress-plugin-using-poedit/and after is translated I just need the 2 files .mo .po and I will add it to the plugin.
Forum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Want to use only one feature.c187,
you can always use the shortcode and the widget to display the galleries anywhere using the watermark, just delete the pages that the plugin creates.
If you are looking to add a watermark to WordPress galleries this plugin is not going to work for you.
Forum: Plugins
In reply to: [Image Store] Plugin: Image Store – Links to Add to Cart "No Follow"Caspar007,
The image size option not showing I think is a javascript conflict on your theme, for testing; try using another theme and see if you get the same issue. I check an is not a css issue.
Forum: Plugins
In reply to: [Image Store] Image Store only Prints sellingthe 1.0.2 release is out it it has the feature that you wanted. just go to settings > payment options > Gateway > email notification only
Forum: Plugins
In reply to: [Image Store] Plugin: Image Store – Links to Add to Cart "No Follow"glvz,
actually I am already working on what you are requesting somebody already asked for it http://wordpress.org/support/topic/image-store-only-prints-selling?replies=2.
I will release these feature with the image fixes that I did to your site.
I am not planing to create subgalleries but you can use the shortcode to add galleries anywhere http://wordpress.org/extend/plugins/image-store/installation/. On the next release I will add the “status” option to the shorcode.
Forum: Plugins
In reply to: [Image Store] Plugin: Image Store – Links to Add to Cart "No Follow"actually I think that there is a problem with your theme because the JavaScript for the plugin is not loading. I think the theme is missing the
<?php wp_footer(); ?>functionForum: Plugins
In reply to: [Image Store] Plugin: Image Store – Links to Add to Cart "No Follow"can you upload 1 or 2 images to your gallery for me to test it? I don’t see any images. also make sure the images are publish
Forum: Plugins
In reply to: [Image Store] Plugin: Image Store – Links to Add to Cart "No Follow"The “rel” attribute on the links are set to “nofollow” so that boots don’t cache the link, because there is no link. The links are use to trigger the action and style. With that said.
* what exactly is your problem?
* Can you add images to the shopping cart?
* what browser and version are you using?Forum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Image UploadingOK I think is fixed.
I will add the fix on the next release; your site should be fix, but you should update to next release also delete my user.
Forum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Image UploadingI was not able to duplicate the issue but I think the issue is in the image-store > image.php file will you be comfortable edit the file. you need to change the “__construct( ){….}” function with this code
/** * Constructor * * @return void * @since 0.5.0 */ function __construct( ){ if( empty( $_REQUEST['img'] ) ) die( ); $this->attachment = get_post_meta( $_REQUEST['img'], '_wp_attachment_metadata', true ); if( isset($_REQUEST['mini']) && $_REQUEST['mini'] == 1 ) $this->image_dir = str_ireplace( WP_CONTENT_URL, WP_CONTENT_DIR, $this->attachment['sizes']['mini']['url'] ); if( isset($_REQUEST['thumb']) && $_REQUEST['thumb'] == 1 ) $this->image_dir = str_ireplace( WP_CONTENT_URL, WP_CONTENT_DIR, $this->attachment['sizes']['thumbnail']['url'] ); elseif( $this->attachment['sizes']['preview']['url'] ) $this->image_dir = str_ireplace( WP_CONTENT_URL, WP_CONTENT_DIR, $this->attachment['sizes']['preview']['url'] ); else $this->image_dir = WP_CONTENT_DIR . $this->attachment['file']; if( !file_exists ( $this->image_dir ) ) die( ); if( isset( $_SERVER['HTTP_IF_MODIFIED_SINCE'] ) && ( strtotime($_SERVER['HTTP_IF_MODIFIED_SINCE']) <= filemtime($this->image_dir)) ){ header ('HTTP/1.1 304 Not Modified'); die( ); } else $this->display_image( ); }Or do you might creating a admin user in your wp installation forme to test it
Forum: Plugins
In reply to: [Image Store] Image Store only Prints sellingNot at this moment but I will try to add this on the next release. basically you just want to get an email notification of what they want right?
Forum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Image Uploadingsomebody already reported the same issue let me check it out. I will try to solve it and will release a new version thank you for your feedback.
can you telling me what upload method you’r using zip, server folder scan, flash upload
Forum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Image UploadingTry this:
Set your image preview size to the the desired size in settings > image settings > Image preview.
Your are going to have to re-upload your galleries for the new preview image size to take place. The different image sizes get generated when you upload the images not dynamically for performance.
Also make sure that your images are big enough to reach your desired size the plugin doesn’t increase the size.
Hope this helps or if you want send me a link to your site to see what is the problem.
Forum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Image UploadingWhat type or server are you on? what version of php are you running?
check that your wp-content folder is writable.
if that doen’t work check the url that the image is going to and can you send me the link or a pice of the html that the plugin is generation on your page.
Forum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Sizes for images?I will like to have the units done in a few weeks (3 at the most) I been busy at work.
The plugin is translatable using poedit http://www.poedit.net/download.php and I will be more than happy to have the German translation.
I just completed the Spanish translation for 1.0.0 http://imstore.xparkmedia.com/languages/