Forum Replies Created
- AuthorPosts
- Xpark MediaKeymaster
Naeem,
you can get the view count using the “get_post_meta()” function
get_post_meta($post_id, '_popular_views', true)
Xpark MediaKeymasterit looks like it is permissions problem, have you check your server logs? the image url is returning and 500 error. There is really nothing I can do unless you provide some information on the error
Xpark MediaKeymasternot currently you can change the image count per page to display all images then the colobox will navigate through all the images
Xpark MediaKeymasterthis is a problem with your theme, add this line of code to your theme’s style.css file
#ims-pricelist{ color:#000 }
Xpark MediaKeymasterthis is control by the price list, select the checkbox next to the image size to allow the user to download the image.
if have the option to send a receipt to the customer the link will be generated by default
Xpark MediaKeymasternested albums are currently are not supported by default you will need to create a custom template take a look a these posts
Nesting Albums
Understanding Albums
Albums don’t work out of the boxXpark MediaKeymasteryou can add additional styles to your theme’s style.css file or even better a child theme that way you can update both theme and pluign with no problem
Xpark MediaKeymasteryou don’t necessarily need to create a taxonomy template, check your settings and try a few templates that are available on your theme. Settings > Album Template, for the most part if you have issues the page template will work.
can you please provide a link to one of your albums
Xpark MediaKeymasterI couldn’t access the gallery, is password protected can you please provide a gallery that we can access.
a few things you want to check: file permission, javascript errors, memory limit on the server (check your server log)
November 16, 2012 at 1:31 am in reply to: Removed Favorites from template, don't know how to add back in #51030Xpark MediaKeymasterthere are two ways, if you uncheck the option in the setting go to settings > general and uncheck “Hide Favorites link”.
if you are missing the shortcode page, just create a page/post and add this code
[image-store favorites=1]
Xpark MediaKeymasteryou can do that only through the price list you need to organize your images base on the price list you need to assign them and assign the image size to you list.
Be sure to upload images big enough to generate all available sizes
November 16, 2012 at 1:25 am in reply to: Impossible to calculate more than 9 products into shopping basket #51025Xpark MediaKeymastercan you please provide a link to your site
Xpark MediaKeymasterwhat version of IE are you trying to fix, IE7 IE8 are not supported
Xpark MediaKeymaster@mrgrim, to correct the 404 pages, just refresh the permalink by clicking save again. the plugin will not work with multilanguage plugins also it could be a conflict with other plugins creating other permalinks.
As far as themes there is not much that I can do here, if the theme poorly coded or if there are css conflict there are going to be issues but nothing that some css rules won’t fix.
@sergeT can you provide a link to your site, to test the 9-products problem.and the screenshot is just a few css that needs to be ajusted
Xpark MediaKeymasterTo be able to use album parent child relationship you need to create custom template and display the albums base on parent using a custom wp_query.
This is for experienced theme developers, if you don’t understand templates maybe you guys can find someone to help you below some theme resources.
other resources:
From album to slideshow / custom link
Get post by custom taxonomy (ims_album)
WordPress querygallery content type: ims_gallery
image content type: ims_image
album taxonomy: ims_album
tags taxonomy: ims_tags - AuthorPosts