• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: No-one
  • Private: No
  • Open Date: 31.10.16, 22:44
  • Opened by: Alex
  • Closed by: Marek
  • Closed on: 09.06.17, 23:37
  • Reason: Closed
  • Comment: Glad to help!

Ticket #10019 - al4.6 theme settings, background image doesn't work

If you upload the background image. It won’t work in the site.

Here is the reason (on left side an old theme settings php file version, it works ok) http://screencast.com/t/hjSMdJKYn14I
FIX:
file \modules\pk_themesettings\pk_themesettings.php
line 822
change

if ($s["back_image"] != "" && $s["back_image"] != 0) {

to

if ($s["back_image"] != "") {

and click to the button “Apply the settings” in the module Theme Settings

Comments

No comments yet