Homepage & WooCommerce

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Tue Mar 19, 2013 10:52 am
Hello,

I have added the theme and activated it.

But i have 2 issues to fixe please.

1. I have added the quickstart installation files. But i don't have the same appeareance on my multisite home page : http://gratoshop.com How to fix it please?

2. The theme is not compatible with the latest version of Woocommerce plugin. How to fix it please?

Thank you for your support.
User avatar
Fresh Boarder

GK User
Tue Mar 19, 2013 11:20 am
Hi,

1. Did you installed the quickstart as it is described here: https://www.gavick.com/documentation/wo ... tallation/ ?

2. This theme have no built-in support for WooCommerce, so you have to implement it by yourself.
User avatar
Administrator

GK User
Tue Mar 19, 2013 3:15 pm
Hello,

I have installed the quickstart version on an existing Wordpress Multisite installation. Like asked, i copied all the quickstart file on my current installation.

Now i have a blank page. Do i need to delete my current installation and reintall again?
User avatar
Fresh Boarder

GK User
Tue Mar 19, 2013 3:19 pm
Unfortunately there is no way to install quickstart data on the existing page, because most important details are located in the database not in the files - especially widgets configuration.

Additionally WordPress exporter doesn't support exporting/importing widgets data. So if you have the existing website the only way to reproduce the demo content is installing the quickstart locally and copy the settings manually. For the theme settings you can use export/import tab.
User avatar
Administrator

GK User
Tue Mar 19, 2013 3:48 pm
OK.

Thank you for you answer. Do you confirm that it's workign with multisite installation?

I want to be sure befor i install.

Another solution: do you have any specific tutorial to setup the home page? Because i already have member, a i don't want to create a new data base.
User avatar
Fresh Boarder

GK User
Tue Mar 19, 2013 4:57 pm
Every Wordpress theme works with the multisite installations, additionally we always test the wp-activate.php and wp-signup.php pages on test multisite installation.

If you want to reproduce the home page, then use the method described in my previous post:

So if you have the existing website the only way to reproduce the demo content is installing the quickstart locally and copy the settings manually. For the theme settings you can use export/import tab.
User avatar
Administrator

GK User
Tue Mar 19, 2013 7:46 pm
Hello,

Installation done and everything is ok now. I have the demo content installed. Thank you for your help.

Now i have somes questions please:

1. how to change header background color ? (i want it black)

2. How to change content background color? (with image)

3. how to set up "Gk-form" to have 4 fields on my home form? Is it possible to add gravity forms in that place?

Thanks
User avatar
Fresh Boarder

GK User
Wed Mar 20, 2013 10:13 am
1. how to change header background color ? (i want it black)


This color is defined in the css/template.css file in this code fragment:

Code: Select all
#gk-head {
   background: #f8f8f8;
   border-bottom: 1px solid #eee;
}


2. How to change content background color? (with image)


The white background is defined in the body element styling in the same file (css/template.css) :

Code: Select all
body {
   background: #fff;
   color: #666;
   font-size: 17px;
   font-weight: 300;
   line-height: 1.6;
   margin: 0;
   min-height: 100%;
   padding: 0;
   word-wrap: break-word;
}


3. how to set up "Gk-form" to have 4 fields on my home form? Is it possible to add gravity forms in that place?


The form in the header is a Text Widget, so you can modify it to any form, but please remember that you will have to restyle it, because this theme supports only the visible form layout.
User avatar
Administrator

GK User
Wed Mar 20, 2013 10:18 am
Hello,

Thank you for your answer.

Do you offer customization service? If yes, i want you to help me get a form like this : http://shopify.com on my homepage and on my signup page.

Waiting for your answer.
User avatar
Fresh Boarder

GK User
Wed Mar 20, 2013 10:47 am
I'm sorry but personally I'm too busy for offering any custom work services.
User avatar
Administrator

GK User
Wed Mar 20, 2013 11:12 am
OK. Thank you.

Do you know some one?
User avatar
Fresh Boarder

GK User
Wed Mar 20, 2013 11:15 am
You can ask our moderators using the PM messages ;)
User avatar
Administrator

GK User
Wed Mar 20, 2013 11:18 am
ok thank you for the help.

May i add a gravity forms form at the exact place?
User avatar
Fresh Boarder

GK User
Wed Mar 20, 2013 11:39 am
If gravity forms support embeding form as the shortcode then it will be possible in easy way. In other cases it can be harder, because then you will have put before and after widget the rest of the HTML code, but most of the form plugins supports the shortcodes so I think that it won't be a problem.
User avatar
Administrator


cron