Discussion on Porto | Multipurpose & WooCommerce Theme

Discussion on Porto | Multipurpose & WooCommerce Theme

Cart 102,094 sales
Recently Updated
Well Documented

p-themes supports this item

Supported

23226 comments found.

I have some problem, master slider!!

I can’t change Post tile link color & Post excerpt color. Post tile link & Post excerpt color is always same theme( Porto Theme )

I tried but failed to change with the Style Editor.

To resolve the problem, How can i do?

check this screenshots http://kissocoffee.com/magazine/wp-content/uploads/sites/3/2015/04/post_title_color_02.jpg

I think this is master slider issue. Could you check the style using firebug in firefox or chrome inspect element feature and add custom style in style.css?

Hi, please make a classsic corporate template (no ecommerce), i want it :) Thanks

Yeah, we’re planning to add them in the near future, thanks for your patience.

Pre purchase question. What feature makes your theme stand out of all other in the market. I can see X theme . What sets you apart? I was interested in buying a theme for my online store.

Thanks for your interest in Porto. You can check full features of Porto on our demo site.

demo not working !!!

why I can not be resolved

I’ll check and send you email.

How to change the search bar text (Search) to like Search our store etc…

its Magento Latest Porto Version

Please contact us through Porto magento’s support page, this is wordpress version. Thanks.

aaa…thats why i searched for the issue before posting and i can’t get any info thanks …

price filter not working in my shop page

Could you send me wp admin and ftp accounts through support page? Let me check.

When I list simple products (http://bit.ly/1ConBey) with a price all shows fine but when I list variable products (http://bit.ly/1H9CMhc) with variations & attributes setup with prices for each I don’t get the selection box, quantity or ADD TO CART button! Any idea why?? I need to get this site live tomorrow. thanks!

Please deactivate woocommerce color or image variation swatches plugin. We found the issues in this plugin.

Hello sw themes I have a problem with the blog section I’m not able to view my blog next to my shop icon the blog shows a empty page is there a way to fix that,

Thank you,

Saleem

Did you selected a blog page in Settings -> Reading on admin sidebar? Please send me wp admin accounts through support page. Let me check.

Yes I did that but I Wil send details and thank you

Can you please add the HOME Graphic that is in the regular HTML5 template? http://switcher.oklerthemes.com/?theme=Porto

The 4 part graphic that says strategy, planning, build, our work just below the slider?

Thanks!

Thanks for using Porto. We’re planning to add that feature in the near future. Regards.

SWEET! Thank you!!!! :)

Hi there,

really like your theme. nice work!

just like to custom out of stock message to something else other than ‘out of stock’

would you be able to let me know how to change it?

thanks

“Out of stock” message is default woocommerce string. If you want to change manually, you should change the following code in wp-content/themes/porto/woocommerce/loop/sale-flash.php:
if ($porto_settings['product-stock']) {
    $availability = $product->get_availability();
    if ( $availability['availability'] == 'Out of stock') {
        echo apply_filters( 'woocommerce_stock_html', '<div class="stock ' . esc_attr( $availability['class'] ) . '">' . esc_html( $availability['availability'] ) . '</div>', $availability['availability'] );
    } else {
        echo '<div data-link="' . get_permalink( wc_get_page_id( 'cart' ) ) . '" class="viewcart viewcart-'.$product->id.'" title="' . __('View Cart', 'woocommerce') . '" />';
    }
}
I found a translation issue in this code. Please change
if ( $availability['availability'] == 'Out of stock') { 
to
    if ( $availability['availability'] == __( 'Out of stock', 'woocommerce' )) {
You can change the following code with custom message:
esc_html( $availability['availability'] ) 

thanks for your apply. it there any way to add an additional option on top current status”in stock” and “out of stock”?

Don’t have additional option.

as I put analytics code?

Could you add in wp-content/themes/porto/head.php or install google analytics plugin? You can use the following plugins: https://wordpress.org/plugins/google-analytics-for-wordpress/ https://wordpress.org/plugins/google-analytics-dashboard-for-wp/

Hi, just bought the theme. Unfortunately the upload does not work. I’ve tried it on two different ways. I have tried to upload it at the Wordpress backend, but it only shows me an error message. Then i tried to upload it via FTP and install it in the WP Backend. But it is not possible to install the theme. The error message says, that there is missing a stylesheet.

Any ideas, what went wrong?

Thanks

Hi, Could you send me wp admin and ftp accounts? Let me check. Regards, SW

Thank you for your quick response.I finally managed the installation. I’ve downloaded the smaller version without the documentation so i was able to upload the theme in my FTP. I’ve just had to try it on and on, and then it worked. Don’t know why, but it worked :-)

Ok, If you have a question, please let me know. :)

Hello.. Our client has purchased PORTO theme.. I am unable to find any documentation in the theme options.. Could you please help me out..

Please contact us through purchased account to get support. Documentation is included inside theme package.

Okay.. Thank you for your timely response.. That’s a great assistance.. :)

There is no necessary plugins(woocommerce, masterslider, Ultimate Addons for Visual Composer,etc) in my zip file please help me

You can install the plugins in Appearance -> Install Plugins. Will be downloaded woocommerce plugin from wordpress repository. If you can’t install the plugins please send me wp admin and ftp accounts through support page. You can find masterslider, ultimate addons plugins in inc/plugins folder.

Just found a small bug with the theme. If you open a product with quick view and add it to cart from the pop up box, it will show the “Successfully added to cart” message at the top of the page, but part of it is hidden under the main side menu.

Could you send me a screenshot through support page?

Can’t seem to find anything in the documentation on how to remove or edit the menu with “SPECIAL OFFER!” shown here: http://i.gyazo.com/6ec51d5b22ff6910350e933bc065fdd7.png

I can’t seem to find any Menu’s or Blocks related to it.

The only way to remove it seems to be with CSS.

You should remove “Menu Custom Content” in Theme Options -> Main Menu.

Awesome! thanks.

Another problem I’ve just found. I can’t seem to set the search bar categories to pull Product Categories. I’ve looked through the categories options but can’t find anything relating to the search bar in the header.

Ahh, Maybe that’s because I don’t have products assigned to them yet :/ All good now. Lol

This theme does not support product variables?

The problem is this plugin “Woocommerce Color or Image Variation Select” you could fix?

We are going to embed another woocommerce plugin(http://codecanyon.net/item/woocommerce-extra-product-options/7908619) and remove above plugin. You can update porto theme in the future.

HI creator, What is the easiest CMS for this theme???

I have used wordpress but when i activate, It seems completely empty. Every picture and configure from theme is not showing.

Thank you for fast response, I will check this out and will report.

I have imported as documentation said. But still same blank homepage. Im building web as localhost.

Did you imported dummy data? If you failed, you should click until import successfully.

Could you check after extend max_input_nesting_level to 200 in php.ini?

From:

; Maximum input variable nesting level ; http://php.net/max-input-nesting-level ;max_input_nesting_level = 64

To:

; Maximum input variable nesting level ; http://php.net/max-input-nesting-level max_input_nesting_level = 200

Hi Again,

I’ve run into a little issue in regards to the demo data import. The documentation says to click Save Changes before running the import but when I do that I get a browser error saying “There was a problem with your action, Please try again or reload the page”. I tried to import demo 9 anyway and it imported demo 1 instead.

Could you take a look at this issue and let me know if it’s a bug or if I’m not doing something right?

I’ll send you log in details now. If you can’t log in via FTP give your IP so I can whitelist you on the server.

Thanks

Could you check after deactivate Redux Framework plugin? You need this plugin to translate theme options labels.

Hello SW Themes i just bought the portal theme it looks great but i’m having trouble trying to find out how to install the dummy data so i can pick the different versions i tried the documentation but i still can’t locate the demo versions when i go to pages. Is there a way to find the dummy data?

Thank you,

Saleem

Hi, Could you send me wp admin and ftp accounts? Let me check.

hey i figured out the problem for some reason the Google chrome kept messing up and i tried it on the firefox and it downloaded thank you so much if i need some assistance i will definitely let you know again. :)

Ok, Good. If you have a problem, please let me know. :)

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