Viewing 20 posts - 1 through 20 (of 28 total)
  • Author
    Posts
  • #10152
    Raminder
    Member

    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!

    #10197
    Sakin
    Keymaster

    @Raminder: Can you send me your site URL?

    #10217
    Raminder
    Member

    @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!

    #10228
    Sakin
    Keymaster

    @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; }

    #10243
    Raminder
    Member

    @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?

    #10261
    Sakin
    Keymaster

    @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.

    #10422
    Raminder
    Member

    @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!

    #10442
    Sakin
    Keymaster

    @Raminder:

    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
    — 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/

    #10446
    jwendell
    Member

    Hi 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?

    #10460
    Sakin
    Keymaster

    @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.

    #10509
    jwendell
    Member
    #10510
    jwendell
    Member

    also is pro easier to use or just has more features?

    #10525
    jwendell
    Member

    also what theme is used for your web page http://www.catchinternet.com

    #10526
    jwendell
    Member

    another question, which theme do you like best for a business?

    #10530
    Sakin
    Keymaster

    @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.

    #10555
    jwendell
    Member

    Thanks Sakin, how do I align my logo and header text? http://www.wendellassociates.com

    #10558
    Sakin
    Keymaster

    @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;
    }
    }
    #10565
    jwendell
    Member

    Thanks for your help Saikin Im going to buy Everest Pro

    #10847
    Raminder
    Member

    @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!

    #10856
    Sakin
    Keymaster

    @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.

Viewing 20 posts - 1 through 20 (of 28 total)
  • The topic ‘Header and Writing on Featured Post Slider’ is closed to new replies.