Discussion on Porto | Multipurpose & WooCommerce Theme

Discussion on Porto | Multipurpose & WooCommerce Theme

Cart 102,084 sales
Recently Updated
Well Documented

p-themes supports this item

Supported

23226 comments found.

After setting Home Version 9 as home page and setting header 9, I am getting some other header style and not as mentioned in your demo. Can you please confirm what can be the problem. I am getting the following header. http://prntscr.com/9ttwtl

Hi, Did you selected demo in Theme Options > Import Demo > Select Demo? Please select and check after refresh web browser cache.

Oh, how did I miss that :/ Thank you :) and by the way, really brilliant theme. Thank you for developing one. You saved me from moving to Magento, which is quite irritating for me at least :) Thank you again

Hi. How can I use child theme and update Porto with it.?

“You need to deactivate the current “porto” theme in the “Appearance > Themes” section by simply activating a different theme. Once you activate a different theme, you can delete the porto theme. Don’t worry, your content will not be lost. “

Any word (in documentation) about how to do update then Child Theme is active! Should I do to deactivate Child theme or what?

I think you don’t need to deactivate the child theme.

Hello.. I think i have found another bug in latest version. In quick view and single product (if products has variable) the add to cart button and link to reset selection does appear before any selection has been done.You can see what i mean here: https://www.arctic-fritid.com/en/product/outdoors/bags-and-backpacks/daysacks/fladen-25-ltr-backpack/

Brgds Rune

Yes but not 100%, i get a bigger space between the select option dropdown and add to cart button. When i then just open the select option dropdown it slides down and everything looks ok. Have a look here: https://www.arctic-fritid.com/en/product/outdoors/clothing/sweaters/beaver-lake-micro-fleece-jersey/

Thanks Rune

Also if you take a look at this page: https://www.arctic-fritid.com/en/product/outdoors/clothing/jackets/beaver-lake-britain-jacket/ and then just open the select option dropdown you will see that it slides down and into the add to cart button. Everything works but it does not look good.

Rune

Hi, We will fix this issue in next release. Please add the following code in General > Custom Javascript Code: jQuery(document).ready(function($) { $('.variations_form').each(function() { var $variation_form = $( this ), $reset_variations = $variation_form.find( '.reset_variations' ); if ($reset_variations.css('visibility') == 'hidden') $reset_variations.hide(); }); });

I have set up page homeVersion 6 page. but layout is broken. The menu bar is translucent white, Four square under the main photo is a round shape.

This is very different to the demo page.

and Amazing New Collection area is too short. It is the height of 240px.

Hi, Before select demo, please increase memory_limit to 128M or higher and max_execution_time to 180 or higher and php version to 5.4 or higher. Please select Demo 6 in Theme Options > Import Demo > Select Demo. After select demo, please check the home page again after refresh web browser cache.

mobile display. The menu is showing: besides my menu also: my wish list 4x, about us 4x, Gbr 4x etc I’ve read through the comments and checked the options:: Appearance > menus > none of these are marked: sidebar, top navigation, view switcher, currency switcher: only the main menu has a checkmark

for reasons unknown the English mobile has now worked it self out, however the Hebrew version of the site, has not even though i cannot see a difference between the two http://decorativedreamhome.com/Heb/

Please delete top navigation, view switcher, currency switcher menus in Appearance > menus. Please send me a screenshot what is wrong. Porto theme have 5 theme location for the menus.

Please Help! I am having issues with “Maste Slider” i already made my own slides but i dont know how to replace them for the ones that appears by default…...... .

Hi, Could you reference master slider documentation? http://masterslider.com/doc/wp/

Hi there. Is there a way to allow the clients to enter their testimonial so it shows on the widget? – Also can stars rating be added?

Hi, We add a testimonial shortcode. This is a static content. You should install extra plugin. Regards.

1 Question: Am i be able to rename the portfolio slug? I will not use the portfolio for portfolio needs. But for happy customer needs. Zo i need to change the slug of the post type.

Hi, Please configure in Theme Options > Portfolio.

Thanks!

Hello,

Are you ok to refund me ! I ve got this trouble:

Installing Theme from uploaded file: themeforest-9207399-porto-responsive-wordpress-woocommerce-theme.zip Unpacking the package…

Installing the theme…

The package could not be installed. The theme is missing the style.css stylesheet.

Theme install failed.

Some of your translations need updating. Sit tight for a few more seconds while we update them as well.

All the best

Hi, You should extract themeforest-9207399-porto-responsive-wordpress-woocommerce-theme.zip You can see porto.zip in Theme Files folder. You should upload this file. Regards.

I would like to remove the social icons and line in the member preview box. All I want to show is the short description. Can you please direct me to the file which contains the PHP to display the line and social icons? Is there a way to control this in the settings?

Please customize content-archive-member.php, content-member.php, content-member-item.php

How do I fix overlapping item single Image isotope

porto sort filters

porto sort container porto sort item single Image

porto sort container porto sort item single Image

When edit the preview image shortcode, please use the fixed option. http://newsmartwave.net/wordpress/porto/shortcodes/preview-image/

in our shop aprilvisje.be xwe use the megamenu option for brands and for products, but on mobile they do not work at all. There is a + behind the menu option but nothing happens on safari for iphone, or chrome for android.

I regenerated the CSS for the theme and the plugins.

I couldn’t see the image. Did you add the menu items using custom links or block name?

we added the menulinks as categories, her is a new image http://i.imgur.com/5mMxN95.png

You can also see it by surfing to: http://aprilvisje.be and clcik on the menu Merken or Producten.

On pc it shows, on tablet it doesn’t

Peter

Hi, Could you configure again the second level menu items? You shouldn’t check “Don’t show a link”. Please move the third level menu items to the second level menu items.

HI, I am trying to restore the demo file but it is permanently stuck on unpacking archive. Anyone else have this issue? (Hosted with Heart Internet)

Hi, Could you upload the files via ftp server? http://newsmartwave.net/wordpress/porto/documentation/#update_theme Regards.

Hi, I try to modify the phone number by going to Appearance > Theme Options > Header. I’ve tried changing the Phone number. Nothing changes on the site though.

Hi, Please check after refresh web browser cache. If you want to change in footer, please configure again porto contact info widget in Appearance > Widgets.

I did, but not thing change. can you check it for me

Please edit Contact Info in Theme Options > Header. If you couldn’t change, please send me wp admin and ftp accounts through support page. Let me check.

hi, quick question…. where can I add “As low as” before the price on the shop page. Thank you!

and last question, the prettyphoto doesnt has the option of “Save As” when right click… is there a way to put it back? or make that basic option available? thx!

Please add the following code in functions.php: add_action( 'woocommerce_after_shop_loop_item_title', 'custom_function', 9 ); function custom_function() { echo "As low as"; } Please add the following style in Theme Options > Skin > Custom CSS:
.blueimp-gallery > .slides > .slide > .slide-content { pointer-events: auto; }

perfect! thank you!

Hi team! I’m really loving the theme and have already noticed a huge response to the updated website design. I have so many more subscribers added since I implemented the new theme! I plan on launching a huge contest campaign and start a membership site really soon, which brings me to my question. I’m currently working on the pricing tables and it seems the titles are too small. Can you tell me how to make the pricing table titles larger? example: https://survivingtheoregontrail.com/block/membership-options/

Please check the styles using google chrome inspect tool. https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/basics?hl=en I hope to you check the styles using this tool. You can add custom styles in Theme Options > Skin >Custom CSS:
.pricing-table h3 span { font-size: 25px; /* default */ }

Thank you for your speed. However, that changed the price size, not the title size. Can you help with the title size (where it says “Pioneer”, “Adventurer” and “Trailblazer”)?

Oh wait, I was able to find the right code this time! Again, thank you for your time and help. Your team and support is incredible!

Hi, what plugin are you using for multi currency?

Is it compatible with WPML?

You can use wpml plugin and WooCommerce Multilingual

Hi,

While trying to see your live demo i get a message like “The connection was reset.” Why does this happen?

Yes of course! This is the link : http://newsmartwave.net/switcher/?theme=porto_wp

Please check my screenshot to see what i get : http://prntscr.com/9t9rw3

Thanx in advance!

It works fine here, could you let me know if you are still getting the issue?

Please check my e-mail.

you can edit the image cropping product out ?

Please check the image sizes in Woocommerce > Settings > Products > Display. You can enable/disable the crop option. After change the image sizes, you should regenerate all the thumbnails in Tools > Regen.Thumbnails.

Great, Thank’s!!!

Hi There,

Im trying to use the VC module you have packaged with the theme called “Porto Product Attribute”. The module opens in the back end, but when it comes to saving it, it unfortunately doesn’t save.

All widgets and the theme is fully up to date with the latest version

What could be causing this?

Regards Tom

Thanks so much, when do you think the next release is coming out? Reason being is I could really do with using this feature :-/

Hi There, For some reason even updating the theme this doesn’t work. The positive side is the Attribute Plugin is now saving :-)

Hi, Could you download from themeforest and upload via ftp server? http://newsmartwave.net/wordpress/porto/documentation/#update_theme
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