98 comments found.
Hello, can this script be use as a multiuser plataform were each user can creat it´s one landing page? it can be configurated so when the user press an Publush button, the site is puiblish in a preconfigurated FTP ?
any new updates??
Hi, thanks for getting in touch. Unfortunately, this item has been discontinued for any updates. So, the last version is the current one. You can try to get it on Elements if you’re a subscriber.
A site I have inherited uses your theme and the navigation is broken. I do not know how to fix it! I bought the theme to get your support.
My email is megan@mamait.ca and the site in question is https://innovativehrt.com/
Please help the owner is freaking out and I have to get their navigation working again ASAP – thank you so much!
Hi Megan, thank you for reaching out. I have one question for verificaftion. I see that you have purchased Urip HTML Template. But on the site above, https://innovativehrt.com, looks like it was built on WordPress. Did you purchase the WP theme version of Urip as well?
If yes, and if the site above is using the WP theme, please contact the WP theme developer here: https://themeforest.net/user/ninetheme
I can’t get the menu to change from mega menu, am I missing something? I just want it to have a Home and Contact page.
Hi, are you using the builder?
I fixed it, thanks for the reply. Separate question, can I remove the ‘My Account’ option on the header? sometimes the Revolution Slider leaves empty space on the right, Wondering if I get rid of ‘My Account’ if the header will be smaller.
Hello, it seems you’re using the WordPress version of Urip template. If so, please leave your comment/chat here: https://themeforest.net/item/urip-professional-wordpress-landing-page/11690533
Thank you!
demo/preview broken. 
Templates preview has been updated. Thank you very much for letting us know!
Is this template still available?
Hi, yes this template is still available 
hello. if I installed your html builder in my website. how many people can use this ?
Hello, thanks for asking. You can create many sites created by you. So, basically you’re the only user of the builder.
Does the builder in php ? Also. Does the export file already in a zip file or in separate html/css/js files ?
preview don´t work
Hi, thanks for purchasing Urip. 
could you please email me your URL?
thank you!
hi, I want to use your builder feature for my client to easily edit template. Actually I want to set this source codes into that project so that my client can edit any static design easily. I need to ensure that, Can I use your source code into my different projects to design any static page of that project?
Hi rzrony,
thanks for your interests in my item. Yes you can use it for any of your project. 
How do I change the colour of the buttons? From blue to red for an instance?
Hi octium,
to edit the buttons background colour, please open the style-v2.css file and then find section: 2.0 COMPONENTS. There you will find the styles for buttons.
Thank you!
You deliver the builder code? I can customize the builder, include it in my admin panel?
Hi joaomarcosbizarro,
Yes the builder code is delivered. You can use it anywhere on your server, but customizing the builder code is not guaranteed. 
Hello! I would need some help setting up the page. Is the use of YellowPencil and WPBakery mandatory? Do I have to pay extra for those things?
Thanks!!
Hi, this is Urip HTML template.
If you were purchasing Urip WP theme please visit: https://themeforest.net/item/urip-professional-wordpress-landing-page/11690533
thank you so much! 
Oh, I commented in the wrong page. Nonetheless, I would like to know those things. I purchased the WP theme and I’m not very aware how to start, and it seems I need to purchase extra plugins for it to work in its fullest?
Thanks!!
You’re welcome! Hope your site will live soon 
Hi, youtube not working on mobile with this layout http://worksofwisnu.com/theme-preview/urip/layout-wp/index-event.html how to fix?
Hello Marzepan, Thanks for dropping by.
By default, video background is paused on the mobile device and will have a cover image for the fallback.
But if you want to run the video background on mobile as well, here is a documentation from the YTPlayer JS plugin: https://github.com/pupunzi/jquery.mb.YTPlayer/wiki#mobile-devices
Hello, I have tried to contact you 2 times for support via the “contact” form but I have not received a reply. Is there a better way to contact you. Thank you
Hello,
I have replied your email anyway.
The last one is about the font library, isn’t it? I have replied, please confirm if the reply went to your spam box.
If there still no message from me on your spam box, I will reply it here. 
It is odd, I just checked my Spam email and did not see it. What email would it come from? And can you paste the answer here. Thank you again.
From xwisnux@worksofwisnu.com, here is the answer:
“Regarding your question, Urip is using Google Fonts (Montserrat, Droid Serif and Varela Round) while the icon font is using the service from Icomoon.io.”
Thank you so much
Anytime, Sir! 
I am wanting to change the background images from elements in the breakout section within the builder…what files do I edit to do this? I have found the stock images that are used but some elements share the same image.
Hello,
I have replied your email on Sunday anyway 
The background images can be adjusted once the website you built exported. So you have to edit the stylesheet(.css file) directly on the exported file.
Best!
i cannot use it, how do i use it. I have downloaded it, but are there any video guide on how to use it. Thanks
Now i have it downloaded, what next, how to i create my site with it. thanks
i found the index page, but all the contents i saw in your demo page (http://worksofwisnu.com/theme-preview/urip/builder/) are all absent in mine.
please respond as fast as possible
Hello, thanks so much for purchasing my item. Apologize for the late respond, you can email me for quicker respond. 
to use the Urip Builder, please upload all the files inside a folder called builder. Upload them on your hosting server. Once uploaded you can use it by accessing it on your browser right-away.
If you have any further question, please email me your builder URL through my profile page https://themeforest.net/user/xwisnux.
Best.
is it ok uploading it on the root of your CPANEL
hmm.. so let’s say if your website is http://mywebsite.com then I recommend you to upload it on http://mywebsite.com/builder/.
As the result of website you’re going to built will be exported as .zip file first, and then you upload it on your main domain.
done but shows 404 error . just sent u a pm via ur profile
Hi, I have replied your email 
if i try to preview, i get the following error
Forbidden
You don’t have permission to access /Builder/_preview.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
that’s the file/folder permission, what is yout preview.php file permission?
i don’t understand you sir
honestly your template keeps reverting to my previous setting.. i’m tired of this
this is my Preview.php file
<?php
function generateRandomString($length = 10) {
$characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
$charactersLength = strlen($characters);
$randomString = '';
for ($i = 0; $i < $length; $i++) {
$randomString .= $characters[rand(0, $charactersLength - 1)];
}
return $randomString;
}
$filename = "urip-elements/preview_".generateRandomString(20).".html";
$previewFile = fopen($filename, "w");
fwrite($previewFile, stripcslashes($_POST['page']));
fclose($previewFile);
header('Location: '.$filename);
Hi, I mean the file permission on your server http://www.inmotionhosting.com/support/website/linux/file-permissions
no worries, I’ll try to check it on your server
i need a refund, your site can’t work on my system. Thanks
Hi, I have sent you an email, have you read it?
Have you contacted your hosting provider about this issue?
yes.. i need a refund.. can’t use your products. Thanks
Hello I added the timer for a landing page I am creating but it is not working… I set the corect date in jquery.countdown.min.js but it shows 00.00.00 … nothing is changed.. Where do I need to make the changes?
Thank you
Hello, thanks for purchasing my item. Apoligize for the late reply.
to set the countdown date, please open urip-countdown-setting.js file inside the js folder. There you will find a line of code which has commented // DEFINE YOUR DATE HERE.
Hi, Should I make the website using the builder then follow your guid to make it RTL? or I should do something before in the builder from the begging to build the website in RTL?
Hello, thanks for purchasing Urip.
Regarding you question, yes you should create the website using the builder first then apply the RTL. Hope you will get your website live soon. 
Hi, Some css files are missing and so the product is not working properly. Can you please check? It shows 175 folders, 1,671 files and 121,786,259 bytes
Hi bapna101,
thanks for purchasing Urip. could you please email me the screenshot when you were found the issue? email me to: xwisnux@worksofwisnu.com
and one question: you were not installing it to WordPress, weren’t you?
does it keep update the html builder with original html builder (front-end) latest version ?
Hello JFC, thanks for asking. Actually no, it uses the version 2.27 while the current version of HTML builder (front-end) is 2.29
any idea why it is not updated? Do I able to add custom block ?
Hi JFOC,
Do you familiar with the builder? If so then maybe you can add custom block there, but any issue caused by customized builder script doesn’t guarantee a support.