7920 comments found.
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?
UPDATE: I’ve got all the pages running the same header but only the Homepage appears to be set a full width. How can I set all the other inner pages to show full width? Thanks
Hello there,
Thank you for reaching us. Please add this custom CSS to Appearance > Customize > Additional CSS :
https://gist.github.com/ibndawood/801b7072927d241363a3c274627b10b4Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Thanks!
Hi, Is it possible to set just the header to full width rather than the main content container as well?
Hello there,
Thank you for reaching us. Isn’t the header in full-width already ? Can you please clarify what you’d like to achieve with a screenshot ?
Thanks, Ibrahim
Hi. The header is full with on the home page but not on any of the inner pages.
Hello again,
Your URL does not load. Please check.
Thanks, Ibrahim
Hi, no I’ve just switched it to the live domain/site and applied the DNS change. I’ll check again later when its live.
Just checking, The SKU number on the product page, is it possible to move this up by the product price?
Here is the custom code : https://gist.github.com/ibndawood/8adee4e585b38d2f29d1bb4ac6bfdecf
Please copy functions.php into your child theme’s functions.php and copy style.css into Appearance > Customize > Additional CSS
Thats brilliant. Thank you
With regards to the header full width on all pages rather than just the home page. This is my live URL : https://quickforget.com/s/d040a2d3c1944fc0455f51c19da51dc2
Let me know if this is possible. I want the main container on the inner page to remain at the same width/ not full, only the header.
OK. I see what you mean. Please add this custom CSS to Appearance > Customize > Additional CSS :
https://gist.github.com/ibndawood/801b7072927d241363a3c274627b10b4Thanks, will this only adjust the header / menu to 1430px and not the main content container?
the code applies for all container classes including the one used in main content.
Hi, So its not possible to just stretch the header on other pages to fit 1430px?
oh no. The code I gave works on all pages. Didn’t it work for you ?
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
Hello there,
Thank you for reaching us. Please add this custom PHP code to your child theme’s functions.php to show a custom message for all your in stock products :
add_action( 'woocommerce_single_product_summary', 'ec_child_custom_message', 11 );
function ec_child_custom_message() {
global $product;
if ( $product->is_in_stock() ) : ?><span style="color: #8f8e94;">Express Delivery: 24h</span><?php endif;
}
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Thank you very much. Just to say, you are one of the best theme maker I knew.
Oh yes, one last question : is it possible to disable this message for some product category ? Some of my product take longer to deliver.
Also I noticed on the mobile version there’s no ” add to cart” on product category page. If a mobile customer want to add a product in the cart he need to go to the product page before being able to add a product to cart.
https://demo.madrasthemes.com/electro/product-category/smart-phones-tablets/smartphones/Is it possible to add the ” add to cart button” when customer are browsing the product category on Smartphone to make the purchase process smoother?
Hello again,
Thank you for getting back. You need to add additional condition to the code to make the text visible only in certain categories.
Please add this custom CSS to Appearance > Customize > Additional CSS :
https://gist.github.com/ibndawood/19fc3e10c4d19c9c3a2e074a157ec676Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Hello The CSS for mobile add to cart is working perfectly thank you very much.
As for the additionnel condition can you help me a little bit? I’m still struggling with PHP.
How do I translate in PHP, in the snippet you made for me :
If category is not equal to “categoryname” Then display ” Express delivery 24h”
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 there,
Thank you for purchasing our theme and for reaching us. Yes you can achieve this with custom CSS :
@media ( max-width: 568px ) {
.features-list.columns-5 .feature, .features-list.columns-5 .feature {
flex: 0 0 50% !important;
max-width: 50% !important;
}
}
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Thanks for your time! And again, love your theme!
Ok. If you are having 4 columns, pelase replace columns-5 with columns-4 in the above code. Thanks, Ibrahim
I tried replacing it and it does not work…
Please let us know your website URL. I’ll take a look.
Thanks again for your time. kinkee.ca
Hello again,
Thank you for getting back. I checked your page but I don’t see the code that I’ve asked to add. Can you please clarify where have you added the CSS code ?
Thanks, Ibrahim
Sorry I removed it because it wasn’t working I just put it back. I added the css code on Electro > Custom Code
Here is the updated code :
@media (max-width: 568px) {
.features-list.columns-4 .feature, .features-list.columns-4 .feature {
flex: 0 0 50% !important;
max-width: 50% !important;
padding-right: 15px;
}
.features-list:not(.electro-v1) { flex-wrap: wrap; }
}
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
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/3efd62cfbf4428fee45891c94f5b397dPlease 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
Hi! I tried looking for a solution here, but I couldn’t find it. How do I change the color of t off-canvas menu from grey to something else? (and the text color too so that the text remains visible). Thanks in advance! Martin
Hello there,
Thank you for purchasing our theme and for reaching us. Changing the offcanvas menu navigation background color and color needs custom CSS coding. Here is an example coding with white background and dark text color : https://gist.github.com/ibndawood/36a5edc34c5a16d03dbebd0fe20dee81
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
How can I translate some of the words in the template into Arabic? Knowing that I can not find an edit for these words to do so
Hello there,
Thank you for purchasing our theme and for reaching us. The theme is translatable and we have included all the strings with the pot file. You can use a plugin like loco translate to translate the theme into your language. You can find instructions here : https://docs.woocommerce.com/document/woocommerce-localization/#creating-custom-translations-with-loco-translate.
Some content comes directly from the content and can be changed via menus, theme options, post type edit, etc. If you have specific text, I can help.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Hi Mr. Ibrahim, Please update the change-log for the new updates.
Hello there,
Thank you for purchasing our theme and for reaching us. You can view the changelog here : https://transvelo.github.io/electro/changelog.txt
We’ve updated the documentation as well : https://docs.madrasthemes.com/electro/topics/getting-started/changelog/#v2-2-7-%E2%80%93-2019-01-25
Thank you.
Kindest Regards, Ibrahim
Hi Madras I have a question since I had bought the regular license to Electro Theme for Eccomerce to be use in 1 site. Can I start installing the theme on the hosting with a Domain and then can I switch it to another Domain without any pelaties or extra charges?
Im telling you this because I want to start working on my new project and save time while my current site expires and my Domain is free to be used on my new site with the Electro Theme.
Best,
Leonardo R
Hello Leonardo,
Thank you for purchasing our theme and for reaching us. Yes, you can use the theme on any one active domain. You can use additional domain for testing or development.
Hope this clarifies. Let us know if you have any other questions or need further help with the theme.
Thanks, Ibrahim
Hi, I have several question: 1. As my experience before with other theme, Visual Composser asked for huge RAM and slow loading. How about your theme? 2. What I like from your theme is “funneling feature”/Special Offer as in home v1 and home v2. But when I check in the detail product page, the product not featured with limited stock offer and time elapsed offer. Can we provide it in detail product page? Your kind feedback would be very appreciated
Hello there,
Thank you for your interest in our theme. To answer your questions :
1. The theme does not depend on Visual Composer. All home pages can be built via templates or Visual Composer or Elementor. Its completely your choice. A theme plays a small role in a website’s speed. Your website’s content and your host configuration plays a major role.
2. Yes, you can enable timer in single product page but progress bar for the stocks is not available yet. I can help custom coding this part if you wish.
Hope this answers your questions. Let us know if you have any other questions.
Thanks, Ibrahim
Hi, If I want it to be used for Tshirt products, is it possible to add option like: Size, Color?
Hello there,
Thank you for getting back. The theme is a WooCommerce theme and supports all features of WooCommerce. WooCommerce allows you to add variations like you’ve described : https://docs.woocommerce.com/document/variable-product/
By default variations are shown as a dropdown. If you want to replace them with swatches, you’ll have to rely on third-party plugins like this : https://wordpress.org/plugins/woo-variation-swatches/Hope this answers your question. Let us know if you have any other questions.
Thanks, Ibrahim
i found website sell electro theme as GPL. Is it really GPL or piracy?
The theme is licensed under GPL 2.0.
How to make a live search to display products in stock first?
Hello there,
Thank you for purchasing our theme and for reaching us. The search feature used in our theme is WooCommerce’s default search which is built on WordPress’s default search. WordPress’ search is very basic and it searches only product titles and description. It does not search through attributes or SKU or by stocks.
You’ll have to rely on third-party plugins for advanced product search. My favorite search plugin for WooCommerce is Algolia ( http://algolia.com/ ) . It returns relevant and faster search results than any other plugin I’ve used.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Hello , how to rename the default menu on this theme ? Like – I want to edit the GPS & Car Audios Menu and rename it to Home Appliances? How to do it please ?
Hello there,
Thank you for purchasing our theme and for reaching us. You can edit the menus in Appearance > Menus. Mega menu items are built using static blocks, you can edit the static blocks from Static Blocks in your admin panel. We’ve documented the steps here : https://docs.madrasthemes.com/electro/topics/navigation/general-guidelines/
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
hello , how to change the sticky header of different pages? (other than the home page) ?
Hello there,
Thank you for reaching us. Can you please clarify your requirement with a screenshot ?
Thanks, Ibrahim
in the shop page , I want to make sticky the search bar instead of the menu items …
can I change the sticky bar ?
Hello again,
Can you please give me link to your website ?
Thanks, Ibrahim
hi, i got my solution , i just selected new header version under electro header.. now a final query.. how to edit the destination url of a menu … https://bichitro.com/ this is the site … , see the middle menu ( Home appliances , kitchen appliances) , I edited the menu completely and make new megamenu items , but the original mother url of the main menu cant be changed.. how to do it please ?
Hello again,
Glad your issue is resolved. All menus are editable via Appearance > Menus from your WP admin dashboard.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Hello,
WP Bakery Page Builder plugin is enabled but I can’t use it to edit the front page or shop page for example I can’t change anything in those pages, if please tell me how to enable it like other themes.
Thanks
Hello there,
Thank you for purchasing our theme and for reaching us. To answer your questions :
1. Home pages in Electro are built using page templates. ( Ref : https://docs.madrasthemes.com/electro/topics/set-up-pages/home-v1/home-v1-via-page-template/ ). This means there will be no content in the text editor area or visual composer back-end editor. The content is loaded from the template file and are configurable via page options meta-box that are present below the editor ( Ref : https://docs.madrasthemes.com/electro/topics/set-up-pages/home-v1/home-v1-via-page-template/#home-v1-page-options ). This makes sure that the home pages are independent of page editors.
However you can also build the home pages using visual composer. For example, you can build home v1 by following the instructions given here : https://docs.madrasthemes.com/electro/topics/set-up-pages/home-v1/home-v1-via-visual-composer/ You need to paste the code given in the documentation into your child editor to generate the page using Visual Composer. Here is a video on how to paste the VC code from documentation into your page : https://www.youtube.com/watch?v=mIsMoJmhKVo
2. As for shop pages, they are not built using WP Bakery Page Builder but using WooCommerce templates.
Hope this clarifies. Let us know if you have any other questions or need further help with the theme.
Thanks, Ibrahim
Thank you very much, it is ok for the HOME PAGE, but for SHOP page I still can’t customize it for example I can’t remove the “Recommendation Product” slider.
Hello again,
Thank you for getting back. “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
thank you very much for the good support, I want to ask also how to enable the mega menu in menus and how to add image to the menu
also if you suggest a Social Login & Registration plugin compatible with this theme.
Hello there,
Thank you for purchasing our theme and for reaching us. We’ve documented how to build a mega menu : https://docs.madrasthemes.com/electro/topics/navigation/creating-megamenus/
We do not have any specific recommendation for social login plugin. You can use any plugin of your choice, if you run into compatibility issues, we’ll gladly help.
Thanks, Ibrahim
1- I would like to thank you for the impressive support, and also I want to ask about gallery images in the single product page; some images are hidden in the preview, I need to click on magnifier icon to show the image.
2- How to change the single product header layout to be the same as default home page.
Hello there,
Thank you for getting back.
1. Can you please give me your website URL to check this issue ?
2. 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 helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Thank you very much … this is the link https://bit.ly/2UqoP8Q ... also in the same page i have two windows with the same tabs “Specifications & Reviews”?!
Also could you please tell how to change the style of “Deal Products Carousel” in “Home v4” to be like the style in “Home v1” for example.
Hello again,
Thank you for getting back. The link loads maintenance mode.
If you are having 2 tabs, it is most likely that it is coming from a third-party plugin. Can you please de-activate all third-party plugins to test this.
You’ll have to use a WP Bakery Page Builder element to use Home v1 block in Home v4. https://docs.madrasthemes.com/electro/topics/visual-composer-elements/electro-onsale-product/
Please note it is not a carousel but a single product only.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Hello,
Sorry, I have just deactivated the maintenance mode.
again, I can’t edit or add anything in the home page by WP Bakery Page Builder, I can’t customize the home page, all settings are just available in normal editor. even for example I can’t remove the Deal Products Carousel from the Home Page also I can’t add product block. From Where I can add Blocks and how to control its places?
Hello again,
Home pages can be built using Page Template or page builders ( you can use WP Bakery Page Builder or Elementor ). We’ve documented it here : https://docs.madrasthemes.com/electro/topics/set-up-pages/home-v4/
If you want to use WP Bakery Page Builder, you can simply paste this code in your editor ( “Text” tab) : https://docs.madrasthemes.com/electro/topics/set-up-pages/home-v4/via-visual-composer/#home-v4-vc-code
Please check the home page options and make sure that you’ve enabled “Page Content”. Ref : https://docs.madrasthemes.com/electro/topics/troubleshooting/home-pages/visual-composer-does-not-work-with-home-pages/
You can uncheck the other blocks if do not wish to load them as well.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Hello again,
From the link I see that you are using extended view. In extended via all tabs are laid out separately instead of as tabs. You can change the view to normal.
If you want to have regular tabs in extended view, please add this to your child theme’s functions.php : https://gist.github.com/ibndawood/be3e83b524345c486c97d05a00f93426
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Also I notice your single product image does not load. This could be due to Visual Composer.
The issue with the WPBPage Builder ( formerly Visual Composer ) not supplying the latest version of flexslider. You simply need to replace the slider in WPBPage Builder ( formerly Visual Composer ) folder with the latest flexslider file from woocommerce. Please follow this step :
1. Copy contents of the file here : /wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js
2. and replace the copied content with the content of this file : /wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Thank you very much for the solutions, One last issue is single product image, after i replaced the copied file, all images show up in the page without slider .. you can see the same link >>
also if you please tell how to turn on the timer in “Electro Deal and Products Tabs” because I use Visual Composer and it has no option for timer.
Please email our support and I will check the issue with the slider.
Regarding timer, 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/
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Hello again,
Thank you very much for support, issues have been solved but the last one “Single Product slider” not yet.
anyway I want also to ask about how to get the latest update because I have 2.2.6.
Thank you
Hello there,
Thank you for getting back. You can get the updates from your themeforest downloads page.
The theme can be updated in 3 ways :
1. Automatically : You can use Envato Market plugin to update the theme automatically. Instructions here : https://ibndawood.com/how-to-update-a-themeforest-wordpress-theme-or-a-codecanyon-wordpress-plugin/
2. Semi-Automatically : Sometimes (1) does not work. You should install this plugin : https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/ , download the latest installable WP theme zip file from your Themeforest downloads page and then upload it via Appearance > Themes > Add New > Upload Theme and upload the zip file. The “easy upgrades” plugin will backup the old theme and install the new one.
3. Manually : You should download the latest installable WP theme from your themeforest downloads page, rename your current theme folder in wp-content/themes folder, unzip the downloaded WP theme from your Themeforest downloads page and upload it to wp-content/themes folder.
Please note that updating a theme will override any custom changes that you make to the parent theme. Hence we recommend using a child theme. A child theme is not meant to be updated and should contain only your custom changes.
Hope this helps. Let us know if you have any other questions or need further help.
Thanks, Ibrahim
Please email our support with your WP admin details and FTP details, I will fix the issue for you.
Hello again,
Thank you for keeping in touch, I have updated the theme but the “Single Product slider” not yet solved. I need solution for this problem because images doesn’t show up https://bit.ly/2UqoP8Q
Thanks
Hello again,
Please let us know your WP admin details and FTP ( or cPanel ) details via our support. I will take a look into the issue.
Thanks, Ibrahim
Hello again,
Thank you for reaching us. Please do not mention your details here. please email them to our support. Also please include your website URL as well.
Thanks, Ibrahim