Xpark Media

Forum Replies Created

Viewing 15 posts - 331 through 345 (of 1,644 total)
  • Author
    Posts
  • Xpark Media
    Keymaster

    @danielgm,

    The link to the gallery didn’t save on your post, could you please provide the url again so we can look at it.

    A few things to check:

    • php memory errors, are you images too big?
    • file persmissions, can the php script get to your images?
    • JavaScript errors, are there any in the front-end?
    • cache plugins, do you have any installed? try deactivating it
    in reply to: Credit cart payment #55433
    Xpark Media
    Keymaster

    @andrew,

    it is possible to add it using image store hooks. This is not part of any feature releases at the moment.

    in reply to: Breadcrumbs #55425
    Xpark Media
    Keymaster

    @doo,

    The galleries are just a custom post type, we are not familiar with the yoast breadcrumbs plugin you will have to contact them.

    if it helps the custom type is “ims_gallery”

    in reply to: study #55411
    Xpark Media
    Keymaster

    @dimitris,

    This may be an issue with the server and database resources, they may have to be increased.

    in reply to: Changes to layout in the Cart #55410
    Xpark Media
    Keymaster

    @superwomang,

    currently the only way to do it is overwriting the styles using a child theme style.css file or deactivating the store stylesheet and adding your own styles.

    in reply to: Cart clean never #55409
    Xpark Media
    Keymaster

    @andrew.

    Could you provide a link to your site. Do you have a cache plugin? deactivate it and try again.

    in reply to: Plaicng Add to Cart Button under images in gallery #55347
    Xpark Media
    Keymaster

    All,

    We may have a solution in Image Store 3.4, you are welcome to test it and let us know if you see any issues.

    This will be come an option and it all will be able to activate it using the plugins API.

    in reply to: Shopping Cart does not update #55346
    Xpark Media
    Keymaster

    @Yiannos,

    We tested your site, and Quantity and shipping updates fine and we were able to remove images. This could be a browser issue. What browser and version are you using?

    in reply to: Shopping Cart does not update #55335
    Xpark Media
    Keymaster

    @Yiannos,

    do you have a cache plugin? issues like that are usually cache related. Filter out pages ending in “shopping-cart” and “cart”

    We couldn’t test it because you currently don’t have any pricing assigned to the galleries.

    in reply to: No Thumbnails (tried every troubleshooting on this forum) #55334
    Xpark Media
    Keymaster

    @sharonmiranda,

    Try changing the sort order on your settings, we found a bug on it. also if you can check your php error log will be helpful.

    Only original authors get an email update, you are welcome to create a new topic.

    in reply to: Very Popular #55330
    Xpark Media
    Keymaster

    @mcaravaglia,

    • The count works only when the user views the full story.
    • “Views” and/or “Visits” are under the display tab.
    • The content types “(Public)” “(not Public)” are content types created by one of your plugins or theme you decide if you want to use them.

    Screen Shot 2013-11-19 at 1.00.19 AM

    in reply to: Image preview – touch-overlay not loading #55329
    Xpark Media
    Keymaster

    @atakan,

    your site is not accessable

    in reply to: Inserting Custom Field Contents into Tab Post Content #55325
    Xpark Media
    Keymaster

    Here are other filters

    • pop_recent_title
    • pop_commented_title
    • pop_viewed_title

    Try this code

    function add_replace_title_on_post_tab( $title ){
    return $title . "add something after the title";
    } add_filter( 'pop_recent_title', 'add_replace_title_on_post_tab' );
    in reply to: Very Popular #55308
    Xpark Media
    Keymaster

    @mcaravaglia,

    Was this a new post? did you have another plugin doing you pageview count? did you change the “Custom Field”?

    If you were using another plugin and you changed the “Custom Field” you are looking at old entries. The plugin will give you the pageviews since the post was created not just for one day.

    On the plugin we don’t have a “public” option we have views and visits, is this what you need information on?

    in reply to: "Add to Cart" missing #55306
    Xpark Media
    Keymaster

    @Ravenworks,

    It’s a style issue, add the following code to your child theme’s styles.css file, the issue will be corrected on the next release

    #touch-overlay .img-metadata .box-add-to-cart {
    display: inline-block;
    }
Viewing 15 posts - 331 through 345 (of 1,644 total)