Discussion on Porto | Multipurpose & WooCommerce Theme

Discussion on Porto | Multipurpose & WooCommerce Theme

Cart 102,104 sales
Recently Updated
Well Documented

p-themes supports this item

Supported

23226 comments found.

Uploading products Do you have a manual as to how to bulk upload products onto the ?

Please reference https://docs.woothemes.com/document/managing-products/ Please export the product using wordpress import plugin and import on other site.

hi, thanks for your reply. I think I did not state it clearly. I want to build a products database in CSV. For that I need to know how to structure this database.

Your advice “Please export the product using wordpress import plugin and import on other site.” is not totally clear to me. I do not have a database yet.

Is there no way to export the current product database so that I can analayse the structure? thanks!

Hi, I don’t have a solution to export the current product database. Regards.

Hi, How can I import the eCommerce home page version 8 ? I need this configure same as demo on my website i did not found that in the dummy content and data please guide me.

demo link : http://newsmartwave.net/switcher/?theme=porto_wp

Hi, demo link : http://newsmartwave.net/switcher/?theme=porto_wp But i am installing this theme in the existing site i just need the theme settings not the fresh install please guide me proper.

The import demo does not display the theme version option can you please check my admin area ?

I don’t have admin account. Please send me through support page.

Hi there,

Can you suggest us what payment gateways is better to use for credit card.

My website is base in Middle East.

Thank you so much

Jay

JUST ANOTHER UPDATE???? Seriously… you shoot out so many Theme updates for porto that i dont know if i ever want to use it. Is there any end in view when you stop pulling out weekly updates? I am afraid using is because when i do my modifications they might be gone… So any advice?

Could you compare the file using compare tool like http://kdiff3.sourceforge.net/ ? We fixed the minor issues. Please check the changelogs. http://newsmartwave.net/wordpress/porto/documentation/#changelog

can you please read my comment again and give a respond that makes sense…thanks

We are updating after fix the important issues. We fixed ie9 issue in the latest version so we updated theme again. We are going to update theme after add the some demo versions and update woocommerce or some plugin like visual composer plugin.

How to change ” Quick view ” to ” Compare “

You need to customize porto theme. It’s simple.

Hello, I have a problem installing the update my website template not load properly, do not load all the plugins, and is not displayed correctly , could help me please .

www.gorilapc.com

you can tell me how to fix this please?

Please upload js file in porto theme in wp-content/themes/porto/js/blueimp/ folder via ftp server. Please download the following image and upload wp-content/uploads/2015/03/ folder. http://newsmartwave.net/wordpress/porto/wp-content/uploads/2015/03/slider_bg_26.png

just visited your demo site and documentation and reading a bit of all these comments makes me wonder whether this wonderful theme is worth buying, as documentation and some of you own comment is a bit conusing to me, sorry to say least.

For example (i am not a wordpress or server .i.e php, apache specialist) but somewhere in the doc you mention max_execution_time 180 and few instance of your comment here suggest otherwise

My question would be according to your doc will the demo get installed if the following is true , these are the bare minimum given below by you doc, and given the time the sever is busy those time would vary understandably, so should we be doubling them or put just 0 for example max_execution_time and do we need to adjust other php values to or not needed,

max_execution_time 180
memory_limit 128M
post_max_size 32M
upload_max_filesize 32M

you see there can be a million question of customization , but installation shoulnot be a headace , loca development environment user can control and known shared host provide known values and customization and your do should clearly reflect that, may be it is already there or am i missing something, then why so many demo installation failure ?

You should adjust memory_limit. You don’t need to change max_execution_time. We hope to you provide shared hosting server if you need our help.

Where I can see a demo (Porto) of bbPress and BuddyPress?

Are you going to include support for Contact Form 7 and Gravity Forms?

Thanks.

Best regards, Jose A.

Hi, We don’t have a demo for bbpress and buddypress. Porto theme is compatible with contact form 7 and gravity forms. Regards.

Hello. Thank you for your great work. how can i ad the members to the main menu?

Hi,

May I have this latest update affected files list? I don’t want to overwrite every modified files.

Version 2.5.9 (11.6.2015)

+ Updated header css transitions. - Fixed breadcrumbs link issue. - Fixed style issues on IE 9.

Thank you!

Hi, Could you merge the files using the compare tool like http://kdiff3.sourceforge.net/ ?

alright…thx

Is it possible to show product variations in catalog mode? It doesnt seem to work, any chance this could be allowed?

Hi, Porto theme don’t have this feature. Could you check another catalog mode plugin? Regards.

Hi! I added this snippet to change the color of the “add to cart”-buttlon and it works fine except on hover. How can I change that? Or, simply remove the button? http://postimg.org/image/qr8t1im1t/

ul.products li.product .links-on-image .add-links .add_to_cart_button, ul.products li.product .links-on-image .add-links .add_to_cart_read_more { background-color: #xxxxxx; border-color: #xxxxxx; } .product-summary-wrap .summary .cart .button { border-color: #xxxxxx; background-color: #xxxxxx; color: #xxxxxx; } .product-summary-wrap .summary .cart .button:hover, .product-summary-wrap .summary .cart .button:focus { border-color: #xxxxxx; background-color: #xxxxxx; color: #xxxxxx; }

Hi, You should add the following code in page_header/page_header_*.php:
if (is_singular() && is_product()) { $page_title = false; }
You should add the following code in breadcrumbs.php:
if (is_singular() && is_product()) { $breadcrumbs = false; $page_title = false; }

Hi! It didn’t help :( http://postimg.org/image/xjkltqlh5/ I put the snippets under global $porto_settings;, is that correct?

Hi, Please change the following code:
<div class="<?php if (!($title = porto_page_title()) || !$page_title) : ?> hide<?php endif; ?>">
                <h1 class="page-title"><?php echo $title; ?></h1>
            </div>
to
<?php if (!($title = porto_page_title()) || !$page_title) : ?>
<div>
                <h1 class="page-title"><?php echo $title; ?></h1>
            </div>
<?php endif; ?>

In Firefox the top main logo is not showing 100% max width… I also tried to set logo max with in logo and nothing… so after doing a search on here I found this… to add #header .logo a { max-width: 100%; } to style.css that still did not work… how can I get the logo to show at 100%

Hi, Could you check after upload the large size logo image?

That did not worlk… My logo was uploaded with Size 475×143 but keeps displaying around 280×84… how can I get logo to display full size?

Hi, Please check after change the logo max width in Theme Options > General > Logo, Icons. Regards

install theme and when active plugin gives me an error 500 ( The website encountered an error while retrieving It may be down for maintenance or configured incorrectly.)

Hi, Please extend memory_limit to 128M or higher in php.ini. You should contact server administrator. Please add the following code below define(“WP_DEBUG”, false); in wp-config.php:
define('WP_MEMORY_LIMIT', '128M');

Hello. I have a FATAL ERROR on Widget Categories Woocommerce. I can not shoy a list of categories on widgets. I updated to last version…

Hi, Could you check this widget after activate wordpress default theme (twenty fifteen)?

Greetings. Can I create a blank page with no header, no menu, no footer, no sidebar and full width?

You can create. You can configure the View Options. Please check http://newsmartwave.net/wordpress/porto/documentation/#post

Is there a way to sort Breadcrumbs by hierachy of the categories and not alphabetically ? By the way, How’s vacation ? =)

Hi, Please check after change the following code in inc/functions/layout/breadcrumbs.php on line 370:
$terms = wp_get_object_terms( $post->ID, $taxonomy, array('orderby' => 'term_id') );
We will change in next release.

Hi, how do i do the separated menu by categories in FAQ’s? like this

http://newsmartwave.net/wordpress/porto/demo17/faq/
This page is faq archive page. This page will be show the faq categories. Please install the following plugin: https://wordpress.org/plugins/post-type-archive-links/ When edit the menu in Appearance > Menus, you can add the archive links using this plugin.

The theme is looking great. Will buy for sure for my e-commerce project. Anyway, is there Advance Search like ebay: http://www.ebay.com/sch/ebayadvsearch/?rt=nc

Unfortunately, that search is not included. It requires additioanl plugin.

Hi,

Just installed the theme through Filezilla. When I hit on VISIT SITE, this error appears:

Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0

Hi, Could you check after extend memory_limit to 128M or higher in php.ini? If it’s not fixed, please send me wp admin and ftp accounts through support page. Let me check.

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