Discussion on Gecko - Powerful Ajax WooCommerce Theme

Discussion on Gecko - Powerful Ajax WooCommerce Theme

Cart 2,015 sales
Well Documented

JanStudio supports this item

Supported

This author's response time can be up to 1 business day.

590 comments found.

Hi, I have to insert the language switch in my header but I’m using the “left menu” header (the number 7). How can I add a custom HTML on bottom of that? (Something like “Header left content” for the other layouts.)

Thank you.

Hi
Please copy file gecko / views / header / layout-7.php to child theme with same folder structure, after that edit code in this file, you can add anything you want

Hi again , thanks for awesome theme template .. but one thing , is there a capability to add pay-pal integration in checkout page ?

Hi,

Thank you!

Yes, our theme already integrated Paypal on checkout page, you can check at http://janstudio.net/gecko/fashion/shop/ or you can add more payment method by install plugin https://wordpress.org/plugins/search.php?type=term&q=woocommerce+paypal

Best regards

Ok , thank you the problem was the paypal option wasn’t enabled . :)

Hi , Nice Work , i interested in this theme but have three question :

1- it’s possible to make the home page masonry grid ? 2- where is the masonry grid of the blog ? , the two links give the same layout. 3- It’s possible to assign the lookbook images to custom selected products.

Thanks

Hi
Thanks for interested in our theme
1. You mean add product with masonry layout?, If it was, that’s possible
2. We have updated this menu, please check again
3. At this moment, that’s impossible, but we are developing a lookbook plugin support it

Thanks for fast replay,

1.no i mean create home page masonry with variable images and links like this : http://janstudio.net/gecko/fashion/ but now fixed row alignment . 2. Thanks it works now . 3- Ok, but i can create new category called look-book and assign products to it and assign the link to the images which we can click to redirect to it .

Thanks

1. Sorry our theme does not support this feature, but you can use Masonry Media Grid element of Visual to do it, It will look like this http://take.ms/ZWzKg
3. You can do it

can i add custom font to the theme ?

Hi

1. Our theme have option in JanStudio > Theme Option > Typography you can choose 800+ google font

2. you can add custom font by use child theme.

Best regards

After your last update working all right; Us have broken everything. It would be nice to add your demos with the new update and not with the old.

You mean: we need to update our theme to the latest version on our live demo, right?

Yes

Hi there,
We have updated our theme on our demo to the latest version, What exactly do you want to check?

Hello, Do you have any idea why the Tax is not working on cart and checkout? i enable it already and set to CA only when i calculate shipping cost using CA address the tax still not showing up ?

Hi,

Thank you for purchase!

Can you help us create a topic at http://support.janstudio.net/forums/forum/themes-support/gecko/ with your site url and temporary admin account. Our technical team will take a look and help you solve.

Thanks & best regards

Hi, nice Theme! I use it to building a shop. I have one little problem… I can not create compilcate html and css codes but I will place the Logo in front of the slider and not behind it. Can you help me with a code? http://crasy.world/blog/

Regards

Hi,

Can you create a topic at http://support.janstudio.net/forums/forum/themes-support/gecko/ with your site url, temporary admin account. Our technical team will take a look and help you solve.

Thanks & best regards

This is an AMAZINGLY PHENOMENAL theme.

Way to go JanStudio and thanks for making something proper and easy-to-use

Thank you for your kind words! If you love our theme, please help us rate for our theme 5 stars, that will help us in sale and the reward for us to make our theme better.

Thank you very much!

Hello, I’m interested in this template. I’d like to know if it’s also possible to sell services instead of products, like for example: tours? I ask you this because I won’t need the SHIPPING fields at checkout, just the BILLING ONES. After purchase, the client would receive an email with the purchase confirmation so they can use it as their tour ticket. Thank you!

You can use WPML to support multi language site, you can add on top left or top right, some of our client use language switcher https://ben-emma.com/ http://lobsterandlemonade.com/

Regards

Thank you very much for your prompt response. I will suggest this template to my client and if he approves it, I will go ahead and purchase it. Best regards!

Thank you so much! :)

Hi, Please can you tell if we can make the letters on the homepage to appear with small characters and no chapters and how this happen?

Can you create a topic at http://support.janstudio.net/forums/forum/themes-support/gecko/ with more detail and explain more about your issue, our technical team will take a look and help you solve.

Thanks

HI, We have buy this theme and we want to know if the image of the product can be appears on smaller size(view on desktop)?

Hi, As normal you can change product images size in WooCommerce > Settings > Products > Display.

These images generate by Product Design plugin. Can you ask support from plugin author

Best regards

From Produt design Plugin told us that the size of image is appears like the theme has given.Can we change the size of the appear of the product from the theme?

Hi,

You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS

.product_design { text-align: center;} .wc-single-2 .p-thumb img, .wc-single-3 .p-thumb img, .p-nav img, .product-attributes-thumb img { with: auto !important; height: auto !important;}

Best regards

Hello,
i tried to setup the open swatch tab but is blank, i cannot upload any images please help ?

Can you at least tell me what makes there is 2 paragraph on the top bar (pink one) instead off one paragraph ?

Also is it possible to add search and my account menu on side bar menu at mobile view? because when i open my website using iphone the search button and my account button is dissapeared?

Hi. You can change code from line 10 to line 34

<div class="header__top bgbl pl__30 pr__30"> <div class="jas-row middle-xs"> <div class="jas-col-md-1 jas-col-sm-1 jas-col-xs-12 flex start-md start-sm center-xs"> <?php if ( cs_get_option( 'header-top-left' ) ) : ?> <div class="header-text mr__15"><?php echo do_shortcode( cs_get_option( 'header-top-left' ) ); ?></div> <?php endif; ?> <?php echo jas_gecko_social(); ?> </div> <div class="jas-col-md-10 jas-col-sm-10 jas-col-xs-12 tc"> <?php if ( cs_get_option( 'header-top-center' ) ) : ?> <div class="header-text"><?php echo do_shortcode( cs_get_option( 'header-top-center' ) ); ?></div> <?php endif; ?> </div> <div class="jas-col-md-1 jas-col-sm-1 jas-col-xs-12 flex end-lg end-sm center-xs"> <?php if ( cs_get_option( 'header-top-right' ) ) : ?> <div class="header-text mr__15"><?php echo do_shortcode( cs_get_option( 'header-top-right' ) ); ?></div> <?php endif; ?> <?php if ( class_exists( 'WooCommerce' ) ) { echo jas_gecko_wc_currency(); } ?> </div> </div><!-- .jas-row --> </div><!-- .header__top -->

2. For search icon and account icon on mobile you add custom css

.jas-canvas-menu.jas-push-menu .jas-action a { color: #000;}

Best regards

We are using Gecko on our webpage, and are so pleased with the result. This is first time that I have ever set up a Wordpress webshop and have managed to do it all by my self. If I had any questions the support was really nice and fast to help me with my issues.

It has been a pleasure to work with the support, and develop the page.

NOTE: The reason why I do not have the “Purchase” icon is because we bought the theme on my developers Themeforest account.

Very well, thank you so much guys! :-)

Thank you so much for your kind words! :)

Hi,

Magicall theme recommended me your template Gecko and I have some doubts:

- Does the template use SiteOrigin PageBuilder or some similar plugin?

- Do you have some example of a module using “lookbook” plugin?

- I would need a page with products like this, masonry without margins. Is it possible? http://magicaltheme.com/space/demo/shop/accessories/?product_list_item_layout=1

- I need a module with products without margin between them like this: http://magicaltheme.com/space/demo/ do you have more styles than this one? http://janstudio.net/gecko/furniture/

Best regards

Thank you for interested in our theme!

1. Our theme use Visual Composer to build content

2. Our theme don’t have “lookbook” plugin

3. Our theme support Masonry layout + load more like this

4. If you want layout without margin like Space, you need customize code.

Best regards

Thanks for your response Jan,

2. In your theme details you said: Including easy to set up for MailChimp, Contact Form 7, Instagram Feed, Lookbook… So, “Lookbook” is not included but it works with your template???

3. Sorry but I need to be completely sure. Will I be able to insert in home page a 4 products module like this http://janstudio.net/gecko/furniture/ ? Which products could I select (latest products, by id…)?

Best regards

2. Yes, lookbook plugin not include in our theme but it can run with our theme.

3. Yes, you can use 4 products module like our demo which could be select from (latest, bestseller, name,...)

Best regards

Hi, just purchased and while downloading, can i create a new header ? i think i need another header composition where not available on your current headers.

It’s a simple header, maybe something like http://prntscr.com/e5mq34 or http://prntscr.com/e5mqgq but with different color. If we can create our own headers and footers as easy as creating a page using visual composer, it will be good, i can learn.
But if not, it fine, just looking for a header like the print screen above.

I haven’t install the theme yet, but i am sure i will ask you a lot for customizing since i am not good in wp.

thanks.

Hi,

Our theme not yet support menu like this, but you can try a plugin at https://wordpress.org/plugins/clever-mega-menu/ you can build menu as create a page using visual composer.

Best regards

ok thanks, will play try it tomorrow. thanks.

Hello,
i change the single product image size to 400×600px now how do i make it center in between next and prev button on product detail page ? my website www.emmasmode.com
Thanks

One more question. How do i hide the mobile menu button on desktop view ?

Hi,

Thank you for purchase you can add custom css code to center image and hide menu button on desktop view at JanStudio > Theme Option > General Layout > Custom CSS
.slick-slide {
    text-align: center;
}
.slick-slide a {
    display: inline-block;
}

@media only screen and (min-width: 1024px) {
.jas-push-menu-btn { display: none;}
}

Best regards

Hi you can change code to

.slick-slide { text-align: center; } .slick-slide a { display: inline-block; }

@media only screen and (min-width: 1024px) { .jas-push-menu-btn { display: none;} }

to center on quick view too.

Best regards

Pre Purchase Question: Is it compatible with WC Marketplace Plugin (https://wordpress.org/plugins/dc-woocommerce-multi-vendor/)?

Hi,

Thank you for interested in our theme!

Our theme can run with WC Multi Vendor plugin but you need have experience to style wc multi vendor plugin to match with style of theme.

Best regards

Hello, one more question: Is it possible to show megamenu or plain menu in desktop view and mobile menu in mobile devices. Thanks.

Yes, you can show plain menu in desktop view, and mobile menu in mobile device.

Best regards

Hi,

1. You can upload background on product page in JanStudio > Theme Option > WooCommerce > General > Background

2. You can upload background for category in Dashboard > Products > Categories > Category Name > Edit > Thumb > Upload

Best regards

URGENT PLEASE : Error 500 (POST) with add to cart button on second language. please live check on my websitesite : https://sizablebeta.weeb.agency/fr/produit/jack-regular-v/

Hi. Thank you for purchase!

Can you create a topic at http://support.janstudio.net/forums/forum/themes-support/gecko/ with your site detail (url, temporary admin account) our technical team will take a look and help you solve your issue.

Best regards!

Hello there dear developers of this stunning theme:) I’d like to ask you before buying: what’s wrong with your “vertical” demo on mobile devices, especially on iPhones: http://janstudio.net/gecko/vertical/ ? It looks very terrible and defective;( See a screenshot: https://www.dropbox.com/s/6u03hsyyoe9dwgw/%D0%A4%D0%BE%D1%82%D0%BE%2001.02.17%2C%209%2041%2001.png?dl=0 Please tell me, are there some bugs directly in your demo, or this bug will appear on each site, who install this “vertical” demo? Sorry for my English and I hope, you’ll understand me:) Thanks in advance!

Hi,

Sorry for late reply!

Our demo vertical have bug on mobile, so when any site use this demo have problem on mobile. We will fix it soon.

Thank you for report

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey