122 comments found.
I purchased the HTML Template and need a little help. I can not get the email form to work correctly.
I have completed the process in the help file: Open file > email.php. Change $to value with your email. I believe it was this line here: $emailTo = ‘support@phantomtech.us’; //Recipient’s E-mail
Which was originally: $emailTo = ‘info@designesia.com’; //Recipient’s E-mail
There is no $to exactly. Am I missing something?
Hi,
Thanks for your purchase! Does your domain name same with your email domain (phantomtech.us)? If it already same but issue persist you can ask your hosting provider to activate php mail.
I bought the theme, I have completely finished my site design, now the mobile version fills the page when I click the drop-down menu at the top right and does not close. I can’t fix it in any way. I guess I wasted money
ONEHOST
Hi,
FYI we just released new update for Onehost. This update has fixes for the issue you mentioned before.
Update Available: Onehost v1.2
new Bootstrap 5 frameworknew Homepages added
new smooth scroll
new footer
Hello, i need little help setting up the site and little help with changing ” onehost ” to something else
Hi,
Thanks for you purchase! Yes we can help you.
Does the template includes all images as per demo?
Hi,
Thanks for your interest! Images are not included. But we can send you these images once you purchased this template.
Hi,
You can insert code below in style.css on last line.
@media only screen and (max-width: 767px) { .hide-sm{ display: none; } }
Then wrap video html code with ‘hide-sm’ div
<div class="hide-sm"> <video autoplay="autoplay" loop="loop" autobuffer="autobuffer" muted="muted" poster=""> <source src="http://themenesia.com/video/0352_morningsun_540.mp4" type="video/mp4" /> <source src="http://themenesia.com/video/0352_morningsun_540.webm" type="video/webm" /> <source src="http://themenesia.com/video/0352_morningsun_540.ogv" type="video/ogg" /> </video> </div>
Hi,
To set background image for mobile only you can insert code below in file style.css:
@media only screen and (max-width: 767px) { .fullwidthbanner-container{ background:url(../images/bg-blur-1.jpg); } }
You can change bg-blur-1.jpg with other file. Done.
Thank you very much. This is even more useful answer. I set my background from CSS file where i have change row 27 in supersized.css background to another color.
You’re welcome. Glad we can help. If you don’t mind please give us item ratings here https://bit.ly/2MoH8Nt
How can i change font size of class “tp-caption ultra-big-white customin customout start”?
Open file rev-settings.css in folder css. This class start form line 89.
.ultra-big-white{ font-family:'Montserrat'; text-transform:uppercase; font-size:96px; letter-spacing:6px; font-weight:700; color:#fff; margin:0; padding:20px; line-height:72px; border:solid 6px rgba(255, 255, 255, .1); margin:10px; }
Hello, if i buy this theme it will come all the pictures and icons which is in the DEMO?
Hi,
Thanks for your purchase! You can email us after purchase then we will send these images to you. Otherwise, in the upcoming update we will include all these images in the download package.
I bought and there are no photos, now what?
Hi,
Thanks for your purchase! Please can send message through our profile.
Hello, I mistakenly downloaded this theme, thinking the it was the full WP version. Are you able to refund?
Thanks so much.
Hi,
I’m interesting in buying Onehost template. I need RTL language support. Is it included?
Hi,
Thanks for your interest! Sorry it currently not support RTL.
Hello,
I just bought this theme and I can’t install. It says,
The package could not be installed. The theme is missing the style.css stylesheet. Theme installation failed.
Can you send me a complete file wtih the css and I can try to install agin?
Thank you.
Hi,
Thanks for your purchase! This is html template so you cannot use it for WordPress. You can read file description. To edit html template you need text editor like Notepad++ or Dreamweaver to edit the files. For Onehost WP version is here: https://themeforest.net/item/onehost-one-page-wordpress-hosting-theme-whmcs/10748292
Hello, may I buy this template and I will convert it to codeigniter then sell it on codecanyon? We can discuss about royalty if needed.
Hi,
Thanks for your interest! You can contact further through my profile page.
i have been trying to customise the css code, but it doesnt reflect
Which homepage did you use? And what css you trying to edit? Let me know.
The transparent light. I can see in the file that it calls a main.css whose folder calls a series of css. I tried to edit the style.css which was the css used when i inspected the page. It didnt work. I want to change the color and reduce the footer so its just a simple page. Only slider and footage and menu button for both pc and phone. Thats all. You can take a look at the site at quadind.cs/sure i deleted part of the html file. I’m only left with a slider and footer. But i intend to disable the scroll. I need one full page. Slider sndd footer with menu button visible on both pc and phone. Thanks so much
Hi,
For color you can open file color.css for blue version and orange.css for orange version. For footer css you can find on file style.css line 511-528:
footer { background: #222; color: #ccc; padding: 80px 0 80px 0; }
To reduce footer height you can change value 80 above with lower value.
To make menu always visible you can find class name header.clone then remove attribute top:-100px; see below:
header.clone { display:block !important; top:-100px; width:100%; position:fixed; transition:0.4s top ease-in; }
Remove top:-100px; to make menu always visible on desktop and mobile.
its not working.. no matter all the changes i make to the css, it doesnt show on the website. only changes to the html shows
infact in the css file. all im seeing are errors, like this stuff isnt wokring man
im not enjoying this theme, like for real nothing is working,
infact i deleted all the files and left just the index.html and its still showing the website. check it out http://quadind.ca/syte, there is no file on my server apart from my index,html
its like its getting css from another server. what is going on
please get bavk to me asap. i dont really like whats going on. its confusing…
besides on the left of every code all i am seeing is error
most code lines. its majorly error
take for instant line 7 of colour.css its an error saying” element(span.overlay) is over qualified just use .overlay without element name
so goes on
Hi,
It seems you have cache issue. You’ve said ‘infact i deleted all the files and left just the index.html and its still showing the website. check it out http://quadind.ca/syte, there is no file on my server apart from my index,html’
Please delete all your browser cache and history. Maybe you can do change on local computer first and see the result.
i just need my website to be a full page no scrolls, just slider and picture. please get back to me asap, thnaks
So you need to use slider section only and get rid all other section?
Yes just slider and footer. The page shouldnt scroll. And the text and buttons on the slider fixed regardless of slider picture movement.. And a menu button for p
Yes just slider and footer. The page shouldnt scroll. And the text and buttons on the slider fixed regardless of slider picture movement.. And a menu button for pc which drops down when clicked. Thanks
You should remove all content div from the page. I have made it for you. You can copy all code from url below: https://codeshare.io/anmpM3
i have done that 1. its not full page as the page still scrolls, 2. the css files dont work for the pages. i dont even understand anymore
no matter the changes i make to the style.css it does not respond, but using inpect browser tool it does. can u telll me whaats going on, hope to hear from you asap
Which homepage did you use? And what css you trying to edit? Let me know.
hello sir, I am currently working on your template, can u assist me, i need the content on my slider to remain/fixed regardless of the slider movement. 2. i need a dropdown menu button the side which drops down after the menu icon is clicked
Hi,
Thanks for your purchase!
1) Did you mean to use static text only on the slider?
2) You mean menu dropdown?
yes a static text, and a menu dropdon
hi,
how to install the product I bought. I need your support
Hi,
Thanks for your purchase! This is html template so you cannot use it for WordPress. To edit html template you need text editor like Notepad++ or Dreamweaver to edit the files. To use html template is just upload all the files to your ftp server.
Onehost – One Page Responsive As with many other customers, I also assumed images were included – this is first template I’ve bought that doesn’t include the images from demo. How do i get them?
Hi,
Thanks for your purchase!
We can help you for these images. You can send message through our profile.
I am very interested in this theme, it’s just that I am a beginner and can not install it.
if I’ve bought this theme, can you help install it just like the live demo appearance of this theme?
if you agree then I will send my wp-admin user & password. your answer is very welcome as soon as possible
thank you siscoswanto.ss@gmail.comHi,
Thanks for your interest! This is html template so there no installation needed. You can just upload all files using ftp. For Onehost WordPress version is available here
Hello, I bought this theme. I have both the WordPress and HTML theme. The WordPress theme is quite slow with a video so I was thinking using the HTML theme. The homepage-video HTML takes 4-5 sec to load from my local machine even tho I disabled the video. Why is the HTML theme so slow? How can I make it fast like other HTML themes? Best regards, Daniel
Hi,
Thanks for your purchase! Can you send your website url so i can see your issue? Also to make sure if the issue related with your server or not.
I uploaded the Theme to hosting and it loads fast. The issue only seems to be when the files are on my computer.
Is there any way to get support privately? Via e-mail for example?
Yes you can send message through our profile page.
Sent 4 questions. I found the answer to one of them on my own but waiting for answers. Thank you!
Hi,
We have replied your questions please check.