Discussion on Lemonado - Multi-purpose Mobile Web Application

Discussion on Lemonado - Multi-purpose Mobile Web Application

Cart 643 sales
Well Documented

Gramatton supports this item

Supported

62 comments found.

Hi Gramatton,

I’ve tried to connect to wordpress, but no success.

Seems strange: The lib/functions.php is empty and I found no lines for the datebase in the config.php.

Thanks for your help!

Thank you! You found an issue. I will update the Lemonado asap and include your name in credits.

By the way here is a hot fix:

Replace wp-blog-header.php with wp-load.php. For example:

open your wp-single.php file and replace the following line of code:
define('WP_USE_THEMES', false);
require('wp-blog-header.php');
with
define('WP_USE_THEMES', false);
require('wp-load.php');

Hi Gramatton,

Thank you for the great service and fast help. The hot fix works, I am now using wp-load.php instead of wp-blog-header.php.

Now wannabrowser.de shows Status 200, all ok and Google can start to index the mobile Blog pages.

Best Regards Martin

You are welcome, Martin. Thank you!

Hi Gramatton, Great work but I’m little confusing with wordpress integration, please tell me how can do that (small tutorial). Thanks and keep doing excellent work like this. ;-)

Please send your mail in pano1@mail.bg Thanks

http://sablazni.me/ Lemonado is live now, thanks a lot Gramatton, in PageSpeed Insights in mobile is 65/100 In update you can work for Eliminate render-blocking JavaScript and CSS in above-the-fold content. In pingdom.com score is 99/100 and in gtmetrix.com score is 81/100.

Thank you a lot for the feedback! Will do for sure.

Hello Serge,

Great looiking template!

We are using it to build an app with PhoneGap. Our goal is to add a jQuery Mobile navbar on a page. When testing the page by opening it separately everything works fine. But if I link it to a page from the menu, it loads the page, but the tabs of the navbar is all open and the buttons don’t work anymore. It looks like the jQuery is disabled/not loaded.

Do we have to make alterations on the scripts to use it with PhoneGap or on loading the jQuery Mobile?

Hope to hear from you.

Regards, Michael

Hello, Michael!

Thank you for contacting me. Can I look at your project online? You can send me a link via email. It will help to determine an issue much faster.

Thanks and best regards Serge.

i want jquery mobile js and css to be from our server.Not to access from their server.How can we get minimum js and css.

Hello, dingdong100!

Thanks for interesting in the Lemonado. Please go to the http://jquerymobile.com/download/ If you want to host the files yourself you can download a zip of all the files on this page.

Thanks and best regards, Serge

very good this work, like;

PHP version required ? Thanks

Hello, luizzo!

I did not understand your question, sorry. There are two independent editions in the archive: the PHP and the HTML editions. You will get both after purchase. Thanks!

Hi Possibly a stupid a question but how do I change the change the community from Lemonado to my own domain in the disqus comment section??

I have changed the short name in custom.js to my own but not sure if I need to do anything else?

Thanks

update: Sorry I just changed the line to my own and it worked. Thanks for the template! <script type=”text/javascript” async src=”//lemonado.disqus.com/embed.js”></script>

Hello, BCS1988!

Thanks for interesting in the Lemonado and kind comment. I’m happy you have found out how to change comments system to your own. Please feel free to contact me at any time.

Thanks and best regards, Serge

You template looks very interesting, but i wonder… how complicated it is to integrate with wordpress? I read your online documentation but (at least for a beginner) i can’t say it was too comprehensive. I like your template very much but i am not sure i can handle it (i need it to work with wordpress). Does your support include assistance in integrating with wordpress?

Thank you

Hello omariusro!

Thank you for your question. You’re right, connecting a WordPress site to the Lemonado is requires some programming skills. But I will do my best to help with your issues. As a rule I’m trying to help each customer personally.

Thanks and best regards, Serge

Hi How to change color on left or right panel ex background color or mouse however

Hello, youngcyber!

Each panel (and its content) section has a data-theme attribute. By default it set to “b” (black). You can change it to “a”, “c”, “d”, et cetera pre-defined color themes.

Thank U

Thank you, youngcyber, for a feedback! I will try to find out the issue.

list-view is missing in it. many other important useful things also.

because in your example i just see few pages with limited examples. actually i want this jquery filterable widget to use in your theme, is it easy to inherit in it? is your theme build in jquery mobile?

As I mentioned above, there are too many widgets even for example/landing page. Yes, neutrosolutions, you are right and you can use any widget from the jQuery Mobile gallery because Lemonado is based on it. It will be easy as adding some lines of code ;)

Hello!

Congrats for this theme!, I’m trying to use it on a Phonegap project, but some graphics library that I’m using are not showing correctly, aswell as some jquery animations. On a regular computer navigator they show just fine, could it be that I need to change something on your files to make it work in PhoneGap?. I’ve sent you already a support question but I’m not getting any answer. I hope you can help with this.

Thanks in advance, Pablo

Hi Serge! I just checked but I have no e-mail from you (not even Spam folder), can you please resend?. thanks!

got it!, sorry, I didn’t show it there. I’ll answer right away

Hi there great theme, can I syndicate individual Wordpress categories?

Cheers,

Jay

Hi JayRStu!

Thanks for interesting in the Lemonado. The short answer is yes. The more complicated answer is yes but I need more information what exactly are you planning to do. By the way the Lemonado theme is supports all WordPress’ functions, loop, et cetera.

Hi Serg, having an issue getting different colours to show for a divisional directory. I have the site showing one colour [settings.xml] for one set of stuff, yet using the duplicates of /assets, /lib, /templates, /images, /fonts, and config.php in a directory one level in and changing all of the file-paths accordingly will only show me the colour scheme of whichever site i load first; subsequent directories need to be refreshed a couple times even though the config.php is grabbing a completely different settings.xml.

Getting really frustrated with it :(

Cheers in advance :)

  • 1. Add new color option in the settings.xml
  • 2. Name it for example accent_color_2
  • 3. Duplicate the /templates/header.php and name it for example header-2.php. Refer your new /2/index file to this header
  • 4. Replace in the header-2.php.
    <?php echo  $accent_color; ?>
    
    with
    <?php echo  $accent_color_2; ?>
    
    etc.
  • If you are still have difficulties please use my email to contact me, thank you!

    By the way you can echo the new accent_color_2 anywhere across the files in any place.

    Please see the settings-output.php file for the referense.

    Can I use this for a phonegap project? And with phonegap, will it integrate with wordpress or does wordpress integration require php?

    Hi, adcreocouk!

    yes, you can use it with a phonegap project with minor modifications. WordPress integration requires PHP as WordPress is a PHP framework. Best regards, Serg

    What’s the minor changes for phonegap?

    Can you contact me via email? sergessel@gmail.com. Thanks!

    Hi

    Under PHP 5.3.27 The images are not rendering.

    http://dev.marketinginmalta.com/folio/

    Any help would be great.

    Well. By the way I’m using a jQuery script in the right sidebar in the HTML edition. So I think it is not a problem to do the same in the PHP edition (instead of url include method)

    Yep! I was thinking of trying that approach. Thanks again.

    Do you need my help?

    Good job I like it, but not really sure to buy, reasons. If require I can send some issues screen shots. I’m having iPhone 5s

    1. When you scroll the navigation menu, it’s scrolling with the content at the same time. 2. in News section when click on one of the post, it goes to the page and then when I slide slider, sharing in social come out as well together. not always but on last slider definitely. 3. When Button “Share” :active as a hover, Navigation menu button become inactive, activating with slide only. but I think must work both options. 4. Gallery – when scroll down the page – there appear empty dark grey space and all buttons as navmenu slide and button become inactive, which require unload the page and load again! 5. When you scrolling content in the any page – and with finger while you scrolling move left or the right navmenu or share menu come out.

    So here is one the biggest problems! could you respond as soon as you can

    Hi, Aleksandrs!

    Thank you for interesting in the Lemonado! Your feedback is very important.

    1. You can set a panel to position:fixed, so its contents will appear no matter how far down the page you’re scrolled, by adding the data-position-fixed=”true” attribute to the panel. The framework also checks to see if the panel contents will fit within the viewport before applying the fixed positioning because this property would prevent the panel contents from scrolling and make it inaccessible. overflow is not well supported enough to use at this time. If the panel contents are too long to fit within the viewport, the framework will simply display the panel without fixed positioning.

    2. By default panels can be closed by swiping in the direction of the open panel. In this demo I show how you can also open a panel with swipe. But…it was a bad idea. I’m going to make this feature turned off by default in the closest update.

    3. Not sure I understood you. You can add an unlimited number of buttons in the header (not only MENU ans SHARE) and add a behaviors to them. How should they (three or more buttons) work in that case?

    4. OMG! Thanks for submission of the bug. Appreciate.

    5. see point #2

    By the way I’m very appreciate your time finding bugs and if you want I will send you one regular license of the Lemonado theme absolutely for free. Thanks and best regards, Serge

    Hi, Gramatton,

    Thank you for you reply sorry if my English is not one of the best :).

    In the issue number 3, I tried to explain you that, and it’s not happen all the time but for some reason when you test the pages, these problems are appear. Action – you click on the button share and it’s become a little red with glowing all around. and become active, and then when I click on the menu or slide, menu don’t come out at all!

    I was struggling with fixed position of the top menu bar for couple of weeks, and there is always a problem especially with old operating mobile systems! in some works in some not. found solutions after but it took a lot of time!

    I like what you done, but sliding menu in and out is always nightmare, lower OS versions is not working, but adding conflicts to your page as well, I do same thing but not to sell it :) just for myself, but I had content slider as well and menu slide-in and out, and it make me ill, because conflict between jquery! and I couldn’t find anything so decide to remove slider from page and as well sliding menu too :)

    If you need any help as well, or advices find me http://akrasnovskis.com

    Buggy In Android please, helpme

    What happened?

    hi Gramatton, i have a problem with redirecting from one page to another page in php , the header(Location dont work , its caching pages after the forum submissions as well , any idea to fix the redirection?

    Answered in email. Thanks for good communication!

    it’s great. i like it

    i get problem in html version. when i click menu (list menu) in sidebar, error loading page is appear

    thanks

    1 more, can i get color scheme css? i want create button in html version coz i do not use php version. when i clicked the button the collor scheme will be changed. is it posible? sorry i not good in programming. thanks

    Hi, crejavani! This is normal. All pages are loading dynamically via AJAX and some browsers blocks local ajax requests. Everything will be fine once you upload a site to a server (or install local server or try to use Firefox). You can easily change colors in css file. Thanks for the question!

    by
    by
    by
    by
    by
    by

    Tell us what you think!

    We'd like to ask you a few questions to help improve ThemeForest.

    Sure, take me to the survey