In which file are custom variables defined?
-
I have a live and a dev site. I’m trying to overwrite the popup window (wpsl_info_window_template function) to insert my custom variables. I did it following the documentation and it works just fine on dev, but not on live. It gives me the javascript error in console “Uncaught ReferenceError: sub_title is not defined” when clicking on a marker. I also have the error “GET https://www.mydomain.de/wp-content/themes/child-theme/wpsl-markers/ 403 (Forbidden)” on live because I’ve used custom makers, but they get loaded fine on dev and live.
The functions.php is on both live and dev just identical.
Any hints on that issue or in which file are the custom variables actually defined?
- The topic ‘In which file are custom variables defined?’ is closed to new replies.