Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #54855
    Jan Deelstra
    Member

    The third bottom footer is malfunctioning on my site http://www.jandeelstra.com/. When I put the widget into the 3rd area it shows up in the 1st widget footer instead. Odd, ehh?

    #54868
    Sakin
    Keymaster

    @Jan Deelstra: Hum, it’s not the problem of third widget. It’s the problem with “Grab the Pop Corn. Grab the Wine. Women’s Empowerment THEATRE” widget in your sidebar. You have forget to close your hyperlink.

    I see the code in your site as below, where </a> is missing:
    <a href="http://www.JanDeelstra.com/theatre"><img class="alignnone wp-image-6219 size-medium" src="http://www.jandeelstra.com/wp-content/uploads/2015/03/movie_film_camera-500x421.png" alt="movie_film_camera" width="500" height="421" />NOW PLAYING!

    So, replace that with the following:

    <a href="http://www.JanDeelstra.com/theatre">
    	<img class="alignnone wp-image-6219 size-medium" src="http://www.jandeelstra.com/wp-content/uploads/2015/03/movie_film_camera-500x421.png" alt="movie_film_camera" width="500" height="421" />
    		NOW PLAYING!
    </a>
    #54920
    Jan Deelstra
    Member

    Oh maybe I have more than one problem. I replaced the code as you suggested (thank you!) but still the cloud tags and “Grab the Pop Corn” widgets are showing up under the Feng Shui catalog in Footer area 1 and not in Footer area 3. I must be doing something wrong somewhere….

    #54927
    Sakin
    Keymaster

    @Jan Deelstra: Yes same issue. You still have missing closing </a> in your Footer widgets for <a href="http://www.jandeelstra.com/feng-shui/"> and <a href="http://www.jandeelstra.com/co-dependence-or-love/">

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Third Bottom Footer malfunction’ is closed to new replies.