Discussion on Lotek — Modern App Landing Page WordPress Theme

Discussion on Lotek — Modern App Landing Page WordPress Theme

Cart 395 sales
Well Documented

cththemes supports this item

Supported

This author's response time can be up to 5 business days.

96 comments found.

Hi, love the theme, will it work with bbPress?

Thanks, Dan.

It will work, but you will have default style only. Thank.

Hi there. I am looking to buy this theme but when i opened the demo on safari on a mac book pro the elements loaded and then vanished, the background and some of the lines stayed but the blocks with the content vanished. Can you please let me know if this is a local problem or a safari compatibility issue. If it is a compatibility issue is there a work around. because my client works on a mac and if he cant see it then he isnt going be very impressed with the theme!

Hi, Please give us screenshot about the issue. We are working on Mac also but not seen that error. Thanks.

This theme is great, it’s been a pleasure to work with. One question though: Is there a way to disable ALL animations? On Cellphones certain things dont seem to appear, as the animation delay is too long. I’d like to disable them, but some items, for example section names, don’t seem to have an animation setting.

Hi, 1, Please find and comment out this line of code: wp_enqueue_style( ‘animation’, get_template_directory_uri().’/css/animate.css’); from theme functions.php file (around line 164). 2, Open /js/custom.js file and comment this line also: new WOW .init(); at the top – line 3

Thanks.

hey I removed both of these, and there is still delays with titles appearing, and icons on sections on cellphones. Please see my site annihilateacnenow.com on a cellphone and scroll down.

Anything else I can do? Thanks

Hi, I check for new WOW .init(); at the top – line 3 and it’s still there. Please try delete it and clear your site cache.

Hello. i tried to add “themeforest-9556339-lotek-modern-app-landing-page-wordpress-theme.zip” to install the theme but its not working. what i need to do? it writen “archive dont instal. in the theme there is no table styles ‘style.css’.

i can only add “lotek.zip’ that situated inside. but where i need to find plugins to add? (as u wrote in documentation)

Hi, please send us your live site and admin account then we will help. Thanks.

Hi there! Good and easy to customize theme! Anyway i have a little problem with contact form. I was made 5 fields, and margin between 3rd and 4th disappeared. And when i trying to add margin in your custom cf7 form, mobile version goes wrong. My site. What should i do to fix it?

Thanks.

Hi, Please check this: http://awesomescreenshot.com/0d84d8cnc4 Thank you.

Hello – where can I find the icon options? thanks

Hi, You can find it from Row element option in VC plugin.

I still can’t find it – can you give me step by step instructions please

Hello, I discover worpress, and I choose your template for my portoflio. But I don’t know how can I do for use the page satting (the same as the exemple in theme forest) in my website. Can you explain me ?

Thank you ! Aude

I’m sorry for my english, I’m french..

Hi friend, Please check your site. It’s working now. Thanks.

Yes Thank you so much !!:D

Back again. Finishing up the website!

1.

Please visti www.videowize.be and click on the menu item ‘video’. You will see that the ‘accordion’ module opens up. After that it doesn’t work as it should. Even more, the menu items to the right of ‘video’ are totally off as of then.

2.

Could you give me a hint where I can change the text ‘Older item’ and ‘Newer item’?

Thank you very much!

Hi friend, Please check if the problem was fixed. Thank you. :)

Great job! Thanx for the support.

Thank you.

do the main navigation menu has the feature of drop-down menus? what slider do you use? also can i add content text and image only to the slider? or it is not a slider? i really like the bottom main nav of the header slider (if that is a slider)

Hi, You can have submenu feature. About the slider you can change image background and change the content from page metabox option. Thank your for your interested.

I can not install the demo package…

Hi, Please send us your live site + admin account then we will help you. Thank you.

Hi

I would love the social media links in the footer to link to a new window. How can I do this since it’s done with shortcode?

Some of the words are not translated. I’m working in Dutch. For example the little link icon, followed by ‘learn more’. Where can I change these things?

I’m developing @ www.videowize.be and like the theme very much.

Thanks for the support!

Kind regards

About Learn More text please Appearance -> Editor -> select shortcodes.php file then edit text from line 230. Or using WPML plugin. Thanks.

Thank you! Resolved.

Hello,

I want to use accordions in plan and pricing section but accordion not working properly when we click another menu then accordion shows expanded by default and not close on clicking, second time menu click it shows accordion collapse and not open after clicking on it.

Hi, I can’t see it on the section. Did you remove it?

Sorry, I have removed it, But now I have integrated the accordion code again in plan section

Hi, Send us your admin account to our support email then we will fix it for you. Thank you.

Hello,

Thanks for this awesome theme. I would like to remove the contact form animation but the option isn’t in the column setting. How can I remove it please ?

Hi friend, Please change bellow line of code in contact form 7 setting with this:

Thank you.

Thanks for the reply. How to remove a metatag from the wordpress html source. Thanks!

<meta name=”generator” content=”Powered by Visual Composer – drag and drop page builder for WordPress.”/>

Hi, Add this to functions.php file. remove_action(‘wp_head’, ‘wp_generator’);

Hi!

How do I center the image gallery? Its aligned left for some reason and it shows some grey space to the right.

See here. http://selfimagemedia.info/#products

Let me know thanks.

Hi, You can try make .wpb_image_grid_ul wrapper class has a size then use margin: 0 auto; style to make it center. Thanks

How do I do that?

Add custom code field in Theme Options: . wpb_image_grid_ul { width: 1200px !important; margin: 0 auto !important; } Use can use @media and (max-width:768px) css query to make it responsive.

Hello, I want to purchase the template but I want to add Two-level-menu in it and open some extra pages on that sub-menu click. Is it possible in this template.

Yes friend. Thank you for interested.

hello,

I want to deactivate the responsive layout. I have to change something in css, right?

Best, Mitch

Sure friend. There is responsive style section in theme syle.

I delete the follow code but nothing happened:

/* ============== Custom responsive ============= */ @media (min-width: 1200px) { .features-body{ background:url(images/horizontals-line.png) no-repeat top center; } .team-wrapper{ background:url(images/horizontals-line.png) no-repeat 0 35px; } .team-box{ width:170px; } .pricing-wrapper{ background:url(images/pricing-line.png) no-repeat top center; } .slide-wrapper{ margin-left:35%; width:30%; } }

@media (min-width: 768px) and (max-width: 990px) { .navbar-brand { margin-left:30px; } .navbar-default .navbar-nav li a, .navbar-default .navbar-nav li a:focus{ font-size:11px; line-height:11px; font-weight:700; padding:20px 8px 20px 8px; } .slide-wrapper{ margin-left:25%; width:50%; } .features-body{ background:none; padding-top:110px; } .features-box{ width:50%; margin:0 auto; margin-bottom:30px; } .contain-body{ background:none; } blockquote p { font-size: 14px; font-weight: 400; line-height: 24px; } .Products-wrapper ul li{ width:50%; } .team-left .team-box{ margin-right:10px; } .team-right .team-box{ margin-left:10px; } .pricing-wrapper{ background:none; position:relative; padding-top:63px; } } @media (max-width: 767px) { .navbar-header{ float:left; width:100%; } .navbar-brand { margin-left:20px; padding-top:10px; } .navbar-default .collapse{ clear:both; border-top:none; float:none; width:100%; box-shadow:none; overflow-x:hidden; overflow-y:auto; margin:0; padding:0; border:none; } .navbar-nav, .navbar-nav li{ float:left; width:100%; padding:0; margin:0; border:none; } .navbar-default .navbar-nav li a, .navbar-default .navbar-nav li a:focus{ padding:20px; margin:0; } .navbar-default .navbar-nav li a.selected, .navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .dropdown.active a, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav .dropdown.active a:hover, .navbar-default .navbar-nav .active a:focus, .navbar-default .navbar-nav .dropdown.active a:focus{ background-image:none; } .slide-wrapper{ margin-left:22.5%; width:55%; } .features-body{ background:none; padding-top:110px; } .features-box{ width:60%; margin:0 auto; margin-bottom:30px; } .contain-body{ background:none; } .testimoni-avatar, .testimoni-text{ width:100%; } .Products-wrapper ul li{ width:50%; } .team{ padding-top:140px; } .team-wrapper{ background:none; } .team-left, .team-right{ float:none; width:170px; margin:0 auto; text-align:center; } .team-box{ float:none; width:170px; margin:0 auto; display:block; } .team-left .team-box, .team-right .team-box{ margin:0 0 30px 0; } .icon-title.centered{ top:0; margin-top:0; } .blog-thumbls, .artcle{ width:100%; } .pricing-wrapper{ background:none; position:relative; padding-top:63px; } .headline{ font-size:42px; line-height:50px; letter-spacing:15px; border-bottom:3px solid #fff; } .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next{ opacity: 0.4; } .img-mobile{ display:none; } }

@media only screen and (max-width: 650px) { .headline{ font-size:24px; line-height:30px; letter-spacing:15px; border-bottom:2px solid #fff; } .slide-wrapper{ margin-left:15%; width:70%; } }

Hi, Please send us your site + admin account then we will check. Thank you.

Great design!

Where do I find the icon shortcodes?

Thanks!

Hi, Please add features-body class to Row Features – wrapper class setting: http://awesomescreenshot.com/02f40ddnf9. Then add .features-body{padding-bottom:10px;} to css/custom.css file.

Thank you.

Hi, You can add to Theme Options -> Custom Code field setting like this: http://awesomescreenshot.com/07240dfy53 Thanks.

I need the homepage code. I can not set up my homepage. I just want the same as demo… (http://sponsorlukdosyasi.com/anasayfa/)

And where do I add the google analytics tracking code?

Ok, I send you mail

Thank you.

Thanks for fast responce :)

great work. good luck

Thank you:)

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