Discussion on TouchM Premium HTML5 Multipurpose Responsive

Discussion on TouchM Premium HTML5 Multipurpose Responsive

Cart 804 sales
Well Documented

FourGraFx does not currently provide support for this item.

129 comments found.

Hi i’m trying to make a little form of register but the select multiple does not work. what i should i do ?

Hi there,

First, great theme! I’ve been using it for awhile. Second, I’d like to know if there is documentation on the third level navigation? In the drop down menu under Features, it says Third Navigation Level but it doesn’t do anything.

Please let me know.

Thanks!

Hi katestacio, thank you for the purchase.

Third Navigation Level is put in the demo just as an example purpose so people can see the 3 level of the menu. No documentation is necessary since is self explanatory. Please let me know if you need more info on our support platform: http://4grafx.ticksy.com/

Cheers

Absolutely love what you guys are doing and the theme. To be honest I was debating on the WP version also, but was torn between two. Your WP version of this and another. I got the other WP, but am using the HTML of this elsewhere. That said, I’m not found of the excessive captcha *&^p Envato chooses to annoy the snot out of me with. They can suck my arse for that which is a shame because it runs folks off like me that don’t tolerate that crap with stuff that harder for older folks to see.

Hi, several days ago I wrote:

Hi, about mobile devices, how can I set a link for “Desktop layout”? Thanks a lot in advance, regards Nik

ps: I don’t see how to add a ticket from your link.

Have u any suggestion? Nick

Hi NIKDICK, and thank you for the purchase.

You can’t have a link that point to desktop layout since there is no desktop layout. TouchM is a responsive theme, that mean you have only 1 version of the website that will adapt to the mobile resolution and screen size. Making a button that disable responsive feature of the website is also quite hard to make. Foudantion (the framework used to develop TouchM) has no option to make the framework non responsive.

I hope this helps,

Cheers

Hi 4GraFx, thanks a lot for the answer, I was quite sure now, no doubt. The theme is awesome, great work. Regards, Nick

Hey, really great template :) I have one simple question. How to change the map on the contact page?

Regards, M. A.

Hi astudioPL,

What do you mean by changing the map?

Cheers

Before I buy… is it possible that when/ if I purchase I can have dummy content loaded into this site? I dont want to use the content on the demo.

Thanks.

Hi brian_h

Don’t really understand what you mean by having dummy text loaded in to the site. This is a HTML theme and all the pages are build with dummy text. So in the pack that you download you will have a replica of the demo with all the content and documentation on how to build and setup your theme. If you have more question please let us know.

Cheers

hi, how i can change from “full width” to “boxed” mode?

Hi mersen,

In the download pack you have a full widht and a boxed version. Just use the boxed version. If not you can go from full to boxed if you did not use the files provided by add this css:
 .main-wrapper { margin: 0 auto; max-width: 1020px;}
. Also you will need to add a div with that class that will contain everything in the ... tags.

Hope this helps.

Cheers

Does this theme use any server side scripts (e.g. PHP)? I’m trying to put together a website that will run from my dropbox public folder, and that can’t run anything server side.

Hi JediPearce,

From what i understand putting the theme files in to a public folder on dropbox will make the files available for view or download and by doing this you will violate the license agreement. My advice is to take a simple hosting account that can provide you with what you need. I hope this helps.

Cheers

Hi, about mobile devices, how can I set a link for “Desktop layout”? Thanks a lot in advance, regards Nik

ps: I don’t see how to add a ticket from uour link.

I really like this, but I was wondering

1) if you had a full width slider. 2) you can change the menu, left or right 3) the top social icons, can they move to the right side

Hi smartgrid,

Since this is HTML version it can be changed as you wish. Revolution slider support full width. The social icons are already on the right side so i don’t really understand what you mean.

Cheers

Hi, we bought this template a while ago and are just about to finish building our website in it. We are at the testing stage and there seems to be an issue with IE7 and IE8. The navigation does not display in these 2 browsers. Could you help?

Hi lydnjay,

Please open a ticket on our support platform and give us a live link to check it out. From start i have to tell you that TouchM is not supporting IE7 but it should have no problems with IE8. Here is the support platform: http://4grafx.ticksy.com/

Cheers

Done. Thank you.

Hi, I’m having an issue on rendering special chars (accordion +- icons, social network icons in team page). Works fine on localhost, but not on server. I can send you a link to let me know if something’s wrong. Thanks in advance!

Hi kastelltd,

Can you please open a ticket on our support platform here http://4grafx.ticksy.com . Please provide the live link as well. Thank you.

Cheers

I am having an issue with using the jquery.validate.js with the “custom” class form checkbox. It seems that the validate mechanism does not work with the checkbox. Is there a solution to this?

Thanks!

I answered to your ticket on http://4grafx.ticksy.com/

Cheers

Hey there,

I’m trying to implement a iframe using the modal framework you’re using.

Instead of this:

<a href="#" class="button" data-reveal-id="Login">Login</a>

I want to do something like this:

<a href="#" class="button" data-reveal-id="http://www.website.com">Launch Website</a>

How exactly should i write the code?

Hi nima5,

Sorry for getting back so late (week-end :) ).

What are you trying to achieve can’t be done with reveal but you can do that using titan plugin that is already integrated in the theme. Just add like this:

<a class="titan-lb button" href="http://www.themeforest.net" title="Themeforest Loaded Via iFrame">Launch Website</a>

I hope this helps.

Please use our support platform for future support requests :) : http://4grafx.ticksy.com/

Cheers

Hi,

How to enable/show the “Address Marker” on the Google map?

Thank you :-)

Hi LWD2011,

To have a marker on the map you can use the code bellow to replace your existing google map script.

  <script type="text/javascript">
  // GOOGLE MAPS

            function initialize() {
        var myLatlng = new google.maps.LatLng(37.771008, -122.41175);
        var mapOptions = {
            zoom: 14,
            center: new google.maps.LatLng(37.771008, -122.41175),
            mapTypeControl: true,
               mapTypeControlOptions: {
                  style: google.maps.MapTypeControlStyle.DROPDOWN_MENU
                },
            zoomControl: true,
            zoomControlOptions: {
                  style: google.maps.ZoomControlStyle.SMALL
                },
            mapTypeId: google.maps.MapTypeId.ROADMAP
        }
        var map = new google.maps.Map(document.getElementById('map_canvas'), mapOptions);

        var marker = new google.maps.Marker({
            position: myLatlng,
            map: map,
            title: 'Hello World!'
        });
      }
  </script>
To change this code just open your contact.html or contact.php (depending on witch one you are using) and search for the code that generate the map.
 <script type="text/javascript">
  // GOOGLE MAPS
.....................
Replace that with the code above and you are good to go. You can see more examples of what you can do with your map here: https://developers.google.com/maps/documentation/javascript/examples/?hl=en

I hope this helps.

Cheers

Thank you :-)

Hi,

How to enable page zooming?

Thank you :-)

When viewing Google, Yahoo and various other websites on a tablet or smartphone I can zoom the whole of the page either larger or smaller. TouchM does not zoom, it stays the same size.

Not really to hip to all this but looking around seems to have to do with:

<!- Set the viewport width to device width for mobile ->
<meta name="viewport" id="view" content="width=device-width minimum-scale=1, maximum-scale=1" />

minimum-scale The minimum level the user is able to zoom out of a webpage, where a value of 1.0 means the user isn’t able to at all. maximum-scale The maximum level the user is able to zoom in on a webpage, where a value of 1.0 means the user isn’t able to at all.

REFERENCE: http://www.javascriptkit.com/dhtmltutors/cssmediaqueries3.shtml

Hi LWD2011,

Got i now :).

To be able to zoom in on your website you need to make some changes in the head of every page if you wish to have the zoom option available.

Open your page and in the head look for:

  <!-- Set the viewport width to device width for mobile -->
  <meta name="viewport" id="view" content="width=device-width minimum-scale=1, maximum-scale=1" />

Remove: , maximum-scale=1

Save the file and you are good to go :).

Let me know if that work and if we can help you with anything else.

Cheers

Did the trick. Thank you :-) Very nice theme to work with!

Hi there guys, and thanks for this amazing template. Good job, really. But i found a very annoying problem with the blog comments visual structure. When a comment is too short (like, 3 or 4 words) it is showed in front of the commentator avatar. BUT when it is too long (like 2 or 3 phrases) it appears bellow the pic. The point is, there’s not a minimal symmetric here. And i need to display both short and long comments. It’s really a shame for a so nice template, sorry by being so direct. Anyway, thanks again for the amazing job, hope we can get something working for this.

Hi marcofloriano ,

Thank you for the purchase and the nice comment. You have nothing to be sorry and we have to thank you to bring this issue to our attention and now we can fix it :). When we will have the solution available we will let you know and we will include that in our future update.

Cheers

is there any way we can show image in full width but with an specific height?

We need more details about what are you trying to do so we can understand better. Please use our support platform located here: http://4grafx.ticksy.com/.

Cheers

Sorry to ask again but….. WP do you have idea of when it will be ready?

We have to wait a bit more since i we got a soft reject and we don’t understand why. Read more here: http://themeforest.net/forums/thread/wp-rejected-uniqueness-clarification-please/85762

Cheers

My god. Well if you need members to write in regarding this matter let me know. They are wrong in what they are saying. Keep us updated.

Thank you but is not need it…it was a mistake…they ask us some php fixes and some speed optimization and we are good to go :). We took this opportunity to build a screencast for the installation process.

We hope to have the theme available in the next 24 hours.

Cheers

Hi. It tried to get the flexislider into the TitanLightbox with an ajax-call. But I failed. No problems with the css, but problems with the js-files. It´s possible?

Hi hirschi,

That it’s a nice idea but we never try that and i think that will be possible with a lot of coding :) . My advice is to try find another approach since this will be a very hard thing to do.

Cheers

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