23226 comments found.
I use the Theme Options > Skin > Custom CSS however when I add in CSS it does not seem to make any changes.
Please check after refresh browser cache. If it’s not working, please send me wp admin and ftp accounts. Let me check.
I’d like to suggest more header, footer, and menu options/layouts. I would really like to add some shortcodes to the header and menu as well.
Could you customize header and footer template files? You can find in wp-content/themes/porto/header and footer folder.
No, I’d rather just have the options. It’s much quicker that way. Please consider my requests. Thanks.
One of our company’s personnel have purchased this theme. Now we are preparing a web site. but with a problem. I want to use the picture as a infoBox but somehow we can not. Please help me.
Please contact us through purchase account. Please update porto shortcodes plugin and check the parameters.
I have wasted too much time on trying to get the demo content to import. I have followed the instructions step-by-step for BOTH methods only to receive an error each and every time. Traditional method gives me a 404 error and alternative method gets stuck on “restoring database” every time. This is ridiculous!
Please send me wp admin and ftp accounts. Let me check.
Thanks for the response, but I figured it out.
Hi, i have a main product page name “Shop” and two categories. When i click the shop, it will display all products from both the categories. However, i want to create a page with the same template as Shop but it only display products from one of the category whenever i click the one of the categories. How do i do that?
Hi, I sent you email.
hi i want to add shipping cost for every quantity of the product. if the user add product to the cart and if he update the cart into 2 products the shipping cost want to automatically increase. please help me.
And also i want to change the “process to chechout button” to “text to buy now” please help me
Hi, Could you reference woocommerce documentation and forums for shipping cost. Please change “Proceed to checkout” button in wp-content/plugins/templates/cart/proceed-to-checkout-button.php You can copy this file in wp-content/themes/porto/woocommerce/cart folder and change.
hi i want to add shipping cost for every quantity of the product. if the user add product to the cart and if he update the cart into 2 products the shipping cost want to automatically increase. please help me.
Did you purchase Porto?
please note the cart icon in Microsoft Edge browser
www.2teq.com
Could you send me a screenshot?
hi
this theme adds a query string parameter after each link.
it’s name is “v” and it’s value is a random string like 796834e7a283
example: http://doamin.ltd/product/name/?v=796834e7a283
what’s this? how can i remove it?
Hi, Did you checked in wp default theme : twenty fifteen? If you activate twenty fifteen theme, will be work default woocommerce theme. Please check and if not the same, please send me a screenshot, wp admin and ftp accounts. Let me check.
As I said before there is an issue with breadcrumbs that goes beyond and it affects the navigation of products in one category using your next and previous arrows that are sitting next to the breadcrumbs…
Let me explain the problem because we should all be clear with it
The problem represents a bug in navigating products within one category especially if the product is listed in multiple categories; For example, if selling PANTS by brands and one of your category is LEVIS, so that item is listed in PANTS and LEVIS. The problem will appear when clicking on Levis category, you will to see all the Levis items however by clicking on one of them and start browsing next items through next and previous arrows that are sitting next to the breadcrumbs, The navigation will take you to different products from a different category that isn’t Levis. So customers will get lost in your store basically…
I did an extra step and I’ve setup the work for you to see it and I have sent you login credentials to test it and see it but I was very disappointed hearing your answer.
Your answer was that every theme has the same problem and impossible to have a solution with WooCommerce. Does that sound like an answer to you?
Breadcrumbs are essential part in navigating any eCommerce store so we have to set them up right, especially if you care about your customers and want to offer a decent functioning site, not a flaw. As I said before, your breadcrumbs aren’t setup right and the issue is going beyond that and causing bigger problem in navigating products within one category using the next and previous arrows next to the breadcrumbs…
Can you fix the problem?
Hi, Woocommerce don’t have this feature. Sorry, I don’t have a solution.
What feature that WooCommerce don’t have? I’m talking about the features you have in your theme, the next and previous arrow for navigating the products at the shop and the breadcrumbs you have in place…..
Please configure “Show Prev/Next Product” in Theme Options > Woocommerce > Single Product.
Will be show the products in the categories of the current product.
But the only option we have is to keep it or remove it through the Theme Options.
Having it ON is needed and it should go when clicking on these arrows to all of the items in the selected category, not to take you to different categories…
I guess these arrows were coded to follow urls and not items within nested or selected category. Am I right?
But using the next and previous arrows should mean going through all the items within the selected category, not anywhere else; otherwise customers are getting lost in your shop.
Can we be able to adjust the next and previous arrows to show next and previous products within selected category?
Hi, I checked the source files but didn’t found a solution. When edit the product, could you select only one category?
We can’t because the product has to show in multiple categories
Hi, Sorry, I don’t have a solution because woocommerce don’t have this feature.
Hi,
I hope you are doing well. Just saw that you have left the 1 star for the Porto theme. Can you please change it to 5 stars because you have got the best and fast support every time when you face any issue on your site. Actually, We are experiencing higher than normal Tickets/comments volume and apologize for any inconvenience.
We have already told you that our latest Porto 3.6 version is compatible with Woocommerce 3.0.3 version and we are working on the theme update and will make the compatible with 3.0.4 version of Woocommerce. And for the wishlist bug, we have checked the theme already but did not find any issue in the theme that is why we have asked for the site URL and contact us through our support system, without debugging your site How could we tell you the solution to the issue? I hope you can understand it and change this 1 star rating to 5 stars. We are willing to help you and requires your cooperation.
Thanks Have a great day:)
I created attributes for my products, I wonder how do I get the user to search by the custom attribute see the product, for example, created the Artist attribute, when I type the name or or part of an artist’s name that is registered the product, no results are displayed. How do I get the search is also made in custom product attributes?
Hi, Woocommerce don’t have this feature. You should install third party plugin and use it. You can use http://docs.woothemes.com/document/product-finder/ or https://wordpress.org/plugins/relevanssi/
Hi, I am translating Porto for my website, using the .po and .mo in a child. However some text can not be found in these language files, for instance ‘Address’ and ‘Working hours’ in the footer contact-info widget… How can I translate these? Thanks in advance!
Hi, Please translate porto widgets plugin. You can find default po file in wp-content/plugins/porto-widgets/languages folder. Regards.
hi… please if you don’t mind can you give me the code to increase the search bar length in the main header …..thanks
Please send me your site url. Let me check.
www.2teq.com
#header .searchform { width: }
#header .searchform.searchform-cats input { width: }
Porto theme is responsive theme.
So you should change the styles using media queries.
#header .searchform { width: }
#header .searchform.searchform-cats input { width: }
@media (max-width:991px) {
#header .searchform { width: }
#header .searchform.searchform-cats input { width: }
}
@media (max-width:767px) {
#header .searchform { width: }
#header .searchform.searchform-cats input { width: }
}
@media (max-width:480px) {
#header .searchform { width: }
#header .searchform.searchform-cats input { width: }
}
is possible only leave the cheaper price? This way is a lot of numbers and the site gets ugly.
http://www.awesomescreenshot.com/image/521025/30f0d4d6be4edf0848f850b70259503f http://www.awesomescreenshot.com/image/521030/5451340a8043b281600fedc7820d70bbHi, i had also bought the previous Porto theme, but i can’t get any help anymore for that theme. Now i bought this one, but i have the same problem with this theme; I got the following issue. httpd.www/wp-includes/functions.php on line 3457 Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
Hi, Could you disable WP_DEBUG in wp-config.php? We will fix this issue in next release. Next release will be approve this week or next Monday.
Already found the problem, it was one of your widgets.
Is there a way to do the porto shortcode for the popover using an image and not just text or a button? Or can the tooltip shortcode work on an image?
The popover and tooltip shortcodes don’t have these options. I’ll consider your suggestion and implement if it’s possible.
Hi, in the contact page, the info box of adress, phone and emaiil. I only change the content of the title, and Now have a huge space between the infoboxes, and in the code, i see the porto theme add a div with INFO BOX Description, but is empty, and create the space.. how can i have this info box identical to the demo theme?
add_filter( 'the_content', 'porto_format_shortcodes' );
add_filter( 'widget_text', 'porto_format_shortcodes' );
function porto_format_shortcodes($content) {
$shortcodes = array("ult_animation_block", "ultimate_carousel", "ult_content_box", "ultimate_exp_section",
"ultimate_fancytext", "ultimate_google_map", "ultimate_google_trends", "ultimate_heading", "ultimate_ctation",
"ult_hotspot", "ult_hotspot_items", "icon_timeline", "icon_timeline_item", "icon_timeline_sep",
"icon_timeline_feat", "ultimate_icons", "single_icon", "ult_ihover", "ult_ihover_item", "ultimate_img_separator",
"ultimate_info_banner", "bsf-info-box", "info_circle", "info_circle_item", "info_list", "info_list_item",
"ultimate_info_table", "interactive_banner_2", "interactive_banner", "ultimate_icon_list", "ultimate_icon_list_item",
"ultimate_modal", "ultimate_pricing", "swatch_container", "swatch_item", "ult_tab_element", "single_tab", "ultimate_video_banner"
);
$block = join("|", $shortcodes);
// opening tag
$content = preg_replace("/(<p>)?\[($block)(\s[^\]]+)?\](<\/p>|<br />)?/","[$2$3]", $content);
// closing tag
$content = preg_replace("/(</p><p>)?\[\/($block)](<\/p>|<br />)/","[/$2]", $content);
return $content;
}
</p>
Do not work the code!! And to update the ultimate addons plugin need a license key!! What i can do?
Can send the code again?? When i PUT the code, the content do not show! =(
add_filter( 'the_content', 'porto_format_shortcodes' );
add_filter( 'widget_text', 'porto_format_shortcodes' );
function porto_format_shortcodes($content) {
$shortcodes = array("ult_animation_block", "ultimate_carousel", "ult_content_box", "ultimate_exp_section",
"ultimate_fancytext", "ultimate_google_map", "ultimate_google_trends", "ultimate_heading", "ultimate_ctation",
"ult_hotspot", "ult_hotspot_items", "icon_timeline", "icon_timeline_item", "icon_timeline_sep",
"icon_timeline_feat", "ultimate_icons", "single_icon", "ult_ihover", "ult_ihover_item", "ultimate_img_separator",
"ultimate_info_banner", "bsf-info-box", "info_circle", "info_circle_item", "info_list", "info_list_item",
"ultimate_info_table", "interactive_banner_2", "interactive_banner", "ultimate_icon_list", "ultimate_icon_list_item",
"ultimate_modal", "ultimate_pricing", "swatch_container", "swatch_item", "ult_tab_element", "single_tab", "ultimate_video_banner"
);
$block = join("|", $shortcodes);
// opening tag
$content = preg_replace("/(<p>)?\[($block)(\s[^\]]+)?\](<\/p>|<br />)?/","[$2$3]", $content);
// closing tag
$content = preg_replace("/(</p><p>)?\[\/($block)](<\/p>|<br />)/","[/$2]", $content);
return $content;
}</p>
Please remove the latest code: html p tag
Starting to get very frustrated with mobile menu. Is there a section that we can individually edit the mobile menu in wp admin? Certain drop-downs are not showing up and some are not displaying properly. See our testing site: http://50.87.205.46/~hostfxb1/provendata/ I would greatly appreciate some direction as this is holding up production release of our site. Thanks!!!
Hi, Please send me wp admin and ftp accounts. Let me check the issues.
Done…Thank you for your quick reply.
We also purchased your html theme and like the way that menu behaves. Is there an option to enable that? Our html theme is here: http://www.congienterprisesinc.com/index.php
Hi, in a mobile theme, how can I remove everything after the picture, i.e. the product name, price, etc. But I only want this change for mobile theme. Thanks
Hi, Porto theme don’t have this feature. You should add a custom styles in style.css: @media (max-width: 768px) { ul.products li.product * { display: none !important; } ul.products li.product .product-image { display: block !important; }
thanks, but doesn’t work. now I get no images at all in mobile theme. The CSS does however conatin the warning below: (not sure if that would be affecting it) – the url is dimeswimwear.com
ul.products li.product .product-image { display: block; }
To:
ul.products li.product .product-image { display: block !important; }
thanks, now it shows borders around product images but not the actual images. Any other suggestions please? Check the URL – dimeswimwear.com
Hi,
Please add the following styles:
@media (max-width: 768px) {
ul.products li.product > * { display: none !important; }
ul.products li.product .product-image { display: block !important; }
}