Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1367144
    Gigcoyle
    Participant

    Hi, I’m just getting started with X and I’ve been trying different stacks and demos.
    We want a site with a white header/navbar and footer with dark text. The navbar in Ethos is nice but I couldn’t change the footer to white with dark text and rest isn’t quite the style we want. I’ve changed to Renew and set it up roughly as we’d like, the menu appearance is okay, however now the footer isn’t appearing at the bottom of pages and we get a blank area at the bottom. How do I get templates that have the footer at the bottom but a stack that allows us to chnage the header and footer colours? We’re working in on the site in a temporary url at the moment:
    drmcoy.co.uk
    Thanks
    Mhairi

    #1367574
    Christopher
    Moderator

    Hi there,

    Your site is under construction, please provide us with login credentials.

    Thanks.

    #1367714
    Gigcoyle
    Participant
    This reply has been marked as private.
    #1367738
    Gigcoyle
    Participant

    Actually, I’ll just deactivate the “under construction” for now, I can make a login in for you later if needed

    #1367775
    Christian
    Moderator

    Hey there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1367870
    Gigcoyle
    Participant
    This reply has been marked as private.
    #1367883
    Gigcoyle
    Participant
    This reply has been marked as private.
    #1367927
    Rupok
    Member

    Hi there,

    Thanks for writing back. Looks like your site and footer is fine. The blank space on the bottom (under the footer) you are seeing is for lack of content. If you add some content to your pages then it will be fine.

    If you have less content for pages and you want the footer on bottom then you can add this under Custom > CSS in the Customizer.

    .x-colophon.bottom {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }

    And also make sure to change the background patter to white color for the body background from Customize > Layout and Design > Background Options.

    Cheers!

    #1368030
    Gigcoyle
    Participant
    This reply has been marked as private.
    #1368143
    Gigcoyle
    Participant
    This reply has been marked as private.
    #1368336
    Lely
    Moderator

    Hi There,

    Go to Appearance > Customize > Layout and Design : Background Image and Background Pattern. Select an Image and then save. Then remove those image and then save it again. That step will reset this background image:http://theme.co/media/neutral1.png that come from downloading the demo content.
    You may also remove the following CSS this will also fixed the issue on contact page:

    .x-colophon.bottom {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }

    Just make sure that on Appearance > Customize > Layout and Design > Backround color is set to white.

    Hope this helps.

    #1368568
    Gigcoyle
    Participant

    Great thanks, that seems to have sorted it.

    I have one other question for now – I’ve been playing with the Envira Galleries, I’d like to create a ess grid on the Galleries page that takes people to each gallery as a standalone page. Having them standalone will save having to create pages for them but they are using the blog template “By default we use single.php, which is the default template of the single blog post in your theme.” and appear with a title and little home link – we don’t really want that, is there some CSS I can add or something to stop that?
    http://drmcoy.co.uk/envira/test-gallery/?preview=true#!envira-tab-standalone

    #1368590
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in!

    To remove the title and home link in an Envira post, please add the following css code in the customizer, Appearance > Customize > Custom > Edit Global CSS

    .single-envira .x-header-landmark {
        display: none;
    }

    We would loved to know if this has work for you. Thank you.

    #1369462
    Gigcoyle
    Participant

    Thanks, that seems to have done the job.

    #1369586
    Joao
    Moderator

    Glad to hear it,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1367144 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>