Forum Replies Created
-
in reply to: How to Hide "Add to Wishlist" – June Theme
Hello,
Yes you should add both of them. The first is for the individual item page and the second works for the shop summary.
Let us know.
Best regards!in reply to: Payment Form Fields too long?Hello,
I added the css code below to Customizing > General > Custom Codes :
form.woocommerce-checkout .form-row { width: 400px !important; }Best regards!
in reply to: How to Hide "Add to Wishlist" – June ThemeHello,
Please add the css code below to Customizing > General > Custom Codes :
body[class*=” currency-“] .summary.entry-summary .price .woocs_price_code, body:not([class*=”currency-“]) .summary.entry-summary .price { flex-direction: row; justify-content: flex-start; }and also
.cl-price-rating span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol) { flex-direction: row !important; justify-content: flex-start !important; }Best regards!
in reply to: Shop not displaying products using Internet ExplorerHello,
That happened because i forgot to set stock quantity on inventory. See screenshot: https://ibb.co/kskdsy
You mean you want spaces between the prices?
Best regards!
in reply to: Shop not displaying products using Internet ExplorerHello,
To verify that everything is fine i created a product and i followed the steps below:
I added a new attribute called Color.
Then on Configure Terms i added Red and Black as colors for that attribute.
Then i created a new product called shirt. When you scroll down to the Product Data section select Variable Product and on Attributes tab i added color attribute and checked “Visible on the product page” and “Used for variations”. Then i selected all terms so red and black and click the button save.
See screenshot: https://ibb.co/eZjMCyThen on the tab Variations select create variations from all attributes and it will appear Red and Black. See screenshot: https://ibb.co/jWkiQJ
There you can add an image for each product color set the quantity and price.
Here you should check Manage Stock and then set the quantity for each product. Lets say 5 for red shirts.
See screenshot: https://ibb.co/gRzckJYou can delete the product. I created it so you can see what steps i took to do it.
Let us know.
Best regards!in reply to: Mobile Grid No CaptionHello,
We tested the page in a mobile and it shows fine. See the screen recording below:
https://jmp.sh/jyILaxdLet us know.
Best regards!in reply to: Folie Sample ContentHello,
1. I see that you uploaded the photos in your photogallery page through a third party plugin. If you want to use the lightbox gallery of the demo then you should use the gallery element. I created a Photography Test page for you and you can see there the images are showing fine.
2. I saved it as a draft thats why the page couldn’t be found. Now it’s ok.
Best regards!
in reply to: Prices backwards for variable productsHello,
For the individual item page you should add the css code below to Customizing > General > Custom Codes :
body[class*=” currency-“] .summary.entry-summary .price .woocs_price_code, body:not([class*=”currency-“]) .summary.entry-summary .price { flex-direction: row; justify-content: flex-start; }You want to set From before the price, am i right? See screenshot and let us know: https://ibb.co/nuGCjd
Best regards!
in reply to: Folie Sample ContentHello,
I fixed it. Please check the PhotoGallery Test page that i created. https://gecorenew.com/?page_id=2824&preview=true#
Here is a screenshot: https://ibb.co/eWYBSy
Best regards!
in reply to: error on theme activationHello,
What PHP version are you running in the server? Please make sure to have installed PHP 7 on your server and let us know.
Best regards!
in reply to: Products not showing upHello,
We have answered your question in this older topic you opened. https://support.codeless.co/?topic=products-not-showing-up
Just to be sure i created another ProductTest page using the Codeless Builder and everything shows fine. I am closing this ticket since this a duplicate. Please keep up in the original topic.Best regards!
in reply to: Prices backwards for variable productsHello,
Please add the css code below to Customizing > General > Custom Codes
.cl-price-rating span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol) { flex-direction: row !important; justify-content: flex-start !important; }Let us know.
Best regards!in reply to: Menu Behaving Differently on Different PagesHello,
Can you please add some valid wp credentials in your profile data extra fields? So we can give this a closer look. Read this article for more information.
Best regards!
in reply to: Products not showing upHello,
I created a Shop Test page and i saved it as a draft page. Please use the Codeless Builder as i did on the Shop Test page and you can add products by adding the Shop element from the builder and you can customize the look of them from the Codeless Builder options.
Let us know if you need help.
Best regards!in reply to: Page jum Services Circle IconHello,
Click on Edit Page and first you have to add a class name to the row where you want to jump let say test. Then you should go to Service Circle Icon and there at the bottom there is a link box where you should add the link where you want to go to, so the link of the row. From the example above you should add #test in the link. See screenshots:
https://ibb.co/jECCed
https://ibb.co/bHVLXyLet us know.
Best regards!