23226 comments found.
Hi
I have a question i want to use wpml. Is wpml translate visual composer data like data of ultimate-ticker will also translate ? mega menu etc ? all data is translatable ? i have issue which i had already asked you before,the media masonry grid takes time to load gallery images ? check link for this http://unielegant.com/products/school/
Hi, You should edit again the page content and the menus per language. The media masonry grid is default vc element. We didn’t change this element in porto theme.
hi,Theme options doesn´t work. I can’t skin > Compile Default CSS after update theme. What can I do?
Please send me wp admin and ftp accounts. Let me check.
I solved the problem by disabling WooCommerce puglin and works again. I don’t need the puglin. If you want ftp acount, tell me. Thanks
Hi, how completely disable CSS via avatar from reviews ?
no no I want to hide all the avatars of the review. We do not want to appear Avatars read reviews but only photos of people without ..
Please send me a screenshot what do you want.
NOW : http://screenshot.cz/TP/TP9MX/now.png , thus we want http://screenshot.cz/6U/6UBLB/then....png it is possible to completely remove avatars?
#reviews .commentlist li .img-thumbnail { display: none; }
#reviews .commentlist li { padding-left: 0; }
#reviews .commentlist li .comment-text::before { display: none; }
now it works correctly
Thanks
I found another one mistake, if someone Reply to comment displays the dot see exemple : http://screenshot.cz/T0/T0JGN/cejk.png
I couldn’t see this issue in your site.
i send to your mail …
OK solved thanks
The select options button in the product listing isn’t working correct even in your demo at http://newsmartwave.net/wordpress/porto/demo4/ It‘s linked to ”.../undefined”.
Hi, Could you send me a screenshot through support page? Regards.
theres no way to send a screenshot …
You can upload it somewhere and give me link, or can attach after we reply your email.
Is it possible to add a line for FAX in the “Porto: Contact Info” widget? Thank you.
Please add the extra info in Before description or After description fields.
Hello. Big Thanks to the great theme.
I made a Master slider which fades in on mouseover and fade out on mouse leave. I want to know how to make the layers start animate step by step on mouseover and fades in again anytime on mouseover while the slide duration.
Hello, can you tell me how can I change the color of the menus?
Hi, Please configure the color in Theme Options > Skin > Main Menu.
Hello, I have a question regarding the product page: If a product has images, everything is displayed fine, but if a product does not have images, under the empty “main image” also a thumbnail of the empty image is shown – why that? king regards, Alex
Hi, Will be show the placeholder image. This is default woocommerce feature. If you want not to show the placeholder image, please customize woocommerce/single-product/product-image.php Regards.
How do we get support related themes. wpbakery how we will update the Visual Composer application? wpbakery not updated Visual Composer application? Where can I download the current file.
If you want to support for visual composer plugin, you should purchase this plugin on codecanyon and activate.
Project archives page : Is there a simple way to hide project names only on desktops (not mobiles), but reveal them on hover? Many thanks
@media (min-width: 992px) {
.portfolio-item .thumb-info .thumb-info-title { display: none; }
}
Regards.
@media (min-width: 992px) {
.thumb-info .thumb-info-title { opacity:0;}
}
@media (min-width: 992px) {
.thumb-info:hover .thumb-info-title { opacity:1;}
}
Many thanks for your great support for the best theme on Themeforest!
Read more button for posts does not work! http://new.fischer-analytics.com. Read more link does work :/
<a class="btn <?php echo $porto_settings['post-related-btn-style'] ?> <?php echo $porto_settings['post-related-btn-color'] ?> <?php echo $porto_settings['post-related-btn-size'] ?> m-t-md m-b-md"><?php echo __('Read More', 'porto') ?></a>
to
<a href="<?php the_permalink(); ?>" class="btn <?php echo $porto_settings['post-related-btn-style'] ?> <?php echo $porto_settings['post-related-btn-color'] ?> <?php echo $porto_settings['post-related-btn-size'] ?> m-t-md m-b-md"><?php echo __('Read More', 'porto') ?></a>
We will fix this issue.
I’m running multiple menus and the menu named – “main-menu” is hidden at a certain screen resolution. Where is this at in the code? How do i make it so its not hidden at all.
Thanks, Ryan.
Please check the following file: inc/functions/layout.php porto_main_menu(), porto_main_toggle_menu(), etc..
Because of the frequent updates, I need to upload the theme over and over again, is there a way to auto-update through wordpress? This would be useful 
Hey, can not be added to the next update to be possible to add the widget woocommerce category on the Edit categories /edit-tags.php?taxonomy=product_cat&post_type=product Add Custom Label + Tip Tip Tip + Text Color BG Color. We want to be in the widget category woocommerce display tip text with color 
Hi, It’s impossible. You should customize default woocommerce categories widget. Could you use the sidebar menu? You can edit the sidebar menu like the main menu and add the tips.
ok
Hello, How to change category toogle in responsive design? We question how to change the category icon Toogle case as there add text. http://screenshot.cz/ZD/ZD8CS/togle.png
<div class="filter-toggle"><i class="fa fa-filter" /></div>
That would be enough to change the icon with http://fortawesome.github.io/Font-Awesome/icons/ but does not work. Please advise
Which icon do you want?
.fa-shopping-basket { content: "\f291"; }
Icon update , icon not working in category filter, i change in categoryfilter php… not showing icon
Did you updated fontawesome fonts and customized category-filter.php? You should change “fa fa-filter” to “fa fa-shopping-basket”.
I sent over ftp .. please set me
I sent you a message, and I enabled the FTP login on wp-admin login . Please set me, thank you 
You watched you on it?
I couldn’t see the files in porto theme in ftp.
Can you tell me if Version 2.7.3 (2.3.2016) is compatible with Wordpress 4.4.2? Thanks!
Hi, Porto theme is working well on wp 4.4.2.
Hi, Sorry for my english, im not native speaker. My site content is in japanese, i have some trouble to setup all, i think its related with japanese fonts; 1- When i create new post, Porto Recent Posts and Related Posts dont summarize the information, shown many paragraphs (japanese, in alphabet i can use normally)
2- I tried install japanese font (https://www.google.com/get/noto/#sans-jpan), using; a- Ultimate > Google Fonts – But this font isnt there
b – i tried follow the instructions i found here in the comments; 1. We didn’t tested polylang plugin in porto theme. We tested wpml language switcher in porto theme. Could you use wpml? 2. Please customize the following code in functions.php:
// Load Google Fonts $gfont = array(); if (isset($porto_settings‘body-font’) && $porto_settings‘body-font’) { $font = urlencode($porto_settings‘body-font’); if (!in_array($font, $gfont)) $gfont[] = $font; } if (isset($porto_settings‘alt-font’) && $porto_settings‘alt-font’) { $font = urlencode($porto_settings‘alt-font’); if (!in_array($font, $gfont)) $gfont[] = $font; } $gfont[] = ‘Noto Kufi Arabic’;
Please add the following style in style.css: body { font-family: “Noto Kufi Arabic”; }
I just changed Noto Kufi Arabic for Noto Sans CJK JP, dont worked…
Another question, related with mini cart;
How i can have the item inside the cart, just the number without the word iteam, like your demo site: http://newsmartwave.net/wordpress/porto/demo4/thank you in advance
I can send to you one link if you want check, to understand what i mean about summarize
I have tried both before, in the last Saturday i upload one font, Meiryo.otf. In the Font Control i have: temp (this is one directory?) and bellow i have this; 23d96352baa0aa328803c4d5f7cec874 and one box called otf. Today, after i read your reply i tried again and now i get message error; There was an error processing your fonts. Please try again.
About the mini cart i tried what you said before but dont work, one time (1 moth ago) i get the number + the word item inside the cart.
Dont work…in Typography i replaced all open sans for 23d96352baa0aa328803c4d5f7cec874 (supposed to be japanese font) After i checked my browser using one font detector and i get arial, if i type in alphabet is okay, i can use any font, all is detected correctly, just japanese, isn’t because i dont have the font proper name recognized?
I tried type inside the box from the first link and copy and past, dont work too…korean work fine, i can copy and past any text from internet and work, the problem is just chinese and japanese
Hi, Please send me wp admin and ftp accounts through support page and send me custom font. Let me check.
failed to get the version Dark , when active, the background color is still white. Please Help!!!
Hi, Please check after regenerate default css files in Theme Options > Skin > Compile Default CSS. You should increase memory_limit to 128M or higher and update php version to 5.4 or higher.
Hi. Products on frontpage disappear when viewing website in mobileview. What am I missing? Thanks.
Hi, Please check after disable the animation when edit the products shortcode.
Hi. Thanks. I found out in the end 
How do I set the product featured image on archive pages, to auto fit in the squareframe. I have some product pictures that are not square, and they make the whole page look unclean. Is it possible to keep the image inside the basic square of porto’s archive page for products? Thanks Daniel
Hi, Please disable Border radius in Theme Options > Skin > Compile Default CSS and disable Thumbnails Padding. After save, please click “Theme CSS”, “Plugins CSS”, etc.. buttons.
Hi, Could you edit again the images or use the crop options when configure the image sizes in Woocommerce > Settings > Products > Display? Regards.