23226 comments found.
After the update my Yoast SEO plugin is no longer able to recognize my contenct or images. Prior to the update Yoast recognized my text and keywords and now, nothing. Is there a fix for this? Also, I was wondering if I am able to change the sizes of the menu and search icons so they are larger on a mobile screen. As they are right now, they are very small and hard to tap. Any help or advice would be greatly appreciated. Thank you for a great product!
#header { font-size: 15px; /* default: 14px; */ }
Thank you for the quick reply. Is there a future solution for the Yoast problem or should I revert back to the previous version? I’m also wondering if it is okay to add meta tags (schema, og, etc.) to the header.php file and if so, where is the best spot to put those. Thank you for your time.
I added the style you mentioned, following the instructions you gave, and found no change in the menu and search icon size on mobile.
Hi, I don’t have a solution. Please revert back to the previous version. Please increase more the font size above style. If it’s not working, please check after refresh web browser cache and send me a screenshot.
Hello.. Anyone having a simple solution for hiding empty product terms/categories in nav menu?
Thanks
Rune
Hi, You should delete the empty product terms/categories when edit the menu. Regards.
To much work with hundreds of categories wich actually will be filled up sonner or later.. I found a plugin that do the job very easy for both menu and widgets.
Hallo. I tried reaching out some days ago. We have an issue with the mobile menu, its not showing up. Only the overlay. Can you please have a look? 2beseen.dk
Thank you
Hi, Please regenerate default css files in Theme Options > Skin > Compile Default CSS. You should click “Theme CSS”, “Plugins CSS” buttons.
Hi, is there any way to hide the featured image in the blog post page but still show it in the category page in the grid? The featured image doesn’t really fit well with a lot of my posts such as this one. http://survivingtheoregontrail.com/activities/puzzle-fun-abigail-adams. I tried using a custom CSS code but it didn’t work, maybe I used the wrong CSS code. Can you help?
this was the code I found using Firebug – again doesn’t seem to be the code I need to hide the featured image though. .owl-carousel .thumbnail img, .owl-carousel .img-thumbnail img {none !important;}
<?php // Post Slideshow ?>
<?php get_template_part('slideshow', 'large'); ?>
If I do the coding will reappear every time I update the theme, correct? If so is there a way to remove it in the custom CSS so that I don’t have to remove it every time I update?
body.single article.post .post-image { display: none; }
PERFECT, THANKS!
hello team porto i wanted to know is it possible to hide the product-category in the url for example http://www.musclemanenterprises.com/product-category/supplements/ to http://www.musclemanenterprises.com/supplements/ without affecting the link?
Hi, It’s impossible. Please reference https://docs.woothemes.com/document/removing-product-product-category-or-shop-from-the-urls/
thank you i did some research and i found the plugin all in one seo and it has a option to take the product category off. do you think by doing this it will affect my seo rankings
I think it will improve seo ranking.
I have yoast seo plugin I installed all in one seo to change take the product category off the slug url. Do you think by changing the slug it will mess up my site. So far after I made the change the link work perfectly
I think it will mess up your site.
Hello.. It seems like the add to wishlist function does not work with secondary language. Works well with english standard but not my secondary norwegian lang.
Brgds Rune
var yith_wcwl_plugin_ajax_web_url = '<?php echo admin_url('admin-ajax.php', 'relative') ?>';
on line 353:
'ajax_url' => admin_url( 'admin-ajax.php', 'relative' ),
Yes, that did the trick.. Thanks
I love how the woocommerce product categories look with a clean grid. Is there any way to have my blog categories look as clean as the shop? Right now they are so long and such a big page download to visit. It’d be nice if it was in a grid form like the store’s categories. http://shop.survivingtheoregontrail.com/product-category/shop-by-topic/history-geography/ VS http://survivingtheoregontrail.com/category/history/
agh! Sorry, asked too soon! I just saw the grid option! happy sigh
Hi sr. how change font to another font in main menu? i need relewey
Please contact us through purchased account.
=( plz help me you are rich. XD this is my email skil.cerox@gmail.com =D
Still not possible to update the composer plugin, get this msg: Update package not available.
Rune
Hi, Please download theme files again and find in porto.zip/inc/plugins folder. Please extract plugin zip file in wp-content/plugins folder.
IS there any option to set homepage warning for ’’Under Construction’’ while i’m editing website? Thanks.
I have sent you a support request via email contact form plz solve my problem as soon as possible. Thanks for nice theme.
Thanks for using Porto.
We will check and get back to you via email soon.
hi, I wanted to know how i can make it so the menu is transparent on top of the slider ..like the example here http://themeforest.net/item/unicon-designdriven-multipurpose-theme/full_screen_preview/10648488 ?
Hi, Please configure the menu wrapper and menu background colors to transparent in Theme Options > Skin > Main Menu and configure the header background colors in Theme Options > Skin > Header. When edit the page, please select “Banner Type” and select the banner in View Options. Please select Banner Position to “Below Header” in View Options.
I tried what you said but does not work…
Please send me wp admin and ftp accounts through support page. Let me check.
Just sent email
Hi. Where can I find the option for excluding the featured image from showing in the post content? Thank you.
<?php // Post Slideshow ?>
<?php get_template_part('slideshow', 'xxxxx'); ?>
Hi.
Sorry, I don’t understand why that code regards post slideshow, I meant simple posts with no sliideshow. My client wants to write posts with a gallery on top, or a slider or several images here and there, so the featured image shouldn’t stay always on top. If it should be possible to deactivate globally or singularly in posts, than he could add it only when needed at the post top. Even now the posts layout is odd; post title at the top.featured image, another post title, date, meta tags, content See here: It should be: post title, featured image (if not deactivated), meta tags and content. See here: Are you planning to add the option to deactivate the featured image and in the meantime to modify posts layout with one title only and the featured image under the title? Thanks.
Hi, I don’t have a plan to add the option to disable the featured image. Could you customize content-post-large.php? Please add custom field and use the custom field value in this template file. Regards.
Hi. I tried to substitute xxxxx instead of large in content-post-large.php but I don’t know which custom filed is, where and how to change it. I’m not so advanced, could you guide me also for deleting doubled post title? also this will not be disabled? Thank you.
<h2 class="entry-title"><?php the_title(); ?></h2>
Done. How to place the featured image between post title,meta, date and before post content?
<?php // Post Slideshow ?>
<?php get_template_part('slideshow', 'large'); ?>
Please add the following code before <div class="entry-content">:
<?php if ($slideshow_type == 'images' && has_post_thumbnail()) : ?>
<div class="post-image">
<?php
$attachment_large = porto_get_attachment($attachment_id, 'blog-large');
$attachment = porto_get_attachment($attachment_id);
if ($attachment) {
?>
<img class="img-responsive" width="<?php echo $attachment_large['width'] ?>" height="<?php echo $attachment_large['height'] ?>" src="<?php echo $attachment_large['src'] ?>" alt="<?php echo $attachment_large['alt'] ?>" />
<?php
}
</div>
<?php endif; ?>
I sent you email. I hope to you send me message through support page.
Yes, sorry, sent a message through support page.
Hello.
I have all the image on my site have this size 600×508 px . I try different image dimensions from Catalog Images, Single Image, Product Thumbnails in Woocommerce > Settings > Products > Display section and After save changes, i regenerate all the thumbnails in Tools > Regen.Thumbnails. BUT all my photos are pixellation and blurry. But when i click zoom on the photos the image look perfect.
What dimensions should I use for my 600×508 px photos ?
Hi, You should upload the large size images so the images will be resize. If you upload the small size images, will be not resize. If you want to show in the same dimension, please check Crop option in Woocommerce > Settings > Products > Display section.
I understand. Here is a photo with my settings. https://drive.google.com/open?id=0B9AcryvuzCq9SXNZUnllbHB1cjA
It’s ok?
Hi, I couldn’t see the doc. I sent you request.
It’s ok. i fix it!
It’s ok. i fix it!
I have a problem with the mobile menu. The menu won’t come out on mobile. When i remove the subpages from the main menu it will work correctly on my mobile. Can you help me how to resolve this problem.
My website: http://www.kinderfietsen.com
I sent you a message. When load the page, it’s refreshing.
Hi again, for some odd reason I don’t have access to Visual Composer when editing my blocks in my main site, but I have access to VC in my shop site. Is there a section that turns VC on and off for blocks? If so where can I find it so I can turn it on? Thanks!
sorry, never mind, I found the option in VC settings. I was too quick to ask.
Hello,
Great theme! I have only one question.
Is it possible to make the mobile header the same as the tablet header, with logo left and menu toggle right?
Thanks, Roland
Hi, It’s impossible. Could you check in another header types? Regards.
Hi again,
About 6 months ago, you configured my template through teamviewer.
I was paused after that, and now when i try to do it again its not looks like a template.
I have imported the files but still cant figure it out. Could you help me to reconfigure the theme please.
Hi again,
Seems as though I’m having a limit on how many menu items I can create. Not sure if this is a theme issue or Wordpress issue. I can’t add any more menu items.
I change suhosin.post.max_vars = 7000 suhosin.request.max_vars = 7000 suhosin.get.max_value_length = 7000 suhosin.request.max_varname_length = 7000 And still doesn’t work.
Hi, Please increase max_input_vars to 3000 in php.ini. Default is 1000. Regards.
I do that but when added more category all items was deletete. i try it 2 times. I need help. Thanks
Please check after increase post_max_size and max_input_vars, max_input_time.
Thanks. And i have one problem. Very often this error appears: Sucuri: (1450172875) Send_log: Connection timed out after 20001 milliseconds. This generally happens when the API service fails to respond in time, you currently have configured the plugin to discard the network connection after 300 seconds. Wait a few minutes until the issue is resolved by itself, or change the timeout limit from the general settings page of the plugin, the option is named “API request timeout”.
And this one: https://drive.google.com/open?id=0B9AcryvuzCq9UXh4SDZsZk5vSUk
and this error appears: Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster@direca.ro to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Hi, Please check after increase memory_limit to 256M or higher. I think this is server configuration issue. Could you change the hosting server? We are using Bluehost for our demo sites.
hello, what is the best way to update the theme and keep all our settings? we needed to ask our provider to install back the backup they made everyday. what we did was: removed all files of the theme and copied back the new files. We know now this was wrong, why we did this was because sometimes the woocommerce files get out of date so we wanted to update all. What if we just copied the new files over the old ones? Is this the right way and what about outdated files? sorry for my english (-;
Hi, Please backup db and theme files. Please upload theme via ftp server. Please update the customized files after compare the files. When update theme, will be fix the outdated files.