23226 comments found.
Uploading products Do you have a manual as to how to bulk upload products onto the ?
I am trying to upload a database of products in one go.
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?
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?
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.
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; }
ul.products li.product .add-links .add_to_cart_read_more, ul.products li.product-category .add-links .add_to_cart_read_more, ul.products li.product .add-links .add_to_cart_button, ul.products li.product-category .add-links .add_to_cart_button { display: none !important; }
Thank you so much! And how do I remove the product title in breadcrumbs? I have disabled it in Theme options but it’s still in the FTP code and it disturbs my SEO.
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?
<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.)
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 ? =)
$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/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.