Discussion on Porto | Multipurpose & WooCommerce Theme

Discussion on Porto | Multipurpose & WooCommerce Theme

Cart 101,918 sales
Recently Updated
Well Documented

p-themes supports this item

Supported

23213 comments found.

hi. thank you very much for your support. Please i want to know how can i change the color of ad to cart botton . thank you

Hello, @welcome-store1358,

Please copy and paste the below given CSS code to Porto >> Theme Options >> Skin >> Custom CSS and check your site after removing the browser cache.

ul.products li.product-col .add-links .button {
    background-color: red !important;
    color: yellow !important;
    border-color: pink !important;
}
.single_add_to_cart_button {
    background: red !important;
    color: yellow !important;
    border-color: pink !important;
}

Regards, P-THEMES.


You’re Welcome!! :)

Hi pre-sale question: Is it possible to have different heading bg color and logo on each language, using Porto and WPML?

Regards Anders

Hello, @andersjessen,

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

Yes, you can set the different colors for heading background and logo for different languages using the WPML plugin.

Regards, P-THEMES.

Sounds great… Thanks!

You’re Welcome!!! :)

Is it possible to swap the top background image for a single color from inside of WordPress in Shop Demo 18? Despite what I do, it keeps crashing the whole layout.

Hello, @vadimevelson,

Please edit your Home Page and you will find Text Block element set under Porto Carousel and you have to edit the Text Block element and change the images as per your requirements as showing below:

1

1

And also could you please purchase support extension to get further support? Your 6 months of support period is expired from 28/05/2020. According to Envato support policy, renewing support is required for further support.

Thanks for your understand.

How do I link members to users?

What I meant to say is. When I click on authors name. It goes to the home page. It does not display all the articles posted by this author. See link https://thinkwisefinancial.com.au/your-dream-home-absolutely-deserves-a-dream-rate/

Never mind. I’ve figured it out. Thanks.

Sound’s Good!!! :)
You are the best…

I have install the elementor shop 4 demo. I’m using classic editor. Do I need to install Gutenberg Editor in order to edit blocks?. I use elementor to edit to my content, but when I look at the mobile version for comparison, I see a proto sales banner right under the free shipping and return block that I cannot find in elementor to edit or remove. That banner is not visible on desktop. How can I proceed with removing or editing that banner?

Thanks

Hello, @Fabekid,

Can you please contact us via our support system with your site WP-Admin Login details and also share the screenshot of the section as well so that we will check and provide you the video of the solution as well.

Regards, P-THEMES.


I`ve installed the main demo. I think this uses Elementor. Should I deactviate WPBakery?

Hello, @xtopher,

WP Bakery and Elementor are two different page builders and both have their own standards and elements and properties.

Like same way both have different Demo’s as well, If you go to our Demo site you will find the Elementor and Gutenberg Demo Tabs separately as showing in this screenshot:

1

And while Importing any Demo you will also find the same Filters under Demo Import Tabs as showing in this screenshot:

1

It means if you want to use the Elementor version of the Demo then you have to Import Elementor version and Same as for WP Bakery and Gutenberg.

Now, Keep in Mind, Before Importing any of the Demo version Install and Activate all the plugin including WP Bakery and Elementor as well, and then you will find the Option for which Page Builder Version of the Demo you want to Import on your site as showing in this screenshot:

1

Import the particular version of the Demo and then deactivate the other page builder from your site by going into Plugins section after Importing the Demo, Like If you Import the Elementor version of the Demo then after Importing Demo content no need for WP Bakery Page Builder plugin simply deactivate it after Importing the Demo.

You can not edit the content of the Elementor version of the Demo with WP Bakery and Vice Versa.

That’s all.

Regards, P-THEMES.


Hi, I wnat to migrate my licence to another domain, how can i do this?

Hello, @yairjos,

Please read and follow the instructions written in this article:

https://smartwave.freshdesk.com/en/support/solutions/articles/12000052391--3-transfer-re-use-license-from-test-to-live-site

Regards, P-THEMES.

Hello team greetings. I am using the theme https://www.portotheme.com/wordpress/porto/shop2/ . So far everything rocking. Could you pls share with me the code for making the home page banner mobile responsive?

Hello, @jeevanam2,

Please edit your Home Page and copy and paste the below-given CSS code to Home Page Custom CSS option and check back your site after removing the browser cache.

@media(max-width: 600px){
.porto-ultimate-content-box.has-content-pos {
    min-height: 200px !important;
}
.porto-ultimate-content-box.has-content-pos h2.vc_custom_heading {
    font-size: 14px !important;
}
.porto-ultimate-content-box.has-content-pos h3.vc_custom_heading {
    font-size: 24px !important;
}
.porto-ultimate-content-box.has-content-pos button {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
}
}

Regards, P-THEMES.


Hello team. Appreciate your quick reply. I added the code as advised: https://snipboard.io/mu15BA.jpg and I checked it from mobile but the responsiveness not yet come: https://snipboard.io/zQV8wu.jpg Would you pls advise on it?

Hello, @jeevanam2,

Can you please contact us via our support system with your site WP Admin Login details so that we will check and solve it for you on your site.

Regards, P-THEMES.


hello, could you reset my licence code for the domain thelittlecbdstore.com please as i want to use this on a different domain. thanks

Hello, @martinbaron,

I have reset your purchase code, now you can use the same purchase code for registration of your theme.

Regards, P-THEMES.

Hi I need to change the phone icon to am email icon on the header and this support answer BELOW did not work, so how do I change it please? TY “Yes, but what I want is a mailbox icon, not a phone icon. Can you give me the code for the mailbox icon? Thank you” Hi, Please copy and paste the below given code to Appearance >> Theme Options >> Header >> Contact Info and save changes and check your site after removing the browser cache. CALL US NOW
+123 5678 890

Hello, @artistgew,

Here is the code for email Icon and email as well, you can place it in the same section and it will work for you and furthermore please read this article as well:

https://smartwave.freshdesk.com/support/solutions/articles/12000068799--43-how-to-change-my-account-page-link-in-header-builder
[porto_info_box icon="fas fa-envelope" icon_size="40" icon_border_radius="0" title="Email us @" subtitle="aizazawan55@gmail.com" title_font_style="600" subtitle_font_style="700" title_font_size="11" title_font_line_height="11" title_font_color="#dd9933" subtitle_font_size="18" subtitle_font_line_height="18" subtitle_font_color="#81d742" el_class="text-left" icon_color="#81d742"][/porto_info_box]

Regards, P-THEMES.


hello, how can I view a different wallpaper on a mobile device?

Hello, @grueter6,

You can achieve it using a simple trick, you can use WP Bakery page Builder and hide specific Columns for Mobile and Desktop versions as per your requirements as showing below:

1

Regards, P-THEMES.


I do not recommend buying it, it can only be used with one site unlike the rest of the themes that provide use several times, I contacted them and did not return my money to me

Hello, @Fadihr,

Really sorry for the inconvenience, All ThemeForest products allow One license for each domain on which you will install the theme (multisite installation does not matter though).

So regardless of a number of clients, the license works with a number of domains. So if you are building 10 websites, you need to purchase 10 regular licenses for that, etc… These are license usage policy of ThemeForest (and we have no control over this), you may wish to confirm from Themeforest here:

https://help.market.envato.com/hc/en-us/requests/new

There is no unlimited usage license.

Regards, P-THEMES.


HI there,

Thank you for the amazing theme. I am having issues accessing the Porto Interactive Banner. It does not show on my backend editor.

Ticket number: #95444

Thanks Vincent

Hello, @MrVince87,

I have just confirmed from the support department and they said that they have replied your support ticket, please check your ticket reply and reply to your ticket accordingly.

And for your kind information we have changed the the Porto InterActive Banner Element as Porto Banner and also we have used Porto Ultimate Content Box element for creating the slider as previously was Porto InterActive Banner.

Regards, P-THEMES.


please remove our existing domain. We will install your theme in the new domain.

Hello, @biplobdev,

I have reset your purchase code, now you can use the same purchase code for registration of your theme.

Regards, P-THEMES.

Thanks for the quick support ….

You’re Welcome!!! :)

Hello good day. I’m using my license on a website, but I don’t remember which website the license is on, can you tell me? How do I request to transfer the license for the theme I purchased to another website?

Hello, @lorreny,

Your license was activated on site: https://www.maxiadesivos.com/

I have reset your purchase code, now you can use the same purchase code for registration of your theme.

Regards, P-THEMES.

Hello good day. How do I remove the license from that site, I want to use it on another site. Can you remove it? I no longer have access to that site. Appreciate.

Hello, @lorreny,

I have reset your purchase code, now you can use the same purchase code for registration of your theme.

Regards, P-THEMES.

Hi Team, how can I personalize user profile or “my account” for users ? Is there a demo we can have to configure it ? thanks

Hello, @Jo7DB,

Please contact us via our support system with your site WP Admin Login details so that we will check and set it for you on your site.

Regards, P-THEMES.


Hi team I just sent the ticket #96974 waiting for your answer thanks

Hello, @Jo7DB,

Please be patience now, once your support ticket will resolved you will get the reply of your support ticket, do not panic here for the support tickets.

Regards, P-THEMES.


Pre Sale Question:

Once the images are under 50KB and we have almost 500 products. Banners are also under 100 KB. Will the site take load to open.

I have very bad experience with the loading time of wordpress websites. Do you guys have anything specific in your theme bundle to make it quick?

Thanks!

Hello, @Brandcapitals,

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

Our theme is one of the most optimized on the market. In general, our theme is already optimized and doesn’t have too many resources to make your website slow. Most likely, your website performance suffers from the content you have added to your website. It may happen in case of too many plugins, large not optimized images, or other resources.

Porto has optimized HTML, combined JS scripts, minified CSS, has style.css generator, conforms all the coding standards from WordPress (and it is checked and confirmed by Envato reviewers while uploading our theme to the market). We are always working on improving our theme’s speed and listen to all our customers’ reports. We release updates every 3-5 weeks so if any performance problems are reported they will be fixed asap.

Porto Comes with default Speed Optimization Wizard Option, you will find under Porto >> Speed Optimization Wizard, So you have to use it and Minify the JS and CSS from there as well and use any third-party plugin for Compressing and Optimizing your site Images and also use server cache as well.

Regards, P-THEMES.

Hello, I want to use the https://www.portotheme.com/wordpress/porto/shop22/ theme. Which editor can I work with best? I also want support. Had written before. Please answer. thank you

Hello, @MEHHAR,

Both of the editors work fine with Shop Demo 22, you can use any one which better meets your requirements, and please read this comment as well:

https://themeforest.net/comments/24419950

And you can get the support via our support system here:

http://portotheme.com/support

Regards, P-THEMES.


Hi, thanks for the great theme, we are having an issue showing with wishlist icon on the product images, please see https://tinyurl.com/y7q39b53 when you scroll over the image, the wishlist icon is not displaying, can you offer any advice? We cannot update the theme as this breaks the advanced options we have added. I will be purchasing two new licenses for the two sites we have under construction over the next week so would appreciate your assistance. :)

Hello, @slite01,

This is because you are using old version of the Theme and Plugins, You have to update the WP, Theme and Plugins and your issue will automatically solve.

Regards, P-THEMES.

You could update a video on how to install the theme as well as install a demo on the new version.

Hello, @XPerlDosX,

Thanks for your suggestion and we will keep this in mind and will update another video of it soon, please be patience and stay tuned.

For now please read this comment:

https://themeforest.net/comments/24419950

Regards, P-THEMES.


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