Controlling the visibility of footer

Home Forums Jomelle WordPress Theme Controlling the visibility of footer

This topic contains 4 replies, has 2 voices, and was last updated by  ab-themes 7 years, 9 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17663

    Eatdrinktalk
    Participant

    I wish to create a kind of animated splash screen using revolution slider but not have the footer showing?

    Is there a way i can do this?

    #17671

    ab-themes
    Keymaster

    Hi,

    you mean you want to have Revolution slider on page, but you want to remove footer then? This can be done, but your footer will be removed for all pages then.

    If you want this open your style.css file

    and on line 3436 you have this code:

    #Abdev_main_footer{
    	color: #939fa6;
    }

    just add there display: none; so your code then look like this:

    #Abdev_main_footer{
    	color: #939fa6;
    	display: none;
    }

    Cheers

    #17692

    Eatdrinktalk
    Participant

    I want to be able to remove the footer for one page only. I know I can remove it for all of them…but that isnt appropriate. Is there a way I can do this?

    #17694

    Eatdrinktalk
    Participant

    Is there a way of placing an image into the footer?

    #17702

    ab-themes
    Keymaster

    Hi,

    unfortunately, this theme doesn’t include option to remove footer for one page only. This would be customization and we do not support customizations.

    To set image in the footer you can use widgets.

    In your Dashboard go to Appearance/Widgets. Depending where you want to set image (First Footer Widget, Second Footer Widget, Third Footer Widget or Fourth Footer Widget) you need to add thml code. In our theme demo in First Footer Widget we set Text and there is Lorem ipsum text. Below that text you can add image like this

    <img src="smiley.gif" alt="Smiley face" height="42" width="42">

    and image will be displayed.

    Instead of smiley.gif (this is just example) when you upload your image through Media Library click on that image and copy link (look at attachment). Then change smiley.gif to your link and image in footer will be displayed.

    Kind regards

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Controlling the visibility of footer’ is closed to new replies.