23139 comments found.
Why the style for sidebar menu change when I choose my customize menu.. become this
https://www.dropbox.com/s/h2s89wqn7rpuuti/sidebar%20menu%20custom.jpg?dl=0 from this https://www.dropbox.com/s/kxhyxjbypwil7o7/sidebar%20menu%20porto.jpg?dl=0why using porto theme become hard now
Hello, @ezralds,
That seems to be the cache issue only, please try to clear the cache of your site and check back again, Otherwise, please contact us via our support system with your site WP Admin URL and Credentials so that we will check it for you on your site and help you out.
And Porto Theme is not hard but we have added tons of new options and functionality in our theme using which you can simply and easily create your complete site and store without using any third-party plugin, we would like to suggest you that please join our lesson here: https://discord.com/channels/1084651054341296209/1107633328452014142 it will help you in learning the theme and you will enjoy it.
Regards, P-THEMES.
Please join our Discord Lesson
already clear cache, and nothing change. Im not change anything from ur theme, only change which menu will showing. This is basic thing, and already have problem.
Hello, @ezralds,
Please contact us via our support system with your site WP Admin URL and Credentials so that we will check it for you on your site and help you out.
Regards, P-THEMES.
Please join our Discord Lesson
How to remove the variation price on a specific product? The normal hooks do not work (likely you overwrite them?). This one does not work:
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 10 );
Also this one does not work:
function remove_product_price() { global $product; if ( $product->get_id() == 130632 ) { remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 10 ); } } add_action( ‘woocommerce_before_single_product’, ‘remove_product_price’ );
PS: Please do not come up with the template builder. I do not want to create a template just for one product where the price should be hidden. One line of code, it should be that simple. I do not know why you theme make everything so complicated
Hello, @lensbreak,
Thank you for contacting us. I think your code is right, but maybe insertion point is not right. In theme, this hook ‘woocommerce_template_single_price’ is only used with ‘Catalog mode’ and ‘template builder’.
This means that the your code could not be removed after being added action ‘woocommerce_template_single_price’. So you need to call the remove_product_price function in ‘init’ or the other action(hook).
And template builders don’t need to coding knowledge. If you know coding well, please use your style.
Regards, P-THEMES.
Please join our Discord Lesson
Hi Porto, I have a webpage with Porto and I want to open another page with porto also. There is some way that I could copy the widgets configuration to one web to another ? And in general the webpage set up I made can be profited or copied ?
thanks, Joaquín
Hello, @Joaquim_,
Yes you can, If you want to completely migrate your site to one domain to another, then you can try via any plugin such as duplicator WordPress plugin.
OR
If you want to copy the widgets or the content then you can try with WordPress import/export functionality under WP-Dashboard >> Tools.
OR
You can copy the content of the pages and post via page builder as well, Like if you are using the WP Bakery page builder, you can copy the shortcode of it to other site, OR if you are using the Elementor page builder then you can export the page as template and import on other site as template and then apply on the page.
So there are several ways. You can choose anyone which better suits your requirements.
Regards, P-THEMES.
Please join our Discord Lesson
When you are not active in the website and page still open, the system ask you to log again. But the page is ugly with WordPress logo
Can you help please and change this page
wp-login.php?&reauth=1
They add this “&reauth=1” to all pages when it happens.
Best regards, BGC
Hello, @nzangou,
If you’re encountering an issue with the WordPress login page and it appears differently with the WordPress logo, Here are a few steps you can try to resolve the issue:
1. Clear your browser cache: Sometimes, a cached version of the page can cause display issues. Clearing your browser cache can help in reloading the page without any cached data.
2. Disable plugins: Temporarily deactivate any recently installed or updated plugins to see if they are causing the issue. You can do this by accessing your website’s files via FTP or using a file manager in your hosting control panel.
3. Switch to a default WordPress theme: If the issue persists, switch to a default theme like Twenty Twenty-three, to determine if the problem is related to your current theme. You can do this from your WordPress admin dashboard under “Appearance” -> “Themes.”
4. Check for any recent changes: If you recently made any changes to your WordPress settings, theme, or plugins, try reverting those changes to see if it resolves the issue.
Regards, P-THEMES.
Please join our Discord Lesson
Hey, I am trying to switch (with duplicator) my installation to an other domain. But I am getting a lot of errors
Warning: Illegal string offset ‘show-loading-overlay’.... Fatal error: Uncaught Error: Cannot use string offset as an array
what do to?
I tried to delete the theme and install it again .. also deactivated all the plugins … but once I install the theme and activate it.. I am getting the same problem again
Hello, @aashaf,
Are you facing the issue after migrating the site? OR on the actual site?
If the issue is after the migration then there must be some issue with migration of the site, we suggest you to please try it again OR try to migrate via any other method.
And if you want us to check more deeply then please contact us via our support system with your site WP Admin URL and Credentials so that we will check it for you on your site and help you out.
Regards, P-THEMES.
Please join our Discord Lesson
Hi, i like the shop designs. I have a pre-buying Question. Is it possible to integrate a “Upload File” into the order process? The idea is to sell individual and branded items, where customers need to upload their Logo or other Grafx. Is this possible in Porto without Programming skills?
Thank you
Hello, @Autowork,
First of all, thanks for showing your interest in Porto WordPress 
Unfortunately, our theme does not have such a feature, but it is possible to integrate an “Upload File” feature into the order process in WooCommerce. There are several plugins available that can help you achieve this functionality. Here’s a general approach you can follow:
Choose a suitable plugin for file uploads. Some popular options include “WooCommerce Product Add-Ons” and “WooCommerce Upload Files.” You can find these plugins in the WordPress Plugin Directory or through a simple search in your WordPress admin dashboard.
Note that the specific steps may vary slightly depending on the plugin you choose, so it’s always a good idea to refer to the plugin’s documentation for detailed instructions.
Regards, P-THEMES.
Please join our Discord Lesson
Hi Porto,
My seo auditor has commented that the header tittle H1 in the categories is like hidden. Is appearing in web code but not in frond end. And I don’t find any option to visualize it.
I can’t see H1 in the beginning: https://candleart.es/H1.JPG https://www.candleart.es/velas-ritualizadas/thanks, Joaquín Candle Art
Hello, @Joaquim_.
You can change/customize it in file porto\page_header\page_header_1.php as per your requirements.
Regards, P-THEMES.
Please join our Discord Lesson
Sorry Porto, Where is this file ? I can enter throw my Wordpress ?
thanks,
Hello, @Joaquim_.
You will find this file in the core theme files, and you have to customize it as per your requirements, we also suggest that you should have to customize it in the Child Theme so that when ever the Parent theme got update then your changes will not overriden with the new theme files.
If you do not know how to Code or how to change the Core files using functions in Child Theme then we would suggest to contact the Customzation team via: https://www.portotheme.com/customization/
Regards, P-THEMES.
Please join our Discord Lesson
you mean there is no button or panel to update this ? Or have to be throw code mandatory ?
thanks
Hello, @Joaquim_.
Yes exactly, there is no such option and changes needs to be made in the Child Theme files.
Regards, P-THEMES.
Please join our Discord Lesson
Hi Porto,
Checking that point. This causes a duplication in the H1 when I’m adding a H1 in the text.
This is a mistake by default of the theme in a seo audit. Or in such case can Porto provide code how to avoid duplication. Or how to do the first H1 bigger (H1: Velas ritualizadas) and no “hidden” and then will not be necessary for me to add this second (H1: Velas esotéricas ritualizadas) ?
https://candleart.es/themeportoquery.JPGthanks, Joaquín
Hello, @Joaquim_,
It means you have two h1 tags on your site page and you want to remove the one right?
The first h1 is for the Logo tag of the site, If you want to change it, you can simply change it with the Code.
You can change the logo tag on your site using Custom Code, you have to copy and paste the below given Code in your Child Theme functions.php file and change the tag in it as per your requirements:
add_filter( 'porto_logo', 'porto_child_logo' );
function porto_child_logo( $logo_html )
{
return str_replace( array( '<h1 class="logo">', '</h1>' ), array( '<h2 class="logo">', '</h2>' ), $logo_html );
}
Hope this helps.
Regards, P-THEMES.
Please join our Discord Lesson
Hello Porto,
Please as per your instructions given, to change the H1 logo tag of the site. I need your help. Can you tell me please if what I did is correct ? I copied your code.
https://candleart.es/logoH1remove.JPG - I should replace in row 22 (in yellow), H1 by H2 or H3 ? - Row 18 should be empty ? https://candleart.es/logotagquery.JPGthanks, Candle Art Joaquín
Hello, @Joaquim_,
Yes correct, but you have to change/replace this h2 tag with your desired tag:
array( '<h2 class="logo">', '</h2>' )
And you can remove line no 18 space as well.
And also please note that it should change the Logo h1 tag on your site only.
Regards, P-THEMES.
Please join our Discord Lesson
Hello Porto,
Sorry, the latest photo I sent I indicated in yellow but you send me an snap of the H2 which is located at the right side of this line code.
Anyway, please Porto I send an snap just tell me if I did correctly. code: https://candleart.es/query09_.JPG
product url: https://candleartesoteric.com/producto/vela-purificacion-negro
- The only thing, when I change from H2 to H4 for example, the seo checker says that there are 2 tittles duplicated H1 and H2. (Even I placed H4 I don’t know why says is H2.) - I placed H4 as Aizaz make in the tutorial video, any recommendation if better H4 or other?
thanks, Candle Art
Hello, @Joaquim_,
Thanks for the detail you provided, I have checked your provided URL and now only the single H1 is there on your page, here is the proof screenshot: https://postimg.cc/R6j38x0Z
And yeah you put the code correctly.
Further, I would like to request you that if you have any other concerns, then please contact us via our support system with your site WP Admin URL and Credentials so that our experts will check it for you on your site and help you out.
Regards, P-THEMES.
Please join our Discord Lesson
Hi Porto,
I used the code to avoid the H1 duplication in my products.
Now for products are working fine. But H1 tittle duplication is also appearing for the categories. Please can you provide which code to use to avoid this?
This is an online shop for helping people.
example category: https://candleartesoteric.com/herbal-candles/ritualised-candles
thanks, Joaquín
Hello, @Joaquim_,
Could you please contact us via our support system with your site WP Admin URL and Credentials so that we will check it for you on your site and help you out.
Regards, P-THEMES.
Please join our Discord Lesson
thanks,
Hello, @Joaquim_,
In order to change the page title tag from h1 to div, please try with the below given code, Please copy and paste the below given CSS code to Porto >> Theme Options >> Skin >> JavaScript Code >> JS code before the body and it should solve your issue.
Please refer to these screenshots: https://postimg.cc/Jsnx9gLS
Regards, P-THEMES.
Please join our Discord Lesson
jQuery(document).ready(function($) {
// Find the element with class "page-title"
var pageTitle = $('.page-title');
// Create a new <div> element
var newDiv = $('<div />');
// Copy the contents and attributes of the <h1> to the new <div>
newDiv.html(pageTitle.html());
newDiv.attr('class', pageTitle.attr('class'));
// Replace the <h1> with the new <div>
pageTitle.replaceWith(newDiv);
});
</div></h1></div></h1></div>
please can you check
thanks
at the top in the tittle page I placed the H1 with a template builder. In the page of product categories I referenced to “top inner content” to the name of first pharagraph created with template builder.
Hello, @Joaquim_,
Could you please contact us via our support system with your site WP Admin URL and Credentials so that we will look into for you on your site and help you out.
Regards, P-THEMES.
Please join our Discord Lesson
Hi team, I am interested in your theme, but i have 2 queries?
(1) How many plugins will come inbuilt with theme?
(2) If i bought the theme for my domain, then can i use the same for my Sub domain also?
Kindly reply asap!
Hello, @newtondesk,
First of all, thanks for showing your interest in Porto WordPress 
1. There are 27 plugins including theme core plugins that will come in a bundle with the theme.
2. One single license is for the one single live URL only, this is Envato policy and with all the themes on the ThemeForest, you may wish to confirm from Envato as well, and please read our theme documentation here: https://www.portotheme.com/wordpress/porto/documentation/how-to-register-porto/
Regards, P-THEMES.
Please join our Discord Lesson
Can you please share the name of those all plugins?
Hello, @newtondesk,
Here is the list of all the included plugins: https://postimg.cc/mc31BFC8
Regards, P-THEMES.
Please join our Discord Lesson
Hi Porto,
In my log error Apache is telling a plugin “JS_composer” is making some warning. But I don’t have any plugin called like this. I don’t know if maybe the template is making some reference to JS_composer.?
“Got error ‘PHP message: PHP Warning: Attempt to read property “post_title” on null in …”
thanks, Joaquín Candle Art
The last operation I did was using the template builder. To creating a small part of text above categories. And later filling the “Content Inner Top” in categorie page.
Hello, @Joaquim_,
I see then you have to try with Custom Layout using Template Builder.
Regards, P-THEMES.
comes from WPBakery WPBakery Page Builder helpers functions
Hello, @Joaquim_,
Exactly that “JS_composer” is basically the folder name of the WP Bakery plugin.
And for the issue could you please contact us via our support system with your site WP Admin Login details so that we will check it for you on your site and help you out
Regards, P-THEMES.
Please join our Discord Lesson
Hi Porto,
Please can you tell me to which type of content (see snap) are belonging to do reference to my category page of products ? Based on the Porto theme. category example: https://www.candleart.es/velas-ritualizadas/
I have translated for you the different options: Entrance: (- Type of content - Entry template - Input status - Input format: - Entry category - Entry taxonomy - Entry taxonomy - Entry) Page: (- Page template - Page type - Top page - Page) Forms: (- Taxonomy - Attachment - Commentary - Widget - Menu - Menu item)
snap: https://candleart.es/vincular.JPG
thanks,
Joaquín Candle Art
Hello
Thank you for contacting us. I am sorry that I can’t understand the snap image. I understood select box for your translation but I don’t know what does this field work? Could you give me the full screen of snap image? Thank you for your understanding..
Kind regards.
Hi. You can use Post Types in this theme to create Services, and then assign a service to that Parent serivce, and icons etc.
But can you have mulitple parent serviceds? such as Commercial, Domestic.
Regards Simon
Hello @79design
Thank you for contacting us. You are happy customer of our Porto Theme. And then, unfortunately, no Please see below https://stackoverflow.com/questions/1297594/wordpress-can-one-page-have-two-parents#:~:text=Strictly%20speaking%3A%20no.,accommodates%20one%20other%20post%20id.If you have any other problems, please contact us via Forums. Please enjoy doing well with Porto Theme. Kind regards.
Hi,
There is any way to display variations in product page as a dropdown ? At this moment variations are displayed as select type.
In the attribute section, there is no option for dropdown.
Thanks!
Hello, @DigiteriaRO,
Please navigate to Porto >> Theme Options >> WooCommerce and choose ” Product Swatch Mode” as “Select Box” from there, save changes and check back to your site after clearing the browser cache.
Please refer to this screenshot: https://postimg.cc/w3h162V1
Regards, P-THEMES.
Please join our Discord Lesson
A demo design for pest control would be great.
Hello, @csoylu,
Thank you for your suggestion. We appreciate your interest in a demo design for pest control. We will take your feedback into consideration and explore the possibility of creating a demo design to showcase.
We would also like to request that please write your feature request on our forum here: https://www.portotheme.com/forums/topic/feature-request/ so that our dev team will look through it with the upcoming updates of the theme.
Regards, P-THEMES.
Please join our Discord Lesson
I have some issues with the mobile view. https://ibb.co/S0KR3Wx – I am using the individuel headline from porto.
Hello, @aashaf,
That is because of the Font Size, We suggest you to please copy and paste the below given CSS code to Porto >> Theme Options >> Skin >> Custom CSS and check back to your site after clearing the mobile browser cache.
@media(max-width: 767px){
.home .porto-animation .layer h2.vc_custom_heading {
font-size: 24px !important;
}
}
The result should look like this: https://postimg.cc/RWgY79hS
Regards, P-THEMES.
Please join our Discord Lesson
Amazing thank you very much. Is this the same code for the header here on the landing page: https://ibb.co/cx1QYYJ
Hello, @aashaf,
For the header please copy and paste the below given CSS code to Porto >> Theme Options >> Skin >> Custom CSS and check back to your site after clearing the mobile browser cache.
@media(max-width: 767px){
.home div#overview.top-row.wpb-mobile-app h2.vc_custom_heading.wpb-with-duplex.position-relative.appear-animation-visible {
font-size: 24px !important;
}
}
Regards, P-THEMES.
Please join our Discord Lesson
My sincere apologies I had to change the header. Now the code is not working anymore. I tried to check with chrome console the right entry but I failed. Could you provide me with the right code again? Thank you really much!
Hello, @aashaf,
Ok then please try to use the below given Code and check back again after clearing the mobile browser cache.
@media(max-width: 767px){
.home .wpb-mobile-app h2.vc_custom_heading.wpb-with-duplex.position-relative {
font-size: 24px !important;
}
}
Regards, P-THEMES.
Please join our Discord Lesson
Thank you very much!
You’re Most Welome!!
When you go through the steps of the Speed Optimize Wizard, how to you delete what was compiled ? We are having some conflicts and require to uncompile what was compiled. Thanks.
Hello, @CAISafety01,
Simply uncheck the options which you checked while compiling, and after unchecking those options again click on compile button and it will uncompile.
Regards, P-THEMES.
Please join our Discord Lesson
Hello @everyone
We have started the online lesson of the Porto WordPress Theme!
Here, we will guide you through the process of setting up and customizing your website using the powerful Porto theme.
https://discord.com/channels/1084651054341296209/1107633328452014142Whether you are a beginner or an experienced WordPress user, this lesson will provide you with valuable insights and tips to make your website stand out.
So, let’s get started and learn how to create a stunning website with Porto WordPress Theme!
Kind Regards !!!
Hello @isacarspacl
This is comments tab for support. If you have any problems, please contact us.
And if you request a refund, please go to https://themeforest.net/refund_requests/newHello
Sorry for inconvenience with the theme. If you have problem still, installed iconv PHP extension on the server.
Kind Regards.
how can change price color from black to red ?
Hello, @elamrawi,
Please copy and paste the below given CSS code to Porto >> Theme Options >> Skin >> Custom CSS and check back to your site after clearing the browser cache.
span.woocommerce-Price-amount.amount {
color: red !important;
}
Regards, P-THEMES.
Please join our Discord Lesson
When using the form to search properties on the real estate version of Porto, I am seeing the following message: “Thank you for your message. It has been sent.”
Just to clarify this is the search bar in the header and on the properties page.
Hello, @joeyherz,
Those forms have been created using the Contact Form 7 plugin just for the dummy purpose, If you want the same functionality you can try with With Yith WooCommerce Ajax Search or with any third party plugin which better meets your requirements.
Regards, P-THEMES.
Please join our Discord Lesson
Is there a way to make the top navigation area sticky on scroll?
Hello, @joeyherz,
Unfortunately, this is not possible as the sticky will be the one row which has the main menu set under it.
Regards, P-THEMES.
Please join our Discord Lesson
Thanks!
You’re Most Welcome!!