Discussion on Porto | Multipurpose & WooCommerce Theme

Discussion on Porto | Multipurpose & WooCommerce Theme

Cart 102,359 sales
Recently Updated
Well Documented

p-themes supports this item

Supported

23243 comments found.

Hello,

How can I remove the background from the blue header of the site www.estragon.be? I want it to be white or transparent. I can’t change it with the theme options. Thanks in advance.

Hello, @DamienGillet,

You can simply change the color from Porto >> Theme Options >> Header >> Styling.

OR you can change it using Custom CSS as well, you can paste the below given CSS code to Porto >> Theme Options >> Skin >> Custom CSS.

header .header-main {
    background-color: #fff !important;
}

Alternatively, please contact us via our support system with your site WP Admin URL and Credentials so that we can have a look into it for you on your site and help you out.

Regards, P-THEMES.

Please join our Discord Lesson


Hello Admin, Can we upload .svg Logos in Porto? And let me know the places where we can use .svg and .webp images in the theme. Thanks in Advance.

Hello, @ummiq,

To upload a .png or .jpg logo, go to Porto >> Theme Options >> Logo.

If you prefer to use an .svg logo, follow these steps:

Navigate to Porto >> Template Builder >> Header.

If you’re using a Custom Header, edit it, or create a new one.

Instead of using the Logo element, add a Custom HTML element and insert the SVG logo code there.

This approach should work for you.

Regards, P-THEMES.

Please join our Discord Lesson


Hi Porto can you inform how hide woocommerce thumbs slider when there’s only one image?

Hello, @unoserver,

Unfortunately, this is not possible using theme options, you can hide/show the thumbnails completely, the options are under Porto >> Theme Options >> WooCommerce >> Product Image & Zoom: https://pasteboard.co/eWNgJZut1luu.png

Regards, P-THEMES.

Please join our Discord Lesson


Hello, @chughtainyc,

Have you set up the plugin correctly on your site? If not, please refer to the plugin documentation for proper setup and try again. If the issue persists, please activate a default WooCommerce theme, such as StoreFront, to determine if the problem is related to our theme.

If the issue does not occur with the default theme, please reach out to us through our support system. Provide your site’s WP Admin URL and credentials so our experts can investigate the issue further and assist you.

Regards, P-THEMES.

Please join our Discord Lesson


When I import Corporate 2 Elementor version, it only imports the homepage, but not the inner pages. Could you please help?

Looks like I need to use the Porto Studio for it.

Hello, @centurypixel,

Yes please try with the Porto Studio and import the inner sections or pages as well on your site.

Regards, P-THEMES.

Please join our Discord Lesson


how can I add extra labels on the product image next to sale, hot etc?

i want to show a label for products that have a specific tag.

I made a snippet but I didn’t work:

// Enqueue Custom CSS for the Product Label function enqueue_custom_product_label_css() { echo ‘ <style> .custom-product-label { position: absolute; top: 10px; left: 10px; background-color: #ff0000; /* Red background / color: #ffffff; / White text / padding: 5px 10px; font-size: 14px; z-index: 10; border-radius: 3px; } .product-item .item-img { position: relative; / Ensure the parent element is positioned relative */ } </style> ’; } add_action(‘wp_head’, ‘enqueue_custom_product_label_css’);

// Display Custom Label on Product Image function display_custom_product_label() { global $product; }

// Replace 'special-offer' with your specific tag slug
if (has_term('special-offer', 'product_tag', $product->get_id())) {
    echo ' Special Offer ';
}

// Hook into the appropriate action add_action(‘woocommerce_before_shop_loop_item_title’, ‘display_custom_product_label’, 10);

Hello, @dennygoosensen,

Please try with the plugin: https://wordpress.org/plugins/yith-woocommerce-badges-management/ it is compatible with our theme.

Regards, P-THEMES.

Please join our Discord Lesson


The quick view is not supported by” Free Downloads WooCommerce Pro” by wp enhanced, in this theme, the developer says that maybe you are not adding the ” woocommerce_after_shop_loop_item in it” is this correct as i cannot get it to function.

Hello, @musictomy,

Could you please contact us via our support system with your site WP Admin URL and Credentials so that our experts will look into it for you on your site and help you out.

Regards, P-THEMES.

Please join our Discord Lesson


TY ticket sent

You’re Welcome!!

Hi, how I can add in HP “new products” carousel above “MOST POPULAR PRODUCTS” in Shop Demo 27 (Bike Store) ? thank you

Hello, @mirkozax,

You can filter the product status by “All” and order by “ID” and Order as “Ascending or Descending” as per your requirements: https://pasteboard.co/Qsbvjn1KNKyY.png

Regards, P-THEMES.

Please join our Discord Lesson


Hi, thank you, I duplicate MOST POPULAR PRODUCT to do it faster, btw, I would like to ask you the fasted method to edit main carousel in HP in Shop Demo 27 (Bike Store) because modifying it in ELEMENTOR seems quite cumbersome. Thank you

Hello, @mirkozax,

Well that carousel has been made using Elementor plugin, so it can only be edited or modified using the Elementor page builder: https://pasteboard.co/aI10BBg2IoYU.png

Regards, P-THEMES.

Please join our Discord Lesson


Hi there, on a product carousel, is it possible for a single product to swipe to change images without visiting the website? e.g. users will swipe left and right and carousel will stay remain however image will be changing to other images of a product? If so, where can i see it on your demos or settings?

Hello, @cakanhakan,

Yes, you can achieve it using a Custom layout, Please navigate to Porto >> Template Builder >> Post Type and edit the particular post type you used for your products after edit the featured image element and setting it as a slider, please refer to these screenshots: https://pasteboard.co/LgirKTqEGkEc.png & https://pasteboard.co/h0uRwlKAxRdg.png

The result should look like this: https://pasteboard.co/eFXBU9dqdCl0.png

Regards, P-THEMES.

Please join our Discord Lesson


Thank you, lastly i’d like to add category content blocks for each category after the grid. Is there a documentation or guide for that?

Hello, @cakanhakan,

Please navigate to Porto >> Template Builder >> Product Archives and edit the Shop page or Category page layout from there.

And set the “Archive Description” element at any place as per your requirements.

Now when you add the description to any product category by editing it, it will show at the particular place, please refer to these screenshots: https://pasteboard.co/I4Ct70YiY3DY.png & https://pasteboard.co/iuwFO4KqLd4Q.png

Regards, P-THEMES.

Please join our Discord Lesson


I have a problem with the search bar on the site:

Specifically, I am using Porto Theme: version 7.0.6. When I paste a product with its full name, it tells me that there are no products available. However, when I start typing it in the search bar, it automatically appears before I finish typing the word. How can this be fixed?

Hello, @chytoudis,

Please update the theme and plugins on your site and check back again, it should solve your issue.

You can check the theme changelog here: https://themeforest.net/item/porto-responsive-wordpress-ecommerce-theme/9207399#item-description__change_logs

How to update: https://www.portotheme.com/wordpress/porto/documentation/update-theme/

Regards, P-THEMES.

Please join our Discord Lesson


PortoVersion: 7.1.12 , theme is updated, plugins are updated, problem remains

Hello, @chytoudis,

Ok then please contact us via our support system with your site WP Admin URL and Credentials so that we can have a look into it for you on your site and help you out.

Regards, P-THEMES.

Please join our Discord Lesson


Hi P-Themes I can’t achieve a custom header with header builder. I set: 1st row. no condition wrap as container 2nd row: Condition A Device Desktop; wrap as container and sticky 3rd row: Condition A Device Tablet; wrap as container and sticky 4th row: Condition A Device == Mobile; wrap as container and sticky I get what I need only for Desktop view: it shows what I set correctly and sticky; no browser shows the 2nd (for tablet view) and 3rd row (for Mobile) when I narrow the screen (i.e Firefox flex view) below about 960px. Strangely I can see the header on iPhone but it unfortunately it isn’t sticky. In theme options > header > sticky header I set Enable Sticky Header Y, Enable on Tablet (width < 992px) Y, Enable on Mobile (width <= 480) Y, Show Logo Y, Show Search Form Y, Show Mini Cart Y, Show Menu Custom Content Y. I also set Layout > Container Max Width (px) 1340, Site Layout Mode Container, Header Wrapper Container. I’d be very glad to get some hints to show the sticky header for Tablet and Mobile views. Many thanks in advance.

Hello, @thedarkside,

Thanks for your explanation, We kindly request you to please contact us via our support system with your site WP Admin URL and Credentials so that our experts will have a look into it for you on your site and help you out.

Regards, P-THEMES.

Please join our Discord Lesson


Many thanks for the quick reply.

You’re Welcome!!

Hello. I chose the sidebar as the main navigation. Unfortunately, I can’t find any content settings for the sidebar such as search function or social media anywhere.

Hello, @Marcus2412,

To set up the widgets under that sidebar, go to Appearance >> Widgets. After configuring them, check if it works. If not, please reach out to us through our support system with your site’s WP Admin URL and credentials, so we can investigate and assist you directly.

Regards, P-THEMES.

Please join our Discord Lesson


Hi, I am unable to update Porto functionalities although I have a valid license. I am getting the “Failed” message when updating. My support has expired but I should still be able to update the theme.

Hello, @JKankkunen,

Please follow these steps:

1. Go to Porto >> Dashboard and unregister the theme license.
2. Re-register the theme using the same purchase code.
3. Navigate to Appearance >> Themes and update the theme.
4. Next, go to Appearance >> Install Plugins and update each plugin one by one.

If this doesn’t resolve the issue, please contact us through our support system, providing your site’s WP Admin URL and credentials. This will allow us to examine the problem directly and assist you further.

Regards, P-THEMES.

Please join our Discord Lesson


Hello,

On my product page, when I scroll down and touch the product image, the page doesn’t scroll up or down. How can I enable scrolling when touching the image?

Hello, @krupalisavaani,

Please navigate to Porto >> Theme Options >> WooCommerce >> Product Image & Zoom, and disable the “Enable Image Zoom on Mobile” option. After doing this, refresh your site and check the changes.

Regards, P-THEMES.

Please join our Discord Lesson


is this compatible with wordpress 6.6.1?

Hello, @roypaulin,

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

Yes the latest version of the theme is fully compatible with WordPress 6.6.1

Regards, P-THEMES.

Please join our Discord Lesson


Hi

I am unable to remove the sub popup menu background. Please check the video for requirement

https://drive.google.com/file/d/1V6Xn6WwcQrSpmfmRMFNNhdu0H92rxfNK/view?usp=sharing

Thank You

Hello, @dionrambo,

I have tested the same on my test site and it is working perfectly fine for me, We have to check the situation on your site, We kindly request you to please contact us via our support system with your site WP Admin URL and Credentials so that we can have a look into it for you on your site and help you out.

Regards, P-THEMES.

Please join our Discord Lesson


Hi, how can I replace the newsletter form (contact form 7) in HP of the Shop Demo 27 (Bike Store) template with Newsletter sig up form? thank you

Hello, @mirkozax,

Please create the new Newsletter sign-up form, and then navigate to Porto >> Template Builder >> Footer and edit the footer from there with Elementor page builder, after that delete the contact form element from there and then use your form.

Regards, P-THEMES.

Please join our Discord Lesson


I will try thanks, by the way how can I remove DOWNLOADS from my account page? I tried this but it doesn’t work: WooCommerce → Settings → Advanced → Account endpoints and clear the Downloads endpoint field

Hello, @mirkozax,

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content .col-md-4.col-sm-6.col-12.m-b-md:nth-child(2) {
    display: none !important;
}

Regards, P-THEMES.

Please join our Discord Lesson


Porto now shows the wishlist hearts on the wrong side.

Hello, @flexserve,

What do you mean by wrong side? Could you please explain in detail, if possible with some screenshots for my better understanding along with the page URL so that I can check and help you out accordingly.

Regards, P-THEMES.

Please join our Discord Lesson


Oops not wrong side, mis-aligned. Just submitted a ticket.

Hello, @flexserve,

We’ve addressed and responded to your support ticket #44723. Please review our response and reply there if you have any further questions or need additional assistance.

Regards, P-THEMES.

Please join our Discord Lesson


Hi

How can I use 2 different sidebars in 2 different pages.

Than You

Hello, @dionrambo,

Please navigate to Porto >> Sidebars and create multiple sidebars from there.

You will find those sidebars under Appearance >> Widgets.

You have to set the Widgets under those sidebars as per your requirements.

After that, please navigate to WP-Dashboard >> Pages and edit your page with the page builder, use the sidebar element on that page and choose your created sidebar like: https://pasteboard.co/wzQNNmkCtAsr.png & https://pasteboard.co/w6S5c0R0H1I8.png & https://pasteboard.co/8P0prfIjNcLL.png

Regards, P-THEMES.

Please join our Discord Lesson


Hi

Thanks the sidebar is added but how can I change the look of the sidebar? Please assist

Thank You

Hello, @dionrambo,

You can use the settings under the advanced tab to style that element: https://pasteboard.co/nud0Kxw42bt9.png alternatively you have to use the Custom CSS.

Regards, P-THEMES.

Please join our Discord Lesson


Hello , 1Two questions before purchasing: 1- Is this store a multi-vendor store? 2- Is there a demo of the admin dashboard?

Hello, @hmmt1983,

Unfortunately No, Its not possible to check the backend of the theme before purchasing it.

Regards, P-THEMES.

Please join our Discord Lesson


You’re Most Welcome!!

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