Discussion on Electro Electronics Store WooCommerce Theme

Discussion on Electro Electronics Store WooCommerce Theme

Cart 25,845 sales
Recently Updated
Well Documented

MadrasThemes supports this item

Supported

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

7928 comments found.

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.

how???

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

Place the header V8 example. Add examples Header V7, Header V8: https://docs.madrasthemes.com/electro/topics/blocks-sidebars/header/

Hello there,

Thank you for pointing this. I’ve added Header v7 and Header v8 to the documentation. Once again lot of thanks.

Kindest Regards, Ibrahim

Hi, How do I apply the header on home-v5 to all the other pages so they follow the same style?

It does work but I only want it to extend the header and not the man content. Can this be done?

If you want to extend only the container of header then please use this CSS :

@media (min-width: 1430px) { 
    .site-header .container {
        max-width: 1430px;
    }
}

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

Thanks, Ibrahim

Thanks!

Why do not you add products to the basket? It has been hidden from all products and from the header as well

Hello there,

Thank you for purchasing our theme and for reaching us. Are you having catalog mode enabled ? Please make sure you’ve disabled catalog mode in Electro > Shop > Catalog Mode. When enabled, the catalog mode will remove all shopping cart features.

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

Thanks, Ibrahim

yes, i fix it thank you for help me

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

Hello, Every time i try to load the home (v3) with elementor it says it can’t be edited, missing the_content function. How i can fix this?

Also, when you will update all your page templates to use Elementor and not just WPBakery Page Builder?

Thanks.

Hello there,

Thank you for purchasing our theme and for reaching us. Please enable “Page Content” for Elementor to work. The theme works very well with Elementor. Ref : https://docs.madrasthemes.com/electro-v1/wp-content/uploads/sites/2/2018/03/enable-page-content.png

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

Thanks, Ibrahim

Thanks it worked, how about the rest of the pages using Elementor? We prefer Elementor than WPBakery, so if possible to use just one (Elementor) would be awesome :)

Now i have a new issue, when i try to import the Elementor JSON i got this error:

“Please upload a file to import”

But i added the .json file.

Hello again,

Thank you for getting back. Yes, you can use Elementor and de-activate WP Bakery Page Builder. Regarding your issue, did you import the JSON file ? Can you please clarify what you did ? Also please email our support so that I can take a look into the issue.

Thanks, Ibrahim

Hello, I want to add “Express Delivery : 24h ” on all my instock product. Where should I add this snippet?

Thanks

Here is the updated PHP code : https://gist.github.com/ibndawood/ba04b7956d4e687299ab9cb36905b99a

Replace line 7 with the ID of the category you don’t want to display the message.

Hello, It’s working perfectly !

Thank you very much!

Just a subsidiary question : Your theme don’t have anything to do with WordPress performance right?

So if I scale up correctly the hardware on which my WordPress is running, I can make a big shop with this theme right?

Actually I’m arround 650 products and so far no issue. Would love to keep using your theme with a 2000 products shop.

Scaling a website is less dependent on the theme and more on other factors. The theme only styles the output generated by WooCommerce. Here is a detailed explanation :https://docs.woocommerce.com/document/woocommerce-scaling-faqs/

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

Thanks, Ibrahim

Hey, is it possible to show rating stars on homepage?

Hello there,

Thank you for reaching us. Please add this custom PHP code to your child theme’s functions.php to add rating to grid view : https://gist.github.com/ibndawood/c2680e09264f46e91e7aa58c84232df4

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

Thanks, Ibrahim

Hi there! I love your theme, you guys are awesome! I just have a quick question I’m having an issue with the feature block: It looks great on desktop ( https://imgur.com/a/7dQZaWg) but on mobile my customers don’t scroll to the right to see the other features (https://imgur.com/a/SPQ8rbH) Is there a code to stack the features 2 by 2 on top of each other when it is on mobile?

Thank in advance!

Hello again,

Here you go : https://gist.github.com/anastransvelo/2818c0f43043cc0cbaec409508601edb

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

Thanks, Ibrahim

wow Thanks Ibrahimit works like a charm! Best customer service for a wordpress theme!

You are welcome :) Please do not hesitate to reach us if you have any questions related to our theme.

How do I change site’s header logo?

Hello there,

Thank you for purchasing our theme and for reaching us. You can change the logo of the website from Appearance > Customize > Site Identity > Site Logo.

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

Thanks, Ibrahim

Hi, thanks for such a good theme, i need to make a minor change in header section, I need to replace the Header Cart section in header with a button or a link , is it possible?Cheers,

Hello there,

Thank you for purchasing our theme and for reaching us. Please add this custom PHP code to your child theme’s functions.php to replace header cart icon with custom HTML.

https://gist.github.com/ibndawood/3efd62cfbf4428fee45891c94f5b397d

Please replace the span tag with a tag. Hope this helps. Let us know if you have any other questions or need further help.

Thanks, Ibrahim

Hi, presale question: is it possible to deactivate the prebuilt headers and use Elementor for build custom header? Thanks

Hello there,

Thank you for your interest in our theme. It is possible to use Elementor custom header instead of the pre-built ones but that would require a little bit of custom coding.

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

Thanks, Ibrahim

Thank you for your reply, I would like to know if you mean to hide the pre-built header via css or if you have a better way for replace the pre-built header with Elementor header (eg with code in functions.php or similar). If yes, I’ll buy the theme and then I’ll ask you the details.
Anyway I like very much your headers but for a particular project I may need more freedom of development.
Thank you!

Hello again,

If you can build a header with Elementor, I will can help with custom coding to replace header generated by the theme with the header from Elementor. It has to be done via custom PHP.

It can also be done via custom CSS like you’ve explained. I also consider this a wonderful suggestion and plan on implementing this feature in one of our upcoming releases.

Thanks, Ibrahim

i only want one style of the header like here http://test.bodysociety.de/ whey is the headerstyle another ? here http://test.bodysociety.de/product/purple-solo-2-wireless/ ? where can i change ? thanks

Hello there,

Thank you for purchasing our theme and for reaching us. Electro > Header > Header Styles applies to all pages of your website except home pages and pages that use home page templates. Home page header styles are set from the page options as show here : https://docs.madrasthemes.com/electro/topics/set-up-pages/home-v1/home-v1-via-page-template/#home-v1-page-options

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

Thanks, Ibrahim

I have updated my electro theme to 2.2.7 by Easy Theme and Plugin Upgrades. But, my child theme is still 2.2.6. How can I update my child theme?

Hello there,

Thank you for purchasing our theme and for reaching us. Child theme should never be updated. It can be any version. A child theme contains all your customisations and should never be updated.

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

Thanks, Ibrahim

Thank you sir

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