Redirect Forms

Closed
casaRoyal - Real Estate WordPress Theme casaRoyal - Real Estate WordPress Theme February 12, 2020
Login to reply
Alex Gurghis Support Agent
4 years ago

Welcome,

Can we ask to rate the theme on ThemeForest? You can do it on your downloads page on themeforest.net

Thank you,

Alex

leonel garduno
4 years ago

Oh thenkyu alex

Alex Gurghis Support Agent
4 years ago

Hi,

Add this piece of code:

var url = "https://casaspremium.mx/gracias-4-unu/";    
$(location).attr('href',url);
leonel garduno
4 years ago
How can I
Alex Gurghis Support Agent
4 years ago

Hey Leonel.

The form is submitted using ajax. You can add a redirect in global.js file located in js folder, line 472. There is the point where the form was submitted successfully and a message is displayed. 

- Alex

leonel garduno
4 years ago

I'm trying to add the link I want to redirect to "href", but nothing happens when I make the change

leonel garduno
4 years ago

thank you very much friend.

I'm fascinated with the theme....

I have 2 points that I would like to solve

1.- the notifications subscribers tab on my dashboard does not collect information

2.- How can I do that by pressing the buttons on the "Request a Showing" and "contact agent" forms you redirect them to a thank you page created by me.

example: www.mydomain.com/thankyou

greetings from Mexico alex

Alex Gurghis Support Agent
4 years ago

Hey Leonel,

1. I fixed the missing phone issue. It was an issue from casaRoyal plugin. I attached it to this email. Download it and re-upload it to your website. 

2. The hamburger menu css class is ".icon-mobile-menu" Go to Customize -> Additional CSS -> and there add this class: .icon-mobile-menu { background-color: #484848; }  it will change the background to black.

3. To hide the login form in hamburger menu add this class in Customize -> Additional CSS .menu-login-register-button { display: none; }


- Alex

leonel garduno commented privately
leonel garduno
4 years ago

Hi Alex, I need help with the following:

1.- When I fill out the "Request a Showing" Form, the information on the form does not arrive in my email, it just sends me the additional text field ... the same thing happens with the "contact agent form"

2.- How can I change the black background of the hamburger menu?

3.- How can I remove "login" from the hamburger menu?

______________

I am very urgent about point 1.

I will attach some images so you can see better what happens.

greetings and blessings bro

leonel garduno commented privately
leonel garduno
4 years ago

When the contact information arrives in my email, it doesn't show me the person's phone, how can I fix it?

Alex Gurghis Support Agent
4 years ago

Hi Leonel,

You can edit the contact form. The "Request a Showing" Form is located in single-property.php page from line: 1683. For single page style 2 see single-property-2.php file from line: 621.

For contact agent see single-agent.php file from line: 299. 

Kind Regards,

Alex

leonel garduno commented privately
leonel garduno
4 years ago

I need to do that when filling out the contact forms of the agents, and where are the properties redirect them to another page that I decide.