23226 comments found.
Found it. Only added this snippet into functions-php:
function sv_remove_product_page_skus( $enabled ) {
if ( ! is_admin() && is_product() ) {
return false;
}
return $enabled;
}
add_filter( 'wc_product_sku_enabled', 'sv_remove_product_page_skus' );
Hi, We added a new option. Please configure Product Meta option in Theme Options > Woocommerce > Single Product.
Hello.. There was no fix with todays update for the issue in cart page and single product page. As mention in earlier posts.
Brgds Rune
Hi, Please check after refresh web browser cache and wp cache.
Does this theme require jQuery migrate or can I disable it?
Please contact us through purchased account.
Hello. I imported a complete demo of a store. In the menu, the side has the search field with the product categories. Here not appear the product categories. Where can I fix? sorry for english.
Hi, You can show/hide the categories. Please configure in Theme Options > Search Form. If you want to show the categories, please add the product categories in Product > Categories and select the categories when edit the product.
Hello. See the image as it is. (http://oi67.tinypic.com/65abmb.jpg) But it still does not appear.You need to be done anything else?
Hi, I couldn’t see the images. Please send me the image through support page.
Hello I cant find support forum. Please can you help me? I used “Porto members”. I have many members seperated to teams. For example: Team A (memberA1, memberA2), Team B (memberB1, memberB2). I want to create page with only Team A. Another page with only Team B. Just page, nothing else. I dont want to have 1 page with all members from team A and team B together. I need to create more Teams and show on website = > 1 team = 1 simple page
Yes I was trying everything. I dont know how to link to the category from Porto members in Visual editor.
1) Click on “Members” > “Members categories” > create new “test” 2) Click on “Members” >> “Add new” >> category “test” >> save 3) pages >> add shortcodes “Porto members” >> type “test” to “Category IDs” and save 4) go to page and there is nothing
Hi, When edit the porto members shortcode, you should input number in Category IDs like “4,15”. When edit the member category, you can see the category id in the editing url. For example: if editing url is http://site_url/wp-admin/edit-tags.php?action=edit&taxonomy=member_cat&tag_ID=15&post_type=member&wp_http_referer=....., the category id is 15.
I see message saying “Item support – 1 month remaining”, what does that mean, does it mean after 1 month I will not get updates if there is any ?
Thanks for using Porto.
You will enjoy free updates forever, but unable to get technical support once support period is expired.
Thank you man, all resolved
Could you inform me how to change the background color of Breadcrumbs? The default one is black and I want to make the color a little lighter. Thank you.
Please configure in Theme Options > Skin > Breadcrumbs. Regards.
Anchor link on front page hidden under floating navbar. I have added an anchor link using the div ID but on mobile the floating navbar hides part of the page that the anchor link is situated on.
I have used: above the anchor link which seems to work on desk top, and I have seen some JS fixes but didn’t want more javascript on the front page.
Any help please?
Please contact us through purchased account.
Just updated to 2.7 and not getting the update to WPBakery Visual Composer. Is that something you provide? the error is “Update package not available.” it is my first update.. am I doing something wrong?
Hi, Current version is 2.7.1 and we uploaded new version 2.7.2. Could you update the plugin in Appearance > Install Plugins after update theme? Will be approve soon new version.
Hi quanpharm,
PreSale Question
I really love your theme and want to buy it. Can I use it as a multi-vendor marketplace with plugin such as Dokan (https://wedevs.com/products/plugins/dokan/)?
Thanks
Thanks for your interest in Porto. Unfortunately we also had no chance to test with Dokan yet.
Thank you for the response. But in general can it work with any multi-vendor plugin (such as the one from woocommerce)?
Yes, but it may require some styling customization.
How to show product category in page shop same Homepage 13 template ? I’ve inserted short code: [porto_product_category view=”grid”] but It’s show blank page. I’ve created many product categories
I can show some child product categories, not all. I want to show all parent product categories. I use short code: [porto_product_categories view=”grid” columns=”6” pagination=”true”]
what should I do ?
I change many short code, but always show 12 child product categories
Please send me wp admin and ftp accounts, a testing page url through support page. Let me check.
please check mail (My email: quanpham...@gmail.com)
hy, I have a problem. how i setup my account, login, logout, register function. thanks
Hi, You can show the login/register & logout links in the top navigation or the main menu. You can configure in Theme Options > Menu. Please select the my account page in Woocommerce > Settings > Accounts. Please check Enable registration on the “My Account” page in Woocommerce > Settings > Accounts > Registration Options.
hy, i am getting this error while saving the theme, how to solve this
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 76 bytes) in /home/xxxxxxxx/public_html/wp-content/themes/porto/inc/admin/lessphp/lib/Less/Tree/Element.php on line 41
can you please reply !
also please reply for this https://qsnapnet.com/snaps/ifeydatx7ylrqkt
.main-content { padding-top: 0; }
You can select the banner type in view options and select the master slider.
thank you for the reply. but increasing memory limit haven’t solved my problem
Please check after update php version to 5.4 or higher.
Please increase max_execution_time to 180 or higher.
thank u … issue solved brother 
Thank you!
The Demo site is not working properly. Please advise.
Hi
Could you please share us your screenshot?
Sure… how? e-mail? DropBox?
The screen continuously loads.
Could you check on another computer? We checked demo in http://www.antivirus-free.org/check-url.html but didn’t found the issue.
Could you check http://newsmartwave.net/wordpress/porto/ ?
Hi need uptade this please porto/woocommerce/myaccount/form-edit-account.php v 2.5.1 to 2.2.7 woocomerce.
* @version 2.2.7
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<?php wc_print_notices(); ?>
<form action="" method="post" class="featured-box align-left">
To:
* @version 2.5.1
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<?php wc_print_notices(); ?>
<form action="" method="post" class="edit-account featured-box align-left">
Hello, I updated to porto 2.7.1 and WooCommerce 2.5.1 and i have a problem with a file which is: porto/woocommerce/myaccount/form-edit-account.php It says I have version 2.2.7 and must be updated to version 2.5.1 for good performance, how do I solve this this?
* @version 2.2.7
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<?php wc_print_notices(); ?>
<form action="" method="post" class="featured-box align-left">
To:
* @version 2.5.1
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<?php wc_print_notices(); ?>
<form action="" method="post" class="edit-account featured-box align-left">
it work, thanks!
I finally bought the theme! I still can’t see the demo in my desktop. Please check my screenshot to see what i get :
http://prntscr.com/9ursexAvast blocks the demo i think at last for some reason.
Hi, I checked demo site in http://www.antivirus-free.org/check-url.html But didn’t found the issue. Please check another computer with another ip. We are using site lock for our demo site. I think the site lock blocked your ip. Regards.
I am having a major issue. It seems that the header and skin settings keep reseting automatically when I try to update the portfolio layout settings. I lose my logo, header settings and it goes back to theme default. What could be causing this?
Hi, Please check after update php version to 5.4 or higher. If it’s updated, please send me wp admin and ftp accounts. Let me check.
Tried to view the preview site and our anti-virus protection kicked in blocking the site after identifying that it tried a “Mass Injection Attack”. Your demonstration site may have been hacked and is attempting to infect all viewers.
Hi, it works fine here. Could you give me screenshot and url?
Have a screenshot. How can I send it to you? URL: http://newsmartwave.net/switcher/?theme=porto_wp
Can you upload it to online screenshot tool or dropbox? Thanks for your help.