Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
2. I tried, and it works without any issues, you fixed it? http://take.ms/hsGft after adding measurements I view it, http://www.mb-zwo.de/warenkorb/ I think you are adding some extra parameters to the cart, you doing that with any plugin? I think it misstyled in the pages, so take it’s class and style it along. If that is from a plugin, ask the author.
4. Can you tell me in which page? http://www.mb-zwo.de/warenkorb/ here?
5. You mean, you want to remove this? http://take.ms/VcW3p Add this in the Custom CSS..woocommerce div.product form.cart div.quantity { display: none; }
Let us know,
Thanks,
laranz.Hi,
Can you tell me in which line it gives error and what error?
Let us know,
Thanks,
laranz.February 11, 2015 at 10:21 pm in reply to: Moving the Description and Reviews Tab Under Image #149231Hi,
Both needs a lot of code changes, especially altering the width is a bit tough to achieve. For altering the order of the elements in the product page, you can read a tutorial http://wpbackoffice.com/reorder-product-page-contents-woocommerce/ Files can be found inside woocommerce/content-single-product.php
Let us know,
Thanks,
laranz.Hi,
1. You may reduce the font size in the above CSS I gave to 1px and then the text will fix that in to the box, what do you mean by other elegant solution?
2. I already asked my colleague about that add to cart button issue, he will reply you asap he start checking his tickets.Let us know,
Thanks,
laranz.Hi,
So what do you mean is the third menu need to take its full width? http://prntscr.com/63y9wc I forward this to one of our colleague to test the issue.
Let us know,
Thanks,
laranz.Hi,
Can you turn the sub-menu’s in the site you gave after the CSS I gave added? I want to see what you’re saying there. If I can’t I will forward that to our development team.
Let us know,
Thanks,
laranz.February 11, 2015 at 8:21 pm in reply to: Portfolio pagination = next project link – overlaps on mobile view #149184Hi,
Open up single-portfolio.php change the line #190 and #191
from
<div class="nav-previous"><?php next_post_link(__('<i class="fa-angle-left"></i> <span class="nav-text">%link</span>', 'swiftframework'), '%title'z); ?></div> <div class="nav-next"><?php previous_post_link(__('<span class="nav-text">%link</span><i class="fa-angle-right"></i>', 'swiftframework'), '%title'); ?></div>
to
<div class="nav-previous"><?php next_post_link(__('<i class="fa-angle-left"></i> <span class="nav-text">%link</span>', 'swiftframework'), '%title', false, '', 'portfolio-category'); ?></div> <div class="nav-next"><?php previous_post_link(__('<span class="nav-text">%link</span><i class="fa-angle-right"></i>', 'swiftframework'), '%title', false, '', 'portfolio-category'); ?></div>
Did that work?
Let us know,
Thanks,
laranz.Hi,
What if you use this
http://www.youtube.com/embed/IAfYv8dEC5Y
without the autoplay? If that still happens, I forward this to our development team to look over the issue.
Let us know,
Thanks,
laranz.Hi,
Try this for the full text,
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { .woocommerce ul.products li.product figure figcaption .shop-actions > a { white-space: normal; padding: 2px; } }
2. I forward that to a colleague to have real iPhone to check, I don’t have one to check, in browser in iPhone width it renders without any issue.
Let us know,
Thanks,
laranz.February 10, 2015 at 9:47 pm in reply to: Revolution Slider didn't work well any more on my website! #148904Hi,
What you did to reproduce this issue? So that we can try to create it. “I still have the problem after few minutes” you mean if we keep the home page still for some minutes it will look like the screenshot?
Let us know,
Thanks,
laranz.Hi,
For me the related products looks normal, http://serieux.com.au/product/plain-white-t/ can you confirm what type of issue you got through the related products with the screenshots?
Let us know,
Thanks,
laranz.Hi,
How you create the lightbox, can you give us that? Also try putting this URL http://www.youtube.com/embed/IAfYv8dEC5Y?autoplay=1 instead of the direct URL.
Let us know,
Thanks,
laranz.February 10, 2015 at 1:30 pm in reply to: Portfolio pagination = next project link – overlaps on mobile view #148731HI @lobsterass,
Did you apply the CSS I gave before? Also give me the URL for the portfolio page with two arrows ( front and back ) like Gui requested.
Let us know,
Thanks,
laranz.Hi,
Try this Custom CSS in Theme Options.
nav.std-menu .menu ul li > a, nav.std-menu .menu ul li > span.title { max-width: none; /* Prevent max width */ } nav.std-menu .menu ul.sub-menu { min-width: 230px; /* Increased min width */ } nav.std-menu .menu ul li > a, nav.std-menu .menu ul li > span.title { white-space: pre-line; /* Creates second line */ }
Let us know,
Thanks,
laranz.February 10, 2015 at 5:08 am in reply to: Revolution Slider Frozen, Swift Slider not showing up #148583Hi,
In admin it says http://madefair.co/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js?ver=4.1 is not found, so it cause a js error and won’t make any js links clickable, can you try that using FTP method my replacing all the files of the slider with the new files?
Let us know,
Thanks,
laranz. -