23226 comments found.
Hi I have problems with the product category layout and sidebar:
While editing the product category there is a checkbox to use the style and sidebar specified on this page, checked, then there is an option to specify a custom sidebar which I also tried to change. The result is no change at all.
Normally it should display the default Woo Catgory Sidebar, this Sidebar just shows up on the main shop archive, so it should also on the subcategory, but it doesn’t.
Hi, When edit the subcategory, you should configure again “Layout & Sidebar”, “Layout”, “Sidebar” options. If it’s not working, please send me wp admin and ftp accounts through support page. Let me check.
Awaiting your reply !
Hi, 1. You should customize porto theme. You can use the following filters: porto_search_form, porto_search_form_content 2. I think there are javasciprt issue when load the home page. You should fix this error. 3. We will consider your suggestion and improve. 4. Porto theme is compatible with revolution slider plugin. You can use revolution slider. 5. It’s impossible. You should change the image sizes. 6. It’s possible.
hello i’m installing a multi language website. with different domain extansions. but now i can’t use porto for the other domains. pls help
Hi, thanks for using Porto.
Could you let me know what issue you are getting exactly? Also, please note that single regular license is for single domain only, you should purchase licenses for each domains.
Regards, SW-THEMES
Cart is not displayed on mobile sticky header which I feel is quite an important inclusion – can you advise how to add this please? Thank you.
Hi, it requires some customization.
Hi, yes, I realise that, just wondered if you could advise how as its missing from just the the mobile sticky header? I can sit and very likely work through it, just thought its possibly something as simple as un-hiding it?
Hi, it was not implemented in current features, requires some customization.
Hi, how are you doing ? Does new version of theme includes top_navigation switching ? So I would like to show one menu to registered users and another on for not registered users, this menu would have to change in top_navigation, so if user is logged in i show “menu1” if user is guest i show “menu2”, is that possible and how ?
Thank you.
Hi, thank you, should this plugin work automatically with new version of Porto theme or is there still needed some workaround?
Yes it should, but may require some style customization.
I am having problem setting up my page like demo 6. I only require the menu to be inside the layer slide. I select BELOW HEADER and i have made everything transparent in the theme option. I need urgent help. Thanks
Please send me wp admin and ftp accounts. Let me check.
Quickview doesn’t work, I’ve sent you an email talk about that problem, but I don’t receive anything. My email: quanphamcompany@gmail.com. Please search and read nearly email.
how to disable quickview ?
We fixed the quickview issue. Please check after update theme. If you want to disable, please disable “Show QuickView” in Theme Options > Woocommerce > Product Archives. Regards.
Thank you.
Is there any free plugin to translate the theme?? It looks like POedit is not available anymore…...
you can also search for a product by sku ?
Hi, I think woocommerce default search have the search feature by sku.
NO. WOOCOMMERCE NOT HAVE THIS FUNCTION FOR RESEARCH SKU. WWW.FEGIS.IT
Hi, We didn’t added search functions in porto theme. Could you contact woocommerce support team or use woocommerce third party plugin?
Hello,
To import Porto version 3 should I import everything ?
Traditional Method
Please go Theme Options > Import Demo to install sample content as our demo sites.
- Import Dummy Content
You should click Import in Import Dummy Content. If import failed, please check your site and try again after extend max_execution_time in php.ini.
- Import Widgets
You should click Import in Import Widgets.
- Import Master Sliders
You should click Import in Import Master Sliders.
- Import Demo
You should select demo. Please read the message and click OK. best
All the best
Hi, You need to click only one. After import dummy content, widgets, etc, Please select demo in Theme Options > Import Demo > Select Demo.
Hi, I have to change HOT text and percent (in theme 20%, turkish %20 mean percent first) on featured products. Also I didn’t find how to change “FILTERS” text on woocommerce category sidebar (yith woocommerce ajax product filter). Regards
I found how to change “HOT” text. I didn’t find others (Percentage and “Filters”). Regards
$sales_html = '<div class="onsale">'. $percentage .'%</div>';
Please change the following code in wp-content/plugins/yith-woocommerce-ajax-navigation/widgets/class.yith-wcan-navigation-widget.php:
$dropdown_label = __( 'Filters:', 'yith-woocommerce-ajax-navigation' );
Hi, here is the right account
How can i add custom SVG graphics to use them with the Porto Content Box? Thanks for your help!
Hi, Porto content box don’t have the image or svg graphics param. Could you change svg graphics to the image and use ultimate addons info box shortcode? Regards.
remove the radius on the menu buttons in the header?
http://spinnerdesign.co.il/website-presentations-graphics/Please regenerate default css files after disable the border radius in Theme Options > Skin > Compile Default CSS.
What is the changes in the last version of 24 of January??
Please give me a short reply, how can I update the Porto versiom on the easiest and savest Way?
Please reference http://newsmartwave.net/wordpress/porto/documentation/#update_theme
to preview this infected?
Hi
Could you let us know what issue you are getting?
Regards, Alex
Hello.. I just found that with latest update the block “Top Ads” as located in my frontpage below the main menu has got a 35px bottom margin which makes it look bad. I found this new css: .aio-icon-component { margin-bottom: 35px; } I can ofcourse override it using custom css but i guess it need a fix.
Brgds Rune
Also is it possible somehow to set this conditional tag “is_product()” to return true when product is displayed in quick view? As now i can not get the WooCommerce Points & Rewards to display its message in quick view because “is_product()” return false.
Rune
if ( ! function_exists( 'is_product' ) ) {
function is_product() {
return true;
}
}
Would not that make it return true anytime? I have asked WooThemes to look into that as it should not be necessary to use that tag as they already use a single product action hook for the call.
I don’t have another solution. Could you contact the plugin developer?
I don’t have another solution. Could you contact the plugin developer?
Hi
How can I past code <script type=”text/javascript” src=”//cdn.callbackhunter.com/cbh.js?hunter_code=72502” charset=”UTF-8”></script> correct by Theme Option->Custom JS code?
Hi, You should add in wp-content/themes/porto/head.php.
Any time after update I ought to it again and again?
Hi, Could you use porto child theme and copy head.php and edit this file?
Yes. but u can update (fix some bug, etc) this file?
add_action('wp_head','hook_javascript');
function hook_javascript() {
?>
<script type=”text/javascript” src=”//cdn.callbackhunter.com/cbh.js?hunter_code=72502” charset=”UTF-8”></script>
<?php
}