559 comments found.
Hi, I just saw the new update, what is the best way that you recommend to install new updates for your theme.
If you have not made any changes to parent theme files and have no custom CSS you can simply uninstall the old theme and install the new one. All your settings will remain.
If you have made changes or have custom CSS, backup the changes first then uninstall the old version and install the new version. Then add your changes back in.
Hi,
After updating the WordPress version to 5.9 when writing an article, there is no space between the paragraphs in the editor, which greatly complicates the process of writing an article.
When can I expect this to be fixed?
A theme update will be released in February
Sure, but what I’m trying to say is that this is not some little issue that can tolerate delay. In the current situation, it is impossible to distinguish when writing an article when one paragraph ends and the next begins. Which, makes writing articles a real pain!
Writing articles is functionality number 1. Frankly, I’m surprised that this isn’t a critical priority for you to have a fix for the very next day after the release of WordPress 5.9. I also use other paid themes that immediately provided updates when issues arose with 5.9.
I’m sorry, but since functionality number 1, WRITING CONTENT (that is currently difficult to do due to a problem with your theme) is clearly not an urgent priority, I don’t know what else to say.
Hi again,
Thanks for the quick intervention. I can confirm that after updating to 1.7.3 the problem has already been fixed!
Hello I need help I use smashballoon for instagram feed, but Footer widget not balance, I want to shift it in left side
This picture – https://ibb.co/gZMJrG9
Carrino has a dedicated area for Instagram feed called Footer Top in Widgets > Footer Top
You can also enable theme styling in Appearance > Customize > 340 Media: SEO & Misc. Settings Check: SB Instagram Feed Match Styling
Thanks – Steve
It’s work, Thank you.
I need you help more
How I shift this space, between block post and Instagram feed widget
https://ibb.co/2FQ4ZVYMove the widget to Footer Top sidebar: Widgets > Footer Top
Thank you, I have a question. How can I check Social share I mean like stats?
https://ibb.co/yyCg2CRYou will need a different plugin if you want to monitor stats. https://wordpress.org/plugins/search/share/
Try adding this to Appearance > Customize > Additional CSS
.footer-widget-area .widget.widget_instagram-feed-widget { margin-bottom:0}
.footer-widget-area .sib-form { padding-top:0}
It work, Thank you!
How to change body text size? and can change only in mobile?
I find problem in mobile text really big but If change It effect on desktop (Size small)
Can you help me?
You can add your own CSS. Something like this;
@media (max-width:1060px) {
.the-post .single-post .entry-content:not(.custom-excerpt), .the-post .page .entry-content {
font-size: 1rem;
}
}
You can change the value to anything you like or specify pixels (E.g. 16px)
Thanks – Steve
Thank you, How about change h1 h2 h3 in mobile only?
@media (max-width:1060px) {
h1.entry-title, h1.page-title {
font-size: 3.25rem;
}
h2 {
font-size: 2rem;;
}
h3 {
font-size: 1.75rem;
}
}
Thank you, It’s work!
I have 2 thing for your help
1. about shift space https://ibb.co/BgkfkRS 2. can I shift text in post equal to border? https://ibb.co/JHD72rzThank you so much
1.
.footer-widget-area .sib-form {
padding-bottom: 0;
}
.site-footer {
padding-top:0;
}
2.
.the-post .single-post .entry-content { max-width:100% }
Thank you
I try to disabled comments then Settings > Discussion. Uncheck “Allow people to post comments on new articles” already
but it still hold in my all post
Sorry now It work already
Hello I need your help, Can I install other plugin about comment and disable the old that default with your theme?
Do you mean the comments form? If so, that’s the standard WP comments. You can disable in Settings > Discussion
Yes I mean comments form I setup other plugin comments form like wpDiscuz but it not show Did you know why?
and how I find functions.php I found I don’t see theme editor?
You probably need to add this to your custom CSS to display the Disqus frame.
#disqus_thread {
width:100%;
}
You will need theme editor privileges to see the theme editor in Appearance > Theme Editor where you will see functions.php
Did you know it show like this
Your PHP code changes were rolled back due to an error on line 1180 of file wp-content/themes/carrino/functions.php. Please fix and try saving again.
syntax error, unexpected ’;’
Check any custom functions you have added. That error is not present in the supplied theme
I added below code but it error in line your code
Can you help me, maybe I position it wrong where I should insert your code —> https://docs.google.com/document/d/1BSv4kp1QPdvjCaSQEL9t-WBAMYZ2l8__ywHg63NaSq0/edit?usp=sharing
Please
Sorry, I can’t help with custom or third party code.
It’s okay I have a question
some themes don’t use <?php comments_template() ?> WordPress template function. To make sure your theme uses it, just contact your active theme developers and ask them if they use the function or not.
Your theme use comments template or not?
Yes it uses that function.
Thank you!
I have a question Now I use Carrino theme but If I want to change to Carrino – Child Theme, It is effect? and is it have ways to easy for it to change?
You can use the child theme and still keep your theme changes. If you are adding custom functions/CSS you should use the child theme anyway. You can simply install the child theme and activate it.
Thank you!
Hello How I change font Sidebar It not default font setup when show up
https://ibb.co/GsFFpPyAny changes you make apply to the front-end only so if you change th font in the front-end the editor will not change. You will need to add/customise functions to change editor styling.
Hello I found my sidebar it always sticky on side identify on top when I scroll down
https://ibb.co/dWj099CYou can disable sticky sidebar in Appearance > Customize > Carrino: Theme Settings > General Settings > Make Static Sidebar Sticky
Thank you
Hello Do you know how to move position this https://ibb.co/9qPBw2V
You need to edit single.php within the theme folder (or copy to your child theme directory and edit if using the child theme)
Move:
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
to after:
// Before Post Nav
threeforty_before_post_pagination();
Thank you before that please help me how to shift this two spaces
https://ibb.co/Nn67fgVYou have custom CSS that is adding margins;
#comments {
max-width: 1100px;
margin: 50px auto;
color: #333;
font-style: normal;
}
Remove the top/bottom margin
Sorry I am did it correctly? because it not work https://ibb.co/TcpTXxq
Thank you
Hello now it is okay about spaces
but I have a question can I disable Previous post and next post -> https://ibb.co/PjFRGTQ
Thank you
Appearance > Customize > Carrino: Theme Settings > Single Post Settings: Display Previous/Next Post
Very interested to purchase and the biggest source of income is going to be adsense on my blog. If I can get clarifications on adsences like how we can enable and add them, I will really consider to purchase it.
Hi,
There are no dedicated Ad spaces but you do have 7 sidebars and lots of hooks (E.g. before header, after header, before footer, after post content etc.)
I hope this helps
Thanks – Steve
Hi I purchased and installed your theme, but I wanted to know how to install the homepage demos!
Hi,
The documentation includes an example of Demo 2 http://3forty.media/docs/carrino/#demosetup
You can configure your own layout by changing the settings.
I hope this helps
Thanks – Steve
So there is no demo layout to import among the ones you propose (it seems to me that there are 9 types of layout for the homepage). Or even see some articles already made by you with the various differences between how the text can be written
You can import the demo data; see step 2: http://3forty.media/docs/carrino/#install
There are many possible layout combinations (more then there are demo’s). The docs give you an example and together with the plugin video tutorials http://3forty.media/docs/carrino/#plugins you can many possible combinations.
I hope this helps
Thanks – Steve
Now I’ve imported the demo file, but how do I choose the homepage I like from the ones you preset?
You build it by changing the settings. Here’s how to setup Demo 2: http://3forty.media/docs/carrino/#demosetup Change the settings to create your own layout
OK. What about the other demos? There are 9 in the classic layout and 9 in the Hero version. Can they be made just by trying the combinations or is there a way for them to be applied automatically?
You create your own layouts by setting different combinations in the customizer.
There are no demo imports or automatic setups.
If there is a specific demo you want to set up let me know and I’ll post instructions. You’ll find as you start using the customizer that you can create many different combinations, many more than the 9 demos I’ve set up.
I would like my homepage to look like the demo 8
Appearance > Customize > Carrino: Theme Settings > Header Settings – Logo Split Menu
Appearance > Customize > Carrino: Theme Settings > Homepage Settings – Post Loop Display Type: Custom Post Blocks
Appearance > Customize > 340 Media: Hero Settings > Layout – Grid
Appearance > Customize > 340 Media: Hero Settings > Number of posts – 2
Appearance > Customize > 340 Media: Featured Posts > Home Featured Posts – Check: Display Featured Posts
Appearance > Customize > 340 Media: Featured Posts > Home Featured Posts > Number of Columns – 3
Appearance > Customize > 340 Media: Featured Posts > Home Featured Posts > Number of Posts – 3
Configure as you like
Appearance > Customize > 340 Media: Homepage Post Blocks > Post Block > Post Block *: Check: Enable Block
Configure each block as you like.
Then follow Demo 2 http://3forty.media/docs/carrino/#demosetup to add your widgets
I hope this helps
Thanks – Steve
I followed your directions step by step, but my homepage is not like yours. bacipiccanti.news
You need to add your primary menu http://3forty.media/docs/carrino/#navigation
Then simply add titles, toggle meta settings and posts for each post block. You can also change the colour of each block and featured posts.
It might be easier if you configure your blocks and featured posts etc. to display the imported posts from the demo. For example display posts from the imported categories (Art & Design, Lifestyle etc.) Once you’ve got it looking the way you want it change the posts to your own posts.
I hope this helps
Thanks – Steve
Can you set it up for me? How much do I have to pay?
Send a temporary wp-admin login to 340@3forty.media and I’ll set it up for you.
Thanks – Steve
Hi Steve,
When I click the “0 comment” on a “single post page” for the first time when I enter the site (I mean incognito mode like no cache and cokie) The anchor point ”#comments” goes to wrong place that over the comments block.
It happens just for the first time.
You can experience that every time in incognito mode.
You can check he issue with this link https://falcibaci.kaave.blog/?ign_skip=6835833134005
Could you help me?
Hi,
It works fine for me. I takes me straight to the comment form. If you have comments it will take you to the top of the comment list.
Thanks – Steve
I solved this problem with disabling default wp lazy load.
Hello, Just got your Corrino theme. 3 questions - the instagram plugin seems down: https://github.com/scottsweb/wp-instagram-widget - is it possible to Hide the default image? (i ve a meme page and i prefer to display the image into the post) - can you share the setting to replicate demo 8 and 9 ? i see only demo 2 in the documentation
Thanks
Manolo
Ps my purchade code: 9e461322-f2e5-4f27-a2af-07c45eff4a49
Hi,
You can use this Instagram plugin: https://wordpress.org/plugins/instagram-feed/ which is supported in Carrino theme.
Demo 8 uses post blocks plugin ( included with your download). You can refer to this video to setup post blocks (it’s for a different theme but the same plugin) https://www.youtube.com/watch?v=htoDfBp4G7A
Disable the homepage sidebar in Appearance > Customize > Carrino Theme Settings > Homepage Settings and then follow demo 2 to setup your footer widgets.
I hope this helps
Thanks – Steve
Hello, - is it possible to select multiple categories in post blocks? - Offset is useful, and it would be great to add a “if post already present, then skip” in the 340 post widget? - Related post are kinda random: can you set up by “popularity” or “recent post”?
Hi,
It’s not possible to select multiple categories in a single post block. I’m releasing an update in the new year which will allow post tags so you have more filter options. With regards to the widget and related posts plugin, again an update in the new year will add more options.
I hope this helps
Thanks – Steve
Hi Steve, is it possible to set the speed of the slider transitions?
Hi,
Yes. You will need to edit plugins/threeforty-hero/js/hero.js
Change: autoplaySpeed and speed to whatever you want
Thanks – Steve
Thanks!
Plugins have their own translation files. You need to translate the plugin language strings.
Thanks – Steve
The title of the home and the meta description must be different. When I add the description it is also inserted in the title, the uqe is not correct. The wordpress page tab doesn’t have Home, so I can’t add a meta description properly.
Can you share a link so I can have a look?
The sticky sidebar is getting in the way. I inserted a post widget, an ad widget, and a post widget again. But he doesn’t show the full ad. It only appears when I reach the bottom of the page. How do I disable the sidebar stick?
see: https://www.adoromaquiagem.com.br/blog/dicas/top-10-melhores-primers-para-pele-oleosa/
The stick should work from the last element of the sidebar and not from the first
Hi,
You can disable sticky sidebar in: Appearance > Customize > Carrino: Theme Settings > General Settings > Make Static Sidebar Sticky
Thanks – Steve
hi, how can i solve this issue that i have on https://inspiranime.com/timetable/schedule/ i want to resolve the incompatibility that make show the dots
Hi,
Try adding this to your custom CSS;
stec-layout-agenda .stec-layout-agenda-list li::before {
content: none;
}
Thanks – Steve
I removed the Easy Google Fonts plugin and the default theme font (Poppins) loads now. (No fonts loaded with the plugin)
Hi,
This might be a server issue. Is your firewall or server config blocking the outgoing/incoming request?
Thanks – Steve
Thanks Steve, I couldn’t work out the problem with the plugin so I just used custom CSS and inserted the Google Fonts code into the header and it’s all good.
Hi,
I just purchased this theme and tried to install it on my WordPress. I went to “Appearance > Themes > Upload” and uploaded the ”.zip” file there.
It started processing and threw an error:
“The package could not be installed. The theme is missing the style.css stylesheet.”
Please guide me on how to resolve this error.
Regards,
Shaharyar
The fix to this issue was already written there, I read it later. Now it is resolved.
Why are the posts related in the article with the image so big? https://prnt.sc/1xw6sq8
I want them to look like this: https://prnt.sc/1xw6z1e
You can change the number of posts per row in Appearance > Customize > 340 Media: Related Posts > Number of Columns
Do you have any plans to release this update that allows you to remove the sidebar from the pages? I need this urgently, it doesn’t make sense for me to have a policy page, terms of use, contact with sidebar. When can this correction come out?
I will release that update later this week.
Thanks – Steve
Hi,
I’ve released an update that adds this functionality. You can download the latest version from your TF downloads page. You will also need to update the 340 Media: Theme Boost Plugin.
I hope this helps
Thanks – Steve
I need to create the following url structure for my blog: www.site.com/blog/<category>/<slug-content>/
My category base is with: blog
But when I go to site.com/blog I get a 404 error instead of displaying content from all categories.
When I create the “blog” page, the 404 error doesn’t occur, but at the same time there’s nothing on the page, and there’s no widget that allows me to use the site’s elements on that page.
How do I solve this?
This sounds like a server/setup error. You may need to update your site base URL’s in the config file or update htaccess redirects.
Hello there, I installed latest version of Carrino theme (1.7.1) but can not see image captions on mobile version of the site. Please see the picture of man holding bottle on https://lepevesti.online/price/mesta/kafana-se-nasla-u-preporuci-michelin-vodica/ . Thank you in advance!
Hi,
Captions are hidden on mobile. If you want to display captions on small devices add this to your custom CSS.
.wp-block-gallery .blocks-gallery-item figcaption {
display: block;
}
Thanks – Steve
Hello,
The images I place throughout the content are not resizing. The image appears too big in the content, but in the guterberg editor I make it smaller and it doesn’t work. I’ve tested it on other templates and it works fine. It seems to me that the width of the images is set to 100%
But I need to reduce such images by wordpress itself.
Can you tell me why this is happening?
Can you share a link so I can have a look?
sorted out
Why is 340 Media: Posts Widget not correctly displaying the latest posts in the sidebar? appears like this: https://prnt.sc/1xjx757 and my widget: https://prnt.sc/1xjx8z1
mysite: https://www.adoromaquiagem.com.br/dicas/top-10-melhores-primers-para-pele-oleosa/
You need to install the classic widget plugin if you want to use classic widgets. https://wordpress.org/plugins/classic-widgets/
Thanks – Steve
How do I remove the sidebar only from the contacts page?
It’s not possible to manage sidebars for individual pages. This option is included in the next update.
Thanks – Steve
hey steve, can you tell me why only three forty plugins showing that auto update are disabled
https://paste.pics/EE0S5i mean how do i know that threeforty plugins are up to date…
and also for theme..how do i know that theme is up to date… i cant find any option for that…
Hi,
You will receive an email from Envato when theme or plugins are updated. You will then be able to download and install the updates.
Thanks – Steve