559 comments found.
Hi, I hope you can help me out again! I have a question about the shop layout. I was wondering if it’s in any way possible to show more than 3 products per row on the shop page. It says now that 3 is the limit, but I would like to change it to 4 or 5. Is there a sneaky way to do this? 
Hi,
Yes 3 is the limit (which is WooCommerce default limit). It is possible to increase to 4 or more but you may also need to add your own CSS to ensure styling consistency across devices.
Add this to: inc/woocommerce_functions.php
/**
* Change number or products per row
*/
add_filter('loop_shop_columns', 'loop_columns', 999);
if (!function_exists('carrino_max_shop_columns')) {
function carrino_max_shop_columns() {
return 4; // 4 products per row
}
}
I hope this helps
Thanks – Steve
sorry. wrong post. please delete. 
Yes, the footer text supports basic HTML
Hi Steve,
I’m trying to customize the Theme right now a litte bit to my needs. It is such a great Theme and I really love it. 
At the moment I trying to figure out how I can deactivate the hover effect in the comment-form when a user is clicking into one of the comment-fields. But unfortunately I’m not into that css stuff.
Could you give me some help with that css code? Thanks in advance!
Hi,
If you just want to prevent the focus effects on the comment form;
.comment-respond input:hover,
.comment-respond textarea:hover {
border-color: var(--light-border-color);
}
.comment-respond input:focus,
.comment-respond textarea:focus {
border-color: var(--light-border-color);
box-shadow: none;
outline: none;
}
I hope this helps
Thanks – Steve
It works perfect Steve. Thank you!
Just a quick Question Steve. Does this code work for mobil too? Thank you!
Yes
Thank you. I couldn’t see the changes on mobile, but that was a cache problem. Now everything is perfect, as is your support.
Hi steve,
I have to ask you again for help.
I need a custom field and i have to display the content of this field on the start page and the archive page.
I have already created the field with the advanced custom field plugin and the code for the output is:
<? php the_field (‘custom_title’); ?>
I would like to show the content of this field in the posts on the start page and the archive page, directly in front of the 2 categories that are shown.
I tried to implement the field in the template “meta-before-title.php, but then it is only shown in the single post and not on the start page and archive page.
Maybe you can tell me where I have to include the code (wich template file) so that it is displayed on the start page and archive page on the post right before the category tags?
And maybe you can give me some code example, because i’m really struggling with css and php. I tried it for the last 3 hours but by try an error but i just can’t find the template file an the right place to include the output line.
Thank you so much!
Hi,
Can you confirm the pages you want to display the field;
archive – every post single post homepage – every post
Thanks – Steve
Hi Steve,
you may have a look at https://www.malteskitchen.de
i enable the categories on the the featured post (Leser Lieblinge) for example. I want to show the custom field content right before the categories “BACKREZEPTE” and “BOSCH OPTIMUM KÜCHENMASCHINE”
I want so show the custom field content on every posts on the Frontpage / Homepage.
Same on the archive pages https://www.malteskitchen.de/kategorie/grillen-rezepte/ for example. I want to show the content of the custom field on every posts right before the categories were shown.
I don’t need this for the “pages”. Just for the posts on the frontpage and archive.
Thank you!
Hi,
Archive pages: Add your code to template-parts/post/meta-before-title.php
Line 19.
The Homepage uses featured posts and post blocks. These plugins have their own template parts so you will need to add the code to;
Featured Posts:
threeforty-featured-posts/plugin-parts/home-featured.php.
Line: 181
Homepage Post Blocks:
threeforty-home-blocks/plugin-parts/home-blocks.php
Line: 237
You may need to add your own styling for the output of the field.
Let me know how you get on.
Thanks – Steve
Thank yo so much Steve. I will try I today evening after work.
Really appreciate you help!
Hi Steve,
How do I make header title text stays on 1 line (like it does if I tick the sticky desktop option) instead of 2 lines? Do I need to reduce the padding between the header title text and the links somehow?
Here is my site: https://sewingforeveryone.com/
Thanks in advance!
Hi,
Appearance > Customize > Carrino: Theme Settings > Header Settings
Change Logo Font Size so that your text fits.
Thanks – Steve
Hi Steve,
I bought this fantastic template and it looks really great on my website. 
But there is one thing I need to change and I don’t know how. I want to show all comments on the single page without the need to open the comment-section by first clicking on the button.
By default the comments are not showing. How can I change this?
Thank you!
Hi,
Add this to your custom CSS:
body:not(.comment-page) #comments.comments-area {
display: block;
}
Thanks – Steve
Works perfect. Thank you Steve – really appreciate it! 
Hiya, I have recently installed Carrino and have followed all of the demo steps on this doc http://www.3forty.media/docs/carrino/#demosetup. However, am not seeing a replica of the demo website. I thought it would have images/pages/posts imported when I uploaded the XML file?
Any help would be much appreciated!
Hi,
Posts, pages, menus and images (if you check upload media). are all uploaded when you import the demo data. (se step 2 http://www.3forty.media/docs/carrino/#install )
Did you install and run the importer?
Thanks – Steve
Hi Steve, I have done this multiple times and can’t seem to find anything in the pages or posts section. There are 4 images however. The most recent time I run the importer and it completed, it said:
Failed to create new user for William Lewis. Their posts will be attributed to the current user. Media “abstract-art-board-889839” already exists. Media “annie-shelmerdine-261389-unsplash” already exists. Media “art-creative-design-36759” already exists. Media “asoggetti-646086-unsplash” already exists.
Hi Steve, I have installed and run the importer however cannot find any posts or pages created. I can only see 4 images and the XML file in the Media folder.
If you like you can send me a temporary wp-admin login and I can check this for you 340@3forty.media
Thank you, I have given you temporary access! I’ve figured it out by not selecting the download imports checkbox at the import page.
Upon fixing this, I realised there a bug on all of the pages including the homepage where there are posts overlapping each other?
I see some of the images have imported. The reason posts overlap is because there are no images. The original import (that failed most likely because of your server limits not allowing the import of media) registered the images but actually they never imported. You can either add your own images to the posts or save them off of the demo site and upload.
Ideally you need to ask your web host to increase your server PHP limits (timeout, upload limit, execution time). They must be very low if you can’t import media.
To clarify; The overlapping is because the images it is expecting do not exist. Upload images to these posts or remove the image from the post in the editor to fix that.
I hope this helps
Thanks – Steve
Thank you so much Steve! Really appreciate all of your help, this has solved my problem! I have used the ones from the demo site to add in featured images for all of the posts without them 
Hello I need you help I want to make my homepage (Post block) show page like 1,2,3 next (not show every post in one block how can I do this?)
Like this https://prnt.sc/1rgfvyl
Hi,
Post blocks do not support pagination.
Thanks – Steve
Can I just say that this is the best working theme I’ve ever had? I’m buying a second licence for another website soon!
Thanks so much 
Steve,
i want to put ad on only on specific places.
is there any block where i can put banner or ad code.
or any tip?
Where do you want to place your ad?
There are no hooks or sidebars in that position. You could use one of the theme hooks to display the advert and some CSS to position it.
If you only want this advert on single posts try the threeforty_after_content() hook. Then write your CSS to move the advert to the right side on desktop and hide or move to after the content on mobile.
Thanks – Steve
I’m sorry steve, but can you explain in easy way?
suppose i have a adsense code for display ad (verticle ad size)... how can i apply it on only sidebar area of every posts?
If you want an advert in the static sidebar of every single post you can add the adsense code to the HTML widget and use JetPack widget visibility to only display on single posts.
Thanks – Steve
if i use html widget in sidebar and put code in it, i have to enable sidebar for single post too. i dont want to enable sidebar. but i want to put ad on that area. is there any way i can put (160×600) banner there in sidebar area or put adsence ad only that specific area?
https://paste.pics/DSY0DYes, you can use one of the hooks and some CSS or edit single.php, drop in your code where you want it (line 31 for example) and position with CSS.
I hope this helps
Thanks – Steve
steve, im student with less knowledge of code and all and not familiar with word “hook”. can you please explain what hook and how do apply? is there any guide or document?
There is an example here: http://3forty.media/docs/carrino/#special
For your case this would look something like this:
function my_adsense_advert( ) {
$adcode = 'your-adsense-code-here';
echo wp_kses_post($var);
}
add_action('threeforty_after_comments', 'my_custom_function', 10 );
You will then need to apply CSS styling to position the advert where you want it for various breakpoints (desktop, tablet, mobile)
Thanks – Steve
Hey steve
can you make a link text under line bold?
i don’t want to change underline color and want to make it bold at the same time i want to keep link text color same as body text color.
in short make link text underline bold and keep link text color same as body in my case black and link text underline color as “link color” setting in theme.
You can use text-decoration:
a {
text-decoration: underline;
text-decoration-color: var(--link-color);
-webkit-text-decoration-color: var(--link-color);
text-decoration-thickness: 4px;
}
You can play around with that to target the links you want to change for example ”.entry-title a” will target just the entry titles.
Thanks – Steve
is this will apply for external links which are on my post?
Yes
Hello, I have three questions.
1°- What is the perfect original size for the article’s pictures ?
For example when I publish this photo for an article, it’s the view : https://paste.pics/DNKAW https://paste.pics/DNKB2 But me, I want this view : https://paste.pics/DNKAPIf I resize the picture before I upload this one, it’s always the same problem. Is it because the picture is in height ? Why the template don’t automatically resize the picture in this case ?
2°- I want the titles of my articles to appear like on this picture : https://paste.pics/DNKAPThis mean with the titles on a white background and above the photo and not below the photo.
3°- On the homepage I want the titles of the last posts appear above the photos and on a white background, like for each article, but on the miniatures of the homepage.
Not like this : https://paste.pics/DNKIT But like this : https://paste.pics/DNKIWThank you very much.
Hi,
1. The minimum image size is 1600px wide. As long as your original images are at least this wide you can regenerate thumbnails using the Regenerate thumbnails plugin https://wordpress.org/plugins/regenerate-thumbnails/
This will generate all the required sizes.
2. Appearance > Customize > Carrino: Theme Settings > Single Post Settings > Post Layout Style: Hero
3. That style is only available for Hero and single as you see here: http://www.3forty.media/carrino/?hero=slider&slidestoshow=2
All other post displays support default and cover style.
I hope this helps
Thanks – Steve
Hey steave.. i want a big change on my website.
the problem is here https://paste.pics/DM23M
this is when someone open my blog post, all screen covered with image…it may cause in increase bounce rate.
can you help me to make it smaller for all my single post.
i cant explain more. but i can share screenshot what i want. https://paste.pics/DM26W*adding to above comment
here is what i want…
https://paste.pics/DM29Rthis is a screeenshot of single post with sidebar…perfect but i dont want sidebar. i actually want same as i told earlier. this is a screenshot of what exact size i want
You will need to add some custom CSS:
.the-post .single-post .post-thumbnail {
max-width:875px;
margin-left:auto;
margin-right:auto
}
Thanks – Steve
is it ok to remove regenerate thumbnail plugin and use regenerate thumbnail advanace by short pixel? there is a note by short pixel that ask me to deactivate regenerate thumbnail and install re. th. advance plugin when image compression going under.
Yes you can remove it.
Can I link a hero slider to the article.(https://blog.lnwshop.com/)
Hi,
The hero is designed to be used with a title. The title is hyperlinked. I’ve updated the Hero plugin so that the image is hyperlinked. De-activate and delete the Hero plugin. Then when prompted click the link at the top of the screen to download the latest version. Activate and configure.
I hope this helps
Thanks – Steve
thanks 
My support has been expired for some time, but I thought I would mention that wordpress 5.8 has caused a few issues where the DOM output for blocks in the sidebar no longer matches the Carino CSS for widgets
Hi,
Thanks for your message.
There is not currently any styling support for blocks in theme sidebars. That will be added a in a future update along with some new theme layouts that take advantage of the new wp5.8 features.
Thanks – Steve
Hi there, I am using registered version of Carrino theme and suggested Smash Baloon Instagram Feed plugin. Is there a way to have nice rounded corners on instagram feed images in Static Sidebar, like on your demo site? Thank you…
Hi,
Yes you can enable theme styling.
Appearance > Customize > 340 Media: SEO & Misc. Settings: Check: SB-Instagram-Feed Match Theme Styling
I hope this helps
Thanks – Steve
Great, thank you!
there is a lot of white space between my blog posts kan i change that in settings ? https://guldastronaut.dk/blog best reggards / Martin
Hi Martin,
This looks like an issue with Masonry and Lazyload. Some options for you;
1. Use Grid layout instead of masonry. 2. Disable LazyLoad
Also make sure you have the latest theme version (1.7.0)
I hope this helps
Thanks – Steve
why category post layout different?
can you visit backpackergoods.com > explore hiking or camping
and visit > buying guide
you see there is a difference in category post layout…
but setting is only one then why post layout are different in both categories?
Are you using a cache plugin? If so clear cache and see if that fixes the issue.
Or go into settings change the columns to 2 or 3, save, refresh front-end (make sure all pages show two/three columns), then change back to 1 in settings, save and refresh front-end.
Thanks -Steve
Heyy steve, can you exclude author name from link..
i mean i want to change my link color, but it will also change author name color as it is consider as a link,,,
you gave me code to change author name color,,,but it applied on all my author name….i dont want that
I only want to change author name color for my sidebar, footer post widget and slideout bar. all other need to be same as it is….is it possible?
You can use the same parent element to target the sidebar/footer etc. and then target just the author link like this;
.footer-columns .entry-author-meta a {
color: #000000;
}
or
.aside-sidebar .entry-author-meta a {
color: #000000;
}
Thanks – Steve
steve these codes aren’t working. does these css only change color of author name in sidebar and in three footer column?
but author name color is not changing…can you please check.
here is a screenshot what i want please look
https://paste.pics/DLYXD (sidebar) https://paste.pics/DLYWV (footer post widget)ii only want to change color of those author name. not others.
Try this;
.footer-columns .entry-author-meta a {
color: #000000 !important;
}
or
.aside-sidebar .entry-author-meta a {
color: #000000 !important;
}