shebango
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [YITH Proteo] hover/zoomOops! Found the correct path! Thank you!
Forum: Themes and Templates
In reply to: [YITH Proteo] hover/zoomThanks for the reply. Unfortunately, I can find no option to disable hover zoom in the customize path that you provided. Only the following variables are available.
-Main image width
-Image size used for the main image on single product pages. These images will remain uncropped.
500
-Thumbnail width
-Image size used for products in the catalogue.
300
-Thumbnail cropping
1:1
-Images will be cropped into a square
Custom
-Images will be cropped to a custom aspect ratio
Uncropped
-Images will display using the aspect ratio in which they were uploadedForum: Themes and Templates
In reply to: [YITH Proteo] hover/zoomUpdate; I found the following code pasted into functions.php to disable the hover/zoom function:
function remove_image_zoom_support() {
remove_theme_support( ‘wc-product-gallery-zoom’ );
}
add_action( ‘wp’, ‘remove_image_zoom_support’, 100 );Forum: Themes and Templates
In reply to: [YITH Proteo] hover/zoomThe image in question is 992 x 878 which is larger than the 500 setting I have for the product image window. Sorry to disagree but all my existing images worked before.
How can I disable the hover zoom function altogether?
Thanks in advance.
John
Forum: Plugins
In reply to: [Flip Pong V] Centering on PageThanks for your reply.
I will poke around and see if anything can be changed in the css file.Forum: Plugins
In reply to: [Flip Pong V] Doesn't work properly on iPadYes it was a permalinks issue which was resolved after I reset it.
Here is a link to a flip book I made with your plugin. http://johnsteins.com/art_books/wood-engraving-booklet
To preserve the comments field I placed it in the page with iframe tags with scrolling turned off. The only drawback is if someone uses the magnification tool the controls disappear.
In any case, this is the best html5 flip book so far and seems to work very well on the iOS operating system.
Forum: Plugins
In reply to: [Flip Pong V] Doesn't work properly on iPadAnd another tip of the hat to the developers!
I’ve looked high and low for a html5 flipbook for WP that approximates flash and this seems to do the trick.
Looking forward to newer versions in the future.
Forum: Plugins
In reply to: [Flip Pong V] Doesn't work properly on iPadGuess I’m chattering with myself here and solving my own problems.
All’s well now.
Forum: Plugins
In reply to: [Flip Pong V] 404 error after publishing the flipbookRegenerating the permalinks file solved the problem.
thanks to ccbrett!
Thank you. That was a help!
Forum: Plugins
In reply to: [Plugin: Image Widget] won’t load any imagesHmmm, I’ve searched through the threads and tried everything but when I hit save on the widget the image disapears.
Any new ideas?
I’m using WP 2.8.5 and Image Widget 3.1.1
In the meantime I’ve activated Simple Image which does the same thing without the same options as Image Widget.