Hi Anders,
The cover blocks are taking full width unlike group blocks. Is there a way to fix that?
Thanks,
Sachin
]]>Hi Anders,
I’m assuming this is a WordPress core issue but, I can’t seem to figure how to get padding to the mobile menu as shown in demo. At first padding appears but on testing other headers it disappears and the links are full width not within a group. I cannot get developers tool to stay open to figure the issue.
if you look at some of your patterms in the demo, you will see how some of them are “broken” again padding issues.
Im assuming you’re more focused in updating block themes so this might be isomething you want to look into.
]]>Hi everyone,
I recently installed the Tove theme on my WordPress site after encountering some difficulties with Elementor themes. Prior to installing Tove, I uninstalled Elementor. However, since switching to Tove, I’ve been unable to set a logo for my site. The customization option seems to have disappeared, and even when I try to use the logo widget in the header, it appears as a blank space. Strangely, the favicon remains intact.
Has anyone else experienced this issue or knows how to resolve it? Any assistance would be greatly appreciated!
Thank you in advance.
]]>All images have disappeared from the website.
They are showing on the editor. And everything was working fine a few days ago.
]]>Hi,
I just changed hosting and I’m having may issues with the theme.
What I see in the editor is really different from what i see live. I first saved all the block of the home page, then I deleted the cache, I deleted the theme and than re-installed it from WP.
Nothing, the editor continue to have a different design and moreover even if it should be a clean install, I continue to see my old templates.
Can someone help me please?
]]>Hello!
Even before I updated the theme, I noticed some bugs on my website. The background color (pink) is not working anymore in single pages. Instead, the background color is white, although in the Editor it displays pink and the settings appears to be correct as well. This happens only in single pages, in post pages the background color applies normally.
I updated the theme, but it didn’t solve the issue ??
Also, in one page (linked below) the margins of the blocks is wider than the screen. Again, in the Editor, the margins displays correctly and I couldn’t find where in settings I could reverse this issue.
How can I fix the single pages, specially this one? I would appreciate if someone can help me on this.
PS: when I updated the theme, I noticed the “shaded” option applied to the drop down box of menu itens disappeared ?? It is not available anymore?
Thanks!
]]>when I try to show a group in Gutenberg Block as wide it will shows only in full-size. It is miss the right global padding. can anybody help me with this issue?
]]>Hi! Thanks so much for your lovely templates. I’ve really enjoyed working with them. I’m currently building a page using Tove and can’t seem to get rid of a gap at the top of the header.
I actually came across a thread on another one of your themes’ forum about wrapping the cover image in a group to address a similar problem, and that didn’t work. Neither does adding the no-margin or no-margin-top class, as recommended here (though I may not have been adding it to the right element[s]). Any assistance would be much appreciated!
Kindly assist in custom css code to centre-align overlay menu buttons only?
I have my buttons right-aligned, but this creates a problem in the overlay menu as the (x)close button overlaps the first button.
]]>Hi Anders,
I was wondering if ‘search function’ works within the Tove theme. Also,if you are aware of search plug-ins that works with Tove.
Many thanks
]]>Hi,
Love the Tove theme. I was wondering if there is a way to import the demo page. Thanks.
]]>Hello, beautiful theme. If I insert additional CSS, this is not taken over. To do this, I go to Tools > Theme File Editor. Where else can I insert CSS that will not be overwritten with the next update.
]]>Hi, I am trying to figure out where exactly to put my google tag to track my analytics with the tove theme, and i cannot figure it out.
Can someone advise – i tried editing the Header via code editor and copy and paste the google tags there but that didnt work properly.
Hi Anders / all,
I know that you have been focusing on developing other themes since this one, and this isn’t a major issue, but I just wanted to highlight that some of the pre-made Tove Patterns could do with tweaking a bit since WordPress 6.0 added their ‘Inner blocks use full width’ switch. Tove Patterns that would previously have been ‘wide width’ are now dropping in as ‘full width’, unless they’re fiddled a bit by being placed inside a group and the ‘inner blocks use full width’ switch being disabled on the top level group.
For your info.
]]>it seems, that your theme “Tove” is not really well rendering on iPads – here in Chrome and also Safari. Is that the case on your site? My site https://www.marcobutz.de renders very good on Desktop and Mobile Phone (iPhone 8), but doesn’t grap the correct CSS on my iPad.
Best regards
Marco
Hi Anders,
I would like to modifiy the hamburger icon to 3 horizontal lines and enlarge it a little. In addition to that I would like to enlarge the font size and the line space of the menue points in mobil. Is there a simple way to do this?
Thank you for your help and the great TOVE Theme. I really like it. And its fun to try out full site editing with TOVE.
Frank
]]>Hello Anders !
First of all, thank you so much for your fantastic work. ??
I use your theme Tove in a new website and I need to add a new font. I don’t find where I can do that in the site editor (I have juste the choice between “DM Sans” and “System”) and we have no css editor anymore.
How can I do (except a plugin if possible) ? Thank you very much !
Its so changed how I use to work.
Like the meny. I can’t change the width of the meny. The picture its just drafts.
How do I manage to controll the lengt/widt?
Please! I really like your theme. So uppfreshing.
Best of
Bruce
I’m using the Smart Slider plugin as a gutenberg block, which uses a shortcode to insert a slider pane. It works just fine on the home page using Tove, but when I use search or an archive or category page (see the link above), the page does not render the slider and instead displays the raw shortcode. I’ve asked the plugin developer, and he says this is a theme issue: (copied from the reply and the plugin’s help documentation)
It it up to your theme, where it processes shortcodes and where it doesn’t. As you see here:
https://smartslider.helpscoutdocs.com/article/1945-shortcode-displays-instead-of-the-slider#theme-issue
you can call in the content of a page, without running its shortcodes. So I suggest getting in touch with your theme’s developers about this issue, as it has to be fixed within their code.
Theme issue
It's also possible that your theme doesn't use WordPress' the_post() function to output the post/page content. This issue exists with for example, Illdy theme which outputs the content this way:
<?php echo $static_page_content; ?>
The solution to this problem is to run the do_shortcode() function on this $static_page_content variable:
<?php echo do_shortcode($static_page_content;) ?>
If your theme uses the the_content() function and the shortcode still not working, add the following filter to your theme's functions.php file:
add_filter( 'the_content', 'do_shortcode' );
I tried adding the final line of code (hoping that Tove uses the the_content() function, but it didn’t make a difference.
Any suggestions on how to fix this issue using Tove? I’d also be fine with just hiding the block altogether on the archives/search/categories pages, but I’m not sure that’s possible either, since I don’t think Tove supports customizing those pages.
Any help would be very appreciated!
]]>Forgive me if this has been discussed elsewhere ~ Does Tove not support the Twentig extension / plugin? I was hoping the Twentig plugin enables / add more features that the Tove theme considerably lacks. Namely – sticky headers, Google Fonts support (for some reaspon Tove prohibits all other fonts than “DM sans”), to name a few.
I was expecting the Twentig plugin to be fully compatible with all block based themes. Which I was hoping Tove to be already compatible. However disappointingly it is not, as per what I found having installed the Twentig plugin and be greeted with an error that there was no “block theme” compatible elements were found.
Any help would be appreciated on this. regards, Andy.
]]>Dear all,
Perhaps I am still new to Gutenberg, however I cannot figure out why on earth spacing of a text is still restricted inside Tove’s built in template buttons. A simple of a task yet the Tove or Gutenberg itself prevents me from spanning the button horizontally as is.
no amount of fiddling around the options so far led me to find a way to get something so simple to get the button to simply do just that ~ span horizontally without limit. Is that too difficult to do in Gutenberg?
regards
Andy.
`HI,
I’m enjoying using the template, thank you.
How can I remove the column row gap?
I tried to use CSS but couldn’t make it.
Hi,
I am a little confused on how to edit the global styles to the theme, but I am a student and new to WP. I’ve looked through this forum, and looked for the WP 5.9+ Global Styles Panel in the Site editor (as shown in this post from Sept 2021: https://wptavern.com/tove-a-block-based-wordpress-theme-by-anders-noren) but that panel (the Aa tab) doesn’t exist in my site editor?
You can see a screen shot of my site editor panel here: https://imgur.com/a/V5v6at0
Any help would be greatly appreciated!
]]>Gutenberg editor for menus is not so convenient, I miss the native wp-admin/nav-menus.php editor from WordPress to edit them.
I see the option available on most themes, maybe Tove has it disabled to be extra lightweight?
Editing navigation menus inside Gutenberg is a little bit painful, specially if you have dropdowns.
PS: Kudos on this awesome lightweight theme, thanks for your work.
]]>My menu appear on bigger tablets (ipad pro 12.9″) as the desktop menu and it’s all jammed up.
I would like to change the breakpoint that is 600px to something bigger.
I’ve looked through the css but couldn’t find the specific code to change.
From the inspect tool in chrome I can see that when I cross the 600px a “flex” appears. Is there somewhere I can change this?
Thanks
]]>Anders / fellow Tove users,
The theme does not currently include a template page for Search Results.
While it is possible to create a new template for use as the Search Results page, the currently available options seem limited in terms of displaying the search term that was used, showing the results elegantly, or showing that there are no results if the result is so.
The Query Loop block, combined with the ‘Inherit query from template’ option appears to successfully pull the results through correctly, but I wondered if you had considered building out any Tove Patterns that could be used, or a full page template?
I’m also curious whether it is possible to clone existing page templates, rather than have to build each one from scratch. The Templates screen currently only gives an option to ‘Clear customisations’ for each template.
]]>Once again really great theme thank you!
So my question is about the cover block.
I setup this cover block with background image (not fixed), on desktop the picture look crispy.
But on mobile version or when I resize desktop browser window to the smallest width picture doesn’t load properly. They show all blurry.
I tried messing in the css and saw that max-width is already 100%, is there a fix?
Also tried to upload different image dimension and didn’t worked.
Hi
Is it possible to get the same amount of featured images at the end of index page?
If I choose 4 columns the last row shows two images and with 3 columns I get 1.
Thanks again for all the great work!
Erik
Hey Anders – really big fan of what you’ve designed here – a beautiful theme with incredible aesthetics and usability – very impressed and grateful!
I know this is more of an editor question – but I’m struggling to apply sitewide changes to the header that emulates the demo (e.g. – a logo and button with phone in the header) – I see this particular layout in the “patterns” section – and I can make edits to the header globally as well – but feels like there should be an easy way to apply the header in the patterns – to the template sitewide – and i’m probably overthinking or missing it. (as when I apply the pattern header block – it simply adds a second header area to the page I’m using – which I’m sure isn’t the right/best practice)
If there are any visual tutorials – or any other tips – would appreciate!
Much appreciate your beautiful work – and making this available to the WP community. (have been using Ghost for many projects recently – and after stumbling across the patterns/blocks tutorials from Rich Tabor – and Extendify’s mention of your theme on Twitter – I’m stoked to work with such beautiful and elegant designs on WP again!)
Thanks –
Ian
https://partners.mindfulmarketplace.com
Is it possible to add post titles on the top of previews such as in the hamilton theme in tove/full site editing?
I’m setting upp portfolio/design site and Tove with full site editing is like a dream to work with but Hamilton has few really nice looking features as well!
Thanks a lot for the theme it will be a massive upgrade to our site.
Cheers
Erik