Forum Replies Created
- AuthorPosts
-
Xpark Media
Keymasterthe bets option is to add the css rule to a child them or styles.css that way you can update the plugin later on without problems. Try this
#content span.ims-gallery .item { background:rgba( 220, 220, 220, .2); border:none }
Modify “#content” to affect only items in the main content and not the widgets.
Xpark Media
KeymasterCurrently the only best option without doing any coding is to create a gallery per student.
You can change the gallery id to match the ID provided to the student. You can even add additional image from the student later on or create a user (student) and assign their gallery.
Xpark Media
KeymasterYou don’t have to modify the plugin, this is controlled by the price list, all you have to do is remove the options from the list you are using in your galleries.
You may see the color / finish in the cart, but you can hide them using css.
Xpark Media
KeymasterNot by default, it is possible by creating a secondary plugin using Image Store’s filters.
Xpark Media
Keymasterdo you have the debug on? while php notices are not good it should not prevent you from creating promotions.
Try to disable the debug. We will look at the notices and try to removed them for next release.
Xpark Media
Keymasteradd the following line to your theme’s stylesheet
@media only screen and ( max-width:640px ) { #touch-overlay { overflow: scroll; } }
July 24, 2013 at 1:11 am in reply to: No Thumbnails (tried every troubleshooting on this forum) #53932Xpark Media
KeymasterCan you see the image if you go to the image link?
did you tried switching to the default theme?
are you linking to the attachment?Same questions as above:
Can you provide a link to your site?
Do you see any error in your server’s log?Xpark Media
Keymasterthe plugin currently uses php only to do the view count, if you have a cache plugin this will affect the count.
Also do you have the plugin to use “Views” or “Visits”. Visits will give you a lower count this is user visites not per page.
We are planing to add a javascript option for this, the downside of using javascript is that uses more resources from your server.
Xpark Media
KeymasterIf you are using google or paypal you will get the information that they have in their profile. The only option that will ask the user for shipping information is the “Email notification”.
Xpark Media
KeymasterAdd the following code to your themes functions.php file or if you know how to create a plugin add it to a plugin.
Modify the html as needed.
function pop_widget_add_time_to_post( $title, $post ){ $time = date_i18n( get_option( 'date_format' ), strtotime( $post->post_date ) ); return $title . '' . $time . ' ' ; } add_filter( 'pop_recent_title', 'pop_widget_add_time_to_post', 50, 2 );
July 20, 2013 at 1:48 pm in reply to: Cannot Display All – And no Select Button when 1 gallery displayed #53859Xpark Media
KeymasterThe sortcode is designed for display only, to view the full store view the gallery page.
Xpark Media
KeymasterDid you deleted images from your site? this will happen if you delete images from the site and you still have them as favorites.
Just add any image to the favorites again and delete one or more from favorites reset the count.
Xpark Media
KeymasterThere is an easier way if you are using Image Store 3.3.0 and up, go to settings > gallery and uncheck “Use title as caption”.
Xpark Media
KeymasterXpark Media
Keymaster@info@tmkphoto.com,
We found the issue and we will provide a fix in one or 2 day through wordpress update.
- AuthorPosts