Xpark Media

Forum Replies Created

Viewing 15 posts - 841 through 855 (of 1,644 total)
  • Author
    Posts
  • in reply to: All but tags tab just disappear when I save… #51161
    Xpark Media
    Keymaster

    Naeem,

    you can get the view count using the “get_post_meta()” function

    get_post_meta($post_id, '_popular_views', true)
    in reply to: Thumbnails for gallery not showing up #51160
    Xpark Media
    Keymaster

    it 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

    in reply to: colorbox navigation #51084
    Xpark Media
    Keymaster

    not currently you can change the image count per page to display all images then the colobox will navigate through all the images

    in reply to: Add To Cart Print Size Selection Text Problem #51083
    Xpark Media
    Keymaster

    this is a problem with your theme, add this line of code to your theme’s style.css file

    #ims-pricelist{ color:#000 }
    in reply to: Download LINK #51081
    Xpark Media
    Keymaster

    this 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

    in reply to: ALBUMS WON’T SHOW!!!! #51080
    Xpark Media
    Keymaster

    nested 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 box

    in reply to: Store : impossible to adjust css with IE #51078
    Xpark Media
    Keymaster

    you 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

    in reply to: ALBUMS WON’T SHOW!!!! #51033
    Xpark Media
    Keymaster

    you 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

    in reply to: Thumbnails for gallery not showing up #51031
    Xpark Media
    Keymaster

    I 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)

    Xpark Media
    Keymaster

    there 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]
    in reply to: Some Image Sizes Not Available #51029
    Xpark Media
    Keymaster

    you 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

    Xpark Media
    Keymaster

    can you please provide a link to your site

    in reply to: Store : impossible to adjust css with IE #51024
    Xpark Media
    Keymaster

    what version of IE are you trying to fix, IE7 IE8 are not supported

    in reply to: Image Store 3.1.9 quick fixes #51022
    Xpark Media
    Keymaster

    @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

    in reply to: Understanding Albums #51020
    Xpark Media
    Keymaster

    To 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 query

    gallery content type: ims_gallery
    image content type: ims_image
    album taxonomy: ims_album
    tags taxonomy: ims_tags

Viewing 15 posts - 841 through 855 (of 1,644 total)