+ Reply to Thread
Results 1 to 8 of 8

Thread: Header Sidebar- Double in left sidebar

  1. #1
    Join Date
    Aug 2010
    Posts
    5

    Default Header Sidebar- Double in left sidebar

    Hi,

    i am using the cutline 3 split theme (german)
    And i have some questions.

    1.
    How can I change the sidebar above the header image?
    Can I add something to it? Or delete some items/links?

    2.
    I have written some in the "About" (in German "Ueber")page and saved it.
    Now I have the problem, that I have suddenly also a link under the static pages, in the sidebar left.
    For me this is double
    Can I delete this link in the left sidebar somehow?

    The blog I am working at is: cuxblog.de

    Sorry for my English.

    regards
    Mike

  2. #2
    Join Date
    Feb 2009
    Posts
    605

    Default

    Quote Originally Posted by mike1 View Post
    1.
    How can I change the sidebar above the header image?
    Can I add something to it? Or delete some items/links?
    You can edit header.php and change the code for displaying links and images there. Please visit the Header and Nav Bar section, there might be an answer for what you specifically want to do. Otherwise, tell us in here and we'll try to help.



    Quote Originally Posted by mike1 View Post
    2.
    I have written some in the "About" (in German "Ueber")page and saved it.
    Now I have the problem, that I have suddenly also a link under the static pages, in the sidebar left.
    For me this is double
    Can I delete this link in the left sidebar somehow?
    If you're using a widget to display those links, it's probably added automatically. Try using a different widget (this is not a feature of Cutline but of WordPress) or just add the links manually.

  3. #3
    Join Date
    Aug 2010
    Posts
    5

    Default

    Hi,
    thanks I found everything I need.
    To No 1 it was anotger post in this forum
    To No 2 it was the widget, needed to find the page id (ifound this with another widget) to exclude the psge in the sidebar.

    The last question (I tried to find in the forum, but may be I used the wrong phras, in English)

    If I use the "Search" and type , it is in green. I wouls like that the typing is black?

    Regards
    Mike

  4. #4
    Join Date
    Feb 2009
    Posts
    605

    Default

    In style.css, find the line that says #search_form .search_input and change the value of color from green to black.

  5. #5
    Join Date
    Aug 2010
    Posts
    5

    Default

    Hi,
    thanks a lot.
    Meanwhile I think taht I might stay with green.

    One ohter problem.
    I realized that my blog loads over a lot of time in the browser.
    Somebody told me about the "firebug" in the Firefox.
    That gives me a fault a 404, because it is tried to load:
    (http://www.cuxblog.de/wp-content/the...-11/custom.css)

    Could you help with this?

    Regards
    Mike

  6. #6
    Join Date
    Feb 2009
    Posts
    605

    Default

    Open header.php and removing the line that contains "custom.css".

  7. #7
    Join Date
    Aug 2010
    Posts
    5

    Default

    Hi,
    thanks a lot again, I got rid of the 404.

    And again another question:
    - I tried to insert pichtures. Problem is, that if I use the normal Mediathek in Wordpress with the options:
    left, right, center, etc. the text is not showing up beside the image. except one line, its all underneath?

    As far as I read the wordpress support, the text should be e. g. left or right of the image.
    is that a theme problem?

    Regards
    Mike

  8. #8
    Join Date
    Feb 2009
    Posts
    605

    Default

    Can you check if you have the CSS listed in the second box on this post:

    http://performancing.com/forums/show...3774#post13774

    here:

    Code:
    .entry img.left, .entry img.alignleft { padding: 3px; margin: 0.5em 15px 0.5em 0; float: left; clear: left; }		
    		.entry img.right, .entry img.alignright { padding: 3px; margin: 0.5em 0 0.5em 15px; float: right; clear: right; }
    		.entry img.center, .entry img.aligncenter { display: block; padding: 3px; margin: 0 auto 1.5em auto; float: none; clear: both; }
    		.entry img.off { padding: 0 !important; border: none !important; }
    		.entry img.stack { clear: none !important; }
    	.entry div.alignleft { text-align: left; float: left; }
    	.entry div.alignright { text-align: right; float: right; }
    	.entry div.aligncenter { text-align: center; margin: 0 auto; }
    	.entry div.wp-caption { margin-bottom: 1.5em; border: 3px double #bbb; overflow: hidden; max-width: 490px; }
    		.entry .wp-caption img { display: block; margin: 5px auto; border: none; }	
    		.entry .wp-caption-text { margin: 0 5px; font-size: 0.8em; line-height: 1.3em; }
    	.entry .gallery { margin: auto auto 15px; }
    		.entry .gallery .gallery-item { margin: 0 0 0.6em; }
    		.entry .gallery .gallery-icon, .entry .gallery .gallery-caption { margin: 0; }
    		.entry .gallery .gallery-caption { margin: 0 5px; font-size: 0.8em; line-height: 1.3em; text-align: left; }

    If not, try adding it and customizing it.

+ Reply to Thread

Similar Threads

  1. Different Sidebar per Page?
    By EWKrause in forum Sidebar
    Replies: 23
    Last Post: 01-06-2011, 08:50 AM
  2. No ads in the sidebar - help :-(
    By ianjmatt in forum Sidebar
    Replies: 1
    Last Post: 09-15-2009, 04:04 AM
  3. help with cutline sidebar
    By gord08 in forum Community Exchange
    Replies: 2
    Last Post: 06-30-2009, 05:03 PM
  4. Right sidebar
    By Robert_R in forum Community Exchange
    Replies: 1
    Last Post: 06-25-2009, 11:17 AM
  5. Right Sidebar Missing in IE
    By smurph35 in forum Bugs & Fixes
    Replies: 8
    Last Post: 06-20-2009, 05:48 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts