Theme » All Posts https://themefreesia.com/support-forum/feed/ Tue, 07 Oct 2025 00:17:31 +0000 https://bbpress.org/?v=2.6.14 en-US https://themefreesia.com/support-forum/topic/how-to-remove-sidebar/#post-47786 <![CDATA[Reply To: How to remove sidebar]]> https://themefreesia.com/support-forum/topic/how-to-remove-sidebar/#post-47786 Fri, 03 Oct 2025 14:17:27 +0000 Daniel Hi
thanks for contacrting us. Goto dashboard > appearance > customize > Theme Options > Layout Options > Sidebar Layout Options
Select the Fullwidth options from the dropdown.

Hope this helps

Thank you

]]>
https://themefreesia.com/support-forum/topic/how-to-remove-sidebar/#post-47785 <![CDATA[Reply To: How to remove sidebar]]> https://themefreesia.com/support-forum/topic/how-to-remove-sidebar/#post-47785 Thu, 02 Oct 2025 14:02:01 +0000 Terry Bouhuizen See https://spaansevereniging.nl/contact/aanmelden-als-lid/

]]>
https://themefreesia.com/support-forum/topic/how-to-remove-sidebar/#post-47784 <![CDATA[How to remove sidebar]]> https://themefreesia.com/support-forum/topic/how-to-remove-sidebar/#post-47784 Thu, 02 Oct 2025 14:01:25 +0000 Terry Bouhuizen Hi,

How do I remove the sidebar on pages? On the homepage there is no sidebar, but on all other pages I see the sidebar with Search, Recent Posts and Recent comments.

]]>
https://themefreesia.com/support-forum/topic/how-can-i-remove-change-the-designed-by-on-the-bottom-under-footer/#post-47770 <![CDATA[Reply To: How can I remove / change the Designed by: on the bottom under footer?]]> https://themefreesia.com/support-forum/topic/how-can-i-remove-change-the-designed-by-on-the-bottom-under-footer/#post-47770 Thu, 25 Sep 2025 13:10:38 +0000 Daniel You welcome Marcus
Thank you

]]>
https://themefreesia.com/support-forum/topic/how-can-i-remove-change-the-designed-by-on-the-bottom-under-footer/#post-47769 <![CDATA[Reply To: How can I remove / change the Designed by: on the bottom under footer?]]> https://themefreesia.com/support-forum/topic/how-can-i-remove-change-the-designed-by-on-the-bottom-under-footer/#post-47769 Thu, 25 Sep 2025 10:43:50 +0000 MARCUS KIMPONTO SHITA Thanks I have find my way on this issue.
the issue is fixed. thanks

]]>
https://themefreesia.com/support-forum/topic/how-can-i-remove-change-the-designed-by-on-the-bottom-under-footer/#post-47768 <![CDATA[Reply To: How can I remove / change the Designed by: on the bottom under footer?]]> https://themefreesia.com/support-forum/topic/how-can-i-remove-change-the-designed-by-on-the-bottom-under-footer/#post-47768 Thu, 25 Sep 2025 10:37:42 +0000 MARCUS KIMPONTO SHITA Hello

I have paid another (Plus) Version so that I have access to that and be able to modify or remove
this footer text but Don’t see any way to do it under your above explaination.

Please assist.

]]>
https://themefreesia.com/support-forum/topic/supermarket-plus-api-key-activation/#post-47767 <![CDATA[Reply To: Supermarket Plus API Key Activation]]> https://themefreesia.com/support-forum/topic/supermarket-plus-api-key-activation/#post-47767 Wed, 24 Sep 2025 13:42:44 +0000 Daniel Hi
Please download and install the Supermarket Plus latest version. Now you don’t have to activate any api key for that. Make sure you are activating the plus version 1.1.2.
If you are using the older version then please download from the account page and manually install it from your dashboard.

Thank you

]]>
https://themefreesia.com/support-forum/topic/supermarket-plus-api-key-activation/#post-47766 <![CDATA[Reply To: Supermarket Plus API Key Activation]]> https://themefreesia.com/support-forum/topic/supermarket-plus-api-key-activation/#post-47766 Tue, 23 Sep 2025 15:46:10 +0000 MARCUS KIMPONTO SHITA Hello

cannot activate the licence key.
the message is : License key is too long (up to 32 characters long).

please assist, I have just purchased the key.

it is taking too long to activate the key.

]]>
https://themefreesia.com/support-forum/topic/two-woocommerce-questions/#post-47751 <![CDATA[Reply To: Two WooCommerce Questions]]> https://themefreesia.com/support-forum/topic/two-woocommerce-questions/#post-47751 Tue, 09 Sep 2025 14:33:39 +0000 Theme Freesia Hi Catherine Norris,

We just checked product page, and we didn’t see any column issue in all the screen size. So you can use your custom CSS, if you got any issue let us know.

Best Regards

]]>
https://themefreesia.com/support-forum/topic/two-woocommerce-questions/#post-47750 <![CDATA[Reply To: Two WooCommerce Questions]]> https://themefreesia.com/support-forum/topic/two-woocommerce-questions/#post-47750 Tue, 09 Sep 2025 10:53:43 +0000 Catherine Norris Thanks, the full width thing worked, but I am not talking about main shop, but single product page. The default is four thumbnails under the main product image. I’ve bodged some CSS, but not sure if it’s quite right or will break anything:

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}
]]>