Hax
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Using free digital downloadscurrently this is not an option if you want to provide free images use the standar WordPress gallery. I am working on the 3.1 RC1 version of the plugin. and I might add the feature. if you want to test and update about the plugin follow me on twitter.
http://xparkmedia.com/blog/
https://twitter.com/#!/xparkmediaForum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Image proofing option@ arir456 only if you are using wordpress multisite feature
Forum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Image Sizethe images are not dynamically resized, you need to scan the gallery to resize the images or reupload them again.
Forum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Image proofing optionadd this code to your theme’s style.css file:
li.ims-menu-price-list{ display:none }Forum: Plugins
In reply to: [File Un-Attach] [Plugin: File Un-Attach] Warning when found a post/pagewhat version are you using? I thing the warning was fixed on the last release
I just check, and the button it is showing, the button wil not show if the file is already attached
I see that you still have the problem, what version of the plugin are you using, also be sure to check the file permissions on the _key folder image-store/admin/_key
Forum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Cant get to settings after installationwe are trying to find a solution, but looks like this is and issue with just a few servers
http://xparkmedia.com/support/topic/cant-get-to-settings-after-installation/Forum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Image proofing optioncreate an empty pricelist and assign this to your gallerie, change your payment method to email notification only, hide the price list link with css
Forum: Plugins
In reply to: [Image Store] [Plugin: Image Store] Cannot Publish GalleryPlease check the permission on the directory where you are saving the galleries.
also please check these posts
http://xparkmedia.com/support/topic/cant-upload-any-images/
http://xparkmedia.com/support/topic/no-images/Forum: Plugins
In reply to: [Plugin: File Un-Attach] loop.php gallery shortcodemmmm… not sure I will take a look a it to see what is the problem, in the mean time you can use the function provided by the plugin “fun_get_attachments()”
view the documentation for more information .
Forum: Fixing WordPress
In reply to: WordPress Admin and Cloudflareto login to wordpress using your subdomain use
uploads.drabblecast.org/wp-login.php not uploads.drabblecast.org/wp-admin
At first it will redirect you to drabblecast.org/wp-admin, but once you are logged in to the subdomain you can change the url to uploads.drabblecast.org/wp-admin with no problem.
I am using cloudflare too it’s awesome http://xparkmedia.com/
you can try using image store, all you have to do is enter the sort code or you can use the widgets on the post edit form
Forum: Fixing WordPress
In reply to: no visualizo la iagen pequeña de la galeriatwentyeleven, si tiene galeria, puedes cambiar el formato de tu entrada bajo el menu de formato.
¿Que estas usando para crear las galerias, un plugin or el shortcode de WordPress?
http://codex.wordpress.org/Gallery_ShortcodeForum: Fixing WordPress
In reply to: Ajax function not returning any resultsyou need to rename your php function to something like
wp_ajax_ajax(); the function needs to be prefix with “wp_ajax”. Make sure you un-comment and change the action name on the javascript also.One more thing you need “?action=ajax” in the javascript url
for more information http://codex.wordpress.org/AJAX_in_Plugins