Ok I am so to really plunk down some money for this theme it has been working great in my custom environment for selling and creating a site for a local baker (a client). However, I am trying to use Woocommerce to sell and display some of the things the baker can sell online but A LOT of problems with styles and PageBuilder/Vantage/Woocommerce. I chose Vantage for the fact it said it was “Woocommerce ready” and such so I am hopeing I am just missing something.
for instance the baker wants to have a display on the front page of some of the new products (I am using the “Woocommerce Product Widget”) and it is horrid lookings… it displays as a bulleted list and the hyperlink is underlined and small and to the side of the image (would like it centered underneath the image and nice and big text for title)
after searching for 2 hours on the threads and going through CSS I was able to isolate some of the fixes but still pretty bad – I notice a lot of people having problems with woocommerce and Pagebuilder and Vantage. Is there any way to easily modify (at least this widget) so we can get rid of bullets in list, change the text size and color and position on Description text and move the title to default to display centered and be a bit bigger?
How about modifying the fonts for the website to use google fonts or something?
thanks for all the hard work and patience/time
Hi Robert
The Woocommerce Products loop may not be the best option in this case. You may be better off using either the default post loop or the SiteOrigin Post Carousel. If you use one of these you can click the Build post query button on select products as the post type. You can then set how many to display per page and filter by category.
Either of these will give you the layout you want.
Let us know how you get on
Magus
Great work around! Only thing I have a question on is on the "Build Post
Query" part. What is the proper "Post query term" to use in that box (at the bottom of the option window) and where can I find the post query keyword(s)
for the featured product for woocommerce – if you have any advice that would be awesome and thanks for the help.
Hi Robert
Woocommerce works a bit differently to WordPress in the way it stores it’s data. In order to show only featured items you will need to use a tag on your featured products. In our tests we used ‘featured’.
Once the tags are in place edit your post loop and in the taxonomies field please add ‘product_tag:featured,’, replacing featured with your choice if tag.
You can find more information on the post query options here
http://codex.wordpress.org/Function_Reference/query_posts
Let us know how you get on
Magus
Great thanks Magus! and thank you for the help
Hi Robert
You are welcome. If you need any more help please feel free to open a new support thread
Magus