23226 comments found.
Hi, does not work for “Porto Featured Products Slider (in Visual Composer)” in Firefox and Google Chrome. This works fine in Safari.
Link: https://www.sneakerbarber.com/en/ See section “Highlights”Thank you
PS: I will pay support by the end of the week 
Hi,
This seems to be your site any third party plugin confliction issue, Please once check your site after deactivating all the third party plugins including cache plugins as well and check your site after removing the server, site and browser cache, Hope your issue will solve and then again you have to activate all the third party plugins again one by one and check which one is creating an issue on your site.
Thanks.
Is porto compatible with All in One SEO? since I updated to the latest version, I cannot generate a sitemap.xml file, when I try to generate/view it, I come to a page with: ‘The site is experiencing technical difficulties.’??
Hi,
This is not the compatibility issue, but this is any plugin issue, Please turn on your site debug mode you will find the cause and path of the issue, and before that please make sure that you also update the Theme required/recommended plugins as well, and if not then please update the plugins first from Appearance >> Install plugins one by one and check your site.
And also could you please purchase support extension to get further support? Your 6 months of support period is expired from 20/02/2019. According to Envato support policy, renewing support is required for further support.
Thanks for your understand.
I added two categories. When I open the product catalogue I see the products. Under the products picture there is a button to open the single product view. But the content inside the Button is “Ausführung wählen” or “Weiterlesen”. How can I change words in the button ?
Do I need to install a plugin or where can I find the WooCommerce plugin language files ?
Hello,
You can translate any plugin and Theme using Loco Translate plugin:
https://wordpress.org/plugins/loco-translate/
I could translate the words, but I think there is something strang in my catalogue. The button of the first product was “Ausführung wählen” which was the translation of “Select options”. The button under the second product was “Weiterlesen” plus an icon of a mini-basket. It was the translation of “Read more”: Should the product not always have the same buttons with the same meaning ? How can I eliminate teh mini-basket of the button ?
Kind regards Florian
Hello,
Please copy and paste the below given CSS code to Appearance >> Theme Options >> Skin >> Custom CSS and check your site now after removing the browser cache.
.product-type-simple .add-links .add_to_cart_button:before, .product-type-simple .add-links .add_to_cart_read_more:before {
display: none !important;
}
Best Regards.
Thank you, now the mini-basket is not anymore part of a button. But the two buttons have still different meaning “Select Options” and “Read more”.
Hello, I created a product and selected the category, the sub category and the sub sub category to the product. When I open the sidebar menu with the categories I can only see the product in the category and the sub sub category. Why can’t I see the product when I only want to select the sub category ? At the moment it only shows the picture of the sub category.
Hi,
Please go to Appearance >> Customize >> WooCommerce >> Product Catalog and select Category display as: “Show Sub Categories and Products” as showing in this screenshot: https://screenshot.net/rm3xwig
, This is the only possible option WooCommerce provides by default.
Hi Porto, My Website https://www.izmashop.com speed performance is very very very slow, even i run optimize wizard and installed wp-super cache and FVM as well. How can i improve porto theme performance?
Hi,
Just tested your site and finds this result: https://gtmetrix.com/reports/www.izmashop.com/BVzcbJr4
Please see this screenshot: https://screenshot.net/3ej6kar
, This is clearly showing in the below-given screenshot that the Speed of the site is slow because of the Images has not been optimized and Compressed and because of JS and CSS has not been minified and because of the Server as well.
Porto Comes with default Speed Optimization Wizard Option, you will find under Porto >> Speed Optimization Wizard, So you have to use it and Minify the JS and CSS from there as well and use any third-party plugin for Compressing and Optimizing your site Images and also use server cache as well.
Basically the Speed of the site is something which can be achieved using Customization, So I only able to suggest you the tested solution, Please read and follow the instructions written in this article: https://smartwave.freshdesk.com/en/support/solutions/articles/12000052420--10-porto-site-speed
Otherwise, If you want our paid Customization services, you can contact our Customization team as well.
hello, how can I remove it on 23 preview?
top header: FREE SHIPPING on orders of $80 or more! Code: PORTOMAGIC | Restrictions Apply. See All Offers
it is not there … all fields are empty
Hi,
Can you please contact us via our support system with your site WP Admin Login details so we will check and provides you the exact solution for it.
Thanks.
i found it, it was at header builder, Appearance > personalize
Sound’s Good!.. 
Having a lot of issues with all 13 of my supported and paid sites since the version 5 update. It has changed the banners so they don’t fit, broke the video banner on the home page and now finding that the fancy text is displaying all the options on one line instead of scrolling. Is there some issue with Demo 14 because all the sites I have a built on this. All are clean out of the box installs. I wish I had not run the update now.
Hi,
I am sorry for the inconvenience, Please again download the Theme Package from Envato by Login into your Envato Account >> Downloads, and then again update the Theme on your site by following the steps listed in this article: https://smartwave.freshdesk.com/support/solutions/articles/12000052422--13-update-porto-theme-manually-without-loosing-any-data-
After updating the Theme please go to Plugins and delete the Porto Functionality plugin and then go to Porto >> Theme License and deactivate the Theme from there an then again activate the Theme with the same purchase code and then again go to Appearance >> Install plugins and Install and Activate the Porto Functionality plugin from there, After that go to Porto >> Speed Optimization Wizard >> JS Composer and make sure all the component will be un-checked from there and click on compile button, Finally check your site after removing the server, site and browser cache, Hope your issues will solve and if not then please once contact us via our support system with your site WP Admin Login details so we will check and solve it for you or provide you the solution.
I’m trying to get the portfolio carousel images to be a fixed size on the project page with:
.owl-carousel .owl-wrapper { display: flex !important; }
.owl-carousel .owl-item img { width: 100%; height: 200px !important; object-fit: cover !important; max-width: initial; }
But that seems like it doesn’t work.. can you please help?
Hi,
Please try with the below given code, It will work for you as showing in the below given screenshots, Otherwise, Please contact us via our support system with your site WP Admin Login details so we will check it for you.
1. https://screenshot.net/76807al
2. https://screenshot.net/n2o0zcn
.portfolio-item span.thumb-info span.thumb-info-wrapper img.img-responsive {
width: 100%;
height: 200px !important;
object-fit: cover !important;
max-width: initial;
}
I’ve just used this code as per your reply to somebody wanting to hide the variation price. The only problem is it’s hidden the price on the shop page also.
/* Disable Variable Product Price Range completely: */
add_filter( ‘woocommerce_variable_sale_price_html’, ‘my_remove_variation_price’, 10, 2 ); add_filter( ‘woocommerce_variable_price_html’, ‘my_remove_variation_price’, 10, 2 );
function my_remove_variation_price( $price ) { $price = ’’; return $price; }
How do I ensure the price still shows here: https://www.platebuilder.co.uk/shop/
But not on the product page itself? Thank you, Adam
Hi,
Please read this Doc: https://businessbloomer.com/?s=hide+price
You will find all the code snippets for WooCommerce Price.
And also could you please purchase support extension to get further support? Your 6 months of support period is expired from 22/02/2019. According to Envato support policy, renewing support is required for further support.
Thanks for your understand.
Thank you, I have purchased this theme about 8 times if not more. Some level of support without pressure to keep extending the paid support would be appreciated as I’ll continue to buy the theme for new websites.
On that note, the website isn’t sending new users an email when they register as it says it would. Could you please assist?
Thank you. Website is platebuilder.co.uk
Hi,
Please read and follow the instructions written in the below-given articles:
1. https://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-not-sending-email-issue/
2. https://kinsta.com/knowledgebase/wordpress-not-sending-emails/
3. https://wordpress.org/support/topic/registration-emails-not-being-sent-4/
Thanks.
Translation German with .po and .mo files don`t work. I have downloaded the files from the Dropbox and followed your steps…
....upload it to wp-content/languages/themes and then go to WP-Dashboard >> Setting >> General and change your site language from there as German for Germany and save changes and check your site after removing the browser cache.
how come the cart icon background with the number does not want to change colors. can you please let me know why the color background of the number above the mini cart does not want to change color according to the primary skin color.
here is the website kknovelty.com kknovelty
Hi,
Please copy and paste the below given CSS code to Appearance >> Theme Options >> Skin >> Custom CSS and change the color in the given code as per your requirements and check your site after removing the browser cache.
#mini-cart .cart-items {
background-color: green !important;
}
And also could you please purchase support extension to get further support? Your 6 months of support period is expired from 02/08/2018. According to Envato support policy, renewing support is required for further support.
Thanks for your understand.
Slider is not visible when sticky header is used in Home page 4 – Modern, agento 2.3
Hi,
Have you purchased the Porto WordPress theme? If yes, then please contact us through your theme purchase account to get the free support for Porto WordPress theme.
Thanks.
It is possible to automatically activate the filter bar in “Horizontal Filters 1”. By default it appears hidden.
Hi,
You have to choose the “Horizontal Filters 1” from Appearance >> Theme Options >> WooCommerce >> Product Archives as showing in this screenshot: https://screenshot.net/oew7zs4
And also could you please purchase support extension to get further support? Your 6 months of support period is expired from 10/04/2019. According to Envato support policy, renewing support is required for further support.
Thanks for your understand.
The solution that you indicate to me is to use HORIZONTAL FILTER 1 but when doing this I would no longer have the option of hiding it with the toggle. What I was asking is that if using the HORIZONTAL FILTER 2 it is possible to leave TOGGLE OPEN OR ACTIVATED BY DEFAULT.
THANKS
Hi,
No, Sorry to say that but this is not possible, This is the default functionality of the Theme and you can turn ON/OFF it only using Theme Options, This requires customization. Item support does not include services to modify or extend the item beyond the original features, style, and functionality described on the item page. For customization services that will help you tailor the item to your specific requirements, we recommend to contact our customization team.
Best Regards.
Hi, can you make porto compatible with facetwp search? Our client owns 10 thousand of products, simple category filter is not enough.
Hi,
Thanks for sharing the suggestion/feature request with us, I am forwarding this to our development department for considering to add it in the theme, but I am not giving you the guarantee for that because please note that a theme cannot satisfy all requirements as it may occur theme heaviness. Sometimes it may require your own customization. So if the development department finds it fit with the theme environment then surely they will look through it.
Hello. I need a functionality similar to the “Find an agent” category of this demo: https: //www.portotheme.com/wordpress/porto/insurance/ is a template functionality or is achieved through some extension that must be paid ? Thank you
Hi,
First of all thanks for showing your interest in Porto WordPress.
And the Particular “Find an agent” form is made using Custom Code, as showing in this screenshot: https://screenshot.net/j2k89in
, So you can use any Custom Code on your site or you can use Contact Form Plugin which comes with the Theme Package or you can use any other third party plugin as well as per your requirements.
Thanks.
Detalles del error
Se produjo un error del tipo E_ERROR en la línea 16 del archivo /home/yagwtoqs/public_html/wp-content/themes/porto/inc/admin/functions.php. Mensaje de error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 150994944 bytes)
Hi,
This is not the Theme but your server memory limit issue, Please contact your hosting provider and ask your hosting provider to solve this issue for you on your site.
Thanks.
Hello, in mobile product listings, i set to view 2 products per row but it shows in both view types, grid and list. Can i set it only in grid but not in list view? In resume i want in grid 2 products per row and in list view only one. Its posible?
Thanks
Hi,
Sorry to say that but this is not possible, The Option will apply on Both of the views of the Product/Category page. This requires Customization.
Thanks.
How do I remove the popup?
Hi,
Please read and follow the instructions written in this article: https://smartwave.freshdesk.com/support/solutions/articles/12000052389--1-home-page-pop-up-modal-box-background-image-and-text-changing-or-removing-
I have upgraded to version 5 and saw that there is some new demos. But when I run the setup wizard again I can’t see Shop Demo 26. How can I install it?
Hi,
I have just checked the latest Theme at my end and finds the particular Demo in it as showing in this screenshot: https://screenshot.net/9nokoiw
It must be the cache issue at your end nothing else, So please once check your site now after removing the browser cache, Hope your issue will solve and if not then please contact us via our support system with your site WP Admin Login details so we will check it for you.
Good morning, how do I change the colour of the social share icons under the add to cart button on product page?
Thank you, Adam
Hi,
You can change the Color of the Social Share Icons using Custom CSS, Please provide me the site, page URL so that I’ll check and provide you the Custom CSS for it.
Thanks.