Hey people. I’m new to PHP and this forum. I have some questions regarding how to fix something on my website.
This is a site I’m working on for a client. It needs to be done basically now, so I’m a rush. This is the site: http://bridgettprovenzano.com
As you can see there is an ugly grey rectangle on the first page and I cannot get rid of it. I mess with code, I’ve tried so many things but nothing takes teh damn square away. I just need it to put a page in there, and remove the grey. Or place a slide show in place of the grey square. I need help.
But because PHP is so new to me, I’m no fluent in the language and I can’t just look at the code and see what needs to be changed. It just looks confusing as hell.
Here is perhaps what is dictating the grey square? [php]<?php get_header(); wp_enqueue_script( 'slider-main', get_template_directory_uri() . '/js/slider.js' ); ?>
- [/php]
Any help you can give me would be wonderful!