Hi,
Can someone tell me how to change the parallax image (the croissant) to the image I want to use? Please give me and example ??
Thanks in advance!!
]]>how to remove the date in the “blog” section posting the article, and in the comment.
Foodeez Version : 1.0.6
Thank you
Hi,
I’m having problems aligning my logo image widget in the mobile view of the footer area on my site.
Current css for the desktop site is:
.wp-image-529 {
position: absolute;
right: 70px;
height: 150px;
width: 150px;
margin-top: -20px;
}
I’ve tried every variation with and without each of the following commands:
@media only (max-width 789px) {
.footer-widgets .wp-image-529 .ske-container {
text-align:center;
}
}
I’ve also tried position: absolute; right: 20px; background-position: initial; position:fixed; and many more variations with no changes.
Can anyone point me in the right direction?
Thanks
]]>Dear all,
I have spent a long time trying to modify my header image on foodeez lite but I never get what I want. I am not an expert so maybe I miss something??
I would like to know if it is possible to supress the inner page header background image of my home page (or reduce its size). And to keep the header background images for my other pages?
I hope someone will help me!
Thanks,
Sarah
]]>Hi, I am using Foodeez Theme on one of my website, I would like to use Reserve Now button. So basically what I want is when some one clicks on that button, there should be a transparent popup screen, which ask for the details like no of guests, Date and all… Please help me with the resolution asap…
]]>A couple of small annoyances in a nice looking theme, that makes it a bit hard to call completely ‘translation ready’
In ‘header.php’ line 145:
Placeholder text says ‘Search Here …’, which means it stays like that, even if rest of theme is translated. Easy to fix, but annoying, since I have to create a copy of the header.php in a child theme, of if edited in original theme, have it overwritten by the next update.
In ‘header.php’ line 115:
Title text says ‘search’, which means it stays like that, even if rest of theme is translated. Again, easy to fix, but annoying, since I have to create a copy of the header.php in a child theme, of if edited in original theme, have it overwritten by the next update.
When displaying posts, the time format is set to American format, as an example ‘may 12, 2015’ – instead of beeing formatted to the general settings in WordPress, which would be preferred.
Otherwise a nice looking theme – keep up the good work!
]]>I have installed Foodeez Lite theme and I built the website few months ago. However, for whatever reason I lost Featured Boxes option from Customize menu. I am not able to update those boxes anywhere. The same goes for parallax section. The option to edit it was removed from Customer menu. I checked Theme documentation on your website, but it is form 2013 and is well outdated. Also e-mail address provided in the documentation is not valid. You can’t submit ticket on their website unless you have premium account with them. Does anybody have any idea on how to contact the theme author or how to update featured boxes in homepage?
]]>Hi!
We have some problems changing the header image of the pages (except from the homepage) after the update. In the past, there was an option to change it but, at the present time, we don’t find that option. We have read a topic here with the same issue and we have tried to use the code given in the solution on the custom css plugin, but it doesn’t seem to work. Plase, could somebody help us to solve this issue?
The code we tried, changing the image url, was:
#wrapper {
background-image: url(“https://www.chatnox.com/blog/wp-content/uploads/2015/07/wp-jp.jpg”);
background-position: center;
background-size: cover;
}
Thanks in advance!!
]]>Hey folks,
Been looking for a way to increase the width of the logo image to span the width of the page instead of a small square on the left side of the header. Peeked around in the stylesheet but haven’t been able to find something that works yet. Any clue as to what I need to fiddle with to make this happen?
Alternatively: would it be possible to get the main menu to drop to right below the header instead of covering the bottom part of it?
]]>Hello,
I am trying to figure out how to change the picture of the plate in the header that shows on all pages except for homepage. Please help!
]]>What would be the best way to add hours of operation to the header just below the top bar contact section? I am using a child theme…
]]>Hi Bojan,
I am wondering if there is a way to change the size of the featured images on the blog page? I tried reducing the width of sider-bar img in the style sheet but that didn’t do anything.
Thanks,
Colin
Bonjour je suis passé à la nouvelle version du thème Foodeez Lite et ne peut plus changer l’ Image d’en-tête dans les pages de mon site.
il semblerait que ?a ne puisse plus se faire comme dans la version précédente par le biais du menu personnaliser Image d’ en tête.
avez vous une solution à ce problème ?
si non pouvez vous m’indiquer à quel endroit je peux changer le lien de l’image dans l ‘éditeur.
Merci d’avance
]]>I am going crazy trying to understand why I cannot change the layout for the categoy.
I have:
Category 1: SubCat1, SubCat2 ….
Category 2: Subcat1, SubCat2….
So I need to have a different template for Category1 (and all the subcat) and another template for Cateogory2 and all the subcats.
What I have done is to change single.php with if..else
and get_template_part() which load a different file named single-xxxx.php each file represents the category. any idea why it doesn’t work? I have a blank page instead of a normal page.
I need to stop the menu wrapping on wider screens and currently have to do it by changing line 96 of “header.php” to <div class=”top-nav-menu span12″>.
Can I achieve this in “style.css” of a child theme instead?
Hi there!
I need to remove (or change) the Comment Off text, located just above the post.
I tried every trick I know (however, I’m no expert), but it’s still there.
Can anyone help me please?
Thank you!
The home page featured item comes above the menu bar and the submenus in the drop down menu don’t work. I have tried applying the different fixes suggested by the developer and other coders in this forum to style.css and custom.js but nothing changes and the faults remain. Other people say that the fixes work for them. How can that be?
]]>Each time I make a page it shows up in the parallax at the bottom. Can someone help?
]]>I’m testing a local copy of Foodeez-Lite and The featured items on the front page disappeared when I changed the color of the site. Changing the color back didn’t fix the problem. Using the Firefox inspector it shows that the items are there but they are invisible! The page worked fine in Chrome until I changed the color there and the same thing happened. Also the page doesn’t work at all in Opera.
Has anyone else had similar problems and if so, is there a solution. I don’t want to use this theme if it doesn’t work properly in different browsers.
Hi I have installed WP ecommerce plug in, and i have found that the product page didnt load any content.
i looked on the web to try find a fix, and i have improved it as such as the product page content is now showing, without the products,
I added this in the theme functions.php
if(function_exists(‘wpsc_enable_page_filters’)){
function temp_remove_filter(){
remove_filter( ‘the_content’, ‘wpsc_products_page’, 1 );
remove_filter( ‘the_content’, ‘wpsc_single_template’, 1 );
}
add_action(‘wp_loaded’,’temp_remove_filter’,1);
function return_filter(){
add_filter( ‘the_content’, ‘wpsc_products_page’, 1 );
add_filter( ‘the_content’, ‘wpsc_single_template’, 1 );
}
add_action(‘thesis_hook_after_header’,’return_filter’,10);
}
Now its still not usable at all, as my products are not showing on this page, and my individual products pages, checkout, and basket are not loading either, can any one help please?
my site:
https://www.lapetitebretonne.co.uk
my products page;
https://www.lapetitebretonne.co.uk/products-page/
one product page:
https://www.lapetitebretonne.co.uk/products-page/biscuit-boxes/boucherie-citroen-hy-biscuit-box-with-8-palets/
Is it possible to replace the homepage image with a slider? I have tried a shortcode without success. The URL is https://dev.luckystarbrewery.com/ and is currently showing the default image. I am using simple custom CSS and Slider WD for the slider creation. It gives me a code snippet for the slider, but I am unsure where to place it for it to be effective. The snippet is:
<?php wd_slider(2); ?>
Any help is very much appreciated!
]]>Hello,
On mobile devices or smaller browser windows the images are “pressed” horizontally. Can you please help solving this?
The url is: https://www.mayapanzio.hu/
thanks
]]>Very pleased with the Foodeez Lite theme. What is the solution for the sidebar not aligning correctly on larger mobile devices (e.g. tablets)? On smartphones, the mobile theme shows nicely with the sidebar moved below page content, but on tablets the sidebar is compressed below and to the right with whitespace filling the rest of the page, and this appears awkward. Thanks in advance for your input!
https://www.lattitudebistro.com
I would like to remove all effects connected featured section.
Just make them load all at the same time with no effects.
Any ideas on how to do that?
Hi,
First, thank you for this theme, it is amazing!
I am using a child theme for my website and wanted to know;
1) How to either change or get rid of the elegant font
2) How to make the logo bigger.
Thank you so much.
]]>Hi,
I have installed foodeez lite theme on my wp page.
The problem appeared when I installed bbpress.
When somebody reply on the (forum) topic, the reply text is not visible under the given topic. More, the last reply is visible at the top of the page (it is cut a little).
Any idea how to solve this problem?
]]>Hello,
I am using foodeez lite theme, and my website is running on internet and I am still adding pages to it. I have made some changes through ‘@media query’ for mobile, as I know css and html. But on mobile, the drop down menu arrow comes on the right side of navigation bar and when I tap on that arrow the drop down menu or sub-menu does not open, actually the current page opens again. I don’t know how to solve this using ‘@media query’. Please help me out because its very necessary for me as my site is active now. Any kind of help will be highly appreciated and heartily admired. Thanks a lot beforehand.
Hoping for your precious help,
Thanks and Regards,
Gitika.
Hi,
I am trying to move the logo from the left side to the middle. Is there a way to put an image in the background of the header?
Thank you.
]]>I want the home page image to be smaller and I can’t figure out how to do that.
]]>