• I recently uploaded my logo to my website. Somehow, when I did that, I must have edited something else because now on my index page, the background image is covered by a black box. How can I fix this? I tried replacing the files in my ftp folder with my back up from before I added the logo, but this hasn’t fixed the problem.

    My pages do not seem to be affected by this issue.

    My website is musikation.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • youre getting an error in your jQuery

    Uncaught SyntaxError: Unexpected token ILLEGAL(…)

    slides 					:  	[			// Slideshow Images
    {image : 'https://musikation.com/wp-content/themes/skt-full-width.1.6.6/skt-full-width/images/banner_bg.jpg', title : '<div class="slide-title"><span></span></div><div class="slide-description"><span>Photo by John Wilhelm
    Used by permission</span></div>', thumb : 'https://musikation.com/wp-content/themes/skt-full-width.1.6.6/skt-full-width/images/banner_bg.jpg', url : 'https://musikation.com/wp-content/themes/skt-full-width.1.6.6/skt-full-width/images/banner-welcome.jpg'},
    {image : 'https://musikation.com/wp-content/themes/skt-full-width.1.6.6/skt-full-width/images/banner-welcome.jpg', title : '<div class="slide-title"><span></span></div><div class="slide-description"><span>Photo by John Wilhelm
    Used by permission</span></div>', thumb : 'https://musikation.com/wp-content/themes/skt-full-width.1.6.6/skt-full-width/images/banner-welcome.jpg', url : 'https://musikation.com/wp-content/themes/skt-full-width.1.6.6/skt-full-width/images/banner-welcome.jpg'},
    										],

    must be a setting in the plugin. the image paths are not broken. try deleting the images from your slider plugin and then adding them again.

    Thread Starter debhalasz

    (@debhalasz)

    Thank you for your input! I did try to delete/re-add the background image, both on the wordpress manager website and in my FTP folder, but it did not correct the problem.

    Should I delete the slider plug in? It isn’t really necessary for my website.

    Thanks!

    Thread Starter debhalasz

    (@debhalasz)

    Now when I attempt to debug, I get the error “Uncaught SyntaxError: Unexpected token ILLEGAL” in line 80. I can’t find where this page is. I looked at my index.php and the line 80 on https://www.musikation.com does not exist on my index.php.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Background image covered’ is closed to new replies.