Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
Can you pass us the WP Login details in a private reply to check whats the issue?
Let us know,
Thanks,
laranz.Hi,
It did resized, I guess you change the value to 500*500 and you missed the last step I said, adjust the width in the Custom CSS I gave.
.product-category.product { float: left; margin-left: 10px; width: 32%; }
Let us know,
Thanks,
laranz.Hi,
Try adding this Custom CSS to add some space in between.
.related-items .recent-post { margin-right: 10px; }
Remove the thumbs using this Custom CSS.
.related-items .recent-post figure { display: none; }
Let us know,
Thanks,
laranz.Hi,
You mean you want to change that Add to cart button text to change in to read more, and instead add to cart, you want that link to take to the single product page?
Let us know,
Thanks,
laranz.Hi,
How you add those videos? In revolution slider or using the page builder, in page builder means which widget.. Can you give me a scenario to recreate the issue, so that I can recreate the issue in my local and give you a solution.
Thanks,
laranz.Hi,
Go to Woocommerce -> Settings -> Products -> Catalog Images Change the values for the catalog images, and regenerate the thumbnail, it will increase the size for the category images in the shop page, and adjust the width in the above CSS according to the needs.
Let us know,
Thanks,
laranz.December 16, 2014 at 11:32 pm in reply to: Page not loading after using modals in price table #136103Hi,
Glad it helps 🙂 Thanks Kyle.
Let me know, if you have any other questions.
Thanks,
laranz.Hi,
You are welcome 🙂
Let me know, if you have any other questions.
Thanks,
laranz.Hi,
Pass me the WP Login details in a private reply, I will look in to the issue.
Thanks,
laranz.December 16, 2014 at 11:30 pm in reply to: Adding custom fields to Woocommerce and Dante templates #136100Hi,
You can follow this official docs for adding extra fields in checkout areas: http://docs.woothemes.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/
No need to add anything for coupon, there is an option for that by default in woocommerce.
Let us know,
Thanks,
laranz.Hi,
1. You can hide the thumbnail using this Custom CSS.
.blog-item figure { display: none; }
2. You can create a page called blog, and use the blog element from the page builder, and choose full content there, no excerpt and no read more button. It will show like you wanted.
Let us know,
Thanks,
laranz.Hi,
* What is the problem you find with that piece of code?
* You mean that video is only not working in 8.1 iOS safari? All the other mobile browsers and web browsers display that correctly?Let us know,
Thanks,
laranz.Hi,
One of the way to do that is, open up \wp-content\themes\cardinal\swift-framework\layout\single-post.php line #174, you saw a line like this.
do_action('sf_post_after_article');
Just before that line, add this bunch of lines.
remove_action('sf_post_after_article', 'sf_post_related_articles', 10); remove_action('sf_post_after_article', 'sf_post_comments', 20); add_action('sf_post_after_article', 'sf_post_related_articles', 20); add_action('sf_post_after_article', 'sf_post_comments', 10);
It will do the trick, Do that in the child themes for preventing update override issues.
Let us know,
Thanks,
laranz.Hi,
Try this Custom CSS.
.portfolio-showcase-wrap ul li .item-info:before { bottom: 48px; }
Let us know,
Thanks,
laranz.Hi,
Did you change any option in this meta? http://take.ms/mWj8J If so can try choose a menu in that option to look that issue fixed?
Let us know,
Thanks,
laranz. -
Posted in: Reply To: Blog issues