Forum Replies Created
- AuthorPosts
- December 6, 2013 at 12:01 am in reply to: Thumbnails don’t show right in 1 of my hosting servers. PHP configuration issue? #55436
Xpark Media
KeymasterThe 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
Xpark Media
Keymasterit is possible to add it using image store hooks. This is not part of any feature releases at the moment.
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”
Xpark Media
KeymasterThis may be an issue with the server and database resources, they may have to be increased.
Xpark Media
Keymastercurrently 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.
Xpark Media
KeymasterCould you provide a link to your site. Do you have a cache plugin? deactivate it and try again.
Xpark Media
KeymasterAll,
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.
Xpark Media
KeymasterWe 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?
Xpark Media
Keymasterdo 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.
November 19, 2013 at 1:06 am in reply to: No Thumbnails (tried every troubleshooting on this forum) #55334Xpark Media
KeymasterTry 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.
Xpark Media
Keymaster- 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.
Xpark Media
Keymasteryour site is not accessable
November 19, 2013 at 12:51 am in reply to: Inserting Custom Field Contents into Tab Post Content #55325Xpark Media
KeymasterHere 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' );
Xpark Media
KeymasterWas 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?
Xpark Media
KeymasterIt’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; }
- AuthorPosts