441 comments found.
Hello,
I would like to know how to change the swiper-pagination-switch shape from rectangle to circle?
Thank you!!
Hi,
In the main style.css file you have the pagination format
.pagination {position: absolute;z-index: 20;left:0px;bottom:5px;text-align:center;width:100%;}
.swiper-pagination-switch {display: inline-block;width:12px;height:3px;background: #222;margin-right: 5px;opacity: 0.5;cursor: pointer;}
.swiper-active-switch {background: #fff;}
To change it to a circle design, you have 2 options
1. Add round corners in CSS
2. Add a small round bullet image and use it as bg image for the pagination links.
Regards.
Hello, I recently purchased this theme and it’s working well so far, but I can’t get the contact form to work. I have edited the e-mail address per the Readme provided with the Theme, but I never receive an e-mail.
Also, are you still working on a Wordpress version of this theme?
Great work so far! It’s a great looking theme!
Hi,
Are you testing the contact form on a server right?
1. Make sure the server is email ready.
2. Make sure the server do not have some special requirements in order to send emails. Like custom SMTP settings. Ask your hosting.
3. Make sure the email is not in the spam folder.
4. Make diferent tests, using an gmail adress, yahoo one…etc
Yes we do work on the Wordpress version. Which is actually in testing mode for a period and will be released soon.
Meanwhile check the upated we have release today for this item. Adding multipage version.
Best Regards.
hello, when I load data from Ajax, the content does not roll down. I think the time is not reset.
reinit () did not solve the problem
Can you help me?
This is my CODE for the DIV content:
$ .ajax ({ url: cross_url + ‘app / novoApp.cfm’ // date: params, async: false, type: “POST” crossdomain.xml: true, success: function (data, status) {
. $ (’# MYTEST’) html (data);
swiperParent.reInit ();
}, error: function (e) { alert (e.Message); } });
Hi,
Try to use
swipernested.reInit();
instead of swiperParent.reInit ();
And follow the example of the toggle dynamic content when a trigger button is clicked
$(".trigger").click(function(){
function fixheighttrigger()
{
swipernested.reInit();
setTimeout(fixheighttrigger, 1000);
}
setTimeout(fixheighttrigger, 1000);
});
Regards.
i just checked that the autoplay of the flexSlider does not resume after clicking prev/next button. I searched for a while and solutions I found did not work. Could you please help me figure it out? Thanks.
Hi,
See the above comment
You must use
“pauseOnAction: false,”
In that function of flexslider.
So your final code will be
$('.flexslider').flexslider({
animation: "slide",
pauseOnAction: false,
start: function(){
swiperNested.reInit();
}
});
Regards
Hi,
I purchased this product but I am just wondering if there s any slider design existed? Or I have to manually create a new one.
Thanks
Hi,
Do you mean the “slider design” we are presenting in our demo?
Yes the version with the header slider is included. Check index_slider.html from the archive you have downloaded.
Regards.
I mean something like carousel that can display a photo gallery
sry just found it. Thanks for replay!
i just checked that the autoplay of the flexSlider does not resume after clicking prev/next button. I searched for a while and solutions I found did not work. Could you please help me figure it out? Thanks.
Hi,
You must use
“pauseOnAction: false,”
In that function of flexslider.
So your final code will be
$('.flexslider').flexslider({
animation: "slide",
pauseOnAction: false,
start: function(){
swiperNested.reInit();
}
});
Regards.
Hi. A couple pre-sale questions-
1. Is there an integrated blog? How do you create new posts? 2. Does it compile with Phonegap? 3. Have you tested it on Android phones with varying screen sizes?
Thanks!
Hi,
1. The item is an HTML/CSS template. The blog is static. Only edited by adding HTML code.
2. Yes I have received posivite feedback from users that have integrated it with phonegap.
3. We have tested on multiple Android phones. Not all because it’s imposible owning all the available models. Just the most knowed.
Regards.
Hi, Sir!
I am not a programmer but only a designer and i purchased your app to be my project, yet i found that you app is easy to handle because of its well ordered although it is my first time to make an app.
Anyway, I would like to ask you a question, maybe it’s a silly question, but I hope you can help me to finish my project.
I would like to know how to back to the specific page after linking to another HTML. As you don’t have specific name of each page. Also, I have a coach marks function, yet I link it to another HTML to pretend that is using this function and i don’t want to click the back button on the phone.
What i should do to deal with that? If you don’t mind, i can sd you my app interface for a reference.
Thank you so much for you help!
Hi,
To answer your question, see for example how the Contact icon from the Header is linking to the contact section.
<a href="#" onclick="swiperParent.swipeTo(10);"><img src="images/icons/contact.png" alt="" title="" /></a>
So add on click function to the link you want to add on that page, that will point to the ID of the section
onclick=”swiperParent.swipeTo(10);” for example will send this to section nr 10, beeing the contact section.
Regards.
Hi,
What do you mean by section nr 10? how can i find it? Thank you so much
is it a must to add this sentence?
...as the icon will be shown as well!!
Thank you!
Hi,
Section 10 is the nr 10 slide of the HTML content.
By section I mean the slide/page content. Menu section, about section, services, clients….contact is nr 10 and the last as HTML section content.
Regards.
Hi.
I recently bought this template a few days ago and I am having problem after loading dinamycal content with AJAX. The problem is that the “scrolling” vertical is not working on the menu once the menu dinamically created.
I have tried to use the reinit comand after the AJAX content is loaded:
$(’#menu’).html(data); $(’#imenu’).trigger(“create”); swipernested.reInit();
But it is not having good result.
I have also tried to load all the structure, not in the menu, I mean all the div content from .
I have also made a simple test with a php code that only echo the same data as the original html file, but always the scrolling effect is lost.
Could you help me? I am with this trouble 4 hours…
Sorry for my english level.
Hi,
We really need to see all the code you added extra to the template files, in order to see how it function.
You can use our profile contact form to send us an email. We will reply, and after you can send us the customized code.
We will make the code work for you.
We have helped a lot of users with dinamic content, and allways worked fine.
Regards.
Hi. Ok, I have sent to you an email with the profile contact form.
how does the website go from full website to the mobile version automatically ? This html mobile theme looks fantastic.
Hi,
In order to redirect users to your mobile website, you need to add a detection/redirection code.
The code must be added on your desktop website files. That code will detect if a user is coming from a mobile and will redirect him to the mobile url.
We do provided in the past some solutions HERE. But there are also other solution to add a detection redirection code on the web as well.
Thanks.
Hi,
Is the theme compatible with Cordova?
Thanks
Hi,
We did not test it.
But if Cordova accept any HTML CSS Javascript template, it should work.
We had only received positive feddback from users using it with phonegap until now.
Regards.
Hello,
I’m having a few issues using this theme on pages with dynamic content. Having read the earlier comments I think I need to be adding the following code somewhere to resize the page:
swipernested.reInit();
Presumably this needs to be called after I load the dynamic content? Do I need any other code to initialise the swipernested variable?
Thanks.
Hi,
Yes if you customized the template and add it sections with dinamic content, the layout height will be dinamic.
Then you need to use swipernested.reInit(); after the dinamic content is fully loaded.
Remember if you content is taking time to load, add a delay function for this “swipernested.reInit();”
Regards.
Thanks for the reply. I’m having trouble getting this working properly.
Below is the code I’ve added to the $(’.swiper-nested’).each(function() loop.
$("input[name='uk_resident']").change(function(){
function fixheighttrigger()
{
swipernested.reInit();
setTimeout(fixheighttrigger, 1000);
}
var uk_selected = $("input[type='radio'][name='uk_resident']:checked");
var in_selected = $("input[type='radio'][name='india_resident']:checked");
if ((uk_selected.length > 0) || (in_selected.length > 0)) {
var uk_selectedVal = uk_selected.val();
var in_selectedVal = in_selected.val();
if (((uk_selectedVal != '') && (uk_selectedVal != 'No')) || ((in_selectedVal != '') && (in_selectedVal != 'No'))) {
$("#ukin_resident_yes").show();
$("#ukin_resident_no").hide();
}
else {
$("#ukin_resident_yes").hide();
$("#ukin_resident_no").show();
}
}
setTimeout(fixheighttrigger, 1000);
});
When the radio button uk_resident is clicked it should show a container depending on the selected value. That works fine, but the slide doesn’t adjust to the new side. The content is already loaded into the containers and hidden with .hide() on page load.
Any idea where I might be going wrong? I tried moving the code out of the loop, but that throws an error as swipernested is out of scope.
Thanks
Hi,
Just made some tests and create a page with an radio input and a section with div id=”ukin_resident_yes” style=”display:none;”
It seems to work fine for me.
Just make sure you javascript code is added in code.js for example (the file we have included in this template files) inside the main function here:
//Scroll Containers
$('.swiper-nested').each(function(){
var swipernested = $(this).swiper({
mode:'vertical',
scrollContainer: true,
mousewheelControl: true,
scrollbar: {
container:$(this).find('.swiper-scrollbar')[0]
}
})
............
your code should stay here.....
....
}
If you want I can send you the code that I test and it’s working. Just drop us an email using the contact form on our profile page.
Regards.
Hello, is it possible separate the template in more html pages?
Example, “home page” (index.html) with only the menu, “about us” in a page dedicated (about.html), etc.?
Thanks!
Hi,
For now you can only use it as one page template.
I guess we will consider in the future making a second version of this to be available as multiple pages.
We will consider in releasing an update soon.
Regards.
Hi, do you have a roadmap/timeline about new version/update?
Hi,
Yes it will be released this week, until friday.
Regards.
News about the update? I’d like to start to work with your template’s last version.
Thanks
Hi,
Just submitted the updates. They should be accepted online in the next 1-2 days.
Regards.
Is this set up for ipads?
Hi,
The theme layout is made to function for mobiles with viewports starting from 800 px in width, and lower.
For ipads it will work only on portrait mode.
Regards.
Do you have an idea when the wordpress version will be out?
Thanks!!
Hi,
Thanks for asking. Actually the WP version should be launched a few months ago. But in the last minute we decided to recreate it. Changing it from one page version to multipage one.
We are working to release it as soon as posible. 1-2 weeks max.
Regards.
Hi mate.
I think Ive done a terrible mistake:
I clicked into WordPress and searched for mobile-theme. Found this one, but it turns out that it is not a WP theme?
I am really dumb when it comes to installations etc. and I have no idea of I have spent 14 bucks now on something I cannot use.
I have wasted my 14 bucks havent I? There is probably no way of turning this theme into a WP template eh?
This is Themeforests fault for bad navigation (I think).
Cheers
Peter
Hi Peter,
Unfortunately I cannot help you with returnning the money. We the authors do not manage the selling part. We can only help with support on items problems.
The item you purchase do not have for now a Wordpress verion. It will have one in the close future. But then if you will want it you will need to make a new purchase.
Usually try to pay atention to items prices, wordpress themes are more expensive than HTML templates, this you can tell wich ones are wordpress and HTML.
Go Mobile is an HTML template. Wich do not require Wordpress to use it. You can use it as simple HTML web template.
Let me know if you will need more help in using it.
Regards.
hi home screen call button not running.. and ?’m call button active you custom file send pls.
Hi,
Use the contact form on our profile page to send us a message. We will send you a customized version wich allows to edit/add a call button on home page.
Regards.
i just bought this template (looks very good). in index.html, i would like to move the 1st DIV which is the menu (sliderbg_menu) to be the 3rd DIV so that the main menu will have 2 DIVs to the left, and the rest of the DIVs to the right. The scrolling works, but the menu DIV does not display anything now. The DIV is there, but it’s blank. Any ideas to help? Thanks!
Hi,
It should work fine. Just tested this scenario.
You shoul copy the first DIV only by content, not the full structure.
And copy into the 3 section inside the div class=”slide-inner”
And the home section to copy it starting with div class=”logo”....
The only issue is that you will have the top header available on the 3 section as well.
Just drop us an email if you want to send you a customized version.
Regards.
Hi, I purchased the theme few days ago. It was a really user friendly and design is great. but same issue as Iamneo16.. Is it possible to make one of the nine buttons on the Home screen as onclick button? I tried to fiddle around with the html but couldn’t work it out.
If you could help me with this.. and also provide me your email for the customized file.. it will be awesome. Since I have deadline coming soon.. >_<
Thanks F
Hi,
Just use the contact form on our profile page to send us your message. Like this we can reply with a custom file.
We have an older version of this template where the link on the home menu can be individually edited with onlick function.
Regards.
Tahnks for the prompt reply.
Yep I sent you the message
Hi,
Email sent with the customized version.
Regards.
Hi, thanks for the great template! I wonder is it possible that the detailled blogpage shown correctly? I mean when you scroll down in the blog list and then go to the detailledpage the page doesn’t show it from top. Regards.
Hi,
Yes actually we do have an easy solution for that.
If you are familiar with the code, just open code.js file from the js folder. With any HTML editor.
Around line 80 of code you will see this lines
var detailspostid = $(".post_details_page li#" + this.id);
detailspostid.show();
swipernested.reInit();
$('.backtoblog').click(function(){
........................
});
After “swipernested.reInit();”
Add “swipernested.swipeTo(0);”
And the final code will be :
var detailspostid = $(".post_details_page li#" + this.id);
detailspostid.show();
swipernested.reInit();
swipernested.swipeTo(0);
$('.backtoblog').click(function(){
.............
});
Refresh your page and give it a test.
Regards.
Great! Thanks for the quick reply!
Hello Sir i want to know that i will get all these working skins as your demo or i will get only 1 skin if i purchase it?
kindly reply thx bhumit
Hi,
All skins are included in the pack as one purchase.
Regards.