120 comments found.
I have issue in viewing custom SW Menu tab under Products > Inventory > Categories in Admin portal. I am able to see the SW Menu tab in my local machine (Mac) but not in the server (ubuntu 14.04).
Here is server admin portal url: https://tseadmin.thesyle.com/ts_admin Pwd: th@sy1@.c0m.
I have followed the setup instructions as instructed in the documentation in both local and server.
Kindly look into this and advise me on the solution.
Please let me know if you need any further details to troubleshoot
Thank you in advance
Regards, Bala
Hello,
Apparently, your issue is not about this template but another one that you bought.
I haven’t installed any other plugin or template in Magento instance on the server. Please let me know what the other one you are referring too. This will help to troubleshoot. Thanks
I found the issue, It looks like the eav_entity_attribute table is not updated with attribute ids and group id of SW Menu. Could be an error during setup upgrade but no logs found. I have updated it and now its showing in admin.
Hi, Timex – creative coming soon template is not a magento templaten that is why I say, you may mean another one but not this (you should ask the question to the right template comment list).
Hey, thanks for a great template!
I have a problem with AJAX/PHP form that I receive in my mailbox. Content is like Manažér: and I need UTF-8 charset: Manažér.
Can you help me what I should add to my source code to make coming emails in charset UTF-8?
Thanks!
accept-charset="UTF-8" attribute :
<form ... accept-charset="UTF-8"> </form>
Not working for me Mavfx 
Hello, in your server.php file (which handles the send email server part), change the $email_headers of the Registation part to :
$email_headers = "From: <$email>" . "\r\n" . "Content-Type: text/html; charset=UTF-8";and for the Message form to
$email_headers = "From: $name <$email>" . "\r\n" . "Content-Type: text/html; charset=UTF-8";
Thanks a lot for your help but still not working.I have tried both. Some other idea ? 
I have found out that only content from index.html from form which I put into $name, $email is making these charset problems
The parts I write into server.php is working well. Thanks!
The solution is to force the server and the html, the mail() php function to use UTF-8 encoding that’s what I give to you. Also, you have to check if your mailing box support UTF8 char
Hello,
I love this template, but the contact form don’t accept the special characters, how to fix it ?
accept-charset="UTF-8" attribute :
<form ... accept-charset="UTF-8"> </form>
hello sir …. i dont have answerefrom you about my question
Hello sir …not working email system i read tech docs and i did all in js and php files but dosnot work i don know why
Hello,
Did you also change the attribute action of the forms tags to point to the desired server ( action=”ajaxserver/server.php” ) ?
yes sure…i change everything everywhere
yes sure…i change everything everywhere
form class=”message form send_message_form” method=”get” action=”http://alwebsolutions.com/ajaxserver/server.php”>
Hello,
I tried your website and everything works fine,
Hello sir …not working email system i read tech docs and i did all in js and php files but dosnot work i don know why
Hello,
Did you also change the attribute action of the forms tags to point to the desired server ( action=”ajaxserver/server.php” ) ?
yes i did
I tried your website and everything works fine,
Hello sir …not working email system i read tech docs and i did all in js and php files but dosnot work i don know why
Hello,
Did you also change the attribute action of the forms tags to point to the desired server ( action=”ajaxserver/server.php” ) ?
yes i did
I tried your website and everything works fine,
Hello. I’ve bought your template, Timex but I do encounter some problems. The contact form sends me an error message ” Error when sending email. ” and the subscribe form won’t do nothing. When I press OK it stands like that.
Can I send you my files and let you make them work ?
Thanks and best regards.
Ok. Solved this, but there’s one more problem. When I subscribe I don’t get any e-mail on my e-mail account or the e-mail that i entered in the process, or when I write a message I don’t get the message via e-mail. Where should I modify the code in order to receive mails from message senders or from subscribers ? And where do I have to modify the code in order to send an e-mail to those who subscribe ?
Hello,
To make the contact form or registration form working by sending you an email, you have to hcange the action value of the two forms (the registration and the contact) to action=”ajaxserver/server.php”. Then go to the folder “ajaxserver” and edit the server.php file. Replace the $recipient = “your@email.com”; (there are two of it) by your email. Take a npte that most web hosting service allow you only to use your domain name based email address
Hi I am having a problem with the forms, I wash to use ajaxserver/server.php so I have changed the email address in the form server php document and changed the index page code to ajaxserver/server.php in both the register and contact form sections, but just keep getting error when I try to send the message form and when I put an email address into the register section it does not do anything, I have used a domain specific email address and I know my server supports php files as I have many of TF themes using a PHP form to send an email, any help to get this going would be great, the domain it is on is : http://www.ukevictiongroup.co.uk thanks Brian
Hello, please, can you send me an email (to : miradontsoa@yahoo.fr ) with the PHP file server.php attached. Just mention the template name.
Hello there. I loved the template really nice design. I just have an important question before buying, is there any RTL version for it, as I need to use Arabic as a language for it, and I just don’t have the time to style it myself. Thank you
One look at the code made me reaslise this guy team really is something special. Bravo, very well written.
Thank you for a such appreciation
wish you the best also in your project 
is there a way to insert an image gallery in the about us for instance… like 4 images? and what should i do if my counter wont actually animate (count)...
Hello, let me add this feature
I will post the update as soon as possible
New update is available
(see index-gallery.html for this)
It’s indeed a great looking theme, but there are still some issues: the responsive layout is not perfect – the index-log.html shows the logo off-center, while i think it should be (perfectly) centered!
Hi, thank you 
If you like that, you can easily do it by editing the corresponding CSS file, or hook it. As it’s an HTML template, you can tweak it as you want 
Hello, whenever I click the Go button on the register form, it downloads servermailchimp.php. I’ve followed the documentation but what have I done wrong?
Hi, Did you uploaded it on a PHP server ? If so, check if you included all the JavaScript files (
<script src="./js/form_script.js"></script>for the form).
Hi, i think the mail server configuration isn’t working correct. I am using the server.php file on my contact form. Every time some one uses the contact form i get the mail from “Webserver User” xxxxxx@xxxxxx.ispgateway.de So i think the $email_headers isn’t working correct. That#s how i set it up:
// Build the email headers. $email_headers = “From: $name $familyname <$email>”; $email_headers = ‘MIME-Version: 1.0’ . ”\r\n” . ‘Content-type: text/plain; charset=UTF-8’ . ”\r\n”;
Because of that problem i am also not able to directly answer. i always have to copy the contact-form-user’s mail adress from the content.
Please help 
already figured it out
that’s how you build the headers:
$email_headers = ‘MIME-Version: 1.0’ . ”\r\n”;
$email_headers .= ‘Content-Type: text/html; charset=UTF-8’ . ”\r\n”;
$email_headers .= “From: <$email>” . ”\r\n”;
thank you for this
Help!!!! Form validation dosen’t work for me !!!!!
Sorry again, doesn’t work on safari el capitan osx
Hi, Until now, safari browser has some issue with HTML5 form validation. That is why, the template’s form validation does not work correctly on safari http://caniuse.com/#feat=form-validation
But, thank you for this bug report, I will try to fix that
Can’t put background video to work. any help needed please best regards
Hello, did you uncomment the backgrounf video HTML tag and remove others (the slide show and he static background image). I suggest you to check the indeo_video file, or can you send some details about your issue ? Thank you.
Installing the theme ‘themeforest-13451371-timex-creative-template-for-coming-soon-page” has error “Stylesheet is missing”. When uncompressing the zip archive it doesn’t contain the style.css.
Missing something?
Hi, Did you load it directly to Wordpress? Actually, it’s not a wordpress theme but an HTML template. You have to create a standalone page fromit then indicate to wordpress its location.
Hello, Thank you for a great layout. I have the site posted and it works fine, except if accessing from an iphone. Is there something I unintentional left out of the upload to my host which caused this? The theme was modified in Dreamweaver. Thank you Louis
Hi, Thank you
Did you added the file main_responsive.css. It handles the mobile/multi-screen design of the template