Discussion on Electro Electronics Store WooCommerce Theme

Discussion on Electro Electronics Store WooCommerce Theme

Cart 25,762 sales
Recently Updated
Well Documented

MadrasThemes supports this item

Supported

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

7920 comments found.

Is it possible for your footer to have another color ? Thats the only thing bugging me , something like similar to flipkart

Hello there,

Thank you for your interest in our theme. It is possible to have another color but it will have to be custom coded and not available as an option.

Hope this answers your question. Let us know if you have any other questions.

Thanks, Ibrahim

Hello, there is a space between my header and the slider as you can see here: https://prnt.sc/mgeqwx My website is: https://www.qlbessia.com.ar/

Hello there,

Thank you for reaching us. The header you are using is Header v6 on Home v7. Header v6 has a margin bottom. If you do not want margin bottom please use header v8 which is the header for home v7.

Hope this helps. Let us know if you have any other questions or need further help.

Thanks, Ibrahim

Hello, how to add linked Footer Payment Icons? Electro shop theme does not have the possibility of a linked image. Can you create it for me and where is the best place to put it? It should look like this: http://prntscr.com/mgc8go

Please add this custom PHP code to your child theme’s functions.php : https://gist.github.com/ibndawood/3afd2c516b066d353907df3aa3b43761

Replace line 12 with your own link.

I can’t add product categories to menus, only default pages and categories can be found. How to fix that?

Hello there,

Thank you for purchasing our theme and for reaching us. Static blocks and Product Categories need to be enabled from “Screen Options” on the top-right corner of Appearance > Menus screen. Ref : https://docs.madrasthemes.com/electro/topics/navigation/general-guidelines/#enabling-css-classes-field-static-content-blocks-product-categor

Hope this helps. Let us know if you have any other questions or need further help.

Thanks, Ibrahim

I have a query … I am using electro for a store where I have several sellers. The problem is that when a seller eliminates a product, the ratings and stars left by the buyers are also eliminated. How do I make the ratings stay with the seller? even if I eliminate a product.

Hello there,

Thank you for purchasing our theme and for reaching us. WooCommerce by default does not have multi-vendor feature. I believe you should be using a third-party plugin like Dokan or WC Vendors to build your multi-vendor store.

The functionality you are requesting is fully handled by the vendor plugin that you are using. I suggest you to reach the vendor plugin developers regarding this, as they are in a better position to answer this question than us.

Hope this helps. Let us know if you have any other questions or need further help.

Thanks, Ibrahim

Hi, I was wondering, is there a way to display the variation options as a buttons instead of a drop down list?

Hello there,

Thank you for purchasing our theme and for reaching us. You can use a plugin like this to replace dropdown with swatches. Ref : https://wordpress.org/plugins/woo-variation-swatches/

Hope this helps. Let us know if you have any other questions or need further help.

Thanks, Ibrahim

which plugin should I use to accelerate?

Hello there,

Thank you for purchasing our theme and for reaching us. Are you asking to improve site speed. Here are our general suggestions to speed up your website :

1. Use PHP 7+ instead of PHP 5.x. This would increase the speed by at least 20%.

2. Use caching plugins like WP Rocket or W3T Cache to cache your server output.

3. Use a CDN like cloudflare to cache your static resources like JS, CSS and deliver those files faster.

4. Optimize all your images before upload. Images make up for more than 50% of your website’s size.

5. Consider using a dedicated hosting instead of shared hosting. We recommend Digital Ocean for unmanaged hosting and WPEngine for managed hosting.

Hope this helps. Let us know if you have any other questions or need further help.

Thanks, Ibrahim

hi. i like to show the base price (in german: grundpreis ) in grid view. how can i do that ?

ok i send you an email

can you write me your emailadress that i can send you screenshot?

Hello, I have a pre sale question: I have been trying some of your demo but it is strange in some of theme like “home-v3” that passing the mousse over the picture of a product ( in firefox) image starts to move and it looks bad. Is it normal? even “home-v7” has the same problem. Thank you

Hello again,

You can upload the attachment to a image hosting website and post the link here.

Thanks, Ibrahim

Hello there,

Thank you for your clarification. We are aware of this issue. This happens because of caching and the inability of owl carousel to draw the slider. This issue has long been fixed. Are you using an old version of Firefox ? Can you please clarify ?

Thanks, Ibrahim

Hi, my website is loading slow then I uninstalled all the plugins and start to install them one by one then I discovered that its woocommerce that is slowing my site.what should I do to make it fast

Hello there,

Thank you for purchasing our theme and for reaching us. WooCommerce is the core plugin that runs the eCommerce for your website. It is highly unlikely that it is the cause of your website’s speed. Please check how quickly your shop page loads. Its a standard page.

Here are our general suggestions to speed up your website :

1. Use PHP 7+ instead of PHP 5.x. This would increase the speed by at least 20%.

2. Use caching plugins like WP Rocket or W3T Cache to cache your server output.

3. Use a CDN like cloudflare to cache your static resources like JS, CSS and deliver those files faster.

4. Optimize all your images before upload. Images make up for more than 50% of your website’s size.

5. Consider using a dedicated hosting instead of shared hosting. We recommend Digital Ocean for unmanaged hosting and WPEngine for managed hosting.

Hope this helps. Let us know if you have any other questions or need further help.

Thanks, Ibrahim

hi is it a multi vendor theme ?

Hello there,

Thank you for your interest in our theme. The feature you are requesting is called “Vendor Management” where different companies called vendors setup accounts and sell their products on your site.

Electro is a WooCommerce theme and it supports all the features of WooCommerce. However “Vendor Management” is not a feature of WooCommerce. There are plugins like Dokan, WC Vendors, etc that allow you to extend WooCommerce into a vendor management system.

The theme is compatible with Dokan and WC Vendors, and we provide basic compatibility support. However we do not provide support for its features or non-availability of features.

Hope this helps. Let us know if you have any other questions or need further help.

Thanks, Ibrahim

Hi, i add
in product title, but in http://websitedemo.com.sg/maltwine/compare/ this page, the
not working in the table, how can I make it work? thanks!

u can check the link to see what i mean, thanks!

but u need to add 2,3 product to compare first

Hello again,

Please copy : wp-content/themes/electro/templates/shop/compare.php into your child theme like : wp-content/themes/electro-child/templates/shop/compare.php

Replace line 45 from :

<h3 class="product-title"><?php echo esc_html( $product->fields['title'] ); ?></h3>

to :

<h3 class="product-title"><?php echo wp_kses_post( $product->fields['title'] ); ?></h3>

Hope this helps. Let us know if you have any other questions or need further help.

Thanks, Ibrahim

Hello, which files should I edit to change the mobile header v1?

Hello there,

Thank you for purchasing our theme and for reaching us. Please copy : wp-content/themes/electro/header-mobile-v1.php into your child theme like : wp-content/themes/electro-child/header-mobile-v1.php and edit it.

Hope this helps. Let us know if you have any other questions or need further help.

Thanks, Ibrahim

Thanks, i opened this and see something like * @hooked electro_row_wrap_start – 0 i was thinking it will be something like hmtl templates :), i need to change mobile header positions like, logo first on full width, then under logo putsearchbox, then under i want to add menu icon with text OPEN MENU and next to this account and cart icons.

Hello again,

All our headers are built using actions and hooks which is the recommended approach. This allows for greater customisations. You can unhook the template tags you do not wish to have via your child theme and hook the ones you wish for into the mobile header.

Hope this helps. Let us know if you have any other questions or need further help.

Thanks, Ibrahim

Hi

Are there any discounts on the template (:

Hi

Template 7 seems new

It has some problems on the homepage

Please solve the problem

https://demo2.madrasthemes.com/electro/home-v7

Hello there,

Thank you for your interest in our theme. Unfortunately there are no current sale. Please clarify what the problem is with home v7, we’ll address it.

Thanks, Ibrahim

Hi, I use the Page builder for Home v6 do I need to enable this: https://docs.madrasthemes.com/electro/topics/troubleshooting/home-pages/visual-composer-does-not-work-with-home-pages/

I’ve tried doing this but it removes all the home page content and the page builder remains empty.

Thats worked thank you. Can I display this menu centre-aligned?

Sure. Please add this to Appearance > Customize > Additonal CSS :

.electro-navbar-primary .nav { justify-content: center; }

Thank you!

You can add a Viber icon to the Social Media section

By default Wordpress does not allow you to upload SVG files. We should copy the file electro/templates/global/logo-svg.php into the child theme like electro-child/templates/global/logo-svg.php. After that we should paste our SVG code into this file.

Hope this helps. Let us know if you have any other questions or need further help.

Thanks, Ibrahim

Thank you. Will update this in our upcoming release.

guide me sir

Hello again,

Its the same like building a page. Here instead of page you have static content.

Hope this helps. Let us know if you have any other questions or need further help.

Thanks, Ibrahim

I just restore the backup. What was problem I installed plugin “Woocommerce Square”. It installed successfully, but when customer tried to purchase product through credit card.. it broke down. All products are disappeared. What is problem.. I need to add Square payment method.

And, INTEGRATION tab is missing in woocommerce > settings > missing integration.. Please help..

Hello again,

Thank you for getting back. A theme plays no role in integration of a payment gateway and is outside of theme’s scope. Unfortunately we are unable to help you with this plugin integration. We also lack the understanding of WooCommerce Square plugin. It is better to reach out to the plugin developers as they are in a better position to help.

Thanks, Ibrahim

Thank you Ibrahim for quick response. It is working fine. I checked and tested credit card payment…

Glad your issue is resolved. Please do not hesitate to reach us if you have any questions related to our theme.

Dear Support Team, Our woocommerce plugin is deactivated automatically… And all products are disappeared. I tried to activate again it shows following error. What is problem.. Please fix this.

Warning: include_once(/home/lua2c5l56zms/public_html/wp-content/plugins/woocommerce/includes/class-woocommerce.php): failed to open stream: No such file or directory in /home/lua2c5l56zms/public_html/wp-content/plugins/woocommerce/woocommerce.php on line 26

Warning: include_once(): Failed opening ’/home/lua2c5l56zms/public_html/wp-content/plugins/woocommerce/includes/class-woocommerce.php’ for inclusion (include_path=’.:/opt/alt/php71/usr/share/pear’) in /home/lua2c5l56zms/public_html/wp-content/plugins/woocommerce/woocommerce.php on line 26

Fatal error: Uncaught Error: Class ‘WooCommerce’ not found in /home/lua2c5l56zms/public_html/wp-content/plugins/woocommerce/woocommerce.php:38 Stack trace: #0 /home/lua2c5l56zms/public_html/wp-content/plugins/woocommerce/woocommerce.php(42): wc() #1 /home/lua2c5l56zms/public_html/wp-admin/includes/plugin.php(567): include_once(’/home/lua2c5l56…’) #2 /home/lua2c5l56zms/public_html/wp-content/themes/electro/inc/classes/class-tgm-plugin-activation.php(1042): activate_plugin(‘woocommerce/woo…’) #3 /home/lua2c5l56zms/public_html/wp-content/themes/electro/inc/classes/class-tgm-plugin-activation.php(923): TGM_Plugin_Activation->activate_single_plugin(‘woocommerce/woo…’, ‘woocommerce’) #4 /home/lua2c5l56zms/public_html/wp-content/themes/electro/inc/classes/class-tgm-plugin-activation.php(743): TGM_Plugin_Activation->do_plugin_install() #5 /home/lua2c5l56zms/public_html/wp-includes/class-wp-hook.php(286): TGM_Plugin_Activation->install_plugins_page(’’) #6 /home/lua2c5l56zms/public_html/wp-includes/class-wp-hook.php(310): WP_ in /home/lua2c5l56zms/public_html/wp-content/plugins/woocommerce/woocommerce.php on line 38

Hello there,

Thank you for reaching us. I opened your website and I don’t see any issues. Has it been resolved already ?

Thanks, Ibrahim

Hi, i want to buy your theme, but i have a question first. If i buy this theme and install it in my host “http://alpha” and customize it, but then i want to change the host to “http://beta”, when i move the database and images etc, is the registration key moved too? or i have to deregister first from alpha server? Thanks.

Hello there,

Thank you for your interest in our theme. Yes, you can use two domains one for testing and one for production with the regular license.

Hope this clarifies. Let us know if you have any other questions or need further help with the theme.

Thanks, Ibrahim

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