Cartsy Documentation
Welcome
Installation
Theme Settings
Cartsy LayoutExtended SearchMenuPage Settings
Plugins
Cartsy Rental
CustomizationPerformanceChild ThemeFAQHow to update theme?How to use child theme?How to optimize my site?After deactivating and reactivating the theme my site is broken nothing is showing properly. How to fix?Google Map doesn't work on my contact information page?Demo importer show Algolia console error after or before import the data?How to resolve multiple search input boxes on the homepage?How to use product quick view plugin in the product grid?How can I turn off Cartsy admin notice about v1.5?How can I create a extended or detailed search page ?Breaking ChangesChangelog

FAQ

How to update theme?

We add an automatic system to push the update to your website. You'll get a notification on your site when your theme is outdated, and from that notification or update dashboard, you can update your theme.

How to use child theme?

In the theme package you should get a file named cartsy-child.zip . Upload this zip as theme and activate it. Make sure you have already Cartsy installed. Both child and main theme must have to be installed but child theme have to be activated.

How to optimize my site?

To optimize your site you can use below two free plugin. You can also configure CDN and for object caching you can also use Redis if your server support it.

  • https://wordpress.org/plugins/wp-super-cache/

  • https://wordpress.org/plugins/autoptimize/

You can use any other caching plugin.

After deactivating and reactivating the theme my site is broken nothing is showing properly. How to fix?

make sure Cartsy Helper and Cartsy Algolia plugin is active. If not please activate these plugins. These to plugin got deactivated when Cartsy theme is not active.

Google Map doesn't work on my contact information page?

To use google map on any page, you've to add google map key first. At first, generate a google map key from google console, and after that, insert that key on the wp-admin google maps admin panel.

Demo importer show Algolia console error after or before import the data?

For Cartsy, Algolia is optional and if you want to use Algolia instead of native search, then recheck if you correctly set up Algolia or not? If you're going to use a native search instead of Algolia, then deactivate the cartsy-algolia plugin.

How to resolve multiple search input boxes on the homepage?

If you face this type of multiple search input issue

multipleSearchInput_xjz9nh.png

Then go to Customizer -> Cartsy Theme Panel -> General And define the search page. If you imported the demo and didn't change the front page, the page will be Product.

SelectSearchPage_lvukan.png

SearchInputOutput_in8znl.png

How to use product quick view plugin in the product grid?

Currently in Chlorine grid has the product quick view option only, because it's not a quick carting grid. If you want to use that plugin in other product grids, then you need to customize the grid section. For more help, you can contact with the support team.

How can I turn off Cartsy admin notice about v1.5?

Find this action hook add_action('admin_notices', 'cartsyUpdateNotice'); inside the cartsy theme folder and commented it.

How can I create a extended or detailed search page ?

Steps 01 : Create a full width page with Extended search gutenberg block. Steps 02 : Then select that page as a search page from customizer General setting