Forum Replies Created
- AuthorPosts
- March 7, 2014 at 12:35 am in reply to: Add to Cart button does not work for each second image on each page #57040Xpark MediaKeymaster
What browser and OS are you using we tested your site on Chrome mac and it works fine. Could you provide a screenshot of what you see?
March 7, 2014 at 12:31 am in reply to: Popular Widget on the sidebar – all tabs extended and are not clickable #57039Xpark MediaKeymasterWhat browser are you using? we tested it and it works fine on chrome.
You may want to reduce the number of tabs or change the tabs names to improve the space available for the tabs.
Xpark MediaKeymasterSetting the payment status to something other than “completed” should block the user from downloading the images, they will still get a preview but the download link will not be available to them.
We will look and see if there is a bug.
March 4, 2014 at 12:58 am in reply to: Init failed: Galleria could not find the element "#galleria". #57023Xpark MediaKeymasterCan you please provide a link to your site.
If the theme is ajax driven you will have problems. The plugin currently do not support ajax driven themes. We suggest using a theme from the WordPress site that is actively maintained.
Xpark MediaKeymasterEach server has different permissions needs and you will need to work with your hosting company.
To be able to scan and upload images the php script (user) needs read and write access.
We don’t know if your user is part of the group or you are the owner of that directory only your hosting company or you will know.
To avoid http access please follow the recommendations on the previous post.
Xpark MediaKeymasterDid you check the recommendations we provided on the other post? did you see any error? sounds like there are some conflicts with other plugin that you are using.
Xpark MediaKeymastercheck the ims_before_checkout_order hook to add additional fields.
Other functionality requires javascript work.
Xpark MediaKeymasterthis is a duplicated post please see Paypal not working
Xpark MediaKeymasterdo you see any php error from the image store plugin in your php log? also check if you see a “ipn_log.txt” file inside the plugin folder.
Did you set up a PIN path in your paypal settings if you did. please remove it or change it to your home page.
February 26, 2014 at 11:01 pm in reply to: Pic preview in articles list & multi language support #56999Xpark MediaKeymasterThank you for your feed back. We fix the forum, it should work now.
To add an image preview to your post you need to use the “feature” image.
We will check the theme again to see what string we missed and we’ll add the translation functions. Notice that there are more the one function for the translation files you need to use “__;_e;_n:1,2;_x:1,2c;_ex:1,2c;_c:2c,1;_nx:4c,1,2;_n_noop:1,2;_nx_noop:4c,1,2;esc_attr__;esc_attr_x:1,2c;esc_attr_e;esc_html__;”
Xpark MediaKeymasterto make your sites more secure we suggest to modify the galley path in settings > Gallery > “Gallery folder path”. That way only you know where your images are located.
The plugin is designed not to display the image path to the user. If you want to add additional security you can try to add a .htaccess file in your gallery directory with this code. Note that we did not test the code.
<Limit GET POST PUT DELETE> order deny,allow deny from all </Limit>
Xpark MediaKeymasterCurrently, adding gallery directories within gallery directories will not create keep the hierarchy.
In a way hierarchy is control by the “album” taxonomy and not the gallery. event if we can scan galleries within galleries we will not be able to know what “album” to assign them to.
This could work if the galleries had the same structure as pages, but they don’t.
You can still keep the hierarchy that you want but you will need to scan each gallery one by one.
Xpark MediaKeymastermodify your code to this, note that this will only work with categories.
function modify_pop_recent_title( $title, $post ) { return '<span class="pop-title title">'. $title . '<span class="post-date">' . date_i18n( get_option('date_format'), $date ) ,'</span>' . get_the_term_list( $post->ID, 'category', '', ', ', '' ) . '</span>' ; } add_filter('pop_recent_title', 'modify_pop_recent_title');
Xpark MediaKeymasterCan you provide a link to your site to look at, the cart should always display all images in the cart. Do you have a cache plugin in your site?
February 26, 2014 at 10:17 pm in reply to: Images Not Displaying in Gallery or in WordPress Admin #56987Xpark MediaKeymasterWe will need the php error on your server. Looks like there is a problem with the image php file on your server.
- AuthorPosts