968 comments found.
Hallo red_sun,
ein sehr schönes Theme! Gibt es eine möglichkeit im Titel eines Menu (1 Column) [highlight2]Text[/highlight2] umzusetzen.
Freundliche Grüße
Hallo! Freut mich dass Dir das Theme gefällt 
Dazu müsstest Du eine kleine Änderung in der Datei template-menu1.php vornehmen:
In Zeile 83, ändere
<h6 class="menu-title"> <?php echo esc_html($menu_title); ?> </h6>
in
<h6 class="menu-title"> <?php echo do_shortcode(esc_html($menu_title)); ?> </h6>
Ich werde diese Änderung auch im nächsten update vornehmen.
lG!
Top, vielen Dank red_sun!
Hätte noch ein kleines anliegen diesbezüglich.. ob ich im gleichem Titel den Text auch in nicht Bold ausgeben kann? Aslo beides gleichzeitig. Lieben Gruß, bs
Meinst Du alle Title im Menu 1 column oder nur der Teil der ge-highlighted ist?
Letztendlich würde es mir im ge-highlighted reichen, aber halt im Title des Menu.
Sorry für die späte Antwort!
Hier ist der CSS code:
.menu-title .highlight1, .menu-title .highlight2 {
font-weight: 400;
}
lG!
Kein Thema, danke!! Gruß!
Hi friend, I have a little problem with the new update. The widget is now not joined (two by two) as in version 3.x now in version 4.x a widget appears and then the next one below.
I upload the example of how it is on your website, I also need it, can you help me please friend.
https://subefotos.com/ver/?1f7853d50e0a68d0e892535222028940o.pngHey there!
Did you make sure to follow all the update instructions in the changelog under version 4.00 ?
http://files.redsun.design/lemonchili/documentation.html#filesinfo_helpCheers!
Hello, I’ve been using this theme for a while, very happy with it. There’s just a small issue with the built-in event management. If an event starts at 9 pm, the event listing automatically disappears from the website at around 8 pm. How can the event stay on until 9 pm or 9:15 pm? I also made a support request, not sure if the email was received. Thanks and Happy New Year!
Hey there!
So great to hear you like the theme 
The date function is using the timezone as set in the php.ini file.
For example:
[Date] ; Defines the default timezone used by the date functions date.timezone = Europe/Berlin Here is a list of supported time zones: http://www.php.net/manual/en/timezones.php
So make sure the timeszone is set correctly to YOUR timezone in your php.ini file. If the date is already set properly there is still one thing you can do:
In the file template-events1.php, template-events2.php and includes/widgets/widget-events.php, look for the following code:
$today = date('U') - (60 * 60 * 24);
In order to keep the event for another 2 hours, change it to
$today = date('U') - (60 * 60 * 26);
Happy new year!
Hello friend, I have a question, in the “social” zone I want to replace the “skype” icon with “whatsapp” in which zone can I edit that? I wait for your answer friend!
Hey there!
You can find all social icons in the file template-parts/social.php
Cheers!
Hallo Gerda, jetzt habe ich fast alle Probleme lösen können – bis auf das Hintergrundfoto, welches immer noch wiederholt angezeigt wird. Vielleicht hast Du ja eine Lösung. Vielen Dank und viele Grüße Anne
Hallo Anne! Es gab in der Vergangenheit immer wider Probleme mit dem Hintergrund Feature im Theme Options Panel von LemonChili, welche verursachten, dass deswegen die komplette Seite nicht mehr angezeigt wurde. Daher habe ich mich entschieden die WordPress Core Hintergrundbild Funktion zu verwenden. Diese zeigt auf Mobiltelefonen automatisch das Hintergrundbild wiederholt anstatt fixiert an, da auf Mobiltelefonen fixierte Elemente nicht mehr richtig unterstützt werden. LG! Gerda
Hallo Gerda, vielen Dank für die Info. Jetzt weiß ich Bescheid! LG Anne
Hello, is there a way to change the price of the food menu in the QuickEdit View. That would be awesome. Because sometimes i have many changes for the price.
And is it possible to duplicate one of the foods. I did installer a Plugin in for that but it did not worked for the food menu.
Hey there!
I will add the quick edit feature for the price on the To Do list for an upcoming update.
You can duplicate posts with the following plugin: https://wordpress.org/plugins/duplicate-post/
Once the plugin ist installed and activated, go to Settings > Duplicate Post > Permissions and check the Menu checkbox.
Cheers!
I attempted to make a “menu” parent page and add to it “breakfast”, lunch and dinner pages. I attributed these pages to menu-column-1 (and 2 or 3) - I get a 404 error. Any help would be appreciated
Hey there!
Please try saving your permalinks: Go to Settings > Permalinks and click Save Changes. This should solve the problem.
Cheers!
I wound up having to rename the page “our-menu” and that seemed to work. What I was trying to do was /menu/breakfast and /menu/lunch … etc. Would have liked to add dishes to the breadcrumb, but cannot figure a proper way to make this happen. Example: ”../menu/breakfast/eggs-and-bacon” Presently, all menu items are attached to the root, which crushes my organization of pages
If you wish you can get in touch via the support tab above and send me your link and login info. I’ll take a look and see if i can help you…
Cheers!
I just installed the theme but i will have an error with importing the demo data, also with manual import i get an error 500. What can i do to fix this ?
Hey there! I just replied to your email. Would you please send me your link and login info? I’ll take a look at the issue. Cheers!
Hey LemonChili-Team, after updating to v4.0 we have no possibility to add HTML-Code in the menue descriptions.. like or line breaks.. Do you have any hints for us?
Hey there! I just tested HTML in the menu description (description for menu items) but it worked fine for me. Did you mean the menu category description?
Hi, just purchased and downloaded this theme but demo importer is not working?
Hey there, thanks for purchasing LemonChili!
If the “Import Demo Data” button is not working, you can still import the Demo Data manually. Go to Appearance > Import Demo Data and click “Switch to manual import”. Then upload the 3 files that you can find in the theme files in the folder lemonchili/includes/demo-data.
If that doesn’t work either, you can send me your link and login info via the support tab above and I’ll help you import the Demo Data.
Cheers!
Okay. Already did the update, but noticed a strange behavior: the Gallery widget used to display (and the gallery page) from newest post to oldest; now it reversed it and shows oldest gallery first to newest. How can I revert back to original behavior before the new update?
Hey there! The gallery order actually shouldn’t be affected by the update and I just checked the code and my test and demo site and it still shows the newest gallery first. If you wish you can get in touch via the support tab above and send me your link and login info and I’ll try to figure out why this is not working as it should on your site. Cheers!
I figured it out…it had to do with the Intuitive Custom Post Order plugin that was recommended by the theme. I just turned off the sorting for the Galleries and it works as intended.
Oh great you figured it out! Thanks for the info, good to know that the plugin is causing this issue. Cheers!
Hey! I just purchased your theme today but then saw that it looks like your releasing a major update soon. Will I be able to get that? When will that be coming out? Looks like its been in the works for over a year now..
Hey there, thanks for purchasing LemonChili!
Updates are free for everyone. You will simply need to re-download the theme at https://themeforest.net/downloads and you will automatically get the newest version.
The update is actually getting close to being done now.
Update version 4.0 is now available. Please make sure to follow the instructions in the changelog to ensure full functionality after the update: http://www.files.red-sun-design.com/lemonchili/readme/readme.html#filesinfo_help
Cheers!
Hello, Any news about the update?
Hey there! I’m still working on it.
It’s more work than I expected, but the theme will then include the latest coding and security standards along with some redesigned elements like for example the responsive menu, image lightbox, theme options panel, share icons, etc.
Cheers!
Update version 4.0 is now available. Please make sure to follow the instructions in the changelog to ensure full functionality after the update: http://www.files.red-sun-design.com/lemonchili/readme/readme.html#filesinfo_help
Cheers!
Hello, kann man die Bannerhöhe irgendwo ändern, anstatt 700×340, in 700×395px. ? Hab es leider in keiner css / php gefunden. Viele Grüße
Hi, we noticed that the theme doesn’t run under php 7 ? Is there a fix for this ?
Hey there! What problems are you experiencing with PHP7?
I guess it’s the WP5 fix that will do the trick? Any news on that update?
The next update will be a really big one. I’ll probably still need a few weeks to finish it…
OK, hope it’ll be here soon… I think you will get more of these comments as the php 5 is completely dissapearing soon…
Update version 4.0 is now available. Please make sure to follow the instructions in the changelog to ensure full functionality after the update: http://www.files.red-sun-design.com/lemonchili/readme/readme.html#filesinfo_help
Cheers!
Is there any new version for the latest WP? If yes, then where can I find It?
Hey there! I am still working on an update for WP 5. Cheers!
Update version 4.0 is now available. Please make sure to follow the instructions in the changelog to ensure full functionality after the update: http://www.files.red-sun-design.com/lemonchili/readme/readme.html#filesinfo_help
Cheers!
Widgets on homepage overlap sometimes, shows correctly on refresh
Hey there! Are you using the latest version of the theme? See changelog: http://www.files.red-sun-design.com/lemonchili/readme/readme.html#filesinfo_help=&mytabs=11
Yep! Fresh install. I’m wondering if it’s bc I’m using images in some of the text widgets? It’s like they’re not clearing …. http://redlionpubhouston.com/ And again, it is fine on refresh. I was hoping you’d heard of a similar prob before – I’m still digging through the previous comments/support posts for a clue. Thanks!
I just saw this issue on your site in Safari browser. It looks like it’s definitely the 2 images that cause this issue.
I see you are using 2 image plugins on your site (lightbox-plus and Photo Gallery) Would you please try to temporarily deactivate ALL your plugins at the same time to see if that fixes the problem? If it does, activate one by one to see which one causes the problem.
Hi friend. I have a serious problem currently with the subject. I hacked the web and I can not solve the problem, I’m reviewing the topic and I see that the index.php is where the problem is specifically … please let me know if you can help me please …
Hey there!
What exactly is the problem, can you explain further, please?
Thanks!
I am sorry, maybe a newbie question….you have this vertical bar on top in your demo content that has clickable phone number and location along with dorpcap….how can I get that? I cannot seem to find this navigation bar, please help.
I found the answer, for anyone looking for the answer, please fill out contact information.
Oh perfect, you already found the answer.
Just a Pre order question:
Does your theme work with the qTranslate plugin to support multiple languages ?
Hey there, thanks for your interest in LemonChili!
The theme includes translation files. All parts of the theme (besides the Slider caption) can be translated. I haven’t tested the theme with the qTranslate plugin though.
Cheers!