- This topic has 27 replies, 3 voices, and was last updated 11 years, 5 months ago by Sakin.
-
AuthorPosts
-
June 8, 2013 at 5:30 pm #10152RaminderMember
Hi there,
First of all great template! Most things are very easy to use and it looks very nice!
However I am having a few problems. I want to remove the header writing on each page. E.g. on the menu it may say ‘Home’ and i would like to get rid of that title on the actual writing on the page.
I understand that this can do it
.page .entry-title {
display: none;
}However the writing on the featured post dissapears. How can I stop this?
Is there a way to change the location of the Facebook Like button?
Thank you!
June 9, 2013 at 3:32 pm #10197June 9, 2013 at 6:17 pm #10217RaminderMember@Sakin: The URL is as follows http://soton-fifc.co.uk/
I want the writing on the featured image slider, however I do not want the ‘Home’ title on the writing bit below.
While I am at it, I have a few more questions. Is there a way to make the featured slide the same size, as you can see the first image is a different size to the other two.
Secondly if I wanted to change one page, e.g. the ‘speakers’ page to a different background colour, but no other page. How would I do this?
Thank you!
June 9, 2013 at 11:40 pm #10228SakinKeymaster@Raminder: Just add the following css at “Appearance => Theme Options => Custom CSS” box to hide the page title home in homepage.
.home #main .entry-header { display: none; }
About the Featured Post Slider. The first image is small that is why it is showing small. You have to change the featured image of this post http://soton-fifc.co.uk/register-2 . It need to be at least 1140px width and 450px height.
to change the background color of Speaker page only. You can add the following css at “Appearance => Theme Options => Custom CSS”. Change the color code as per you need.
body.custom-background.page-id-25 { background: none #000; }
June 10, 2013 at 1:21 am #10243RaminderMember@Sakin Thank you! I am starting to understand more about how the CSS works!
I have another question I am afraid 🙁
On my website now, the logo at the top has white space to the right. How do I make the logo/banner go all across the top?
June 10, 2013 at 10:04 am #10261SakinKeymaster@Raminder: Just upload the larger header image. Your header image width is 900px whereas the website width is 1140px. So, just upload the image with the width 1140px.
June 13, 2013 at 5:26 pm #10422RaminderMember@Sakin Thank you. I have two more questions.
1 – How do I eliminate the space between the menu and the University of Southampton Banner below the menu. How can I make this banner the same size as the menu bar too? The link to the specific page is http://soton-fifc.co.uk/register/gold-band/gold-band-example-company-1
2 – I am considering buying Catch Everest Pro (However I will not be able to do this until August. What are the main features that it can offer? Can you change the footer too? E.g. add a Facebook link in there too?
Thank you!
June 14, 2013 at 2:09 am #10442SakinKeymaster1 – How do I eliminate the space between the menu and the University of Southampton Banner below the menu. How can I make this banner the same size as the menu bar too? The link to the specific page is http://soton-fifc.co.uk/register/gold-band/gold-band-example-company-1
— You can add the following cs in “Appearance => Theme Options => Custom CSS” box to remove the padding in that particular page. `.page-id-423 #main {
padding-top: 0;
}`For features added in Catch Everest Pro theme. See this.
http://catchthemes.com/theme-instructions/catch-everest-pro/June 14, 2013 at 4:23 am #10446jwendellMemberHi Sakin,
I really like catch everest
I’ve read a few different support forums on Aligning header text with logo, but none of those options have worked for me.
Also I’m interested in purchasing everest pro, but I was wondering if there was a trial version of pro available?
June 14, 2013 at 10:39 am #10460SakinKeymaster@jwendell: Sorry there is no trail version of Catch Everest Pro. Catch Everest Pro in the advance version of Catch Everest. You can see the additional features list at http://catchthemes.com/theme-instructions/catch-everest-pro/
Send me your Site URL and I will check your alignment.
June 14, 2013 at 9:29 pm #10509jwendellMemberThanks saikin,
June 14, 2013 at 9:32 pm #10510jwendellMemberalso is pro easier to use or just has more features?
June 15, 2013 at 4:59 am #10525jwendellMemberalso what theme is used for your web page http://www.catchinternet.com
June 15, 2013 at 5:12 am #10526jwendellMemberanother question, which theme do you like best for a business?
June 15, 2013 at 9:57 am #10530SakinKeymaster@jwendell: Yes Pro is easier to use as it has more easy option in Theme Options panel. Catch Themes and Catch Internet uses the Custom Theme and it’s not in public release. It depends on the settings. I see lot of people using Catch Box Pro, Simple Catch Pro and Catch Everest Pro for their business site.
June 15, 2013 at 9:01 pm #10555jwendellMemberThanks Sakin, how do I align my logo and header text? http://www.wendellassociates.com
June 15, 2013 at 9:10 pm #10558SakinKeymaster@jwendell: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* For larger screen size of minimum width 1000px */ @media screen and (min-width: 1000px) { #hgroup.with-logo { clear: none; float: left; padding-left: 15px; } }
June 15, 2013 at 9:46 pm #10565jwendellMemberThanks for your help Saikin Im going to buy Everest Pro
June 22, 2013 at 7:12 pm #10847RaminderMember@Sakin
Sorry for more questions!
I have some border boxes on my website (as can be seen on the Homepage and Venue page) however how do i do it so it is around that area properly? At the moment I have sized the boxes and it doesn’t fit if I change the image etc.
Secondly, on the Featured image slide, I would like the link to take the person to a specific page. How can I do this?
Thank you!
June 22, 2013 at 8:56 pm #10856SakinKeymaster@Raminder: As you can see in your site the featured image in fit with the box. It’s just some are larger height and another smaller height.
For Slider link: If you use featured image slider, then you can link to any place my changing the URL in link section. But if you want to change directly to pages, then you can use featured page slider. That you can select from Slider options in your Theme Options panel.
-
AuthorPosts
- The topic ‘Header and Writing on Featured Post Slider’ is closed to new replies.