Theme Palace » All Posts https://themepalace.com/forum/free-themes/signify-ecommerce/feed/ Mon, 26 Feb 2024 15:35:14 +0000 https://bbpress.org/?v=2.6.9 en-US https://themepalace.com/topic/product-gallery-shows-vertically/#post-189981 <![CDATA[Reply To: Product gallery shows vertically]]> https://themepalace.com/topic/product-gallery-shows-vertically/#post-189981 Wed, 14 Jun 2023 09:29:06 +0000 Min That did the trick! Thank you so much for your help 🙂

]]>
https://themepalace.com/topic/product-gallery-shows-vertically/#post-189979 <![CDATA[Reply To: Product gallery shows vertically]]> https://themepalace.com/topic/product-gallery-shows-vertically/#post-189979 Wed, 14 Jun 2023 03:24:09 +0000 Psink Add this CSS in the Additional CSS

.woocommerce-product-gallery__wrapper div:not(:first-child){
width: 33.33%;
float: left;
}

let us know if this didn’t works

]]>
https://themepalace.com/topic/product-gallery-shows-vertically/#post-189963 <![CDATA[Product gallery shows vertically]]> https://themepalace.com/topic/product-gallery-shows-vertically/#post-189963 Mon, 12 Jun 2023 10:51:30 +0000 Min Hi,

I’d appreciate help fixing an issue with the product gallery, which shows the thumbnails vertically. How to show the gallery horizontally?

https://patpaige.com/tienda/producto/selfie-boku-no-hero-academia/

Thanks!

]]>
https://themepalace.com/topic/shop-all-and-out-of-stock-please-help/#post-189354 <![CDATA[Reply To: Shop All and Out of Stock – please help]]> https://themepalace.com/topic/shop-all-and-out-of-stock-please-help/#post-189354 Tue, 18 Apr 2023 04:03:11 +0000 Psink Please this add one CSS

.outofstock a.button.wp-element-button.product_type_simple:before {
content: “Out Of Stock” !important;
padding: 14px !important;
margin-left: 18px !important;
border: 2px solid !important;
border-color: #f5808c !important;
}

]]>
https://themepalace.com/topic/shop-all-and-out-of-stock-please-help/#post-189246 <![CDATA[Reply To: Shop All and Out of Stock – please help]]> https://themepalace.com/topic/shop-all-and-out-of-stock-please-help/#post-189246 Fri, 07 Apr 2023 22:07:27 +0000 rmineh Thanks for your response. This additional CSS erases the button completely. Is there a way to have the button say out of stock rather than disappearing?

]]>
https://themepalace.com/topic/shop-all-and-out-of-stock-please-help/#post-189238 <![CDATA[Reply To: Shop All and Out of Stock – please help]]> https://themepalace.com/topic/shop-all-and-out-of-stock-please-help/#post-189238 Fri, 07 Apr 2023 03:58:14 +0000 Psink @RMINEH, Regarding query no.1 we can fix the issue by adding CSS code in additional CSS

Here is the CSS code

.outofstock .wp-element-button {
visibility: hidden;
padding: 0px 0px !important;
}

.outofstock a.button:hover{
color: #000 !important;
}

.outofstock .wp-element-button:before {
visibility: visible;
content: ‘Out Of Stock;
padding-left: 20px;
}

Add this to Customizer >> Additional CSS

Regarding query no.2 could you please explain in more detail?

]]>
https://themepalace.com/topic/shop-all-and-out-of-stock-please-help/#post-189215 <![CDATA[Shop All and Out of Stock – please help]]> https://themepalace.com/topic/shop-all-and-out-of-stock-please-help/#post-189215 Thu, 06 Apr 2023 04:07:55 +0000 rmineh Hi,
I’m hoping someone can help with two things:

1. When items are out of stock they say “read more” rather than “out of stock”. Is there any way to fix this? See screen shot below –
https://www.awesomescreenshot.com/image/38679319?key=fcae1eff9ed3db67777e4eb6b22261ef

2. How do I add a “shop all” button and how do i configure the products to all how up in this section?
This is my website: http://www.farmhouseonnubba.com.au

Thanks

]]>
https://themepalace.com/topic/item-numbers-after-categories/#post-188779 <![CDATA[Reply To: Item numbers after categories]]> https://themepalace.com/topic/item-numbers-after-categories/#post-188779 Tue, 07 Mar 2023 03:52:02 +0000 Psink you can add this CSS in Customizer >> Additional CSS

.woocommerce-loop-category__title mark{
display: none;
}

]]>
https://themepalace.com/topic/item-numbers-after-categories/#post-188735 <![CDATA[Item numbers after categories]]> https://themepalace.com/topic/item-numbers-after-categories/#post-188735 Fri, 03 Mar 2023 03:22:04 +0000 rmineh Hi,
when i go to my shop page and the categories are displayed, there is the number of items displayed next to the category name in parenthesis as pictured in the link. How do I remove this?
Thanks so much

https://www.awesomescreenshot.com/image/37628891?key=f1d5632dd8a64abd32ef45e9c8f801be

]]>
https://themepalace.com/topic/menu-and-header-issues-2/#post-188494 <![CDATA[Reply To: menu and header issues]]> https://themepalace.com/topic/menu-and-header-issues-2/#post-188494 Thu, 16 Feb 2023 04:47:58 +0000 Psink Please add this CSS the to remove TOP Menu

@media only screen and (max-width: 1200px){
#header-top #top-menu-wrapper{
display: none;
}

#header-top .wrapper{
justify-content: right;
padding: 0px 20px
}
}

#header-top .open-bar-wrapper {
display: flex;
}

#header-top .open-bar-wrapper .cart-contents .count {
left: initial;
}

Regarding the menu, we will contact the theme author and let him know. Maybe in the future, he will manage in new release

]]>
https://themepalace.com/topic/menu-and-header-issues-2/#post-188488 <![CDATA[Reply To: menu and header issues]]> https://themepalace.com/topic/menu-and-header-issues-2/#post-188488 Wed, 15 Feb 2023 22:52:29 +0000 rmineh Thank you, that did fix the header issue.

Is there any way to have the menu on the smaller screens other than the drop down? I have had normal menus with other themes and i prefer it to the drop down.

Also, how can i remove the TOP MENU sign in the header top area next to the search and cart and move the icons to the right hand side of the page?
https://www.awesomescreenshot.com/image/37145905?key=5dcc649a4b24ae8715864d5eb58efa3b

]]>
https://themepalace.com/topic/menu-and-header-issues-2/#post-188475 <![CDATA[Reply To: menu and header issues]]> https://themepalace.com/topic/menu-and-header-issues-2/#post-188475 Wed, 15 Feb 2023 06:44:09 +0000 Psink @RMINEH,

Now I figure out the issue. Regarding the menu, it depends on the screen size – the dropdown menu will active for a screen size less than 1200. I guess the screen size of your desktop is less than 1200 Maybe 1040

Regarding header text please add this CSS in the Additional CSS
body.woocommerce .custom-header .custom-header-content-wrapper{
display: none;
}

please let us know if the code works

]]>