How do I edit the bottom page and the copyright?

Discussion in 'GeoCraft WordPress Theme' started by bmui1200, Jan 2, 2013.

  1. bmui1200

    bmui1200 Member

    Joined:
    Nov 24, 2012
    Messages:
    34
    Likes Received:
    0
  2. rogerb

    rogerb Active Member

    Joined:
    May 8, 2012
    Messages:
    481
    Likes Received:
    33
    Whats wrong with going to geocraft pro theme options>footer text and changing the wording there?

    Why not go to appearance>widgets and edit/add widgets to 1st footer widget area, 2nd footer widget area, 3rd footer widget area, 4th footer widget area
    I use them for disclaimer, business hours, where am I etc see here for some ideas - a work in progress! http://geocraft.myenglishbullterrier.com/
     
  3. shaunkerry

    shaunkerry Member

    Joined:
    Dec 6, 2012
    Messages:
    92
    Likes Received:
    3
    Thanks for that Roger, useful info as usual.
    2 questions if I may from a non too technical person, where do you get that bar at the bottom about using cookies and how do you put a nice big picture at the top of the site instead of using the custom logo option?
    thanks
     
  4. rogerb

    rogerb Active Member

    Joined:
    May 8, 2012
    Messages:
    481
    Likes Received:
    33
    The EU Directive is a free plugin called 'Choc Chip EU Plugin' and is the only reasonable one that I've found that works so far plus it can be customised considerably. My preference for an EU cookies plugin that I use on other sites simply brings the whole Geocraft site down unfortunately. Search for and upload from plugin area in Wordpress.

    Ah . . the logo - well two things:

    1) I use an Apple Mac with a program called Acorn and in that I set up the logo as 1000px x 200px. The picture part is 600 x 200 and the right hand side is white text on the transparent background of the 1000 x 200 canvas, saved as a png and uploaded. You may need to adjust values according to your canvas/wording size so that it all looks reasonably balanced. You can of course use any decent program to do any of that. My site at the moment is still a work in progress of course!

    2) Then insert this code into the Geocraft Settings>Theme Options>Styling Options>Custom css

    Code:
    .header_wrapper .logo_wrapper .logo img{
    max-width: 1000px;
    height: auto;
    }
    
    Voila!

    PS nothing stopping you from having a complete picture 1000 x 200 with overlayed wording, just be carefull that you don't break the responsive part of the theme!!
     

Share This Page