Discussion on Porto | Multipurpose & WooCommerce Theme

Discussion on Porto | Multipurpose & WooCommerce Theme

Cart 102,096 sales
Recently Updated
Well Documented

p-themes supports this item

Supported

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 ?

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.

see: http://wpdesign.kr/soopsori/china-web-main/

Hi, Please reference master slider documentation. http://masterslider.com/doc/wp/

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

Hi, Don’t have this option. Could you add custom styles using the media query?
@media (min-width: 992px) {
.portfolio-item .thumb-info .thumb-info-title { display: none; }
}
Regards.
Thank you for your quick reply. Above code hides the project titles all together. But On Desktops, I wanted to hide title, but reveal on hover. On smaller screens, I want to show project titles at all times. I have adapted your code to the following, which worked as I wanted:
@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 :/

Hi, Please change the following code in content-post-item-no-image.php and content-post-item.php: <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.

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

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

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 made a fresh install, using just Porto recommended plugins, the problems still the same was described before. One thing interesting is it; I can copy and past text from here: http://generator.lorem-ipsum.info/_japanese Work fine, but if i use this link: http://generator.lorem-ipsum.info/ and select all from here, dont work.

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, thanks for the comment. It is not what I meant. Please see this screenshot: http://oi67.tinypic.com/20v18hx.jpg Each size of the products is different. I want all of them to be the same – square. And if one is too big, it should fit automatically inside a white square. Can you tell me how to make it happened? Thanks, Daniel

Hi, Could you edit again the images or use the crop options when configure the image sizes in Woocommerce > Settings > Products > Display? Regards.

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