Digital experiences for all disciplines
Forum Replies Created
-
-
Cheers Kyle!
Worked like a charm!This reply has been marked as private.February 15, 2016 at 12:58 pm in reply to: When I Duplicate a product the price doesn't show up in product page. #249130Hi,
There were updates for the plugins that they resolved the problem.
My problem is resolved.Cheers
February 15, 2016 at 11:47 am in reply to: How to hide tags in additional information in shop? #249088Thanks guys,
I will.
Cheers
Thanks!
I did that and problem solved.February 15, 2016 at 11:15 am in reply to: How to hide tags in additional information in shop? #249066The plugin that displays the product in the shop page (Fancy Product Designer). Actually both plugins (Fancy Product Designer & Multistep Product Configurator) don’t appear if I uncheck “Visible on Product Page”.
February 13, 2016 at 3:14 am in reply to: How to hide tags in additional information in shop? #248881Hi David,
If I do that the item doesn’t appear at all on the product page! I want to hide the tags under the Additional Information but if I untick the Visible on product page the plugin doesn’t work at all!
Should I contact the developers of the plugin?
February 12, 2016 at 5:54 pm in reply to: How to hide tags in additional information in shop? #248803Hi Kyle,
Where is this located exactly?
There are attributes in Products>Attributes and attributes section inside the product page but I can’t see anything called ‘visual on front end’.Nevermind,
I figured it out.
I added a class inside the empty spacer and put it to display:none in @mobile only css.
February 12, 2016 at 2:46 pm in reply to: How to align My Account icon with shopping cart icon when sticky header resizing #248724Perfect!
Thanks a lot.February 12, 2016 at 2:40 pm in reply to: How to align My Account icon with shopping cart icon when sticky header resizing #248720Hi Kyle,
Maybe the problem is with the shopping cart icon as I have changed it from the original one.
Take a look at the screenshots I have attached. They are not perfectly aligned.Attachments:
You must be logged in to view attached files.Thanks David!
I understand Kyle,
I was just asking in case you could take a quick look. But to be honest I’ll invest some more time to figure it out although it’s pretty much done using the code I am using above.
Thanks anyway.
I have actually managed to kinda make it work but the way I did it doesn’t look very correct since I had to set a negative value for the margin.
Here is the code I’ve used:
.mspc-wrapper.mspc-clearfix.mspc-module-accordion{ overflow: auto; width: 400px; } #fancy-product-designer-120.fpd-container.fpd-shadow-1.fpd-clearfix.fpd-show-up{ float: right; margin-top: -720px!important; } @media only screen and (max-width: 767px) { .mspc-wrapper.mspc-clearfix.mspc-module-accordion{ overflow: auto; width: auto; } #fancy-product-designer-120.fpd-container.fpd-shadow-1.fpd-clearfix.fpd-show-up{ float: right; margin-top: 0px!important; } }
The only problem now is that when I click on the second tab called “2. Additional Flap” the canvas moves along with it.
Is there a way to fix this? I noticed that this is happening because I have a 7nth option called “No additional flap” that pushes the FPD to move further down.Any tips?
Thanks Kyle,
That’s what I needed!
Cheers -