Discussion on Ravis - One Page Responsive Business Template

Discussion on Ravis - One Page Responsive Business Template

Cart 16 sales
Well Documented

ThemeRed supports this item

Supported

This author's response time can be up to 1 business day.

11 comments found.

Hi, Thank you for your webtamplate. I really enjoy it. But i have a question, if i need to delete two block from portfolio and i would like to have only two block on a row in center, how do i do that?

Thanks.

Nice, thank you it helps. And i have another question – on owl carousel (sliders) and on background images are some opacity filter with color? I would like to decline it – can you tell me how?

Glad to hear that… Sure Sir! Our developer will contact you soon :)

We put that opacity to have the good view of the text on it. But if you want to remove it, open the file style.css and go to the line number 478(if it’s still unchanged) and you will see something like this:
.slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
    background: rgba(0, 29, 38, 0.75);
}
Remove the background property from here, and then It will look like this:
.slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

Warning:Removing background opacity from here may make it harder to read the texts, so we recommend you not to remove that or you can decrease the opacity a little bit by changing the background’s value:

background: rgba(0, 29, 38, 0.75);

Here: the last number 0.75 represents the opacity, 1 will make it a fully solid color whether 0 will make it completely disappeared. All the values from 0 – 1 is allowed here like: 0.10, 0.20, 0.25, 0.30 and so on. So change it as much as you think it is perfect for you.
A small request to you:If you like our product or support, or both please make a review on us so that we can make more good products as well as a better support system. Thanks for choosing us :)

in this code of mailer.php, what do I change to send the user to a Thank You page after they submit the form?

// Send the email.
if (mail($recipient, $subject, $email_content, $email_headers)) {
    // Set a 200 (okay) response code.
    http_response_code(200);
    echo 'Thank you. We will get right back to you!';
} else {
    // Set a 500 (internal server error) response code.
    http_response_code(500);
    echo "Error!";
}

we have sent your request to our support. we will contact you soon :)

please open your main.js file located ravis/assets/js/main.js and go to line number 217 and add this code below this line:
window.location.replace("thanks.html");
and the whole code will look like this:
...
// Clear the form.
            $fName.val('');
            $lName.val('');
            $email.val('');
            $phone.val('');
            $cSubject.val('');
            $message.val('');

            window.location.replace("thanks.html");
        })

        .fail(function(data) {
            // Make sure that the formMessages div has the 'error' class.
...

place your thanks.html in the root folder where index.html is placed ........ And again thanks for contacting us… please rate us if you like our product :) We are happy to help you

Congratulations! Nice Work, Good Luck With Sale :)

Amazing work Congratulations.

Congratulations! Nice Work, Good Luck With Sale :grin:

Brilliant Work, keep it up, GLWS :)

Great Work, Congratulations GLWS :)

Nice Design,

Congratulation! Good Luck with Sales :)

Nice work gud luck

Nice Work,

Congratulations! Good Luck With Sale :grin:

Congratulations!

Amazing Work, Good Luck With Sale :grin:

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