441 comments found.
Is it a good idea to use it for my https://mobilecheck.pk/ blog? and please give me some discount! Thanks
Hi why no updates for over 2 years. Is it going to be updated?
Hi,
Yes, a new version is on the way. We will launch V5 in the next period.
I checked for http to https corrections, I think got all of them?
Hey, thanks. The link you sent cannot be found. Are you talking about the player being pause when you first load the page? Or after clicking play? Check the audio url if it’s correctly into the code
Hello,
I am interested in one of your HTML/CSS UI design mobile template called Go Mobile. I am particularly interested in the section or page with music player and playlist. Currently, the player only features the Next and Previous buttons to navigate the playlist.
Is it possible for you to add more media buttons that users can use to control how the music will playback. The requested buttons are listed below:
- Repeat button – to repeat a single track or the entire tracks on the playlist
- Shuffle button – to shuffle the tracks in the playlist
- Speed Control button – to adjust the speed of music or audio playback
- (Optional) Download button – to download each audio files.
I look forward to your response.
Thank you.
Hi,
We are using plyr.io player in this template. Looking on the supported settings , only Speed can be added from the list you mentioned. Also Download button , which can be added as a normal button to a download file in the template.
Regards.
Hi, can you make it responsive for desktop too in future update?
Hi, yes we will consider in increasing the width of the layout to support a desktop view. Still the designs is mobile orientated
Is GoMobile compatible with OpenCart?
Hi,
No, GoMobile is a HTML/CSS UI design template. You can use it how you want as it is.
Regards.
Hello VegaThemes! a question mate how i can put more time to slide a pages “transition of slides” Thanks so much
I already found the option on jquery.custom.js Thanks so much
Hi, glad you found the solution.
Thanks for the purchase.
Has your Go Mobile demo site been hijacked?
Hi,
It seems to work fine, why do you say that?
Here is the demo preview link
https://preview.themeforest.net/item/go-mobile/full_screen_preview/6433633?_ga=2.110332933.1267700807.1665127427-845786341.1624622994Regards.
I have a copy that’s a few weeks old (maybe more?) and it has ‘https://gomobile.website/demos/index.html' as the link to the demo site.
Hey, thanks for the heads up. It’s our old domain, so we moved the demo to our main vegathemes website. That gomobile.website url it’s no longer used for our main demo. That’s all.
But thanks for the info. I think in the download files there are some files that still point that old url, we will update those as well.
Regards.
Hello there,
Just purchased your item and it’s almost perfect for my use case, but there is something i can’t figure out :
I’m using the main app desing and my first button is opening the right panel (user info) and now i would like to make my second button open abc.html in the exact same way as panel-right.html.
How can this be achieved ?
Thanks in advance
Hi,
As you can see on the button that opens for example the right panel there is an HTML code :
div class="header__icon open-panel" data-panel="right" data-arrow="left"
If you want to build another button that opens the same the rigth panel you need this class class=”open-panel” and the data value data-panel=”right” added to you new button
hope this helps.
Regards.
Hi,
I’ve downloaded the theme but the demo doesn’t work the same locally as on your site, rather then showing a side menu when the burger icon is pressed the page shrinks and gives a cross icon at the top…
Hi,
Don’t test it locally. The template is Ajax based, so it needs a server to work corectly. We are mentioning this under the item details.
It will work fine on a server.
Regards.
Hello, the form that I had from your template has stopped working. The page gives the ok message but does not send the mail
Can you take a look to see why?
https://alcanyam.es/establecimientos/contact/birbone/contact_birbone.htmlHi,
If you did modifications to the html form you need to make sure email.js and send.php file are edited accordingly.
In order to tell what is wrong there I need to see the code you edite not a screenshot.
Thanks.
Hi,
Thanks for notice that. It’s actually that link from the preview page on our server, not the themeforest main preview page.
We have moved to another server recently.
We have updated that info.
Regards.
Hi, while i’m trying to access the template using web browser, the left and right panel didn’t show up when i click on it, here’s the screenshot : https://prnt.sc/1st1w5v
Hi,
The template need to be tested on a web server, can be local, or online.
It uses jQuery to open those side panels, and it only works when the files are on a server.
Regards.
hi, i have a wordpress for desktops, I want to use this template for mobile devices only. How can i make this work? what should be done? thanks
Hi,
First, this item Go Mobile as you can see it’s an HTML template. So it works only like that.
You can use it, but there is no CMS to manage the content.
To use it for your mobile users, you need to place it on your server, and add a detect/redirect code on your main index page of the website.
There are scripts on the web that detect the user device, and redirect to a specific url. Mobile users should be keeped on the mobile url, desktop users will be redirected to the desktop url.
Hope this helps.
Regards.
Is the purchase with the source code? Is it possible to amend it and convert the site to be a site of offers and deals?
Yes, the archive contains all the source code in HTML/CSS/Javascript.
Hi, First of all thank you for this nice work! When i downloaded the files and ran demos/index.html, i have a xmlhttprequest blocked by CORS policy in chrome. The menus are not working on the pages. Do you know how to fix this please ?
Thank you, TM.
I read previous comments and i found the solution 
Now please tell me, do this template has a loader when processing server side or doing postback ?
Hi,
You need to test the template on a server, it uses Ajax to load the menus and some other elements like popups…It was built like that soe the menu is not copied all the time in all secondary pages. It uses the same menu html file loaded dinamically in all pages. So you edit the menu in one place only for all pages.
The template does not have a loader when going from one page to another.
I am using ajax in some places and I need a loader to lock the pages from editing. Can you recommend me a loader that I can use please ?
Hi,
You can add a CSS based loader, but still you will need to integrate into your code. You can look on codepen.io for a free one.
I will create one and integrate it in the future updates.
Regards.
Hi, can you help me? Why when I change the background image disappears? Even if I use the same name. If I go to the new image I uploaded, it does appear, but the webpage appears without an image background. I deleted the history, but nothing. What can I do to change the images so that they appear on the webpage?
Hi,
I think it’s a typo issue there, check the image to have the same extension, like .jpg and not .JPG or .png so make sure they are the same in code like the image.
Other than this, all should work fine.
Let me see a demo if the issue is still there?
Regards.
Hi,
I have little problem working with your template,
As you are using jQuery to load some of the layout sections which am it difficult to use.
Please can i get a refund of this item?
Thank you for your understanding.
Hi,
You can simple copy the files loaded with jquery and add them to the html if you don’t want to add them dinamically. The all puspose of those was not to copy each time for example the menu code in each html page. But if you prefer it that way, just add the code into the html directly. It’s a 1 min change.
Let me know if you need help with that.
You need to ask on envato for the refund, they will initialize it.
Regards.
Hello,
Do you have any footer section support?
Also will be good to have a css class for form validation summary.
Please advice if possible.
Thanks,
Hi,
By footer support do you mean the footer presented in the main intro page with the icons menu? If yes you can add that to any page by copying the code and the corect classes.
About form validation there is jQuery validation added to the files, and a demo used in contact.html page form.
Regards.
Hi, the theme is very beautiful! but I am having a problem. menu part does not work. how can i solve this? thanks in advance.
Hi,
Test the files on a server, can be localhost too. The menu is loaded with jquery/Ajax.
Will work fine once loaded on a server.
Regards.