Slideshow and Footer are not showing, detailed actionlog included

Support Area Forums Bottega Slideshow and Footer are not showing, detailed actionlog included

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question:
  • Author
    Posts
  • #9301
    Timothy Vass
    Participant

    Hey,

    This is what I’ve done:

    – Installed the Theme through the WordPress Admin interface (Upload .zip)
    – performed the 7 step add a “Page called Home and display as static page process” (Pages > Add New, Name: Home, Page Attribute > Template: Home, Settings > Reading, Static Page > Home)
    – Created a page called “Hem” instead of Home at first.
    – Installed the WordPress importer, imported the sample content .xml
    – Changed Logo to image instead of text (used sample image)
    – Changed Background image to a polka dot pattern
    – Removed duplicate menu items and activated the menu

    The slideshow wasn’t showing…
    – Checked slides, the slides were there… Removed them
    – Created 2 new slides and published
    The slideshow still isn’t showing…
    – Checked settings in Theme Options > Home Page
    – Changed Previous/Next Buttons > NO
    – Changed Animation Type > Fade
    Naturally, the slideshow still isn’t showing…
    – Tried creating another one called “Home” instead and selecting that one, but without any result.

    :: There is no Slideshow

    Noticed there is no Footer showing either
    – Checked Theme Options > Identity
    – Changed Footer Contact > Telefon: 08-1234567
    – Changed Facebook > http://www.facebook.com/mariapralin
    There is no footer on the page

    Website is located at http://mariapralin.se/wp/

    It’s a test environment. Please help.

    :: There is no Footer and there is no Slideshow

    Noticed the cool text on the featured images (5 boxes) isn’t sliding up when hovering over the images either.
    – Decides not to try anything else. There is obviously something broken at the moment.

    Please help 🙂

    #9302
    Bill Robbins
    Moderator

    Timothy,

    Thank you for your business first of all. I took a look at the link you sent over and it appears that the embed code for your map is what’s causing the trouble. The iframe that’s used to display the map is missing its closing tag. Try adding this at the end of the map embed code:

    That should bring up the slideshow and the post titles in the featured row.

    If you run into any trouble, let me know.

    Thanks again,
    Bill

    #9379
    Timothy Vass
    Participant

    See? I missed some things I had done…
    Such a stupid mistake 🙂

    Well, I was wondering… Is it possible to set the header background-color to transparent? In the Theme options, I can only choose a color. However, part of the header background image is transparent so that part just shows (any of) the header background colors. I can’t see a way to pick ‘Transparent’ only #xxxxxx colors

    Thanks!

    #9380
    Timothy Vass
    Participant

    well, other than setting it in the style.css to transparent !important

    #9383
    Bill Robbins
    Moderator

    True, most javascript color pickers don’t have an option built in for setting a transparent color. You can add this to the Custom CSS box:

    
    #header {
    	background-color: transparent !important;
    }
    

    Which will remove the background color from the header.

    If you have any questions or trouble, let me know,
    Bill

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Slideshow and Footer are not showing, detailed actionlog included’ is closed to new replies.