Discussion on Porto | Multipurpose & WooCommerce Theme

Discussion on Porto | Multipurpose & WooCommerce Theme

Cart 102,087 sales
Recently Updated
Well Documented

p-themes supports this item

Supported

23226 comments found.

I am having a problem with loading a block into visual composer. It is asking for ID and slug, slug is the name I give the block yes? What is the ID, I try to use the number that comes up in the permalink and the title of the block for the slug, but nothing is working. Please advise

Hi, When edit the block, you can see the block id. For example: http://site_url/wp-admin/post.php?post=2868&action=edit block id is 2868 Please check again and if it’s not working please send me wp admin and ftp accounts through support page. Let me check.

Sorry my mistake I was also trying to add the slug, which breaks. Just entering the ID works, maybe you want to remove the Slug part of the code.

Hi,

I get this message when using the Porto Twitter Tweets in a sidebar: Oops, our twitter feed is unavailable right now.

As far i can see all keys and tokens are correct.

The site uses https://

Any ideas what might cause this error?

Thanks! Marcellino

allow_url_fopen is on in the server php.ini

I tried another tweets plugin and says: could not authenticate you So i will look at it why it’s not working

Please send me wp admin and ftp accounts through support page. Let me check.

Hi. Problem 1 I have portfolio gallery with Masonry grid.Then i chose Masonry Media: Bordered Scale. When i open page it take to much time to load images. http://unielegant.com/portfolio/restaurant/

Problem 2 When i choose Masonry Media Other than bordered scale images does not open in light box.

Nice Work

Hi, 1. Please enable browser cache: https://gtmetrix.com/leverage-browser-caching.html 2. I checked and it’s working well. Regards.

Hi,

Not able to get porto shortcode working for woocommerce, For example this doesn’‘t work -> product_page id=”99” ...

Please advise.

Thanks, Ryan

Hi, Porto don’t have “product_page” shortcode. Regards.

Why doesn’t the regular ‘woocommerce’ shortcode work with the theme?

Hi, The regular woocommerce shortcodes are working well in porto theme. Could you check the shortcode in wp default theme? If it’s working well in default theme, please send me wp admin and ftp accounts through support page. Let me check the issues.

Hi, I used your theme on an Arabic (RTL) website. If you check my website www.memnoon.com you’ll notice that the images at top will start from the left and then they re-order for RTL. What’s going on? Is the LTR CSS fule loading first and then the RTL CSS loads. I need a solution. Thanks!

Well, I am not sure what I should tell you. We’re also running bunch of demo sites on a single server, but it has no problem as you can see. It depends on how you manage your server and content.

I put your theme on a cloud plan and it was still running slow in the backened and frontend. The backend is slow from day 1 even before I added any content. Other people who purchased are complaining of the same thing. You can see that I purchased many other themes and I never complained of slowness. Your theme definitely has issues. It takes forever to update anything in the dashboard. What do you suggest?

If you are not using portfolio, member, faq content types, please deactivate this plugin. And please deactivate the unused plugins. We will check again porto theme for site speed but now I don’t have a specific solution. Please deactivate envato wordpress toolkit plugin.

Hey I’m looking to change the padding from left/right and top on both the logo and menu. I added numbers in the theme options/skin/Main menu area and it changed nothing. Wide menu is too wide and full is too narrow..i cant win! lol

Hi, Please change the container max width in Theme Options > Skin > Compile Default CSS and save. Please click again “Theme CSS”, “Plugins CSS”. Please check after refresh browser cache. Regards.

Good afternoon. That didnt help whatsoever.

Please send me wp admin and ftp accounts through support page. Let me check.

When I use the “Woo Recent Products” element I am unable to change the colors of the “Read More” buttons underneath the product listing. I am also unable to alter the colors of the “Custom Menu” headings when added to the sidebar. Perhaps the best way to see what I’m talking about is to visit my site: birdsupplyxperts.com . Any coloring in black I’d like to change. I’ve changed every skin color option in the “Theme Options” panel and have had no luck. I would also like to increase the size of the logo image when being viewed in mobile. I’ve tried loading a larger size image and have had no results. I appreciate your help very much. Thank you for a great product!

I’ve figured out almost all of the .css to make the changes I want so most of my issues are resolved. This is all of the custom .css I’ve added:

.widget .widget-title { color: inherit }

.widget .widget-title {font-size: 28px ;}

.price, .amount { color: inherit ;}

.price del { color: #E27C7C ;}

.mobile-toggle { font-size: 40px ;}

.add-links .add_to_cart_read_more { background: #297295; color: #FFF ; border: #297295 ;}

.add-links .add_to_cart_button { background: #297295 ; color: #FFF ; border: #297295 ;}

.product:hover .add-links .add_to_cart_read_more { background: #a3d06a; color: #FFF; border: #297295; }

.product:hover .add-links .add_to_cart_button { background: #a3d06a; color: #FFF; border: #297295; }

.product-title { color: #297295 ;}

.slider-title { color: #297295 ;}

.entry-title { color: #297295; }

.product_title a { color: #297295; }

.btn-default:hover, input[type=”submit”].btn-default:hover { background-color: #236381; border-color: #297295 !important; color: #FFF; }

.btn-default, input[type=”submit”].btn-default { border-color: #297295; color: #297295; }

.woocommerce-product-search .search-field { border: 1px solid #297295; }

ul.product_list_widget li .product-details .amount, .widget ul.product_list_widget li .product-details .amount { color: #297295; }

Unfortunately just changing the skin color does not change many of the buttons, titles, and prices. I was able to adjust the logo size, thank you. I think adding more mobile customization to the theme would be very helpful and greatly improve the theme. Trends say mobile use for internet search will only grow and having a site that is easy to navigate is very important. I think adding different mobile menu options is something you should seriously consider.

With that said, is there a way to hide the .search-toggle and cart icon on a mobile and tablet screen? I would like to keep the menu option but get rid of the search and cart icons. I can’t seem to figure out the .css to hide those icons. Thanks again.

I like the mobile-toggle set at 40px and might set it higher if I can remove the search and cart icons. Any size smaller and the icons are tiny and hard to touch correctly. Since the products I sell cater to an older crowd it is important that things are large and easy to read.

Also, when you set both the mobile-toggle and search-toggle at 40px they display on top of each other. For other users being able to add padding between the two icons on mobile could be very helpful.

Please use the following style:
@media (max-width: 991px) {
    .search-toggle { display: none; } 
    #mini-cart { display: none; }
    #header .mobile-toggle {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}

Hi, yesterday I bought your theme. I installed wp, porto theme and child theme. I use child theme as active. I started to install and activate all required plugins. I unfortunatelly face a serious problem because I cannot activate Woocommerce. Following information was provided to me: “Fatal error: Call to undefined method wpdb::esc_like() in /data/web/virtuals/121964/virtual/”here is the name of my domain”/wp-content/plugins/woocommerce/includes/class-wc-install.php on line 147” WP is newly installed. Where is the problem? Thanks

Could you help me?

Please send me wp admin and ftp accounts through support page. Let me check.

Hi, done. Please check. Thanks

Is it possible Hide the Tags and Categories from Product pages? I want to reorder the Reviews tab, Reviews tab should be displayed last right? but its displaying before custom tabs.

Hi, Please customize wp-content/plugins/woocommerce/templates/single-product/meta.php It’s impossible to reorder the reviews tab. If you want to reorder, you should customize porto/woocommerce/single-product/tabs/tabs.php

I hosted my site in Godaddy, when i used editor and opened the files you mentioned, It’s showing file as INACTIVE :( still I edited the file and added code from woocommerce tabs documentation, but I dont see any changes in Tab ordering.. can you help me?

Please change the following code in tabs.php: <div class="woocommerce-tabs woocommerce-tabs-<?php echo $rand ?>" id="product-tab"> <ul class="resp-tabs-list"> <?php $i = 0; foreach ( $tabs as $key => $tab ) : if ($key != 'reviews') : ?><li aria-controls="tab-<?php echo esc_attr( $key ) ?>"> <?php echo apply_filters( 'woocommerce_product_' . $key . '_tab_title', $tab['title'], $key ) ?> </li><?php endif; $i++; endforeach; foreach ( $custom_tabs_title as $i => $custom_tab_title) : $index = $i + 1; ?><li aria-controls="tab-custom<?php echo $index ?>"> <?php echo force_balance_tags($custom_tabs_title[$i]) ?> </li><?php endforeach; if ($global_tab_title && $global_tab_block) : ?><li aria-controls="tab-custom3"> <?php echo force_balance_tags($global_tab_title) ?> </li><?php $i++; endif; foreach ( $tabs as $key => $tab ) : if ($key == 'reviews') : ?><li aria-controls="tab-<?php echo $key ?>"> <?php echo apply_filters( 'woocommerce_product_' . $key . '_tab_title', $tab['title'], $key ) ?> </li><?php $review_index = $i; endif; endforeach; ?> </ul> <div class="resp-tabs-container"> <?php foreach ( $tabs as $key => $tab ) : if ($key != 'reviews') : ?> <div class="tab-content" id="tab-<?php echo esc_attr( $key ) ?>"> <?php call_user_func( $tab['callback'], $key, $tab ) ?> </div> <?php endif; endforeach; ?> <?php foreach ( $custom_tabs_content as $i => $custom_tab_content) : $index = $i + 1; ?> <div class="tab-content" id="tab-custom<?php echo $index ?>"> <?php echo wpautop(do_shortcode($custom_tab_content)) ?> </div> <?php endforeach; ?> <?php if ($global_tab_title && $global_tab_block) : ?> <div class="tab-content" id="tab-custom3"> <?php echo do_shortcode('[porto_block name="'.$global_tab_block.'"]') ?> </div> <?php endif; ?> <?php foreach ( $tabs as $key => $tab ) : if ($key == 'reviews') : ?> <div class="tab-content" id="tab-<?php echo $key ?>"> <?php call_user_func( $tab['callback'], $key, $tab ) ?> </div> <?php endif; endforeach; ?> </div> </div>

Hi,

I have bought Porto for 1 1/2 year ago – here on Themeforest – from Spyropress. Suddenly the theme is no longer available but instead it appears here in your portefolio for sale. I see that your base Porto theme is exactly the same as the one I bought but no longer can download. My question is, if I in any way can download it form here?

See: http://themeforest.net/item/porto-multipurpose-responsive-wordpress-theme/5864981

Anne

The original Porto wordpress theme was removed permanently due to lack customer service, and this is completely new different with old one. You should contact the author Spyropress to get support for previous version.

It cant be that new though? – it looks exacttly as the old one.That’s why I thought you had just taken over the theme and was asking as I did

No, its not same one. Its based on different framework and there were lots of improvements almost twice.

Please support for me in mobile responsive!

1, I want to insert text “Menu” to icon menu on mobile responsive same below demo http://i.imgur.com/eoiE52F.png p/s: It helps users (amateur) easily recognizable web has a menu in which

2,In mobile display >=4 inh, I want to show 02 (or a number of options) product on a row demo: http://imgur.com/931WpYc

My website is: http://giaydep.loza.vn

Thanks you very much!

Please help me!

Hi, 1. You can find the following code in header/header_*.php:
<a class="mobile-toggle"><i class="fa fa-reorder" /></a>
Could you add a menu text manually? 2. Please customize woocommerce/loop/loop-start.php:
switch ($cols) {
    case 1: $cols_md = 1; $cols_xs = 1; $cols_ls = 1; break;
    case 2: $cols_md = 2; $cols_xs = 2; $cols_ls = 1; break;
    case 3: $cols_md = 3; $cols_xs = 2; $cols_ls = 1; break;
    case 4: $cols_md = 4; $cols_xs = 2; $cols_ls = 1; break;
    case 5: $cols_md = 4; $cols_xs = 2; $cols_ls = 1; break;
    case 6: $cols_md = 5; $cols_xs = 3; $cols_ls = 2; break;
    case 7: $cols_md = 6; $cols_xs = 3; $cols_ls = 2; break;
    case 8: $cols_md = 6; $cols_xs = 3; $cols_ls = 2; break;
    default: $cols = 4; $cols_md = 4; $cols_xs = 2; $cols_ls = 1;
}
Regards.

Hi guys, I have recently updated to the latest version of your theme and now the icons I have used for lists in my articles are gone. Can this be corrected? Thanks for your help. Marcel

You should install Ultimate addons default icon font. Please send me wp admin and ftp accounts through support page. Let me check.

Hi, Thanks for you reply. I have just send you the information through the support page. Br, Marcel

Hi, The design of the Home Page is broken and slider is not working. I think, it may be due to Visual Composer Can you please help me? Link: http://tinyurl.com/zon7rw2

I sent you email.

Hi, I’d like to push social networking so I added the Porto Follow up buttons with a side widget near the top of my page, but they blend into the background being white and small. Can I adjust the size and color and if so, how? See example below “Join our Community” ? https://survivingtheoregontrail.com

I’ve got the perfect size, and even the white looks beautiful and shows clearly but I’ve spent hours trying to get the background image to hide completely when being hovered over. See, when you hover over the social you see two icon images, not just one. I can not figure which code will get that icon image to show only one. :-\ I’m soooo close. Please help. https://survivingtheoregontrail.com/

Please add the following style:
#footer .widget.follow-us .share-links a:after, .widget.follow-us .share-links a:after { top: 54px; bottom: -54px; }
#footer .widget.follow-us .share-links a:hover:before, .widget.follow-us .share-links a:hover:before { top: -54px; bottom: 54px; }

You are wonderful!!!!! Thank you!!!!!!!

Please, can you improve line spacing (between headings and paragraph) in the next update? Thanks in advance.

I did not touch anything. Everything is original. But this seems weird. Please look at the screenshot: http://s1.postimg.org/xcoiw67nz/heading.png

Regards

This is too complicated. I need something to write with no coding. When I insert a separate title and text through Visual Composer, it’s no problem. But when I write text (headings and text, both) in one box then appears this problem.

Is there any way to adjust the Custom CSS (Child Theme)?

Please use the following style:
h3 { margin-bottom: 33px; /* default size */ }
.wpb_text_column { margin-bottom: 35px; /* default size */ }

Great! I have added margin-top. So that it now looks like this:

h3 { margin-bottom: 20px; margin-top: 35px; /* default size */ }
.wpb_text_column { margin-bottom: 35px; /* default size */ }

Maybe this could be useful for someone, too. Thank you again. Regards,

Hello, my backend is really really slow, I’ve disabled all plugins, and installed the wp-supercache, but it is still very slow, Do you have any solution for thiS? I tried everything. i’m beginning to suspect it is the theme issue. It’s not the server fault if you think i ask them.

theme works VERY slowly, both back and frontend. I’m literally sitting and watching the progress wheel turning each time I refresh a page.

I so do hope you will be able to help!

This errors appears: https://drive.google.com/file/d/0B9AcryvuzCq9UXh4SDZsZk5vSUk/view?usp=sharing

https://drive.google.com/file/d/0B9AcryvuzCq9TjQ4Nnp5S1Q5RnM/view?usp=sharing

Checking the Raw Access Logs in cPanel I noticed that the Bing Bots assailed trying to index the site links to home buttons Add to Cart and Wishlist. The problem is that Bing Bots do not know that those are buttons but I think they try to access their links This is way the site crash Can you fix it?

We will add a new option to change a links to span in next release. Could you update in the future?

we can update in the future! Thanks

Hi, i have a problem with Ultimate Modal Shortcode. I generate this shortcode (vc_rowultimate_modal modal_title=”Cerere Oferta” btn_size=”md” btn_bg_color=”#dd0000” modal_on_align=”left” btn_text=”Cerere oferta” modal_size=”medium” modal_style=”overlay-zoomout” overlay_bg_opacity=”80”/vc_columnvc_row[/vc_column][/vc_ro) in a page and I want to insert shortcode ( copy paste code ) in a Product Short Description, but don’t working. Please tell me what its solution for this!

Please send me a testing url and wp admin, ftp accounts through support page. Let me check.

Hi, I was wondering if you could help me get rid of these related posts? I think they are a part of the WP Settings/Reading/Related Posts … I had them on in the beginning but didn’t like them so I turned it off.. but they won’t go away. I’m really trying to get my visitors to get involved in sharing their thoughts, and leave a reply so the related posts are intrusive to this vision. https://survivingtheoregontrail.com/blog/chico-electronics/ Can you help?

It’s not in the Theme Options / post /single post. I did have that on once but decided I didn’t want any related posts. The current format seems to be the same related posts as the one from WP Settings and not the theme. But I don’t know if the theme coding may have caused it to stick or something. All I know is that it won’t go away. So which content-post php do I edit? I’m seeing:

content-post-full.php content-post-item-no-image-small.php content-post-item-no-image.php content-post-item-small.php content-post-item.php content-post-large-alt.php content-post-large.php content-post-medium.php

Not sure which will take the related posts out and what coding to change. Sorry.

Sorry, Please customize single.php. Please remove the following code: if ($porto_settings['post-related']) : $related_posts = porto_get_related_posts($post->ID); if ($related_posts->have_posts()) : ?> <div class="related-posts"> <h4 class="sub-title"><?php echo __('Related <strong>Posts</strong>', 'porto'); ?></h4> <div class="row"> <div class="post-carousel owl-carousel" data-cols-lg="<?php echo ($porto_layout == 'wide-left-sidebar' || $porto_layout == 'wide-right-sidebar' || $porto_layout == 'left-sidebar' || $porto_layout == 'right-sidebar') ? '3' : '4' ?>" data-cols-md="3" data-cols-sm="2"> <?php while ($related_posts->have_posts()) { $related_posts->the_post(); get_template_part('content', 'post-item'); } ?> </div> </div> </div> <?php endif; endif;

Hi, I did as you said but the recent posts are still showing up. Not sure why. Can you see if it’s linked to something else? It’s looking sort of messy on my pages and I have a huge contest coming up soon. Please notice the recent posts below the WIN BIG banner ad: https://survivingtheoregontrail.com/teachers-and-authors/chico-electronics-oklahoma/ . Sure hope you can help!

Can you tell me pls how to update WPBakery Visual Composer? Can you send me the update? i have installed Version 4.9, but there is a new version 4.9.2

So how can i updatted? Thanks

Ok i will wait, hope will be very soon. Because i have a problem with my site. http://www.direca.ro/ it doesn’t work on home page And sometimes extremely difficult load.

Please check after increase memory_limit to 128M or higher. You should change memory_limit in php.ini.

I increase the memory limit.

Hello I am looking for a theme which can be easily built a website looking similar to filehippo.com with some creativity added (not just copy). I am familiar with wordpress but I do prefer that I leave the job to PROs who know alot more than me. So if it’s possible to create a custom page layout which looks similar to the mentioned website above, plus some features like multi language. also for mac-windows-mobile parts as well If you can build such a layout that can be easily used please let me know here or by email I’ll talk about all features I need if you are interested, filefoxer.com@gmail.com

ps: i don’t want to go around freelancer and similar sites to find someone. Regards

Thanks for your interest in Porto.

It requires some customization to make Porto working same as above site. If you are interested in our customization service, please contact us to nicework125@gmail.com

Regards, SW-THEMES

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