441 comments found.
I got your script on 11/15/2016 but until now I have not had Envato return … Purchase ID via PayPal: 98c701edfaf24a77b30fee99a17586dd. You can check for me because Envato does not answer me. Grateful Marco
Hi Marco,
So Envato returned the payment? Can you be more specific about what happened?
We the authors do not handle the payment, and cannot help on this. Only Envato can help you. Try to contact them using support section, or on forum.
Regards.
hi mail send thank you
Ok, just replied with the files.
Regards.
fantastic,awesome support . Thank you sindevo themes.. cheers
Thank you for your feedback.
Regards.
external link in multipage version …let me know where i can change in js code
Hi,
For multipage version to add an external link just use the http:// in front of the url.
So your url should not be “about.html” but “http://yourwebsite.com/about.html”
Regards.
That is for the pages links.
But for the home page menu links just edit the class insidelink>
<li><a href="about.html" class="insidelink"><img src="images/icons/about.png" alt="" title="" /><span>About Us</span></a></li>
To “externallink”
<li><a href="about.html" class="externallink"><img src="images/icons/about.png" alt="" title="" /><span>About Us</span></a></li>
Regards.
hi sir the above method not succes.. external link not working
hello please respond … the method not opening external url
Hi,
They work fine in our demo.
It must be something wrong in your setup.
Let us know exactly what code are you using, and show us exactly what is wrong there. Can you show us your online demo files so we can test them?
Regards.
hi sir How link external url at home page menu. in multipage version. one page version it is working fine. But not in multipage.
Thank you
Hi,
For multipage version to add an external link just use the http:// in front of the url.
So your url should not be “about.html” but “http://yourwebsite.com/about.html”
That is for the pages links.
But for the home page menu links just edit the class insidelink>
<li><a href="about.html" class="insidelink"><img src="images/icons/about.png" alt="" title="" /><span>About Us</span></a></li>
To “externallink”
<li><a href="about.html" class="externallink"><img src="images/icons/about.png" alt="" title="" /><span>About Us</span></a></li>
Regards.
hi sir how can i add more home pages to add more menu links thank you
Hi,
You want to add more home pages? You can only have one page in a website. To duplicate this home page index.html just copy and paste it.
And to add more links in the menu just another line
<li><a href="#" onclick="swiperParent.swipeTo(1);"><img src="images/icons/about.png" alt="" title="" /><span>About Us</span></a></li>
Regards.
Thank you
Hi,
Can you give me a short snippet of code that I need to use so I can incorporate an AUDIO gallery.
Thanks.
Hi,
As you can see in the updates files, where the self hosted videos example is, we have added an audio file too
<div class="videocontainer">
<audio controls>
<source src="http://ccmixter.org/content/jlbrock44/jlbrock44_-_The_Stars_Look_Different_%28Ziggy_Stardust_Mix%29.mp3" type="audio/mp3">
</audio>
</div>
Hope this helps.
Regards.
Hi, I have just purchased and have a query before I start using it (it looks great). Most of our images are landscape and I notice that your images are square. Is it possible to have a landscape image in the gallery so when viewing on smartphone they can change the orientation of the phone and the image will fill their screen. When you change the orientation (portrait to landscape) on the phone now the image gets smaller? Any help would be appreciated. Thanks
Hi,
Yes you can use any image size you want.
Just remember the image will not crop itself differently on landscape. They will just resize in width depending on the screen size.
We have used them squares to look good on landscape and portrait mode. Your landscape images will look small in height on portrait mode.
Regards.
Thank you.
Hi Guys,
Is there any way to get the “Photo title” in the gallery to wrap onto multiple lines if it’s, say, 150 characters long?
Thanks again 
Did you have any thoughts about this?
Hi,
That title is added inside the title”” tag of one photo code line.
Unfortunatelly we cannot add any HTML elements inside title=”” tag as it is. Only by adding an HTML elements could break the text into other elements, multiple lines…etc
For now to modify this will be too much work on editing how the gallery function.
As it is at some point the title break into another line, but it’s not looking quite good.
A solution will be to make the font smaller, will let more text fit in one line.
Regards.
OK, thanks. I’ve some other ideas to get round it…...
Hi Guys,
I’m adding images dynamically into class photo_gallery_13 using $(”.photo_gallery_13”).html(list); where list is a string built up to create
Hi Dan,
The function to reset the height of the container after loading dinamic content is
swipernested.reInit();
You can see some example in code.js on how we added this function for dinamic content. See for example when we trigger a button that opens a drop down that is incresing the height:
$(".trigger_blog").click(function(){
function fixheighttoogle()
{
swipernested.reInit();
setTimeout(fixheighttoogle, 1000);
}
setTimeout(fixheighttoogle, 1000);
});
Hope this helps.
Regards.
I’m still not getting this to work. I don’t trigger this on a button click but it needs to happen after an event on a different page (slide). So how do I target the reInit to the slide I want to reinitialise the size (height)? Thanks.
The function to reset the height is
swipernested.reInit();
The button code was just an example on how we use it in our case.
You must add that function after your action that is adding the dinamic content. After your action is complete in code just add that line
swipernested.reInit();
Regards.
That’s exactly what I tried. Here’s a bit of my code
<!Gallery
Touch map near a marker
to see the nearby media
The javascript is
$(”.photo_gallery_13”).html(list); // replace contents of .photo_gallery_13 swipernested.reInit(); $(”.swipebox”).swipebox({hideBarsDelay : 0}); // updates the swipebox gallery after a new list of items has been retrieved
After running this the gallery page does not resize. If I change the orientation of my phone, potrait to landscape and back, it resizes perfectly!
Sorry the code got converted as it was HTML. I hope this works
<!—Page 2 content – GALLERY
Gallery
Touch map near a marker
to see the nearby media
Third time lucky. I’ve removed the first <
div class=”swiper-slide sliderbg”>
div class=”swiper-container swiper-nested”>
div class=”swiper-wrapper”>
div class=”swiper-slide”>
div class=”slide-inner”>
div class=”pages_container”>
h2 class=”page_title”>Gallery
ul class=”photo_gallery_13”>
h2>Touch map near a marker
h2>to see the nearby media
/ul>
div class=”clearfix”>
div class=”scrolltop radius20”>
/div>
!—End of page container
/div>
/div>
/div>
div class=”swiper-scrollbar”>
/div>
/div>
I’ve just noticed that, on the Gallery page, I’m getting this error “ReferenceError: swipernested is not defined”
Hi Guys,
Any thoughts on why I’m getting this error
“ReferenceError: swipernested is not defined”
as it's obviously why the swipernested.reInit() isn't working!
Thanks,
Dan
Hi Dan,
But the error only apear when you load the gallery section?
Can you send us a copy of your file by email. It’s the best way to test it and see what is wrong there.
I gues on the original files that error is not showing right?
Regards.
Hi Guys, I’ve just solved my problem! It was all to do with the scope of swipernested. This was declared with a var inside a function in code.js so when I was trying to use swipernested.reInit() in another function it couldn’t find it. I’ve now declared it globally and it works fine! Thanks.
Hi,
Glad that you solved this.
Thanks for sharing your solution, maybe will help others too.
Hi. Thanks for the template. I love the way it opens as an app. Can you help me? I can edit the pages and the links work fine. However I want to create new pages, i.e. a third page or link. However this doesn’t seem to work. The link to that third page breaks away from the css and js. i can copy head code and then the page looks fine on the website, but when opened from the app leaves the app and opens in safari.
Also, on the live preview there is a native audio file. It looks much better than the standard audio tag I use. Can you send me the script for that? Thanks loads
James
Hi James,
1. Your third page is an external page? Or a normal page used in the template files?
Also can you tell if you are using the onepage version or multipage one?
2. About the audio file. You want the track? Or the code to use audio files?
There was an update of this template on 1 sept 2016. If you bought the template after that period you should have it in your files.
If not download the archive again, it’s free, and take it from there.
Regards.
Hi. Thanks for the reply. The third pages are normal pages used in the template which I have duplicated and then edited. 2, The code to use audio files. I bought it after, but I’ll look again. Thanks
Hi,
1. So you are using the multipage version.
When duplicating the pages make sure you do not edit the main code of the layout , like
div id=”content” div id=”wrapper” div class=”pages_container”
It must work. Also make sure all your DIV are corectly closed and edited.
2. Ok check your files. If you don’t find the code we will send it to you.
Regards.
Thanks. I am using the multipage. I haven’t edited the head code at all, but the the javascript and css no longer apply unless I do add them to the head tag. also, when opened from the home screen, opening the “third page” leaves the app and open in safari?? any ideas? Thanks
Hi,
You need to add them in the header too This why in safari in app mode leaves the full screen mode and opens sepratelly. That is build with javascript.
Hi, is it possible to change the name of the app “go mobile” for a different name?
Thanks.
This app working with android and iphone?
Hi,
Ofcourse you can change the name of the template.
Just remember this a mobile template, an web app buid using html/css and jquery.
It’s not a native app.
Yes it’s working on android and iphone. You can test it in the browser of any mobile.
Regards.
Hi again! Still enjoying the theme! I was wondering if there was a way to add the scrollbar (preferably only for desktop, but otherwise ok!) back. I can change the overflow from “hidden”, but that makes the middle part of the page stop half way down. Any solution to this? Thanks in advance!
Hi,
Glad you still like the theme.
The scroll bar is part of the general structure. The one page version is composed basically from one big slider vertical and horizontal.
If I will remove the scrollbar the slider will be fixed in height, this why you cannot scroll down after.
This why at some point we have included the multipage version in the archive for download. So users can choose another version that function differently.
So the solution for now is to use the multipage version.
Have you guys any plans to use Framework and Swiper instead of jQuery for this or any similar templates?
I hope the work on playing own hosted video is coming along well 
Hi Dan,
The template uses Swiper 2.1 for the page slide effect.
We did not updated to Framework or jQuery Mobile because it seams users prefered this simplified version of the code.
You can check our MOBILE department account HERE for mobile templates that are created with framework7 as main core, and also jquerymobile.
We are testing some video players in this period to integrate the self hosted videos. We will include also self hosted audio file, to have the template more complete on this niche.
Regards.
The self hosted audio files will be a real bonus for the app I’m coding – thanks.
Any plans on upgrading to the latest Swiper 3.3.1 as I can’t find the documentation for 2.1.
The only reason I asked about Framework7 was that it includes the latest Swiper and means you don’t need to include jQuery. It also has some neat additions but I can see why you’ve done without it.
Keep up the great work.
Hi,
We have updated the template. They are not live, available for download yet, but they will be in the next 1-2 days.
We can send them to your by email faster if you want.
Unfortunatelly the swiper and jquery script were not updated, they are not compatible to any of the script w e used. They are not even compatible with some swiper functions.
The updates includes:
1. Added support for self hosted videos, audio files. 2. Updates made to photos gallery scripts that supports videos now too.
Regards.
Great news.
Can you also include audio in the photo/video gallery?
The latest version of Swiper is very different from the version you are using so I’m not surprised it’s not compatible.
Do you have any plans to release any new products that use Swiper 3?
Keep up the good work.
Please send me the latest version dan@homeboarding.co.uk
Hi,
You can now download the latest version from your account. It was aproved today.
About the swiper, I will try to shortly explain to you how we are using this script. Basically from that script we only use the swipe navigation of the sections. And combined with a custom script called swiper.scrollbar we have enabled the vertical scrolling inside the pages. And that’s all we use from swiper.
At the point we released this template swiper was a simple touch-slide script. Now it becames a full gallery with a lot of options. This why is not compatible anymore, it is build more complex.
I think we will not use swiper 3 to create a new mobile template because that script is now a gallery script. Maybe just to include it as a gallery in one of the future template. A template that uses framework7 as main core, and swiper as photo gallery.
And for audio files in the swipebox / photo gallery we cannot include tham since swipebox does not support that player we added in the popup.
Regards.
Thanks for the explanation 
Hi, I’m trying to disable the swipe on the single page app version, and only change pages from buttons, but it seems that the swipe library is outdated and the commands from the current api are not working. Can you provide a way to only change pages from buttons ?
Hi,
To do that you need to add
onlyExternal: true,
In the code.js file in the swiper initialize function (right on the top section of the code)
Your final code will look like:
var swiperParent = new Swiper('.swiper-parent',{
pagination: '.pagination',
paginationClickable: true,
onlyExternal: true,
onSlideChangeEnd : function() {
//Do something when you touch the slide
if (swiperParent.activeIndex != 0){
$('#header').animate({'top':'0px'},400);
}
if (swiperParent.activeIndex == 0){
$('#header').animate({'top':'-100px'},400);
}
}
})
Just test it, and seems to work. Regards.
Hi, it really works, but this also disables the scroll up/down on same page
. any ideas how to make the scroll work ?
sorry, my bad, i had a function from previous tries which was disabling touchMove event. Your solution works great!
Glad it works.
Thank you too for choosing our mobile template.
Best Regards
Hi,
I purchased the theme and am liking it so far! I see the pages all have a “scroll to top” arrow at the bottom. Would it be possible to also make a scroll to bottom arrow? How would I go about changing the JS code? I believe this is what needs to be modified:
$(".scrolltop").click(function() {
swipernested.swipeTo(0);
});
Hi, to add a go bottom button will require to create a function to detect the height of the section/page. And scroll to that variable. I can create it and it to you but will take a few time. Can send it later torrow. Regards
That would be great, thanks. What an amazing service!
Hi,
Just a small update telling you that we are still working on this code. We did not forget about your request. Seems that creating a jquery scroll bottom function in our code requires a little more work.
Thank you for you patience. Will get back to you asap.
Regards.
Hi there, any progress on the button? Thanks!
Hi,
Yes we did created the button. Was a little tricky to do it. Seemed an easy job, but the code structure swiper code have did not allowed that, to scroll to bottom.
We did found a solution after a few investigations.
Sorry for the delay on this.
Please write us an email using the contact form on our profile page, and we will reply with the demo files. We will send you the files we modified in order to create a button.
Regards.
I’ve adapted the Gallery page to display thumbnail images when it initially displays and then the full size images in the slideshow.
Is it possible, if one of the thumbnails links to a video file, to play this video file?
Thanks for your help,
Dan
Hi Dan,
The Gallery section is for photos only. You cannot add a video link the popup.
Videos can only be added separatelly.
Regards.
You were quite right it wasn’t as easy as I had thought!! Still there must be a way of doing it…....
Hi Dan,
Yes there is a way, but it take to make some modifications to the gallery script.
We decided to work on it right now, and update it.
If you are patient, we will send you the updates ready made in the email tomorrow. Is this ok?
Regards.
Fantastic, you guys are the best 
Hi Dan,
We have updated the template, adding support for video in the gallery. But we did only with videos from youtube and vimeo. Since youtube and vimeo have the best players/responsive on the web. To make it work with self hosted videos will require us to build a player too. And that’s a bit more sophisticated to do for this template only.
You can test the working update here
http://themes.sindevo.com/gomobile/index.htmlClick on gallery, scroll down to “Video Gallery 1/3” and thest the 3 thumbnails there.
If it’s ok for you like this, drop us an email using the contact form on our profile page, and we will reply with the new files.
Regards.
I was really hoping to be able to use my own hosted videos. Would it not be possible to just the <video> tag rather than you having to build a player?
Also, and this may be asking too much, I was hoping to be able to have both images and video in the same gallery. For a video the gallery would just show a thumbnail image, that I’d set, and then selecting this would then play the video.
Thanks for what you’ve done so far.
Hi,
1.To play selft hosted videos we will need to add player, that works perfect on mobile also. A custom player, or to find one on the web that is free to integrate into templates.
Will try to investigate the posiblities, maybe will be helpfully for us too in the future. But will take a while until that update, since is not a 1-2 days of quick work to do this.
2. You can use both images and videos in the same gallery with thumbs. I have just put them separatelly in our demo.
Regards.
OK thanks. Can you let me have the new files and I’ll see if I can make use of them.
You might want to have a look at this as this player may give you what you need http://videojs.com/Thanks again for your help 
I just noticed one small problem with the link you sent me earlier. If you click into the first video in the Video Gallery you can’t swipe left and right. If you click into the second or third video swipe works OK.
Hi,
It’s not a problem there. I have added those last 2 separatelly.
First one is in vimeo category, the last 2 in youtube. You can add to swipe them all how you want from the code but simple changing the category name in rel=”” value.
Regards.
OK thanks.
Can you send me the updated files and I’ll see if I can make use of them. Or are you planning on adding support for self hosted videos in the near future?
Thanks.
Hi,
Yes we can send them to you. Just use the contact form on our profile page to send us your email. So we can reply with the files attached.
Yes we will update the template, but not in the next 2 weeks.
Regards.
Thanks.
Please test the new files on a server.
Email sent.
Regards.
Thanks for the updated files. Could you tell me which of the new files I need to use as I have modified many files and would like to just include the updates.
Thanks,
Hi, the files updated were swipebox Css file, swipebox Js file and inside the index.html at the bottom the javascript line that load the video swipebox. And ofcourse finally the lines in the HTML gallery code with the video links. If you need more details I can write an email. Regarda
Thanks. Do you have any timescale for when you will support videos hosted on a server (not YouTube or Vimeo) and also are there any plans to support the latest version of jQuery?
I’ve just tried to get an example working with images and videos in the same gallery but I can’t get it working. Do you think you could email me an example please.
Thanks,
Dan
Hi Dan,
1. We will work on the self hosted update in august, and launch a new update for Go Mobile in the begining of september.
2. We have email you the demo files. Did you receive them? The email title is “updates to go mobile template” and we have attached the files updated with the working example.
Regards.
1. Great, look forward to the update.
2. Received the updates, will have another go at trying the video and photos in the same gallery.
Thanks.
Hi,
We have updated the template.
Unfortunatelly the swiper and jquery script were not updated, they are not compatible to any of the script w e used. They are not even compatible with some swiper functions.
The updates includes:
1. Added support for self hosted videos, audio files. 2. Updates made to photos gallery scripts that supports videos now too.
Regards.
Hi Guys, I’ve just tried to get a self hosted video working with your latest template and it’s not playing. All I’ve done in the code is replace the href to the youtube video with a reference to my own. Am I missing something? Thanks, Dan
Hi Dan,
Is your video mp4 ? Try to make it mp4. You can find a lot of free convertors online to convert your videos to this format.
As we know that is the format that will work best on mobiles.
And our demo code uses mp4
<source src="videos/demovideo.mp4" type="video/mp4">
Regards.
Yeah the video is mp4 although it’s on a server so I’ve added http://www.xxx.co.uk/xxx.mp4 which doesn’t play. Can you try your demo code with a remote file?
Hi,
Can you please test your demo with this video url:
http://themes.sindevo.com/gomobile/videos/demovideo.mp4Let us know how this goes.
Regards.
Unfortunately this does not work. All I’ve done is to replace, in the default index.html, supplied by you in your template this https://vimeo.com/70301553 with http://themes.sindevo.com/gomobile/videos/demovideo.mp4 Trying to view this in the gallery just displays the spinner. Do I need to change anything else to get this to work? rel=”video” or class=”swipebox-video” ????
Hi,
I think something is not corect in your setup.
So in the new updated files we have used 3 examples on how to use the videos.
Don’t use videos with the example code from VIMEO section.
Use this code example we have used for self hosted videos:
<h3>Self Hosted Video</h3>
<div class="videocontainer">
<video poster="videos/video-poster.jpg" controls>
<source src="videos/demovideo.mp4" type="video/mp4">
</video>
</div>
And just replace the “videos/demovideo.mp4” line with the url of you video. First test it with the url we have provided in the prev comment.
It must work. For us work everytime.
I am curious how did you updated your files from the update we have provided? Just copied this lines of code, or also included the new js file like
<script type=”text/javascript” src=”js/plyr.js”></script>
If you want we can test your files and see what is not corect setuped, just email the files to us.
Regards.
I see where the misunderstanding is now.
I am trying to get the self hosted videos to work in the Gallery where it displays “Video Gallery 1/3” not on the “Our Videos” page.
What I want to be able to do is interleave photos and videos in the Gallery which is what I thought you were getting it to do????
To test this at the moment all am I using is your default template with index.html no other changes apart from the self hosted video.
Oh yes, my mistake too. I did not understood what you wanted to do from the first time.
But the fix it’s easy in this case. It’s just a layout modifications.
You can keep the 1/3 sections using the code under
ul class=”photo_gallery_13”
And just add the LI elements inside the UL. And the self hosted video code inside . Just like:
<li> <div class="videocontainer">
<video poster="videos/video-poster.jpg" controls>
<source src="videos/demovideo.mp4" type="video/mp4">
</video>
</div>
</li>
It should work showing 1/3 sections with videos.
Great, that now works in the 1/3 section with videos.
How do I now interleave photos and videos in the same gallery? example Photo Gallery 1/3
If I add your code as the 2nd element, so it’s photo, video, photo and click on the first photo then swiping right goes to the 2nd photo and not the video.
Is this what you intend to happen?
Hi Guys, Any thoughts about this?
Hi,
Did you tried to add to all the same REL value?
Ex: rel=”gallery-5”
I think I’m getting a little confused with this.
If the line of code for an image is this

Then what would this look like if I wanted to display a self hosted video e.g. your vide http://themes.sindevo.com/gomobile/videos/demovideo.mp4
Sorry I keep having problems trying to include html in the response. I’ll have another go
I think I’m getting a little confused with this.
If the line of code for an image is this
Then what would this look like if I wanted to display a self hosted video e.g. your video http://themes.sindevo.com/gomobile/videos/demovideo.mp4
Hi Dan,
We will post our answer here too (we emailed to you) so it might help others.
1. You cannot use the images intercalated with self hosted-videos inside the swipebox gallery. You can only use images and youtube-vimeo-videos intercalated with images in the swipebox.
2. You can use self hosted videos in a 1/3 gallery, but added after you closed your swipebox gallery. Can be on the same page but under, or above or all on a row inside the swipbeox.
The code to create a 1/3 section with self hosted videos will be
<ul class="photo_gallery_13">
<li>
<div class="videocontainer">
<video poster="videos/video-poster.jpg" controls>
<source src="videos/demovideo.mp4" type="video/mp4">
</video>
</div>
</li>
<li>
<div class="videocontainer">
<video poster="videos/video-poster.jpg" controls>
<source src="videos/demovideo.mp4" type="video/mp4">
</video>
</div>
</li>
<li>
<div class="videocontainer">
<video poster="videos/video-poster.jpg" controls>
<source src="videos/demovideo.mp4" type="video/mp4">
</video>
</div>
</li>
</ul>
And the video will not be opened in a popup like the gallery use. They will open with the video app the mobile will have by default to open videos. If it’s got one. Usually they will open full screen like youtube ones.
Hi,
I uploaded the files to my hosting and started to use the template. I opened the template by safari on my iphone and created icon by using add to home screen option. Everything is well until this point.
BUT
When I click to icon on my iphone screen, it redirects me to youtube video of go mobile introduction.
How can i stop and cancel it ?
Hi,
Are you sure you save to HOME screen the home section url. For example our demo url
http://themes.sindevo.com/gomobile/Did you tried to save our url for testing?
Normally should point to the home page. It’s weird that is opening a video.
We just test it again, and seems to save allright.
Hi There !
Do you know what is strange actually ?
I have searched about my question to check it has been asked before or not.
And yes it has.
And, as it seems clearly you had answer the same style like you think we are blind.
You are the blind !
First, check what is wrong on your code side before asking we are sure or not !
Of course we are sure !!!
I have checked already before your late answer and realised that on your codes the 6th section which is about videos page has iframes to display youtube videos and the reason it occurs problem and iphone ask by default if you want to play video on youtube app or not.
Don’t you know how to stop this problem ?
Anyway.
Your support is fake and template is not actually what i expect.
Send my money back !
Hi,
Considering the number of sales of this mobile template and the people that are using it with success, I guess you realise this is not a fake product, or that we do no offer fake support.
You are just angry because you don’t know how to use it. I gues there were people that asked there before too. But one in 1000.
Why I was asking you if you are sure, because most of the users load the template, then browse thrue the pages and then save it on home screen. And they do not save on home screen the actuall home page. The template uses ajax to load sections, and the url they save on home screen is a section loaded after they browse the pages.
This was the reason I was asking you to test our demo url too. Just simple load that home page, do NOT go to another page. Save it on your home screen after you first load it.
We test this as we speak. It works on our side well. It’s strange that is not working for you.
But to show you that our support is not fake we will respect any decision you will take. If you want your money back just ask for a refund on Envato, and we will give it to you.
If you want to investigate this more, to see where the bug is, we will send you a video made on how we save the website on home screen, and seems to work.
Regards, and sorry for creating this confusion for you.
Here is a video showing on how to save the template to iPhone home screen.
https://youtu.be/lZOisQ7Ju-oThank you for your understanding.
Do you have any plans to update this theme to the latest versions of jQuery (3.1) etc.?
Thanks,
Dan
Hi Dan,
I will make some tests with the latest jquery version and update it in the close future.
Regards.
Hi,
I tried to purchase this template but the system return unsuccessful transaction. The problem is i received sms from my bank informing me that the amount have been deducted for purchasing this item. Please advice.
Here is the sms i received from my bank.
RM0.00 MBB:TQ for using your Maybankard ending 4930 for USD16.00 AT ENVATOMARKET*29455288\\SA 41;13/07/16;12:04.For enq call num at back of your card
Hi,
Please send your message to Envato support section, because they handle the sale process. We the authors can only support item problems, not selling issues
https://help.market.envato.com/hc/en-us/categories/200216004Regards.
Ignore my lap email about Swipebox as I’ve now managed to get it to work dynamically retrieving images from a server and refreshing correctly.
Thanks,
Dan
Ok Dan, thank for notice us.
Regards.
