559 comments found.
I use CarrinoVersion: 1.7.0 and I can’t create a slider at hero are.
Can you share a link so I can have a look?
It doesn’t have pagination on the slider section and only shows a post. It doesn’t slide.
You need to set the number of posts to more than one.
Appearance > Customize > 3FortyMedia: Hero Settings: Number of Posts
Thanks – Steve
I already set “Number of Slides To Show (Slider)” and this is picture about seting >> https://drive.google.com/file/d/1DRWxo7gNgUHPsQyYwg3bi74Mp_18Pxe1/view?usp=sharing.
I want to show a post at a time and 3 post for slider
Set: “Number of Posts” to 3
Set: “Number of Slides” to 1
Example: http://www.3forty.media/carrino/?hero=slider
Thanks – Steve
thanks
i install read meter plugin, it works fine in mobile version, but in desktop, progress bar is behind the header and it is not visible as it runs behind the header. what should i do?
What’s your website URL?
backpackergoods.com
i think you can’t see it, even i thought that progress bar isn’t available in desktop version, but today when i open my post in customise, i see that there is a progress bar behind my header and it work in backend of header.
i can send you screenshot later.
You just need to change the z-index value of the progress bar when using sticky header
.progress-container-top {
z-index: 2000;
}
Thanks – Steve
yes it worked… but can i put progress bar below header?
You will need to add your own CSS to move the progress a bar
can you help me with it?
Try changing the “top” value
.progress-container-top {
top: 65px;
}
You will need to use @media queries to change the position for mobile devices.
I can’t help any more with this as it’s a plugin request not a theme request but with what I’ve shown you here you will be able to achieve what you want.
Thanks – Steve
Hi,
What can be done when an article is updated to display it in the article as “Updated on…”. This functionality is almost mandatory from a SEO point of view and without it I don’t see much point in using the theme.
Regards, Borislav
Hi,
This is in the next update until then you can edit the template part;
themes/carrino/template-parts/post/meta-after-title.php
Add this on line 69;
<?php echo esc_html__('Updated on:', 'carrino'); ?> <time datetime="<?php echo get_the_modified_date() ?>"><?php echo get_the_modified_date() ?></time>
Thanks – Steve
Hi,
It has been 3 months since I asked. When this functionality is expected to be implemented?
Hi,
I’m releasing a minor update next month which includes this functionality.
Thanks – Steve
Great! Looking forward to it.
Thank you!
You can download the latest update form your TF downloads page. This includes updated date options and functionality.
Thank you! It’s working.
Тhat’s exactly functionality what I meant.
Heyy steve. I really liked one thing from theme ruki that when i scroll up url box disappear and only shows theme header.
please see screenshot.
https://paste.pics/DFQPIis there any way i can do that in my theme carrino?
That’s a native function of the browser/device. You can make Carrino header sticky in Appearance > Customize > Carrino: Theme Settings > Header Settings > Make Header Nav Sticky on Mobile
Hi,
That’s the default WordPress blog list, as long as you have posts. You can change the style and add a custom title in: Appearance > Customize > Carrino: Theme Settings > Homepage Settings
I hope this helps
Thanks – Steve
It show already I just change to last post not static but I find that not show static sidebar, Can I?
You can check “Display Sidebar” in Homepage settings (you can see it in your screenshot).
If you set the homepage to display a static page you need to enable sidebar on pages. Appearance > Customize > Carrino: Theme Settings > Page Settings: Display Sidebar
Thanks – Steve
Thank you!
I have another help can I make it same level every position (Read more or minute read)?
https://ibb.co/86qC34VHi,
To align “Read more” add this to Appearance > Customize > Additional CSS:
.entry-read-more {
margin-top:auto
}
.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-header, .disabled-post-thumbnail .entry-header {
padding-bottom:20px;
}
If you want to align read time you will need to set a minimum height for the entry-title element something like:
.cols-3 .entry-title, .has-sidebar main .cols-2 .entry-title {
min-height: 60px;
}
Thanks – Steve
Thank you really help
But I want to you help me
How about this https://ibb.co/y8pNsxG and this https://ibb.co/8XD7swp
Thank you so much!
What is it you want to do?
can I make it same level every position (Minute read and Excerpt)?
Minute read you will need to set the entry-title height:
.cols-3 .entry-title, .cols-2 .entry-title {
min-height: 60px;
}
Excerpts even with the same word count will have some words longer than others so the line count will be different. There is nothing you can do about that except add a min-height to push the button down to the same level.
.entry-content {
min-height: 100px;
}
Thanks – Steve
Thank you
I have questions 1. I just found my post not show comment. How I can make it come back to show? it show only page
2. How I shift my logo to close with menu (it really far) you can look at this pic -> https://ibb.co/HF5DHzb
Thank!
1. You can manage comments in: Settings > Discussion. Also note that comments are toggled and are toggle closed by default.
2. Try this:
.custom-logo-link {
margin: 40px auto 0 auto;
}
Also make sure you do not have extra white space around the logo image.
Thanks – Steve
2. when i use this code
.custom-logo-link { margin: 40px auto 0 auto; }
It is ok in desktop version but mobile it not balance (it below not center)
I have questions 3. How to adjust estimated post reading time – it show not make sense 4. How to change menu size text?1. This is not not a theme issue. I can’t help any more with this.
2. If you can post a link to your site I can have a look for you.
3. You will need to edit the plugin:
plugins/threeforty-theme-boost/inc/functions.php
Line 19:
$readingtime = ceil( $word_count / 300);
Change “300” (words per minute) to anything you like.
4.
.primary-nav li {
font-size: .875rem;
}
Change size to anything you like.
Thanks – Steve
@media (max-width:1060px) {
.custom-logo-link {
margin-top:0;
}
}
Thank you so much!
I want to you help
1. Excerpt and author and entry title or just excerpt with entry title can close each other ? you can look at this pic—> https://ibb.co/Ry6V0Kz
2. Can I make it same level? my footer columns 1,2 and 3—> https://ibb.co/F4jc2G1
Thank you!
.entry-meta.after-title {
margin-top: 30px;
}
.has-meta-after-title.has-post-thumbnail .entry-content {
margin-top: 15px;
}
2. You will need to set a minimum height;
.footer-columns .widget.threeforty_posts_widget ul[class*="list-style-list"].has-post-thumbnails li.widget-entry {
min-height: 140px;
}
Change the height to whatever you want.
Thanks – Steve
Thanks! It work all
I need you help
1. I set my site tagline and it show text in footer too. Can I hide it? (I find it call footer-copyright) -> https://ibb.co/88QZc8H
2. Why color not change, how I change title content color—> https://ibb.co/zWdB5xM
Thank you so much!
1. Add a blank space (white space) to: Appearance > Customize > Carrino: Theme Settings > General Settings > Footer text
2. Scroll down to Entry Title Link Color in Carrino: Color Settings
Thanks – Steve
hey steave…
can you visit my website and tell me why last post in (homepage>latest post section) is much bigger?
2nd) where is pagination setting, and can i set post number for like 10 and then pagination should start. also i want pagination exact same as shown in demo like “1 2 3 4 >”
backpackergoods.com
Hi,
1. That’s a feature of Carrino theme. Grid layout, posts stretch to fill available space. Add more/less posts to the post per page setting to change this – see 2.
2. Appearance > Customize > Carrino: Theme Settings > General Settings: Show Archive Pagination Numbers/Arrows
You can change the number of posts displayed in: Settings > Reading > Blog pages show at most
Thanks – Steve
Heyy steve… Are you familiar with this? look into screen shot.
there is a some kind of red line bar or what to say don’t know, but it is basically load by scrolling down and shows user how much left to read? if you don’t understand you can visit shoutmeloud.com and open any post you’ll see there.
https://paste.pics/DBQNIis it plugin or what, how can i add that in my website any idea?
*red line bar below url (in screenshot)
You can try this: https://wordpress.org/plugins/read-meter/
see post image size in 1st screen shot, an in 2nd
1st – https://paste.pics/DB6RP (demo)
2nd – https://paste.pics/DB6SG (on my site)
i want perfect square post image size for those 3 footer… and also for static sidebar too.
Try regenerating thumbnails. The post widget uses the default WP thumbnail size image. If they don’t exist then an a different size will be used. See step 4: http://3forty.media/docs/carrino/#install
every time i have to regenerate thumbnails?
i tried regenerating thumbnails, but still no help☹️…
Can you share me a link to your site?
backpackergoods.com
It doesn’t look like you have thumbnail version of your images. Have a look in: Settings > Media > Thumbnail Size, What settings so you have there, also is the Crop thumbnail checkbox checked?
Thumbnail size width and height are on zero, and crop thumbnail is unchecked?...what should i do?
Change to 150 and 150 and Check the checkbox. Then regenerate thumbnails (you only need t regenerate once)
Now ok..thanks
Hi,
is it possible to make the header menu sticky in the mobil layout?
Thank you!
Yes,
Appearance > Customize > Carrino: Theme Settings > Header Settings: Make Header Nav Sticky on Mobile
Thanks – Steve
Very good! Thank you Steve.
I want to change my title color (footer widget post title only)
If i change link colour to lets say green, all links become green and its ok. but it’ll also changed footer widget posts title color and author name into green too. i don’t want that.
what i want is Link colour whatever i like footer widget posts title color whatever i like it ok if link color and author name color be same. main focus on footer widget area post titles color.
look into screenshot
https://paste.pics/D9P3X (note: i set link color to black. and author name not checked)Basically i want black color in title and link color same as my primary color.
(All this I’m talking about is all my 3 footer widget post only, and i wants changes to those sections only)
You will need more specificity in your CSS;
.footer-columns .threeforty_posts_widget a.entry-title-link {
color: #DDDDDD;
}
I hope this helps
Thanks – Steve
need same code for static sidebar too.. please
.aside-sidebar .threeforty_posts_widget a.entry-title-link {
color: #DDDDDD;
}
steave need same code for
slideout sidebar post widget title color and related post title color
.slide-menu .widget-title {
color: #000000;
}
Related posts title:
.threeforty-related-posts .page-title {
color: #000000;
}
Thanks – Steve
sorry steave my mistake… actually need code for slideout sidebar>post widget> “post title color”... need post title color css and same for related post title color css
.slide-menu .widget.threeforty_posts_widget .entry-title-link {
color: #000000;
}
You can change related posts color scheme in: Appearance > Customize > 340 Media: related Posts. Scroll to the bottom
thanks
on desktop related post section showing 3 post as set in settings…but on mobile device it showing only 1 post….why?
It shows three posts in a single column.
Hello I am trying to set up my blog to look just like this.http://www.3forty.media/carrino/ Can you help with the settings I need to adjust to accomplish the following;
I have attempted to follow the instructions however when ever I use custom post blocks and follow the instructions to “If you selelct custom post blocks settings in this panel will be ignored. Go to 340 Media: Homepage Post Blocks in the customizer to manage post displays” I do this and make the edits under 340 media and my home page just comes up as blank.
1 I would like for my section 1 on this page to span the width of the blog like it does here http://www.3forty.media/carrino/. 1 column and 1 blog post I would also like for the blog post title to appear on top of the image as it does in your example. I would also like the category to show up on the image also
2 I would like to set up section 2 on the home page to be titled ””Editors Picks” and then have 3 column blog post with one blog post in each column just as you have done in your example http://www.3forty.media/carrino/
3 I would like to set up section 3 on the home page to be titled “Latest Post ” and then have 3 column blog post with 4 rows of blog post in each column just as you have done in your example and the ability to see pages 2.3.4 etc… http://www.3forty.media/carrino/
4 I would like to have the carousel of instagram images just as you have in your example I would like to set up section 2 on the home page to be titled ””Editors Picks” and then have 3 column blog post with one blog post in each column just as you have done in your example http://www.3forty.media/carrino/
5 I would like to have the 3 column of blog post with column 1 being titled Travel, column 2 being titled lifestyle and column 3 being titled empowerment and each column having 4 blog post that havfe smaller images and titles just as you have in your example
6 I would like to be able to have people sign up for our email list just as you have done in your example.
Can you please help?
Hi,
There is a video here (it’s for a now discontinued theme but it’s the same plugin) https://www.youtube.com/watch?v=htoDfBp4G7A
The demo you link to does not use post blocks plugin. That’s the standard loop with featured posts and Hero.
In fact if you follow the guide in the docs and disable the sidebar that will get you almost there. You then just need to change the Hero style and featured posts style and you are done.
I hope this helps
Thanks – Steve
what was the plugin for instagram feed in demo? which is now discontinued.
can you please give me a link of the plugin so i can buy.
i tried to find but there are lot.
Here you go: https://wordpress.org/plugins/instagram-feed/
is this same you used in demo?
Yes
is it possible to change footer text area color?
Do you mean the area with the text and links?
.footer-info {
background: #FFFFFF;
}
Change the HEX value to anything you like.
Thanks – Steve
I set my header layout “logo left menu right” and it’s perfectly good in desktop version. But in mobile its shows logo on center toggle menu on left and search toggle on right. But i want logo left and both toggle menu,search toggle in right. is it possible?
and 2nd is it possible to change colour of only author name which are showing below post on homepage?
Hi,
It’s not possible to change the mobile header layout without significant changes.
You can change the author name color with this:
.entry-author-meta a {
color: #DDDDDD !important;
}
Change the HEX value to whatever you want.
Thanks – Steve
where should i put this?
in header.php meta tag?
Appearance > Customize > Additional CSS
Can you explain this color system…i mean when i open some websites…. colour from my mobile upper area (network and battery status bar) also change accordingly website colour.
Its hard to explain for me.. but look at this example
https://paste.pics/D8D5N(see orange color in url box background and all over)
when i open my website there is nothing like that…i actually like that…and i want it too….if is there any setting or something for this please…
You can add this to the meta tags in header.php
<meta name="theme-color" content="#CCCCCC" />
Change the hex value to whatever you want.
Thanks – Steve
okayy
Is it possible to change only this 3 section colour?
https://paste.pics/D8REPif i change link colour this will change…but i want to change color of this area. is it possible?
*only title color.
You can change the footer background color with CSS;
.site-footer { background: #FFFFFF }
Or you can change just the widget columns area with this;
.footer-columns { background: #FFFFFF }
Change the HEX values to whatever you want.
Thanks – Steve
Hey steve
I don’t know but this code(<meta name=”theme-color” content=”#CCCCCC” />) stopped working somehow i don’t know. i mean it worked till today perfectly.
Is this right please check in screen shot
https://paste.pics/D91KWI don’t know when, but today i changed my primary and secondary colors and all others links color and all…
What might be a problem here?
That’s the correct code and placement.
what can i do now?
You might need to reverse your recent changes and see if that fixes the problem. If the native app has dark mode enabled then this will not work.
It’s working in the demo: http://www.3forty.media/carrino/ (tested in Android)
smash balloon images are too big in footer section. I’m sharing 2 screen shot here. 1st one is sidebar area view. 2nd one is footer area view.
1st – https://paste.pics/D86WI 2nd – https://paste.pics/D8742
how can i make this look exactly like sidebar area layout. Note: In desktop all good.
Have you checked: SB-Instagram-Feed Match Theme Styling in Appearance > Customize > 340 Media: SEO & Misc. Settings ?
You also need to set the padding to “0” and disable mobile layout in the plugin settings. When you do this Carrino theme will handle all styling and responsive layouts
Thanks – Steve
okay…i done first two…but not disable mobile layout in plugin… I’ll try later
And why is my site icon in google results shown up as and old site icon. i already uploaded new icon. but in google showing old. already submitted sitemap in search console but still….
It’s probably a cache issue. You will need to wait for Google to search update cache
Hey Steave
Is there any issue using autoptimize and cloudflare both at the same time?
I have not tried both together. It should work just fine.
Thanks – Steve
When someone subscribe on my website, where those emails go? how i track those e-mails…?
If you are using the MailChimp plugin all emails will go to your MailChimp account. You need a MailChimp account to use the plugin.
Thanks – Steve
I tried by submitting email on my homepage sign up form…but didn’t received in MailChimp. MailChimp is connected with api key in my wordpress plugin. what to do?
I can’t help with this I’m afraid. This is a third party plugin issue not a theme issue. You will need to speak to the plugin developers.
Thanks – Steve
do i need to paste MailChimp code to header.php ?
Or if i use any alternative form.. does it look same as this? i don’t want to change look of form…
There is styling support for MailChimp. You can use a different plugin but you will not have the same styling. You can try a different plugin and see how close the styling is.
Thanks – Steve
You do not need to paste the code to the header. It may be an issue with your server not allowing the outbound connections. This isn’t something I can help with as it’s a third party plugin or server/API issue.
i can’t connect instagram in my carrino theme….it says “Instagram did not return a 200”
Use this plugin instead https://wordpress.org/plugins/instagram-feed/
In instagram feed… images are little bit rounded corners…in smash balloon images are square…how i can make corner soft rounded. is there any setting?
Appearance > Customize > 340 Media: SEO & Misc Settings > Check: SB Instagram Feed Match Theme Styling
Yes it worked…but not on homepage sidebar? how can i fix?
oh its ok i did it..by applying padding to 0
I want my header like this website “territorysupply.com”.
Header availability on user scrolling….when someone scroll down it should disappear, and when someone scroll little upward from bottom or middle, header should be available there.
is there anything you can do for this?
Hi,
That option is not available at the moment. Only sticky header is available “on scroll” as you see in the demo. I may add more header scroll options in the future
Thanks – Steve
I bought a Carrino Theme, It’s wonderful. Some Shorts questions.
1- How do i register theme and where do i find my license key? 2- There is no carrino theme option available like other theme in WordPress dashboard all settings are in WordPress customisation. is there any please help.. 3- if i want to import only demo 2 data how do i important only specific demo data…when i import data all data imported…i don’t want that…
Hi,
1. There is not a license key and you do not need to register.
2. That’s correct. All settings are in the native customizer as they should be. Full documentation is available here: http://3forty.media/docs/carrino/
3. There is an example of demo 2 here: http://3forty.media/docs/carrino/#demosetup
There is no specific demo import. You can create your own layouts within the available settings.
Thanks – Steve
One last question…I can’t find typography setting in my theme? can you help me with that…
Hi,
If you need to change the typography I recommend https://wordpress.org/plugins/easy-google-fonts/
I hope this helps
Thanks – Steve
Can i Add Widgets in Bottom Footer Area. I Cant find options for it. In This Area > https://paste.pics/d38039516bbf3111c85172b0699071ad
Hi,
No, you can’t add widgets there. There are 5 footer sidebars; Footer top, footer bottom and 3 footer columns. You can change the menu (or remove it) in the footer: Menus > Footer Menu and you can change the text in the footer in: Appearance > Customize > Ruki: Theme Settings > General Settings > Footer text
Thanks – Steve
Theme is carrino
Sorry,
Exactly the same though; you can’t add widgets there but you have the same footer sidebars which you can find in Appearance > Widgets
Thanks – Steve