Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #6733
    fefitzpa
    Member

    Thanks in advance. I appreciate the support.

    How do I decrease the header height?
    How do I butt the whole webpage to the top of the browser window?
    How do I remove page headers?
    Is it possible to move the social media links into the footer?

     

    #6754
    Sakin
    Keymaster

    @fefitzpa: Can you add in your Site URL here so that I can check you site and send you the code.

    #6802
    fefitzpa
    Member

    I am only building it locally but i will upload it to a sub domain tonight. Thanks

    #6803
    Sakin
    Keymaster

    @fefitzpa: Ok sure thanks.

    #6843
    fefitzpa
    Member

    Thanks Sakin.

    The beta site can be found here:

    http://www.creativeeye.ie/dev/

    Along with my questions above can you also take a look at the Board of Directors page [child of about page] and the Senior Team page. There seems to be responsive issues when resizing the browsers causing a few of the thumbnails to move irregularly. I can change the php files if you tell me where and with what code.

     

    #6868
    Sakin
    Keymaster

    @fefitzpa: Ok now I can answer your question looking at your site.

    How do I decrease the header height?
    — Just add the following CSS code in “Custom CSS” box in Theme Options panel.

    /* For Header Bottom Padding */
    #hgroup-wrap { padding-bottom: 20px; }
    /* For Header Top Padding */
    #site-logo, #header-right { padding-top: 20px; }

    How do I butt the whole webpage to the top of the browser window?
    — Just add the following CSS code in “Custom CSS” box in Theme Options panel.
    .site { margin: 0 auto; }

    How do I remove page headers?
    — I don’t get it what you mean by this.

    Is it possible to move the social media links into the footer?
    — Nope. But you can add as widget to footer sidebar or any other sidebar.

    Along with my questions above can you also take a look at the Board of Directors page [child of about page] and the Senior Team page. There seems to be responsive issues when resizing the browsers causing a few of the thumbnails to move irregularly.
    — Just add the following CSS code in “Custom CSS” box in Theme Options panel.
    .entry-content p { clear: both; }

    #7523
    fefitzpa
    Member

    Thanks for all your help.

    How do I remove page headers?
    – I don’t get it what you mean by this.

    On the pages Public Bodies, Landowners & Utilities I need to remove the ahref link [so those buttons in the navbar just act as a way to get to the subpages] BUT keep the ahref links in the subpages.

    The beta site can be found here:
    http://www.creativeeye.ie/dev/

    #7537
    fefitzpa
    Member

    How do I remove page headers?
    – I don’t get it what you mean by this.

    For example, on the about page it says ‘About’ above the image. I would like to remove that ‘About’ header.

    Thank you.

    #7553
    Sakin
    Keymaster

    To hide page header, just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `.page .entry-header { display: none; }`

    On the pages Public Bodies, Landowners & Utilities I need to remove the ahref link [so those buttons in the navbar just act as a way to get to the subpages] BUT keep the ahref links in the subpages.
    — To do add menu item without a link there is a little trick.
    First, you need to build menu using “Custom Menu” though “Appearance => Menus”.
    Then in “Custom Link” box. Just type # in URL and Landowners in Labels and click on “Add to Menu”. This will create Landowners menu with # as link. But after this you can remove the # from the URL and save the menu.

    #7653
    fefitzpa
    Member

    Thank you very much for all your help and assistance.

    — To do add menu item without a link there is a little trick.
    First, you need to build menu using “Custom Menu” though “Appearance => Menus”.
    Then in “Custom Link” box. Just type # in URL and Landowners in Labels and click on “Add to Menu”. This will create Landowners menu with # as link. But after this you can remove the # from the URL and save the menu.

    This seems a little convoluted a process. Is there a way of doing this through the code using the editor? I do not really want to create a whole new menu again.I just need to edit the ahref link in

#7673
Sakin
Keymaster

@fefitzpa: Sorry but this is the easiest method.

#8558
fefitzpa
Member

Thanks Sakin.
One last question.
Is there a way to create 4 ‘News Story’ sections all in a row? I currently have 3 on the home page and I am looking for a fourth. It seems that I can only have 3 in a row, or 4 if I drop that down below the top row. Any advice?

http://www.creativeeye.ie/dev/

Thanks

#8559
Sakin
Keymaster

@fefitzpa: Sorry to make 4 in a row. You need to build child theme and customize the code and then css. So, consider hiring developer for this level of customization.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘A few MORE questions’ is closed to new replies.