Discussion on Porto | Multipurpose & WooCommerce Theme

Discussion on Porto | Multipurpose & WooCommerce Theme

Cart 102,101 sales
Recently Updated
Well Documented

p-themes supports this item

Supported

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

Hi, Could you use the member categories? You can select team A when edit the member a1, a2 and select team B when edit the member b1, b2. You can add the member category page in the menu or you can show the team members by category using porto member shortcodes: http://newsmartwave.net/wordpress/porto/shortcodes/members/

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.

Hello, 1) I still cant found this place to translate http://prntscr.com/9snadg 2) My page scrolling so slow, i forgot this scrolling feature’s name. How can i close this scrolling feature ?
Hi, 1. I think you should translate woocommerce plugin. (includes/wc-cart-functions.php:265) https://docs.woothemes.com/document/woocommerce-localization/ 2. Please disable Smooth Scroll in Ultimate > Smooth Scroll.

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

what should I do ?

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

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.

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.

Hi need uptade this please porto/woocommerce/myaccount/form-edit-account.php v 2.5.1 to 2.2.7 woocomerce.

Hi, We will update porto theme. Please change the following code in form-edit-account.php: * @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?

Hi, We will update porto theme. Please change the following code in form-edit-account.php: * @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/9ursex

Avast 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.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey