Discussion on Porto | Multipurpose & WooCommerce Theme

Discussion on Porto | Multipurpose & WooCommerce Theme

Cart 102,100 sales
Recently Updated
Well Documented

p-themes supports this item

Supported

23226 comments found.

Hi, i would like to ask why is there extra empty content on the right side of my home page, causing the page to have horizontal scroll. Please visit advertising.adogo.com.sg to see the problem.

If you send me a message through support page, I can get the email and I’ll send the message via our email address.

May i have the link to the support page?

Hello – is there a reason that my site doesn’t look responsive on smartphones? http://thechasedesign.com/credit-clarity

Hello, I tried deleting that code you suggested above but it didn’t fix the problem

Please send me wp admin and ftp accounts through support page. Let me check.

Hello I just sent you a PM through the support tab with that information. Thanks!

Hi. I see that you put some popup effects for menu. Can you add more effects and hover out effects? Or can you tell me how to put flipInX for hover and flipOutX for hover out? Thank you.

Hi, Porto theme don’t have hover out effect. If you want to add the flipInX effect, please select the popup effect to FadeIn and add the following style:
.mega-menu.effect-fadein > li.menu-item .popup,
.mega-menu.subeffect-fadein .narrow .popup ul.sub-menu li.menu-item > ul.sub-menu {
    animation: 0.2s ease-out 0s normal none 1 running flipInOutX;
}

Ok, thank you. I thought that you can put a hover out effect on menu.

why visual composer is not available in block?

Please check the block content type in Visual Composer > Role Manager.

Thanks

I am interested to buy the theme. I want the website to present Arabic content, but the admin dashboard to be in English. Do I have to translate statements and upload it? If yes, how many are they? Or do you have Arabic installed already?

Hi, You should translate porto theme in your language. You can’t change only admin locale to english.

Hello, I installed on localhost the theme and the necessary plugins.
I imported the demo properly, but the theme is very slow.
Visual Composer lock every second.
See my settings:
define ('WP_MEMORY_LIMIT', '128M'); max_execution_time: 1000 max_input_time: 300 max_input_vars = 3000
How to solve this problem, because as it stands it is impossible to edit the site.
Awaiting.

Please increase memory_limit to 128M or higher in php.ini. Which web server are you using? We are using WAMP on local.

Hi friend, are there any option for using relevanssi search plugin at header. Not YITH ajax search.

Hi, Don’t have this option. Could you customize porto_search_form() function in inc/functions/layout.php or customize header template file? You can find this function calls in header template file in header folder. You can change this code with plugin shortcode.

visual composer is not installing and porto dummy data is not importing

i raise a token. i didnt got any response

Hi, Please send me wp admin and ftp accounts through support page. Let me check.

I’ll check and let you know.

Hi, is there a way update the theme with one click, and not have to use FTP?

Hi, Could you update theme with envato wordpress toolkit plugin? Please reference http://newsmartwave.net/wordpress/porto/documentation/#update_theme

I’ll check into it, thanks!

I would be interested in buying this theme but I understand that you will be bringing out a new version this week. Is this true?

Yes, new version will be released soon.

But if you purchase now, you can enjoy free updates.

I want to know how to change logo and header

Please contact us through purchased account.

You can change in Theme Options.

I need product categories icons on homepege. Like this http://www.lipkaya-lenta.ru/ I can make it with your theme? Thx

Please send me a screenshot. You can show the product categories like http://newsmartwave.net/wordpress/porto/demo7/ in the slider or the list mode.

Hi,

First off, great theme!

I wonder if you can help me, I’m looking to get WooCommerce’s official plugin: Additional Variation Images working on my website so we can show multiple images of each colour for our variable products.

I’ve installed it but it doesn’t seem to work and on second viewing it seems that the plugin only works out of the box with theme’s using the default lightbox plugin for products, otherwise it’s a case of making a few modifications to the theme outlined here: https://docs.woothemes.com/document/woocommerce-additional-variation-images/ (see Troubleshooting & Third Party Theme Support)

I’m wondering if you could help point me in the right direction on the best way to properly implement this plugin on a website using the Porto theme?

Thanks in advance,

Kind regards, Jack

Hi, Could you use default woocommerce product image template? You should remove the following files and customize the styles. woocommerce/single-product/product-image.php woocommerce/single-product/product-thumbnails.php

Trying to use “WooCommerce Ultimate Multi Currency Suite” as the currency switcher but coming up dry each time. Is there some specific template file or setting I need to edit to be able to use this instead of the “woocommerce currency switcher” plugin?

Please customize header template file in header folder (header/header_{#header_type}.php) You can find the following code:
$currency_switcher = porto_currency_switcher();
You can change this code using the plugin shortcode.

Thanks… as a follow up can I suggest you adjust your contact-info.php widget to automatically encode the email field if the Email Encoder Bundle plugin is installed.

$email = $instance['email'];
        //MOD email encode
        if(function_exists("eeb_email")){
            $email = eeb_email($email, 'Email Us');
        }
        //MOD END

EDIT: Although some work would be needed on the output PHP as it strips tags… You get the idea though…

I hope to you update this file after update porto widgets plugin.

my site has neither the costs nor the subtotals from you update the theme, divenezioptica.com

I insist I leave my place to present subtotals and totals on the part of the simple product, I leave a representation of failure

https://www.divenezioptica.com/shop/colletion/costas/

Hi, Could you contact me again after contact woocommerce-gravityforms-product-addons plugin developer? I think this is this plugin issue.

Hey guys, when im testing page speed with GTmetrix, it says that i need: Defer parsing of JavaScript how can i fix this ?

Please install and use the following plugin: https://wordpress.org/plugins/remove-query-strings-from-static-resources/ Please enable browser cache in .htaccess file.

These guys really worked hard to assist me in getting this great theme setup! They worked everyday for a week to help me with server issues that prevented me from installing the theme correctly. Great theme and great support! Thank you SW-Themes.

Hello SW Themes,

I would like to replace the standard search in the theme for the Ajax Search Pro for WordPress – Live Search Plugin. Where can I find the code that needs to be replaced?

Thank you for your time.

Hi, Please customize header template file ( wp-content/themes/porto/header/header_*.php ). You can find the following codes:
echo porto_search_form();
or
$searchform = porto_search_form();
...
echo $searchform;
You can replace this code using plugin shortcode.

Found it. Replaced it. Works like a charm. Awesome, thank you!

I have another question:

Is it possible to place the product name above the product image? This way the product name will be shown first on mobile (now you first see the image followed by the name). So remove the product namen from above the short description to above the product image?

Thank you for your help!

Hi, i add a custom link as non clickable menù item as divider, the links points to # but everytime i am on the homepage the menù item is highlighted (Both, Home and the divider). How can i fix this? Thank you for teh help

Hi, Please add a divider link menu item as custom link with ”#”. I think you added as a page.

Thank you, it’s ok i already fixed it, it was a custom link but one of the child element of the custom limk was a link to the home page, so it was always highlighted when i was on the homepage.

Please send me a testing url.

hi and thanks for your great theme :)

I’d like to know how can i change things like “meet the team” or “our projects” in the portfolio and member sections, i can do so in phpmyadmin in wp_options table, but can’t find it in backend.

Thanks

Please contact us through purchased account.

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