7929 comments found.
How can i show the product ID(ex:8324) on web product page , it’s any way because i can’t find it in settings. Please help
Hello there,
Thank you for reaching us. Yes, you can use the product shortcode to display information about a single product. Here is documentation on its usage : https://docs.woocommerce.com/document/woocommerce-shortcodes/#section-10
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Hello there,
Thank you for purchasing our theme and for reaching us. The text “Shop Categories” can be translated using Loco Translate.
You can find instructions here : https://docs.woocommerce.com/document/woocommerce-localization/#creating-custom-translations-with-loco-translate
Our only additional instruction would be to save the translations in “System” folder instead of “Author” folder.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Is it possible to display Specific Brand on the list?
Hello there,
Thank you for reaching us. Please clarify which list you are referring to ?
Thanks, Ibrahim
I mean the Brands listed on the bottom, now the brands are all listed by default, I want to list the Brands that I want.
Please add this custom PHP code to your child theme’s functions.php to show only specific brands in brands carousel : https://gist.github.com/ibndawood/1604c947e6b008c3d0612c43c2e0e250
If I purchase theme.Menu name contains two words,can I dispaly in two rows? one row is too long? Thanks.
Hello there,
Thank you for your interest in our theme. You can use
tags in your menu name to split your names into 2 lines.
Hope this answers your question. Let us know if you have any other questions.
Thanks, Ibrahim
woocommerce add to cart disappeared how to fix thank you
Hello there,
Thank you for reaching us. 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
Hello, does the theme support RTL
Hello there,
Thank you for your interest in our theme. Yes, the theme is RTL compatible.
Hope this answers your question. Let us know if you have any other questions.
Thanks, Ibrahim
Hi, Ibrahim. I would like to make the add to cart button say pay now and when you click it goes straight to check out. I have the code: add_filter(‘woocommerce_add_to_cart_redirect’, ‘themeprefix_add_to_cart_redirect’); function themeprefix_add_to_cart_redirect() { global $woocommerce; $checkout_url = wc_get_checkout_url(); return $checkout_url; }
and : //Add New Pay Button Text add_filter( ‘woocommerce_product_single_add_to_cart_text’, ‘themeprefix_cart_button_text’ );
function themeprefix_cart_button_text() { return __( ‘Pay Now’, ‘woocommerce’ ); }
I pasted the 1st one in the custom css and nothing happened. I have yet to try the second css. Do you have any ideas for me?
Hello there,
Thank you for purchasing our theme and for reaching us. The code you’ve shared is a PHP code and not a CSS code. You should probably add them to your child theme’s functions.php.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
I tried in the functions.php and it wouldn’t let me either. Any suggestions?
Please email our support from here : https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624/support and I will take a look.
Thanks, Ibrahim
Hi, I want to decrease the footer bottom contact block width. I added this https://gist.github.com/ibndawood/4488d21270b0f44162a1dc4fb9c5fc15 to the child theme functions.php. How to edit the width? https://drive.google.com/a/transvelo.com/file/d/0BxmC16gQK81faTBKVzhtMW5wczg/view?usp=drivesdk did not work.
Hello there,
Thank you for purchasing our theme and for reaching us. The theme options are for footer bottom widgets and footer contact block is not part of footer bottom widgets. In this code : https://gist.github.com/ibndawood/4488d21270b0f44162a1dc4fb9c5fc15The width is set to col-md-5 col-md-pull-7. You can adjust it to lesser width like col-md-4 or col-md-3. You should let the footer widgets block take the width of the remaining by subtracting from 12.
So if you are using col-md-4 for footer contact, then footer bottom widgets should be col-md-8.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Thank you!
Hy,
We have a problem in Electro theme with “Products tab” element in Visual builder:
1. If we put 2 or more “Product tab” elements on the same page they conflict with each other and tab switching stops working for every “Product tab” element.
2. Is it possible to have more than 3 tabs in “Product tab” element?
3. Is it possible to chose featured products from single category to show in tab?
Thanks in advance
Hello there,
Thank you for purchasing our theme and for reaching us. To answer your questions :
1. Are you using the same tab title for all the product tab elements ?
2. Yes, it is possible to have more than 3 tabs. Are you using the latest version of our theme ?
3. You can only use one of the available shortcodes. There are no shortcodes to specifically filter featured products from categories.
Hope this answers your question. Let us know if you have any other questions.
Thanks, Ibrahim
1. No, im not using the same name for tabs, every tab has different name. in first “electro product tab” names are 1,2,3 in second element names are 4,5,6 and they conflict with each other, switching tabs results in gliching both elements.
2. Yes, we have last version of the theme but it only show 3 tabs like form the start.
3. Is it possible to edit php of the element to implement code which would show only featured products from some category?
Hello again,
Not sure what is the cause for 1. You can email our support from here : https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624/support and I will check.
We are working on 2 and will release it as a new feature in our next update.
Unfortunately I don’t know how or where to edit to make no.3 customisation possible.
Hope this answers your question. Let us know if you have any other questions.
Thanks, Ibrahim
Hi. I can not import demo data. I can see only header and vertical menu but others like footer, demo products and others isnt available. What shoud i do?
Hello there,
May I request you to post your support question from the same account that you used to purchase the theme. Support is restricted to customers only and unfortunately I cannot verify your purchase against this account.
If you believe you’ve used this account for purchase I request you to contact Envato.
Thanks, Ibrahim
Visual Composer does not work on demo pages especially home page, only if i create my own page it work
Hello there,
Thank you for purchasing our theme and for reaching us. Please make sure you’ve enabled this for Visual Composer to work : https://drive.google.com/file/d/0BxmC16gQK81fME5qX2lzNDRUZjQ/view?usp=sharing
Thanks
Hello I have read many reviews and before committing to the purchase I would like to know honestly if the theme is customisable because I have had problems customizing previous theme. In terms of front end it looks amazing just wondering how the back-end is thanks 
Hello there,
Thank you for your interest in our theme. I really cannot guarantee about the level of customisation the theme offers without knowing what exactly your expectations are.
The theme is built with filters, actions and pluggable functions which makes it a good customisable theme if you can write custom code.
The theme offers options which provides basic level of customisations. Beyond that you will have to use custom coding. If you’d like to take a look into the backed please email our support from here : https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624/support and we’ll setup a trial for you.
Hope this answers your question. Let us know if you have any other questions.
Thanks
I try to change the texts using WPBakery Page Builder, save the changes, but the changes in the view do not show …
Hello there,
Thank you for purchasing our theme and for reaching us. Can you please make sure you’ve enabled this ? https://drive.google.com/file/d/0BxmC16gQK81fME5qX2lzNDRUZjQ/view?usp=sharing
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Thank you very much, that was …
Hi, is it possible to use brands as dropdown menu at left sidebar?
Hello there,
Thank you for purchasing our theme and for reaching us. The brands are product attributes in Electro. You can use filter by attributes widget, choose brands as the attribute and use it as dropdown.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Hello again,
The filter by attributes widget will work only on shop archive pages.
Hope this clarifies.
Thanks Ibrahim
Hi Ibrahim once again, i am looking for my client this theme so i have also 2-3 queries 1) it is responsive ( so my client doesnt need to touch technically or manually i mean to say it will be responsive automatically ) ?? 2) Can he use your own product filter on product category page ? in this you are using transparent images for your demo???
Which payment processor i can manage like paypal, 2checkout & skrill other also on your theme???
Hello there,
Thank you for your interest in our theme. We are happy to answer your questions :
1. Yes the theme is responsive. You can check our demo on various resolutions to verify this.
2. WooCommerce allows you to filter by attributes so you’ll have to create attributes to be able to add to filters.
3. No, we are not using transparent images.
4. Payment gateways work independent of the theme. Our themes also don’t have any code that would change payment gateway’s work. We have only added styles that is how they look and not functionality that is how they work. WooCommerce has varied options for Payment gateways. You can read about payment gateways available with WooCommerce here :
1. Core Payment Options : https://docs.woocommerce.com/documentation/plugins/woocommerce/getting-started/sell-products/core-payment-options/ 2. Other Premium Gateway options: https://docs.woocommerce.com/document/premium-payment-gateway-extensions/
Hope this answers your question. Let us know if you have any other questions.
Thanks, Ibrahim
Hi there, I’ve searched about enable mobile search bar/form but I don’t understand how to. Can you please explain about? There is some snippet to do this? Thanks a lot! =)
Hello there,
Thank you for purchasing our theme and for reaching us. The search bar does not require explicit enabling. It is there by default on mobile. You can access it from the footer sticky handheld bar.
Hope this answers your question. Let us know if you have any other questions.
Thanks, Ibrahim
Hey,
Sorry, my bad! :/ Thank you so much for the quick answer. =)
Best regards, Fabrizio.
Hey man, why does the related products appear like this in movile device? https://ibb.co/bGKPa7
Hello there,
Thank you for purchasing our theme and for reaching us. Did you resize the browser or loaded from mobile ?
It appears like this only if you resize the browser. If you load from mobile browser, this will never appear.
Hope this clarifies. Let us know if you have any other questions or need further help with the theme.
Thanks, Ibrahim
hi, how to remove the space below “add to cart” button as screenshot http://prntscr.com/inj01h
Hello there,
Thank you for purchasing our theme and for reaching us. You can remove the spacing by adding this custom CSS to your child theme’s style.css :
.single-product .single-product-wrapper { margin-bottom: 15px; }
Once you’ve added the style to your child theme please make sure you load it by enabling it in Electro > General > Load child theme’s style.css.
Hi, Your rating are very good, i want to ask an query how can i add child theme of your theme if i buy it & if i want to add woocommerce hooks on shop or single product page then how can i add this on child theme or is it possible that i can add woocommerce hooks on shop page or single product page ???
is it mandatory to use multi vendor plugin like Dokan with this theme???
Hello there,
Thank you for your interest in our theme. We have provided a child theme with the download package which you can use. You can modify the hooks via child theme. Here is a guide :
https://code.tutsplus.com/tutorials/a-guide-to-overriding-parent-theme-functions-in-your-child-theme--cms-22623No, it is not mandatory to use a multi-vendor plugin.
Hope this answers your question. Let us know if you have any other questions.
Thanks, Ibrahim
Hello Ibrahim…can the theme integrate WOOF – Woocommerce Product Filter?
Hello there,
Thank you for reaching us. I don’t know if the theme is compatible or not but I’ve seen some of our customers use it without reporting any issues.
Thanks, Ibrahim
Hello
Want to add more product information on shop page in the three views i.e. (List View Small, Grid Extended, List).
In the Grid view, I am able to show “Listed By: Vendor name” with this code.
add_action( ‘woocommerce_after_shop_loop_item_title’,’sold_by’ ); function sold_by(){ ?>
<?php
global $product;
$seller = get_post_field( 'post_author', $product->get_id());
$author = get_user_by( 'id', $seller );
$store_info = dokan_get_store_info( $author->ID );
if ( !empty( $store_info['store_name'] ) ) { ?>
<?php printf( 'Listed by: %s', dokan_get_store_url( $author->ID ), $author->display_name ); ?>
<?php
}
}
Can you please advise how I get the same information added in the other 3 views (List View Small, Grid Extended, List).
tks
Hello again,
The actions are different for different views and they are :electro_wc_grid_extended_shop_loop_item_title
electro_wc_list_view_shop_loop_item_title
electro_wc_list_small_view_shop_loop_item_title
Please hook the functions there as well. You can check the files in templates/contents/ folder.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim