Ctr Theme Header Problem

13 replies
  • SEO
  • |
Hey guys anyone knows why i can't get blog like from this image?




What ever i do i can't get this big blue header on my site?
#ctr #header #problem #theme
  • Profile picture of the author Will P
    Here you go...

    Step 1: (add class to head div tag)
    Code:
    <div class="headerbg">
    header stuff here...
    </div>
    Step 2: (update style css)
    Option 1...
    Open up your main .css file and add the following class...
    Code:
    .headerbg { 
    height: 200;
    width: 700;
    background-color: 335070; }
    Option 2...
    If you don't want to add class to the .css file apply with in the head tags on your blog:
    Code:
    <style type="text/css">
    <!--
    .headerbg { 
    height: 200;
    width: 700;
    background-color: 335070; }
    -->
    </style>
    NOTE: You can change the width, height, bg color variables as needed.
    {{ DiscussionBoard.errors[4934987].message }}
    • Profile picture of the author SalahStudios
      Hey Marko,
      What Will is explaining is how to edit the source php/css files of the theme to get style a header as you've described. You will add the pieces of code he gave you to the source theme files.

      For the first step he listed go to Apperance > Editor > then click Header.php from your WP dashboard to make the changes.

      For the second step go to Apperance > Editor > then click Style.css


      PLEASE NOTE:
      If your using the CTR theme you shouldn't have to do any of this to get that header to work, its supposed to work out of the box. Perhaps you don't have that layout selected in the CTR theme options?
      Signature

      [SIZE=2][B][URL="https://flippa.com/11780557-tripsurvival-com-is-a-professional-e-commerce-and-content-brand-with-over-20-000-words-of-unique-content-articles-and-over-150-products-listed-low-reserve"]

      {{ DiscussionBoard.errors[4937084].message }}
  • Profile picture of the author Marko Vel
    Hi Will, thank you for your answer.
    Can you please explain me "Step 1: (add class to head div tag)" ?

    Should i go to header here and change this?
    {{ DiscussionBoard.errors[4935511].message }}
  • Profile picture of the author Will P
    Not sure exactly how to elaborate on this one more but if you like you can send me the files and ill do it for you free of charge.
    {{ DiscussionBoard.errors[4935765].message }}
  • Profile picture of the author Zeb
    I was googling around to see if you can insert custom headers for ctr theme (since product support is basically non existent now for this theme) and this thread came up.

    So does anyone know how to insert custom headers for ctr theme?
    {{ DiscussionBoard.errors[4972013].message }}
    • Profile picture of the author penpoint
      I use the CTR theme. On the Dashboard panel, scroll to the bottom to "CTR Theme". Click that and go to "General Site Options". Scroll down to "site header image" and set the file to use for your header. Of course, you need to have uploaded the file to your site beforehand. Hope this helps.

      Bill
      {{ DiscussionBoard.errors[4977484].message }}
  • Profile picture of the author Adie
    Originally Posted by Marko Vel View Post

    Hey guys anyone knows why i can't get blog like from this image?




    What ever i do i can't get this big blue header on my site?
    I don't understand why you can't just insert your own image here... see below...

    Signature



    Moderator's Note: You're only allowed to put your own products or sites in your signature.

    Signature edited.
    {{ DiscussionBoard.errors[4977582].message }}
  • Profile picture of the author DarkTangent
    How does your header popup? If you can please share a screenshot it would be of much help.
    Signature
    WordPress and Paypal Integration Expert.

    We can Integrate Wordpress and Paypal in such a way that the user signsup to your wordpress when he makes payments. PM for Details
    {{ DiscussionBoard.errors[4977763].message }}
  • Profile picture of the author Zeb
    It seems that the header shows up for only one of ctr theme's subtheme which is the one showed at the OP. I was hoping that it would show as well for the other subthemes but no luck. Can you guys get a custom header to show for other subthemes?
    {{ DiscussionBoard.errors[4978193].message }}
    • Profile picture of the author penpoint
      The procedure is the same for any of the subthemes. Just select the subtheme you want then follow the steps I outlined in an earlier post. Upload your image. Look at the box Adie pointed out in his post. Put the header image link there, scroll to the bottom and click save.
      {{ DiscussionBoard.errors[4979078].message }}
      • Profile picture of the author Zeb
        Originally Posted by penpoint View Post

        The procedure is the same for any of the subthemes. Just select the subtheme you want then follow the steps I outlined in an earlier post. Upload your image. Look at the box Adie pointed out in his post. Put the header image link there, scroll to the bottom and click save.
        No it doesn't show for 4 out of 5 subthemes. Only on 1 subtheme is the header banner shown. Did you try it out for your other subthemes as well? if it's working for you, then it might be on my end. I doubt i'll get any support from Eppie (owner of ctr theme) though as he's missing in action.
        {{ DiscussionBoard.errors[4980165].message }}
        • Profile picture of the author yukon
          Banned
          Originally Posted by Zeb View Post

          No it doesn't show for 4 out of 5 subthemes. Only on 1 subtheme is the header banner shown. Did you try it out for your other subthemes as well? if it's working for you, then it might be on my end. I doubt i'll get any support from Eppie (owner of ctr theme) though as he's missing in action.
          You sure the WP Cache isn't messing with you?

          Upload the image, then check the page with another browser (or clear the cache).
          {{ DiscussionBoard.errors[4980668].message }}
          • Profile picture of the author Zeb
            Originally Posted by yukon View Post

            You sure the WP Cache isn't messing with you?

            Upload the image, then check the page with another browser (or clear the cache).
            Yup, no wp-cache installed on my sites. And i've also pressed alt+f5 to do a full refresh. I guess there something wrong with ctr theme on my site then.
            {{ DiscussionBoard.errors[4995604].message }}

Trending Topics