7929 comments found.
Hi, Very nice theme. I have a question, In Special Offer product block >> Already Sold:xx, I want to replace this area (already sold:00, class stock-sold) with product rating, I tried to find each and every corner but not able to find. Please help / guide.
Thank you
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 progress bar with rating : https://gist.github.com/ibndawood/2645c53e800a49f6187b2c6fb1784d5a Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Great Support and thank you for your quick response. Solved.
Glad you are happy. Please do not hesitate to reach us if you have any questions related to our theme.
Hi, great support so far. I have 2 questions 1. How do l set up deals? My product on sale schedule is infinite, how do I set deals countdown the way I want? 2. The department menu on front page is a drop down. Can I make it appear erect on default?
Hello there,
Thank you for purchasing our theme and for reaching us. Glad you are happy with our support. To answer your questions :
1. Deals are set by adding a sale price. Countdown timer can be enabled by scheduling your sale. Here are the instructions to schedule a sale in WooCommerce : https://www.speakinginbytes.com/2014/11/schedule-sales-woocommerce/ 2. Are you saying you want the dropdown menu to not be opened by default ? Please clarify.
Thanks, Ibrahim
Hello, I just recently purchased this theme and I have a question please. Why does it display as if the CSS is broken when being viewed in IE browser? It displays fine in chrome and firefox, but very broke with Internet Explorer. Is there a way to quick fix this or was the theme developed for chrome and not designed to be compatible IE? Internet explorer retains 50% of search. Thanks and I look forward to your reply.
Hello there,
Thank you for purchasing our theme and for reaching us. The theme is not compatible with IE and we’ve decided to intentionally not support it as it is very outdated and does not support various latest improvements in CSS and HTML5.
Hope this answers your question. Let us know if you have any other questions.
Thanks, Ibrahim
Hi, we want to change the sorting order on the Shop page from Sort by popularity, Sort by newness, Sort by price Low to High, Sort by price High to Low, TO – Sort by price High to Low, Sort by price Low to High, Sort by by brand, Sort by by popularity. Where can I do that from? And we inquired on how to switch off recommended products on the Shop page, but you still haven’‘t responded!
Hello there,
Thank you for reaching us. Can you please give us your ticket number ? To answer your questions :
1. Here is the function that does catalog ordering. https://github.com/woocommerce/woocommerce/blob/78015f726584f79d9a1a66edc1dbc7f1b63f57c2/includes/wc-template-functions.php#L1292 You can override it to override its functionality.
2. “Recommended Products” is a static block used as a jumbotron. A shop page jumbotron is assigned via Electro > Shop > Shop Page Jumbotron. You can simple de-assign it to remove the block.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Hi,
I tried to update to V2, but the spped of the site got very slow. Any category page would not open and it would show an error that: error establishing a database connection.
Can you please let me know the reason for this. Also CPU got increased to 95-100% after update.
Thanks
Hello there,
Thank you for reaching us. The theme does not increase the CPU time. There are lot of reasons why your CPU could go higher and there is a little chance that it is due to the theme as the theme does not have any code.
When your CPU increases, mysql shuts down causing the error establishing database connection.
I suggest you to upgrade your host as it plays a major role than the theme.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Hi Ibrahim,
The website was working without any issues when in V1, we have not made any custom changes. Can you please let me know what might be causing the issue? Website speed has gone down significantly to over 20 seconds and category pages would not even open.
Hello there,
Please email our support from here : https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624/support and let us know your WP admin details and FTP ( or cPanel ) details. I will take a look into the issue.
Thanks, Ibrahim
Hi Ibrahim, I have made a request now. Thanks
Help me~~
Hello there,
Thank you for purchasing our theme and for reaching us. Please enable static blocks and product categories from screen options. 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
Hi there, please send me dummy data as per the demo. thank you
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.
If you are a developer asking this question on behalf of a client, please email our support your purchase code from your customer and the Envato account associated with the purchase.
Thanks, Ibrahim
Dear good day.
I would like to know if compatible with “AMP” (https://github.com/Automattic/amp-wp/wiki/Adding-Theme-Support#native-amp) My question is aimed at solving a high demand from my clients who want to optimize their websites on MOBILE platforms.
From already thank you very much. Toni
Hello there Toni,
Good day to you. No, the theme is not compatible with the plugin that you’ve shared.
Thanks, Ibrahim
Hello, my English is not good, I ask questions with translation software.
I want to consult.
I need to sell related products, for example, the product A must be used with the product B, and the special tool C must be used.
Does it support the integration of several product combinations into shopping carts all at once?
Hello there,
Thank you for your interest in our theme. The question you are asking is not related to the theme itself but to WooCommerce platform.
WooCommerce allows you to bundle products like explained here : https://docs.woocommerce.com/document/managing-products/#section-4
You can also read about various grouping options available here : https://docs.woocommerce.com/document/group-bundle-products-woocommerce/
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
hii, i wanted to know that can I add discount % tag on product carousel
Hello there,
Thank you for purchasing our theme and for reaching us. You can only mark a product as “on sale” but you cannot add discount %. You can try using third-party plugins like this : https://wordpress.org/plugins/yith-woocommerce-badges-management/
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
hi, first, how can i change the color title only in products pages. And Second (i want to see how looks like) how can i change the color of all tittle products (product page, list product page, carrousell etc). Thanks a lots
Hello there,
Thank you for purchasing our theme and for reaching us. Here is the custom CSS to change the color of product title :
.woocommerce-loop-product__title { color: #00ee00; }
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Please add the above custom CSS to Appearance > Customize > Additional CSS.
the other titles did not change, like this https://drive.google.com/open?id=1-ChKqNDE0Bfx64fg3xdCUDt3T27qfsj3. Thanks you again
can you helme please to change the other titles colors?
Here is the selector for single product title :
.single-product .product_title { color: #ee00ee; }
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Excuse me, maybe I have not expressed myself well, but I want to change all the titles to the same color, with the css that you have given me, still need some titles to change, as an example in photography https://drive.google.com/file/d/1qMH3t5oOjFuOUV4dm1VEaEB8mnFGtZgA/view?usp=sharing. additionally I would like to know how to put the titles in bold, just to see how it would look. Thank you very much, it’s a very good theme.
Hello there,
I’ve given you examples on how to change. It is not possible for us to give the custom code for all the titles. This is a customisation request and is outside of support scope. I tried to help as much as possible but the requirements would take much time and I am unable to help further. I am sincerely sorry.
To make the title bold, you can add this additional property which is : font-weight: 700;
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Hello bro, I fixed the problem here up.
I have an other question now. I hope you can help me out. I’m currently using Home v1 and I editted my website through the dummy XML files.
The only thing I try to change are the 3 grids under the slider where it says:
‘CATCH BIG DEALS ON THE CAMERAS Shop now
TABLETS, SMARTPHONES AND MORE UPTO70%
SHOP THE HOTTEST PRODUCTS Shop now
I try to change it at the page itself but when I eddit and I scroll down to ‘Ads block’ where it needs to be according to the documentation its empty. i dont see anything at all.
furthermore perfect time
Hello there,
Thank you for getting back. This happens because of ad-blocker extensions. Please make sure you’ve disabled any “Ad Blocker” extensions that you may be using with your browser or add your website to the whitelist if it is available. Ref : https://docs.madrasthemes.com/electro/topics/troubleshooting/home-pages/ads-block-settings-is-empty/
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
You’re awesome dude, thanks for the help.
Hello bro,
Do you have any idea why WooCommerce Layered Nav Widget and all other WooCommerce widgets are not showing up in Appearance > Widgets?
Hello there,
Thank you for reaching us. “Layered Nav Widget” is now “Filter By Attribute”.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
hello , first of all great work and good luck in sales
second i am curious to know if i can use this theme for general or is only for electronic 
Hello there,
Thank you for your interest in our theme and for your wishes. I sincerely appreciate it. Regarding your question, there is only one feature that we’ve added that is specific to electronics which is “Accessories” tab ( which can be disabled) in single product page. If you disable that, then it can be used for any type of product.
Hope this answers your question. Let us know if you have any other questions.
Thanks, Ibrahim
thnx a lot Ibrahim for the answer:), but can I use this tab for description any other details of another kind of products
?!
Yes, you can use the tab or rename it from “Accessories” to “Brought with ..”. If you’d like to trial our theme 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.
Thanks, Ibrahim
Hi, i need to sticky the menu too. I’m using the header v3 actualy. When i scroll down my pages, just the header stickys, how I can include the menu, so it can sticky too. We think that’s a way to help user to find departaments of our store. Thanks.
Hello there,
Thank you for purchasing our theme and for reaching us. Please add this custom CSS to Appearance > Customize > Additional CSS :
https://gist.github.com/ibndawood/a26b362c00e4f4b342dcc4aa49d9539bYou can also add the code to your child theme’s style.css. 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.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Wow! Great support and solution. Worked 100%. Thanks a lot.
Glad it worked. Please do not hesitate to reach us if you have any questions related to our theme.
Hi
im using XLPLUGIN FINALE
” I am trying to show my own custom element (countdown timer or counter bar) on grid page using this code. But it seems you have modified the native WooCommerce templates. Can you modify below code such that I am able to get my custom element working.
<?php /** * Call Counter Bar in product loop below product name using shortcode. * This inherit product’s bar settings and follow campaign rules. */ add_action(‘woocommerce_after_shop_loop_item’, ‘wcct_shop_loop_bar_display’, 5); if (!function_exists(‘wcct_shop_loop_bar_display’)) { function wcct_shop_loop_bar_display() { echo do_shortcode(‘[finale_counter_bar skip_rules=”no”]’); } }
Thanks for your help.”
Hello there,
Thank you for purchasing our theme and for reaching us. We’ve not used any separate templates. We’ve simply used WooCommerce actions. Please check your ticket response.
Thanks, Ibrahim
Hi, this theme have lastest news module??? And Where are you from?
Hello there,
Thank you for your interest in our theme. This theme does not have any specific latest news module. WordPress has a recent posts widget which you can use.
We are from India.
Hope this answers your question. Let us know if you have any other questions.
Thanks, Ibrahim
@Web go to appearence, menu, top menu right
Hello there,
I sincerely thank you for helping out with this answer.
Thanks, Ibrahim
Where can I translate
Welcome to Worldwide Electronics Store Store Locator Track Your Order Shop My Account
Hello there,
Thank you for purchasing our theme and for reaching us. The texts you are referring to are actually page titles and navigation labels which you can change directly instead of translating.
You can change the page names from pages in admin dashboard.
You an change “WorldWide Electronics Store..” from Appearance > Menus > Top Bar Left.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Be healthy, and live rich! I have a problem with the mobile version of the topic, the “Show all 5 results” line is not transferred when you go to the category page. How can this be solved?
Hello there,
Thank you for purchasing our theme and for reaching us. I am not sure if I understand your question correctly. Can you please help me understand your question with a screenshot ?
Thanks, Ibrahim
It looks in the mobile so, in the original demo the line is transferred and does not intersect. Link to screenshot https://ibb.co/nvZ9EJ
Hello there,
Thank you for your clarification. Can you please email this link to your support from here : https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624/support
Thanks, Ibrahim