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.

Installed recent theme, now conflicting with WooCommerce Membership. How to fix?

Warning: Missing argument 5 for WC_Memberships_Posts_Restrictions::exclude_restricted_adjacent_posts() in /home/success2/public_html/campus/wp-content/plugins/woocommerce-memberships/includes/frontend/class-wc-memberships-posts-restrictions.php on line 895

Hi,

The old version of the Theme is not compatible with the latest version of Slider Revolution and Woocommerce so you have to use the latest version of the Theme.

Thanks.

Yeah! The current version of Porto 4.4.4 isn’t compatible either.

Hi,

The latest version of the Theme is fully Compatible with the latest WP Bakery, Slider Revolution and Woocommerce Plugin just one template of WC is showing as outdated because of Woocommerce releases its update day to day and also our development team is working on the new update soon you will find an update release and that outdated template has not an affect on your site but inspite of that if you want the old version contact with us through our support system we will give it to you but remember we will not responsible then for any kind of issue.

Thanks for your understanding.

I am trying to import Shop Demo 12. In the importer I am getting a message saying:

"Your server performance does not satisfy Porto demo importer engine's requirement. We recommend you to use alternative method to perform demo import without any issues but it may take much time than standard import."

In the System Status I dont see anything marked in Red.

Please see the image: https://i.imgur.com/CBUDAs7.jpg

If i try to install the demo via the Standard import, it fails.

With the alternative method it succeeds, but the demo does not look like it should (it seems that custom css styles are not applied).

This is how the site looks https://i.imgur.com/SfwyGp4.jpg

Hi,

Can you please contact us through our support system with your site WP Admin Login details so we will check and solve the issue for you.

Thanks.

It solved itself… Thanks

Sound’s Great!
That you have solved your issue by yourself.

HI, before i renew support i would like to get information regarding Woocommerce plugin and Porto theme. In Porto the prices in product page or shop are display with text “vat included”, but in the cart or in checkout page the text #vat included# is missing. I’m using woocommerce plugin in another template and there the price in checkout page is with text or if I prefer VAT is shown separately.

Is this possible to do in Porto theme? I tried every thing … disabled all plugins, reinstaled all plugins, checked the settings in Woocommerce … but nothing.

Thank’s

B.

Hi,

Please go to Woocommerce >> Setting >> Tax and set an Option Display Price during Cart and Checkout to including tax and save change and check your site after removing the browser cache hope your issue will solve if not then we need to debug your site and for that you have to contact us through our support system with your site WP Admin Login details and please see this screenshot for the better understanding: https://prnt.sc/jdyknr\

Thanks.

Hello!

We’ve had the same problems today and the cause of the problems seems to be related to google change.

The main problem here is the last “%7c” which is | after the last font-weight and before the &subset part.

I’ve wrote a quick fix for the needs, because we can’t turn off the Cyrillic character sets as the websites are in Bulgarian.

As you can see it’s a little counter that check if it’s the first/the last and every other font in the array, so it returns nothing for the last font |

Current code in functions.php on lines 286, 287, 288:
    foreach ( $gfont as $font ) {
        $font_family .= $font . ':' . $gfont_weight . '%7c';
    }
Is replaced by that:
    $i = 0;
    $len = count($gfont);
    foreach ( $gfont as $font ) {
        if ($i == 0) { 
            $font_family .= $font . ':' . $gfont_weight . '%7c';    
        } else if ($i == $len - 1) {
            $font_family .= $font . ':' . $gfont_weight . '';
        } else {
            $font_family .= $font . ':' . $gfont_weight . '%7c';    
        }
        $i++;
    }

Hi,

Thanks for sharing your experience with the other customers hope it will be helpful for many of the customers as well.

Thanks.

Hi,

All the customers those are facing the Font issue, Just Please follow the steps given below the issue will solve.

Please go to Appearance >> Theme Options >> Skin >> Typography and Select Google Font Character Sets to Yes and then uncheck/Off all the fonts in it and save changes and check your site after removing the browser cache. Please see this screenshot for the better understanding: http://prntscr.com/jdmdaz

Hope it will help a lot of the Customers and also we are working on it and it will be fixed soon.

Regards.

the font is replaced with Standard Font in all the browsers (Safari, Chrome, Firefox), even on ipad and iphone

does not work

Now is ok, I deleted ”% 7c” in the function.php file and the fonts returned to normal.

Hi,

Sound’s Great! That your issue has been solved.

Thanks.

Hello Porto Team

Porto v4.3.1 Porto Functionality plugin v1.0.6

I found a bug in the file “vc_custom_heading.php” line:53 ’$subset=’ should be ‘subset=’. Get rid of the & sign.

Otherwise, Google Font API returns an HTTP 400.

Example: https://fonts.googleapis.com/css?family=Open+Sans%3A200%2C300%2C400%2C700%2C800%2C600%7CShadows+Into+Light%3A200%2C300%2C400%2C700%2C800%2C600%7COswald%3A200%2C300%2C400%2C700%2C800%2C600%7C&subset=latin%2Clatin-ext&ver=7119101b37298beff069d31b5e297b4b

Greetings and a nice weekend

Typography -> Select Google Font Character Sets -> yes Typography -> Google Font Character Sets -> any or all selected

wrong google font url is generated.

Typography -> Select Google Font Character Sets -> change yes to no Typography -> Google Font Character Sets -> any or all selected

wrong google font url is generated.

Typography -> Select Google Font Character Sets -> yes or no Typography -> Google Font Character Sets -> none selected

correct google font url is generated.

The | sign “%7c” between font weight and &subset=... in the url is wrong.

Hi,

Yes @lazytiger you are absolutely right and by following the steps given by you the issue will solve and hopefully, this will help for other customers as well and we are working on it and soon it will be solved.

Thanks.

me too

Hi,

Please go to Appearance >> Theme Options >> Skin >> Typography and Select Google Font Character Sets to Yes and then uncheck/Off all the fonts in it and save changes and check your site after removing the browser cache. Please see this screenshot for the better understanding: http://prntscr.com/jdmdaz

Thanks.

Font seems to be broken in Safari.

Actually theme font has reverted to Times New Roman in Safari and Chrome. Very disappointing. It may be time for me to use a different theme. I have stuck by Porto for over a year and not had too many issues up until recently. It seems every single theme update breaks something and I simply have not got the time or money to waste attempting to resolve these issues. A real shame as the theme looks good, just performance is not great.

Hi,

Please go to Appearance >> Theme Options >> Skin >> Typography and Select Google Font Character Sets to Yes and then uncheck/Off all the fonts in it and save changes and check your site after removing the browser cache. Please see this screenshot for the better understanding: http://prntscr.com/jdmdaz

Thanks.

I have the same problem please help me

Hi,

Ok then we have to debug your site so please contact us through our support system with your site WP Admin Login details so we will check and solve it for you.

Thanks.

Thank you. Sending wp admin login mail.

Hi,

The Theme Option CSS not update after saved, please advise. I am using the latest version.

Thanks

Hi,

That is the cache problem, The best practice is when you are in development mode then disable all the cache plugins on your site and server too and remove site and server cache then finally check your site after removing the browser cache. hope your issue will solve.

OR

It seems the permission issue. Your server did not give permission to add/save the settings of the Theme Options. Basically, when you saved the theme options then it’s created the skin_1.css file inside the CSS folder, because of permission the theme is not able to create this file on your site. Please contact your hosting provider to change the permission to 777 or 755 of the CSS folder and all files.

And also Could you please purchase support extension to get further support? Your 6 months of support period is now expired. According to Envato support policy, renewing support is required for further support.

Thanks for your understand.

Thanks for the reply,

1st i have not using or enable any cache plugin during development. I try with other PC with chrome, firefox, opera, even clear all cache of browser. the CSS still not updates.

the default folder is 755, even i change to 777, the theme option CSS still not update. even remove the original skin_1.css, save and generate the new skin_1.css, there is same, css color no updates

I understand.

but i read from comment, numbers of your themes user face this issue. maybe you can consider add in clear theme cache features at your theme option.

Thanks

Hi,

Yes we are working on the Theme update and I am forwarding your suggestion to our development team as a feature request then they will consider it if they will find fit with the Theme environment.

Thanks.

Hi, can this theme add the address and contact info in the header as shown in this picture https://imgur.com/urUrhHj ?

Hi,

First of all thanks for showing your interest in Porto WordPress.

Yes you can put/insert the address and contact into the header by using Porto WordPress Theme easily. Please see these screenshot: http://prntscr.com/jdiyla you can see in the screenshot that it has header types and some header types has include address and contact info in it so it is up to you that which header type you will use.

And you can check our Live Demos here: http://www.portotheme.com/wordpress/porto_landing/

Thanks.

Hi, does this theme support creation of multiple sidebars, example Sidebar_1, Sidebar_2, Sidebar_3, etc? As I would like to show different sidebar for different pages.

Hi,

First of all thanks for showing your interest in Porto WordPress.

Yes you can create Multiple sidebars using Porto WordPress Theme Please see this screenshot: http://prntscr.com/jdivb3 in this screenshot you can see that you can make different sidebars for different pages Like Blog Sidebar, Home Sidebar, Woo Category Sidebar, etc and if you want to use any of these sidebar to your newly fresh created page then you can use/select it from Page Options please see this screenshot: http://prntscr.com/jdivus

Thanks.

Hello, the business consulting domo slides are not included, I install but the slide does not appear. Where can I get the bussiness consulting slide?

Hi,

When you install any demo then the slides will come automatically with it but if you are facing an issue then please contact us through our support system with your site WP Admin Login details ow e will check and solve the issue for you.

Thanks.

Hello, thanks for the theme. I noticed that with the latest update there are problems with some elements of the Visual Composer. For example, the “Post Masonry Grid” layout does not work and may depend on the css instructions. I noticed that, for a 4-column grid, this media query:

@media (min-width: 768px) { .vc_col-sm-3 {width: 25%;} }

is in ”/plugins/js_composer/assets/css/js_composer.min.css?ver=5.4.2” but there is no longer in “plugins/js_composer/assets/css/js_composer.min.css?ver=5.4.5”.

Can you confirm that it’s a bug? Thank you.

Hi,

This is not a bug but if you are facing this issue then that is the compatibility issue of the Old version of the WPBakery Plugin 5.4.5 so please update your plugin to latest version 5.4.7 hope you will not find an issue if yes then contact us through our support system we will check and solve the issue for you.

Please download the latest version of plugins from the link below: https://smartwave.freshdesk.com/solution/articles/12000007851-latest-visual-composer-and-ultimate-addons-for-visual-composer

Thanks.

Hi, thanks for the reply. I try to do as you suggested. Thanks.

Most Welcome :)

Hi.

I am having a problem to set up my logo in the demo Construction but the logo does not fit in the header correctly.

How I could upload my logo and set up correctly the header without using the red Porto banner logo.

Regards¡.

Hi,

Can you please explain your issue more clearly if possible with the help of screenshot and also please share the Live Url of the site where the issue occurs.

Thanks.

It is not neccesary ,I solved it only using “Logo” option and not using “Logo Overlay” that it was generating the issue.

Now the logo is displayed correctly.

Regards¡

Sound’s Great! That you have solved your issue by yourself ☺

In the shop section, there is a link in the top right of the menu that displays the ‘Logout’ button which takes the user to the dashboard. How can I implement a drop down here that will display items like ‘Dashboard’ and ‘Logout’?

Hi,

Sorry to say that but this not possible to show the Logout/Login links as a drop down there is no such option for this in the Theme although you can turn on and off it from Appearance >> Theme Options >> Menu and when you click to the Logout link it will take you to the Login page.

Thanks.

Hi dave_sohan, hope you are doing well.

I can see you left 4 star review for Porto wordpress. Can you please consider to change it to 5 stars? It would encourage our work a lot.

Regards, P-THEMES

Hello ,

Thank you for great theme .

But the documentation is not very update and practical so I cannot even find answers to easy questions.

The first missing in document is woocommerce image sizes , as you know there is huge chage in woocommerce images . the hight is removed . I thing the catalog image is also removed .

https://woocommerce.com/2018/01/whats-new-woocommerce-3-3/

I choose thumbnail croppin 1:1 would you please let me know what is the best main image width and thumbnail width for shop demo 7 ? it should be in document but still the old version .

Socond missing in document is in Site Speed Up section :

How could we sto google font from loading ? we use custom fonts so I want to prevent google fonts from loading and wasting time .

Thank you in advance .

Hi,

1. The best main image width and thumbnail width for shop demo 7 are:

Thumbnail: 300
Single Product Image: 600

2. Please update your theme and plugins to latest version 4.3.1 hope you will not find an issue if yes then contact us through our support system we will check and solve it for you.

Thanks.

Hello,

I am using Finance demo theme for building a website http://www.portotheme.com/wordpress/porto/finance/

I am facing a problem, the toll free number is not displaying on the mega menu, I can see the icon and text but number is not displaying, please check here: https://ibb.co/k7FFUS

Thanks,

Its not a permanent fix I think because it gets back to default after few minutes. I mean the Google Font Character Sets get turned on after few minutes we save the changes and the font problem arises again.

Hi,

No it will not rise again if you are facing an issue then contact us through our support system with your site WP Admin Login details so we will check and solve it for you.

Thanks.

Just did that.

home-bc revolution slider is missing in porto/business-consulting/ theme. Please fix this

Hi,

Please contact us through our support system with your site WP Admin Login details so we will check and solve the issue for you.

Thanks.

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