Hello,
my provider is switching to PHP 8.1 soon, so I tested in advance if the website will still run then. Yes, it runs, but on the start page and every page called via the menu instead of the content the message is displayed: “Oops! Sorry, the page could not be found.” It is not because of the plugins, can it be because of the theme?
Can you help me please?
Regards,
Fritz
(I have set the website back to PHP 7.4)
]]>Hello,
since the last update the customizer does not work anymore.
If I click it, it switches to the page, but there is no content to work on.
WP 5.9
Confit 1.3.3
PHP 8.0
Could you pleas help, because the page does not look correct anymore.
I have to change some things in Custom CSS.
Thanks
Kirsten
Is the Confit theme compatible to be used with PHP 7.3 and higher?
My provider is upgrading their PHP servers, and I have to chose whether to pay for the old 7.2, or use 7.3 for free. I have no ways to test for myself in advance.
]]>Hi,
customers of the domain are struggling to realise that they need to click on NAVIGATE when they view the site on mobile devices to see other pages.
This means they can’t figure out how to book which defeats the object of the site.
The owner has asked me to change the text from NAVIGATE to MENU.
Can this be done?
Thanks
Mark
]]>Hi, i wish to remove all the featured images from the website. I set the image size to zero but there is a empty space which i want to remove it.
]]>Since the last theme update the theme uses the default orange color for the headings and the colors chosen in cutomizer are ignored.
]]>Hey there ??
Today I got a problem with the Confit theme in WordPress 5.2.4 which I did not encounter in earlier versions. It is documented here – and also the solution. Maybe it helps if you face a similar problem.
https://forum.wpde.org/threads/fehlermeldung-aktualisieren-fehlgeschlagen.187987/
Greetings!
]]>Hello there, I recently followed this post word for word to install a Child theme, which allowed the menu to collapse on mobile. Upon installing and configuring, I realized the parent links are not clickable on mobile, only the arrows to expand the menu. I have tried removing the URL’s from the parents on my navigation editor, but that doesnt seem to work. Is there any way I can make the whole surrounding box trigger the dropdown?
Ideally I would like to remove the links from the parent pages, so that they only function as the part of the navigation that leads to the subpages, if you know what I mean.
]]>( function( $ ) {
$( document ).ready( function() {
/* Original Menu JavaScript */
var $masthead = $( ‘#masthead’ ),
timeout = false;$.fn.smallMenu = function() {
$masthead.find( ‘.site-navigation’ ).removeClass( ‘main-navigation’ ).addClass( ‘main-small-navigation’ );
$masthead.find( ‘.site-navigation h1’ ).removeClass( ‘assistive-text’ ).addClass( ‘menu-toggle’ );$( ‘.menu-toggle’ ).unbind( ‘click’ ).click( function() {
$masthead.find( ‘.menu’ ).toggle();
$( this ).toggleClass( ‘toggled-on’ );
} );
};// Check viewport width on first load.
if ( $( window ).width() < 769 )
$.fn.smallMenu();// Check viewport width when user resizes the browser window.
$( window ).resize( function() {
var browserWidth = $( window ).width();if ( false !== timeout )
clearTimeout( timeout );timeout = setTimeout( function() {
if ( browserWidth < 769 ) {
$.fn.smallMenu();
} else {
$masthead.find( ‘.site-navigation’ ).removeClass( ‘main-small-navigation’ ).addClass( ‘main-navigation’ );
$masthead.find( ‘.site-navigation h1’ ).removeClass( ‘menu-toggle’ ).addClass( ‘assistive-text’ );
$masthead.find( ‘.menu’ ).removeAttr( ‘style’ );
}
}, 200 );
} );var container = $( ‘.site-navigation’ );
// Fix child menus for touch devices.
function fixMenuTouchTaps( container ) {
var touchStartFn,
parentLink = container.find( ‘.menu-item-has-children > a, .page_item_has_children > a’ );if ( ‘ontouchstart’ in window ) {
touchStartFn = function( e ) {
var menuItem = this.parentNode;if ( ! menuItem.classList.contains( ‘focus’ ) ) {
e.preventDefault();
for( var i = 0; i < menuItem.parentNode.children.length; ++i ) {
if ( menuItem === menuItem.parentNode.children[i] ) {
continue;
}
menuItem.parentNode.children[i].classList.remove( ‘focus’ );
}
menuItem.classList.add( ‘focus’ );
} else {
menuItem.classList.remove( ‘focus’ );
}
};for ( var i = 0; i < parentLink.length; ++i ) {
parentLink[i].addEventListener( ‘touchstart’, touchStartFn, false )
}
}
}fixMenuTouchTaps( container );
/* New JavaScript added to toggle submenus on mobile */
var container = $( ‘.main-small-navigation:first’ );
function initMainNavigation( container ) {
// Add dropdown toggle that displays child menu items.
var dropdownToggle = $( ‘<button />’, { ‘class’: ‘dropdown-toggle’, ‘aria-expanded’: false }).append( $( ‘<span />’, { ‘class’: ‘screen-reader-text’, text: confitChildScreenReaderText.expand }) );$( container ).find( ‘.menu-item-has-children > a, .page_item_has_children > a’ ).after( dropdownToggle );
// Set the active submenu dropdown toggle button initial state.
$( container ).find( ‘.current-menu-ancestor > button’ )
.addClass( ‘toggled-on’ )
.attr( ‘aria-expanded’, ‘true’ )
.find( ‘.screen-reader-text’ )
.text( confitChildScreenReaderText.collapse );// Set the active submenu initial state.
$( container ).find( ‘.current-menu-ancestor > .sub-menu, .current-menu-ancestor > .children’ ).addClass( ‘toggled-on’ );$( container ).find( ‘.dropdown-toggle’ ).click( function( e ) {
var _this = $( this ),
screenReaderSpan = _this.find( ‘.screen-reader-text’ );e.preventDefault();
_this.toggleClass( ‘toggled-on’ );
_this.next( ‘.children, .sub-menu’ ).toggleClass( ‘toggled-on’ );_this.attr( ‘aria-expanded’, _this.attr( ‘aria-expanded’ ) === ‘false’ ? ‘true’ : ‘false’ );
screenReaderSpan.text( screenReaderSpan.text() === confitChildScreenReaderText.expand ? confitChildScreenReaderText.collapse : confitChildScreenReaderText.expand );
});
}
initMainNavigation( container );} );
} )( jQuery );
Hi,
I’d like to widen the content area for pages only, as it is a bit narrow for pages but it’s okay for posts.
Could you share any advice?
Thanks,
Brian
Hey!
I am currently working on a coaching-homepage, and I am working with the Confit-Theme, which I really like!
I read in this forum about the questions concerning the width of the content section. I added this at “Additional CSS”
#wrapper{
max-width: 100%;
}
That makes a great width for the content section. But – the space between the vertical menu on the left an the content section seems rather big to me. Is it possible, to make it a bit more narrow and fix the space?
Thanks in advance for your answer!
Chris
]]>Since the recent WP update to version 5.0.1, I’m unable to save my updates to the top section of this page: [ redundant link removed ]
I’ve tested it and received the same error message in both Google Chrome and Internet Explorer.
]]>Hi there! I’m a bit green with WordPress, I had a site at WordPress.com and then moved it to private hosting so I can do more with it and learn the tools. I love Confit for my blog, it’s not food related but the theme works for me. The theme currently lets you see the featured images on the home page with the post summaries, but when you click on a post to go to that specific page, the featured image is gone. Is there some way / some code to get them to continue to show on the post page? Thanks!
]]>Hi,
I am setting up my EDD download store. There is a banner with Archives written on it.
I am wondering how I can remove or make it a header with the store name.
Any suggestions.
Thanks in advance.
Best regards,
Paul
]]>Does anyone know how I can change the Download Menu text to Download Ad? I’m using the theme for a grocery store’s weekly ad rather than a restaurant menu.
]]>Hello everyone,
first of all thanks for this great and free theme.
I am building a menu-structure, and want to add some drop-down lists to different tabs of my menu. these sub-menus are cklickable and lead to a new site. The original tab / menu-point should not be clickable, just serve as an collection-point for the drop-down elements.
I hope you get what I mean.
Hopefully someone can help?
Thanks in advance!
Lisbeth
I don’t know if it’s me or a bug of the theme, but I don’t seem to be able to place my own page right under the menu
slug. Whether I set the slug of a page to menu
or not, visiting https://<mysite>/menu
always displays an archive page with, apparently, all of the posts published in my website, ordered by the date of creation.
I do not think I’m doing anything wrong, although I cannot rule out the possibility. Otherwise, can’t anyone check if this behavior persists even in other machines and, if it is unintended and therefore a bug, possible to fix?
Here is the screenshot of the page I’m referring to. Even if the URL is not visible, it is https://<mywebsite>.localhost/menu
(the website I’m building is hosted locally on my laptop).
Hi,
I am working with Confit theme. It is a perfect theme for me but I would like to know If it is possible to change the width menu colum (menu, identitiy side, widget…) to ajust better the text.
Thanks
]]>Hi …
How can i add a narrow topbar in confit theme.
I want to add language selector and contact us in that top bar.
this is the link of theme
https://confitdemo.wordpress.com/
Thanks
Hi there,
I recently switched to this theme (Confit)and it is fabulous. Just that the width is less and I wish I could increase that.
Is that possible? What CSS edits would I need to make. Sorry, not familiar with CSS and hence reaching out for help.
I would also like to know if you can change the orange color of sections, titles, overlays etc. By other colors
Thanks!
]]>Hi …
How can i change the navigation menu to dropdown style in small screen as i have many items in menu and in small screen as all menu and sub menu are open it is too long.
Thanks
]]>Hello,
I do not see the Visual/Text tabs only the distraction free icon in the area where the two tabs should be?
Please help.
Regards,
Linda
Hi there,
I’ve been having trouble getting the page content to resize to fit different desktop screens. It seems like the page div is constrained somehow, as it only highlights half the page when inspected and does not fill the page proportionally at 100% width. I’ve tried messing with both the wrapper and page divs (width, margin, padding), but still am not able to make the content fill the page or scale correctly.
However, I do not have this issue in the mobile version. It scales perfectly and automatically.
I don’t usually work with themes, so there may be a simple solution that I’m not aware of.
Please feel free to view my site or screenshots.
Thank you for your help,
Cassandra
When trying to click the “Status” field in the bulk editor, I’m unable to focus the select menu to change the status. It appears the drag & drop functionality is trying to allow me to drag and drop the Bulk Editor section.
]]>If there are Menu Items published and a page with the slug “menu”, then the items appear half-formatted below the page body even if using the “Default Template”.
]]>Yet another question; )
In Mobile and on Tablet the Confit responsive menu is too small to read.
I have adjusted the css of the menu but I do not think that that’s is the problem ?
Website currently working at:
It would be better if the responsive menu would be like with this theme (an example)
.main-navigation a {
color: #000000;
display: block;
display: block;
font-family: Muli, Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 500;
padding: 6px 0;
padding: 0.6rem 0;
text-decoration: none;
}
Thanks for thinking with me !
Kind regards
Juliette VB
Hi there
I have succesfully adapted the Main menu links and links of the widget with css
It works exept the “focus’ or active link
That one keeps popping up orange
CSS:
a { color: #34286a ;
font-family: Muli, Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 300;
}
a:hover, a:focus, a:active {
color: #972376;
}
.main-navigation a {
color: #000000;
display: block;
display: block;
font-family: Muli, Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 500;
padding: 6px 0;
padding: 0.6rem 0;
text-decoration: none;
}
.main-navigation a:hover, a:focus, a:active {
color: #972376;
}
.main-navigation .current-menu-ancestor > a {
color: #972376;
Thanks for helping out
Kind regards
Juliette VB
[no bumping, per forum etiquette – added code tags]
Hi there
I am using confit on following subdomain (still building)
and I noticed that the BG is not responsive
Could you please help ?
Kind regards
Juliette VB
I not find posts on / off.
]]>Hi,
On the Czech version of my site (www.ddstreetfood.cz), characters with accent marks above them display in bold in most browsers. I assume this is because the font inherited from the theme doesn’t support those characters.
A. Where can I find the font options for the Confit theme in the stylesheet so I can change it to a font that supports these characters?
B. Even better, can you recommend a font that would preserve the look of the theme (I really like the native font) but that supports these characters?
Thanks,
Isaac
]]>Hello,
I would like to rename the menu in the mobile version:
“menu” instead of “navigation” (www.studiodellabella.com)
How to do?
Thanks for your help