Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
I figured it out, thanks 🙂
That hasnt worked… not sure what to do. can you send me a screen shot of the settings it should be?
Thanks legend
This reply has been marked as private.Oh it is working for me now! I refreshed my screen a few times. The icons are a little small though is it possible to make them a tad bigger so that the hamburger icon looks more obvious?
This reply has been marked as private.January 13, 2016 at 12:33 pm in reply to: Turn off shopping bag hover state on product thumbnails #240029That worked thanks heaps!
thanks heaps!
January 13, 2016 at 12:24 pm in reply to: Turn off shopping bag hover state on product thumbnails #240020No I am looking to stop the ‘select options’ or ‘add to shopping bag’ on hover.
January 13, 2016 at 11:06 am in reply to: Turn off shopping bag hover state on product thumbnails #239990Hey, there is no ‘shop options’ tab. There is a woo commerse options tab but there is no option to Disable Product Hover. am i missing something?
January 22, 2015 at 10:52 am in reply to: Make page live without it being in navigation menu #143360Don’t worry! I had a bimbo moment and the status wasn’t set to published!
The problem is with the tall and the wide tiles. The images inside the tiles crop, like you can’t see the whole product.
Hey there,
That didn’t work.
My thumbnail jpgs are this size:
• 4/3 – Wide Tall – 1000px x 750px
• 4/3 – Tall – 375px x 750px
• 4/3 – Wide – 1000px x 375px
• 4/3 – Standard – 500px x 375pxThe Multi Size Masonry Ratio is set to 4/3
The code in the php file says this:
if ( $display_type == “multi-size-masonry” ) {
if ( $multi_size_ratio == “4/3” ) {
if ( $multi_size == “wide-tall” ) {
$thumb_width = 1000;
$thumb_height = 750;
} else if ( $multi_size == “tall” ) {
$thumb_width = 375;
$thumb_height = 750;
} else if ( $multi_size == “wide” ) {
$thumb_width = 1000;
$thumb_height = 375;
} else if ( $multi_size == “standard” ) {
$thumb_width = 500;
$thumb_height = 375;
$video_height = 375;Do you have any other ideas to get this feature to work?
I don’t understand why the images are stacking the way they are as well with all the gaps. I would have thought that the large tile would sit to the left, then the two standard tiles and tall tiles could sit to the right with now gaps.
Yes I did thanks 🙂
Hi I tried adding in something like this but it isn’t working do you have any ideas?
#header > div > div > div.header-right.span8<i class=”ss-cart”></i>
-
Posted in: We hit Power Elite.