34 comments found.
Is it possible to have the lightbox contain a Vimeo video player? I’m trying to code it so that the URL of the Vimeo file is the a href=”” target but there’s just a black box in the lightbox and none of the content is showing.
To be specific, I’m trying to do this in the portfolio section. Thanks
I’m looking in plugins\revolution\js\extensions but not seeing a file called revolution.js. These are the files I’m seeing:
revolution.extension.actions.min.js revolution.extension.carousel.min.js revolution.extension.kenburn.min.js revolution.extension.layeranimation.min revolution.extension.migration.min revolution.extension.navigation.min revolution.extension.parallax.min revolution.extension.slideanims.min revolution.extension.video.min
Also, I forgot to mention this is for the portfolio-four-column page. The classes I’m seeing are different from the ones in that screenshot. These are the ones for each gallery item:
gallery-item mix all masonry brand col-lg-3 col-md-4 col-sm-6 col-xs-12
Still isn’t working. I’m trying to use it in the div class=”gallery-item mix all masonry brand col-lg-3 col-md-4 col-sm-6 col-xs-12 layout.
Hie Guys,
I really Like Your Theme and your Website Template But I just Have one Doubt That The Illustrations You Shown in the Preview is Included with the Template Or not
Hi,
We will send u after purchase.
Thanks
Yeah Hie Guys I purchased The Theme Please Send Me the Illustrations
Mail me please Subratabuddy@gmail.com
Hey there,
A while back I purchased the Bari theme. Unfortunately, all the gallery images are missing from the zip file.
Is this typical?
Regards,
Marc
Hi,
Images are not included in package. You can save it from demo.
Thanks
Hi! Is it possible to get any answear from you? I wroted message two days ago..
WhitedogSG
Hi,
Please mail your login details. So that we will fix it for you.
Mail id iamsteelthemes@gmail.com
Thanks
Hello, I purchased the theme “Bari” for my Wordpress site, but it seems I bought the wrong version of your product, the version that is not compatible with WP. Would it be possible for me to be refunded?
Hi,
Please purchase WP version here – https://themeforest.net/item/bari-seo-digital-agency-wordpress-theme/22315739?s_rank=2
After purchase send refund request.
Thanks
Hello there! Recently I bought your Bari template. Can u please tell me the Font name used for designing of BARI logo. Regards Deep Narayan Tandan
Hey! we need the all the images used in this template including the image of the girl pouring water down from the header and the squares on the background. I think this should be included in the files. we kinda need it. Hopefully you can do it as you have already done it before. waiting for your reply for the previous thread also. Please reply ASAP.
Hi,
Please give your mail id. We will send u
Thanks
Thank you for the reply. My email id is deepnarayan006@gmail.com
Hi,
We sent mail.
Thanks
Hi,
Thanks for the great template! Need assistance on how to resize the home slider please.
Regards
How do you achieve the shape parallax effect? Is there a plugin?
Why are the HTML version and the WP version so different? I mean they have different fonts, styles, animations, etc. Is it possible to style the WP version to get it to look the same as this one?
Hi,
We try to update in next version.
Thanks
Hey, I need the image of the girl pouring water down from the header and the squares on the background. Does this not come included? I kinda need it. Hopefully you can do an exception? I’ll buy it right now.
Hi,
We will provide after purchase
Thanks
Just purchased this theme. Need the images now. I’ll be waiting for ‘em. Thanks!
hi,
Please give your mail id
Thanks
Hi,
Mail sent
Thanks
NO ENCUENTRO LA PLANTILLA XML. COMO CARGAR PLANTILLA XML?
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme installation failed.
This is the message I get when trying to install the theme.
Hi,
Your purchased HTML version. Please purchase WP version here – https://themeforest.net/item/bari-seo-digital-agency-wordpress-theme/22315739?s_rank=2
Thanks
Got it. Can you issue me a refund for the HTML version?
Yes, After Purchased WP version. We will give refund for HTML version
Thanks
Bought the WP version, please issue refund. thanks
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme installation failed.
same error for WP version too!
Installing Theme from uploaded file: themeforest-22315739-bari-seo-digital-agency-wordpress-theme.zip
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme installation failed.
Hi,
Please give refund request for HTML version and for WP please contact the author
Thanks
How to give the refund request? Please guide.
Done, thanks!
Thanks a lot for the refund.
Hi, before to buy I need to know the following: - does it possible to change the font without coding? - how can I have a transparent header while scrolling instead of dark grey? - can I link the columns in the homepage 4?
Thanks
Hi,
Sorry we not understand. Please explain us
Thanks
Having problems with my form.. i edited the javascript file and also html tags to match the send.php because godaddy for some reason won’t let contact forms post if it doesn’t have a subject field. please this is the code i don’t know it doesn’t work. if you can help me with the code below thanks
html:
<input type=”text” name=”subject” placeholder=”Subject” required> <?php
// Define some constants define( “RECIPIENT_NAME”, “Jamie philips” ); define( “RECIPIENT_EMAIL”, “Jamie.philips@mail.com” );
// Read the form values $success = false; $senderName = isset( $POST[‘username’] ) ? preg_replace( ”/[\s\S\.\\\@a-zA-Z0-9]/”, ””, $_POST[‘username’] ) : ””; $senderEmail = isset( $POST[‘email’] ) ? preg_replace( ”/[\.\\\@a-zA-Z0-9]/”, ””, $_POST[‘email’] ) : ””; $senderPhone = isset( $POST[‘subject’] ) ? preg_replace( ”/[^\s\S\.\-\\@a-zA-Z0-9]/”, ””, $_POST[‘subject’] ) : ””; $message = isset( $_POST[‘message’] ) ? preg_replace( ”/(From:|To:|BCC:|CC:|Subject:|Content-Type:)/”, ””, $_POST[‘message’] ) : ””;
// If all values exist, send the email if ( $senderName && $senderEmail && $senderPhone && $message) { $recipient = RECIPIENT_NAME . ” <” . RECIPIENT_EMAIL . ”>”; $headers = “From: ” . $senderName . ” <” . $senderEmail . ”>”; $msgBody = ” Username: ” . $senderName . ” Email: ” . $senderEmail . ” Subject: ” . $senderSubject . ” Message: ” . $message . ””; $success = mail( $recipient, $headers, $msgBody ); }
//Set Location After Successsfull Submission header(‘Location: contact.html?message=Successfull’); else{ //Set Location After Unsuccesssfull Submission header(‘Location: index.html?message=Failed’); }
?>
Hi,
If you edit or updated file so you should have idea for edit html also you don’t edit just follow the documentation and change your email.
Thank you.
SO ARE YOU GOING TO PROVIDE SUPPORT FOR THE THEME OR NOT? i posted a comment and clearly you have chosen to ignore it
Great Work, Congratulations GLWS
Thanks
Having problems with my form.. i edited the javascript file and also html tags to match the send.php because godaddy for some reason won’t let contact forms post if it doesn’t have a subject field. please this is the code i don’t know it doesn’t work. if you can help me with the code below thanks
html:
<input type=”text” name=”subject” placeholder=”Subject” required><?php
// Define some constants define( “RECIPIENT_NAME”, “Jamie philips” ); define( “RECIPIENT_EMAIL”, “Jamie.philips@mail.com” );
// Read the form values $success = false; $senderName = isset( $POST[‘username’] ) ? preg_replace( ”/[\s\S\.\-\\@a-zA-Z0-9]/”, ””, $_POST[‘username’] ) : ””; $senderEmail = isset( $POST[‘email’] ) ? preg_replace( ”/[\.\-\\@a-zA-Z0-9]/”, ””, $_POST[‘email’] ) : ””; $senderPhone = isset( $POST[‘subject’] ) ? preg_replace( ”/[^\s\S\.\-\\@a-zA-Z0-9]/”, ””, $_POST[‘subject’] ) : ””; $message = isset( $_POST[‘message’] ) ? preg_replace( ”/(From:|To:|BCC:|CC:|Subject:|Content-Type:)/”, ””, $_POST[‘message’] ) : ””;
// If all values exist, send the email if ( $senderName && $senderEmail && $senderPhone && $message) { $recipient = RECIPIENT_NAME . ” <” . RECIPIENT_EMAIL . ”>”; $headers = “From: ” . $senderName . ” <” . $senderEmail . ”>”; $msgBody = ” Username: ” . $senderName . ” Email: ” . $senderEmail . ” Subject: ” . $senderSubject . ” Message: ” . $message . ””; $success = mail( $recipient, $headers, $msgBody ); }
//Set Location After Successsfull Submission
header('Location: contact.html?message=Successfull');
else{ //Set Location After Unsuccesssfull Submission header(‘Location: index.html?message=Failed’); }
?>
Hi,
If you edit or updated file so you should have idea for edit html also you don’t edit just follow the documentation and change your email
Thank you.
Incredible work. GLWS
Thanks
Hi everyone,
first-of-all thanks for this amazing template, I hope I can manage to use it at its best.
I have a problem with the assets, most of the images are just grey rectangles. This is not a huge problem since I expect to change them with my own content, but I’m worried other files could be corrupted and I can’t notice.
Since I know all the basics but I know nothing of more advanced features such as animations, responsiveness, .php, I wanted to know if there is any further documentation about the scripts, what they actually do, and where and how to recall and use them. In the documentation, there is in-depth for google maps, mail form, etc. But almost nothing is told about the scripts and the use of bootstrap functionalities, I guess it’s just me, that I have to study more on them, I can figure it on my own I suppose.
Thank you in advance.
Greetings, Tobia
Hi,
Please give your live demo link
Thanks
What do you mean? the purchase code? the download link? the live demo link of the product I bought? or something else I’m missing?
c46c4800-1ec1-4d4a-8405-a0ed8b43a3f8
is this the code you’re asking for?