Important suggestion: code update.
-
I had a problem related to the URL being placed in CSS by Elementor. The plugin was not replacing the PATH for a relative PATH. The CSS was in the following format: “background-image:url(ABSOLUTE_PATH);”
The solution was to add the following piece of codes after the row 131 from core.php:
$page_html = str_replace('http://'.$_SERVER['HTTP_HOST'], '', $page_html); $page_html = str_replace('https://'.$_SERVER['HTTP_HOST'], '', $page_html);- This topic was modified 4 years, 5 months ago by .
- This topic was modified 4 years, 5 months ago by .
- This topic was modified 4 years, 5 months ago by . Reason: formatting
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Important suggestion: code update.’ is closed to new replies.