Simplicity frontpage head

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Apr 09, 2013 7:03 am
Reply with quote
Report this post
I'm just a new mem here so maybe this question will be asked again by me but I can find so I will ask here.
As the design of this theme, the Get Started Today button and its text input seem like no any function there. But the position is quite reasonable. Remove it from design is so shame. So I want to put there the search form which is already have in joomla framework. So I want to ask how to implement search form to this position?

So the frontpage header should have:
big foto
sometext
text-input [Search]

Thanks da team
User avatar
Junior Boarder

Konrad M
Tue Apr 09, 2013 2:23 pm
Reply with quote
Report this post
Hi,
if you look at CusomHTML module published in header position you will find:
Code: Select all
<form class="gk-form">
<div><input type="email" /> <input type="submit" value="Get Started today!" /></div>
</form>


So you can try publish search module in header position. But one thing you need to do is override view for search and add class 'gk-form' to <form> tag as you can see above.
User avatar

GK User
Wed Apr 10, 2013 8:53 am
Reply with quote
Report this post
Code: Select all
<!--           This is Search Module -->
<form class="gk-form" action="/holiday/index.php/template/search" method="post">
<fieldset class="word">
<div>
<input type="text" name="searchword" value="" />
<input onclick="this.form.submit()" type="submit" value="Search" />
</div>
</fieldset>
</form>
<!--           This is Search Module -->


This is my code. Everything seem like cool. Except I want to put a placeholder (code as placeholder="sometext") for same looking with the demo "Email address...". But when I put placeholder to <input/>, after update the code, then placeholder disappear. How can I add this?
User avatar
Junior Boarder

GK User
Wed Apr 10, 2013 10:20 am
Reply with quote
Report this post
Sorry I can not edit the previous post. I would like to ask about frontpage video. As change size to tablet or mobile, it's so big for the screen. How can we make it responsible size by max-width + height auto?
User avatar
Junior Boarder

Konrad M
Wed Apr 10, 2013 11:00 am
Reply with quote
Report this post
Please give me url to your website. Without url I can't help you.
User avatar

GK User
Wed Apr 10, 2013 2:45 pm
Reply with quote
Report this post
Konrad M wrote:Please give me url to your website. Without url I can't help you.

Hi Konrad,

Here is my url http://www.mpvstore.com/holiday/
By the way, i've just test the page by my either iphone and ipad, the iframe for video of first page and also the lightbox for image from k2 article does not work. When clich to the image and also video, i saw a light box for a sec then the page load to the image url or vimeo page like this
http://player.vimeo.com/video/37071868

Or this http://www.mpvstore.com/holiday/media/k ... 668_XL.jpg

Please help this issue too.
Thanks.
User avatar
Junior Boarder

GK User
Sun Apr 14, 2013 2:54 am
Reply with quote
Report this post
Hello,

Any body help?
User avatar
Junior Boarder

Konrad M
Mon Apr 15, 2013 3:11 pm
Reply with quote
Report this post
It looks that is some problem with light box from k2. Please go to /html and rename com_k2 foldr name for a moment and check if still is problem with article image. If issue still exist please try reinstall k2 component. Do backup before, just in case.
User avatar

GK User
Tue Apr 16, 2013 7:39 am
Reply with quote
Report this post
Hello,

I tried both way (rename + reinstall k2 2.6.6) but still not working.
User avatar
Junior Boarder

Konrad M
Tue Apr 16, 2013 7:40 am
Reply with quote
Report this post
Please try ask on K2 support forum community.
User avatar

GK User
Tue Apr 16, 2013 7:50 am
Reply with quote
Report this post
For other template, k2 sbox-window seem work well on mobile devices. So my question is can I copy k2 comp from other template (like magazine) to this template?
User avatar
Junior Boarder

GK User
Tue Apr 16, 2013 9:12 am
Reply with quote
Report this post
Hi KonradM,

After some trials, I'm assure that the problem cause by your theme. Not from K2.
1. For Magazine template, you still use K2 Comp 2.6.5 and Simplicity is 2.6.5 too. But Magazine work well for sbox window but not for Simplicity.
2. I tried to install quickstart Magazine and sbox-window in k2 article work well. After that, I installed simplicity template only (for install ready site). Then the results still same: sbox-window not work in k2 articles. Instead of open a lighbox, it go directly to cache folder (mobile/tablet version, desktop still work fine)

It should be a glad if you can fix these bugs for next upgrade of this template.

At the moment, I will disable the lightbox image in k2 article and also forget the video on frontpage too.

Hope soon will get your updates.

Many thanks.
User avatar
Junior Boarder


cron