- This topic has 12 replies, 2 voices, and was last updated 11 years, 6 months ago by Sakin.
-
AuthorPosts
-
April 10, 2013 at 6:28 pm #6733fefitzpaMember
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?April 11, 2013 at 1:00 am #6754SakinKeymaster@fefitzpa: Can you add in your Site URL here so that I can check you site and send you the code.
April 11, 2013 at 6:00 pm #6802fefitzpaMemberI am only building it locally but i will upload it to a sub domain tonight. Thanks
April 11, 2013 at 6:05 pm #6803SakinKeymaster@fefitzpa: Ok sure thanks.
April 12, 2013 at 2:14 am #6843fefitzpaMemberThanks 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.
April 12, 2013 at 10:27 am #6868SakinKeymaster@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; }
April 22, 2013 at 4:34 pm #7523fefitzpaMemberThanks 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/April 22, 2013 at 5:59 pm #7537fefitzpaMemberHow 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.
April 22, 2013 at 10:07 pm #7553SakinKeymasterTo 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.April 23, 2013 at 9:19 pm #7653fefitzpaMemberThank 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
April 23, 2013 at 10:08 pm #7673SakinKeymaster@fefitzpa: Sorry but this is the easiest method.
May 7, 2013 at 1:53 pm #8558fefitzpaMemberThanks 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
May 7, 2013 at 2:22 pm #8559SakinKeymaster@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.
-
AuthorPosts
- The topic ‘A few MORE questions’ is closed to new replies.