23249 comments found.
Hello,
since latest theme update DOWNLOADS and WHISHLIST shows in customer account overview? Is it possible to deactivate this? Whishlist is disabled in Porto settings but continues showing in “My Account Page”.
Hello, @rene_scrubei,
Please copy and paste the below-given CSS code to Porto >> Theme Options >> Skin >> Custom CSS and check back your site after removing the browser cache.
.woocommerce-account .woocommerce-MyAccount-content .col-md-4.col-sm-6.col-12.m-b-md:nth-child(2) {
display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content .col-md-4.col-sm-6.col-12.m-b-md:nth-child(5) {
display: none !important;
}
.woocommerce-account li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
display: none !important;
}
.woocommerce-account li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist {
display: none !important;
}
And also could you please purchase a support extension to get further support? Your 6 months of support period is expired from 24/03/2020. According to Envato’s support policy, renewing support is required for further support.
Thanks for your understand.
hi, how to change the cart icon? (porto demo 01) many thaks
Hello, @ignition3d,
If you have the Cart Icon on your site by default as showing below:
Then before using any other Icon, you first have to remove this Icon, and it has been made using Custom CSS, You have to comment out the Custom CSS from Theme Options >> Skin >> Custom CSS as showing below:
And then you can use any Icon code from here or FontAwesome:
https://www.portotheme.com/wordpress/porto/shortcodes/icons/
As showing below:
And then paste that code under Porto >> Theme Options >> Header >> Mini Cart Icon as showing below:
It will work for you:
This is how it works 
many thanks. How can I also replace these cart icons?
Hello, @ignition3d,
Please copy and paste the below-given CSS code to Porto >> Theme Options >> Skin >> Custom CSS and change the value in the given code as per your requirements.
.product-summary-wrap .single_add_to_cart_button:before {
content: "\f217" !important;
font-family: "Font Awesome 5 Free" !important;
font-weight: 900;
}
Please could you respond to my support ticket: #110115 on your support system… thanks
Hello, @Iconexhibitions,
I have just confirmed from the support department and they said that they already replied to your support ticket #110115, so please check your support ticket reply and reply to your support ticket accordingly, and please do not panic here for the support tickets, our support system works on a queue system, so once the tickets are in the queue above your ticket solved then your support ticket turns will come and once your support ticket will be resolved, you will always get the reply of your support ticket, so always please be patience.
Thanks for your understanding.
Hi,
i bought your theme but the licence code does not work.
can you help me with this?
thank you.
Hello, @Slin159,
Please go to Porto >> Theme License and try to activate the Theme again from there, if it will still not work for you then please try the below-listed solutions one by one.
It’s because your local environment can not access to our servers https://portotheme.com & sw-themes.com
Please try to ping our servers and let us know if it works? If the above addresses are blocked by your hosting provider and your site does not ale to request these addresses then you have to ask your hosting provider to remove the restrictions and solve this for you.
OR
Please enable curl extension from the server this will fix your issue. This extension is required for the registration process.
OR
The issue mostly occurs when the server has any kind of restriction and do not allow you to communicate your server with our internal server for activation, so please ask your hosting provider to remove all sorts/kinds of restrictions from your account and deactivate the firewalls for some time until you activate the theme.
I hope that helps.
Hi Porto
Kindly remind me the links to find SVG Icons Online as used on the Demo below:
https://www.portotheme.com/wordpress/porto/architecture/I want to substitute the Icons with my own.
Thanks.
Hello, @Peaceonearth,
You can Google it and use any of the SVG Icon HTML code on your site from anywhere and it will work for you, here is the one:
http://svgicons.sparkk.fr/
Hi! Is it possible to remove ‘Sale Countdown Timer’ that is showing in category page? I would like to show sale countdown timer only in product page. https://imgur.com/a/LzXMB9r
I use to shop demo 35. but i got a problem. I have an item in cart but it show $0.0. I want to remove this. See image below. And i want to add link to sign, login button.. https://i.imgur.com/9ykCyUK.png thank you
Hello, @acong1996,
1. I am sorry but this is not dynamic, This is only for the dummy purpose and we have added it using Custom JS, You can change/remove it from Porto >> Theme Options >> Skin >> Custom JavaScript as per your requirements.
2. Please read and follow the instructions written in this article:
https://smartwave.freshdesk.com/support/solutions/articles/12000068799--43-how-to-change-my-account-page-link-in-header-builder
Hello,
I just bought 10 minutes ago your theme, I installed the theme on my website and now I’m on the Activate Porto Theme page, I got my purchase code back but when I click on the activate button, I get the error message : Purchase Code is not valid!!!!.
This is the first time I download this theme, I have only one license key and I didn’t put it on another site.
Why is this?
Yours sincerely,
Hello, @AlexisFontana,
Please go to Porto >> Theme License and try to activate the Theme again from there, if it will still not work for you then please try the below-listed solutions one by one.
It’s because your local environment can not access to our servers https://portotheme.com & sw-themes.com
Please try to ping our servers and let us know if it works? If the above addresses are blocked by your hosting provider and your site does not ale to request these addresses then you have to ask your hosting provider to remove the restrictions and solve this for you.
OR
Please enable curl extension from the server this will fix your issue. This extension is required for the registration process.
OR
The issue mostly occurs when the server has any kind of restriction and do not allow you to communicate your server with our internal server for activation, so please ask your hosting provider to remove all sorts/kinds of restrictions from your account and deactivate the firewalls for some time until you activate the theme.
I hope that helps.
Thank you for your feedback.
I just tried it again and this time it worked. Don’t you think there is a delay in activating the purchase code before you can enter it on the site?
Sincerely,
I didn’t touch anything and neither did the host, so how do you explain the fact that it now works?
Sincerely,
Hello, @AlexisFontana,
Maybe at the time when you faced the issue, there was some issue with your server or with our internal server or with your internet, that does not allow to communicate your site with our internal server so that error occurs, so please always be patience and if that issue occurs then wait for the couple of hours…
That’s all.
Hello,
Thank you for your feedback. Okay, it might be that, I wanted to bring it up to you.
Sincerely,
You’re Welcome!!!
Hello,
I just wanted to check does the theme have the feature of “Text Transform” on the header/menu for mobile devices? (eg. make it Uppercase or lowercase, Capitalize).
Thank you.
Hello, @MrAnderson7,
For the mobile version of the site, please copy and paste the below-given CSS code to Porto >> Theme Options >> Skin >> Custom CSS and change the values in the given code as per your requirements.
#nav-panel .accordion-menu > li.menu-item > a {
text-transform: capitalize !important;
}
And also could you please purchase a support extension to get further support? Your 6 months of support period is expired from 29/04/2020. According to Envato’s support policy, renewing support is required for further support.
Thanks for your understand.
Sure. Cool. Thank you.
Most Welcome!!
my Purchase Code is not valid?
Hello, @redhatsky,
Please go to Porto >> Theme License and try to activate the Theme again from there, if it will still not work for you then please try the below-listed solutions one by one.
It’s because your local environment can not access to our servers https://portotheme.com & sw-themes.com
Please try to ping our servers and let us know if it works? If the above addresses are blocked by your hosting provider and your site does not ale to request these addresses then you have to ask your hosting provider to remove the restrictions and solve this for you.
OR
Please enable curl extension from the server this will fix your issue. This extension is required for the registration process.
OR
The issue mostly occurs when the server has any kind of restriction and do not allow you to communicate your server with our internal server for activation, so please ask your hosting provider to remove all sorts/kinds of restrictions from your account and deactivate the firewalls for some time until you activate the theme.
I hope that helps.
Hi there,
I use SEO2 template. How can I change the name Services? So in the permalink and breamcrumbs. I cannot find it with Loco Translate. Thank you in advance.
I have no idea where to change it. So you tell me 
Hello, @brandboostcompany,
I am sorry for the misunderstanding, but I asked you to provide the section screenshot from which you want to change the word… please share the frontend section screenshot which you want to change so that I’ll check and provide you the best possible solution for it.
Ah okay sorry. Here you’ll find a screenshot: https://prnt.sc/w3qo4c. As you can see I want to change the permalink and breadcrumb. Thank you in advance.
Hello, @brandboostcompany,
That services is actually the portfolio, and it has been set as services from Porto >> Theme Options >> Portfolio, so please go there and change the services to anything from there as per your requirements, save changes and check back your site after removing the browser cache.
Ah so simple haha, thank you!
Most Welcome!!! 
Hello, is it possible for shop to display items in stock before items out of stock in all types of sorting?
Hi, thanks in advance for help. We are moving domain but we forgot to deactivate license before taking it down. Can you reset my latest purchase code in order to reactivate it on the new site? Thanks
Hello, @lCeSl,
I have reset your purchase code, now you can use the same purchase code for registration of your theme.
Regards, P-THEMES.
Thanks for the fast action and reply, professional and helpful as usual. Kind Regards CeS
You’re Welcome!!!
Hi,
We have a problem with menu Top Border on hover, the top border doesn’t show up on hover or active.
Do you have a css snippet for this problem?
We are with the latest WP version and porto too.
EDIT : Sorry for the comment, it seems to be cache issue
No Problem and Sound’s Great!!! 
Hi Porto
Kindly address Support Tickets #110102, #110100 , #110030 & #110014
Thanks.
Hello, @Peaceonearth,
I have just confirmed from the support department and they said that they already replied to your support tickets with a proper solution so please check back your support ticket replies and reply to your support tickets accordingly and please do not panic here for the support tickets, once the support ticket will be resolved, you will always get the reply of your support tickets.
#110102
#110100
#110030
#110014
How do I edit the footer info on demo Shop 11? I went into the blocks section of the admin panel, but I cannot edit any of the demo text. It does not update.
Hello, @zeeframe,
This seems to be that you are using the Elementor version of the Demo, Please watch and follow the instructions showing in this video I have created for you.
https://streamable.com/tlq4ab
Hi, I purchased a support extension, I have 3 license code, it works for 3 license codes or just for one of them? I can’t do theme update in 3 websites, get error “This code was already used in kinsta.cloud” Kinsta support recommend me to contact theme support to solve that problem
I tried to update and failed, the same deactivating and activating. Error: “Purchased code not valid” https://ibb.co/KNX5YHr
Hello, @FRubilar,
Please go to Porto >> Theme License and try to activate the Theme again from there, if it will still not work for you then please try the below-listed solutions one by one.
It’s because your local environment can not access to our servers https://portotheme.com & sw-themes.com
Please try to ping our servers and let us know if it works? If the above addresses are blocked by your hosting provider and your site does not ale to request these addresses then you have to ask your hosting provider to remove the restrictions and solve this for you.
OR
Please enable curl extension from the server this will fix your issue. This extension is required for the registration process.
OR
The issue mostly occurs when the server has any kind of restriction and do not allow you to communicate your server with our internal server for activation, so please ask your hosting provider to remove all sorts/kinds of restrictions from your account and deactivate the firewalls for some time until you activate the theme.
I hope that helps.
I DONT SEE ANY CONTACT FORM IN THE DESIGN
Hello, @muriade,
The Contact Form designs came with the Demo Import, but you must have to install the Contact Form 7 plugin before importing the Demo content.
And in your case, you did not Install the plugin but Imported the Demo content and now after Importing the Demo content you Installed the plugin and the Contact Form designs are not there…
Now you have to create your own Contact Forms as per your requirements.
You can read the below-given articles and threads.
https://www.wpbeginner.com/wp-tutorials/how-to-style-contact-form-7-in-wordpress/
https://contactform7.com/styling-contact-form/
https://webdesign.tutsplus.com/tutorials/customize-contact-form-7-in-wordpress-with-handmade-svg--cms-34855
how to i change the footer text?
Hello, @muriade,
You can change the Footer Ribbon Text from Porto >> Theme Options >> Footer and also please read and follow the instructions written in the below-given article:
https://smartwave.freshdesk.com/support/solutions/articles/12000056890--17-how-to-configure-footer-in-porto-wordpress-
Hello, this week after the wordpress update I realized that the sites with Porto have a problem with the sticky header, it no longer stays static at the top, how can I solve this? I came up with the shop demo 26 and 27
Hello, @biotechltda,
I have just tested this at my end on my test site and finds the same issue with the header builder header type, but the sticky header is working fine with pre-built header types.
I have also noticed that the issue only occurs with the bottom header row, but if you place the Main Menu or Toggle Main Menu element in the middle or top row of the header builder, you will find it to work fine.
And this is because of the latest WP version 5.6, we are really sorry at this time for this inconvenience and apologizing for it, and really thankful to you for notifying this issue to me, I am forwarding this issue to the development department for testing it in deep and fix it with the upcoming updates of the Theme, so please be patience for now and again apologizing for this.