ThemeShaper Forums » Thematic

[closed]

blogtitle, maybe has a bug?

(5 posts)
  • Started 13 years ago by carlorizzante
  • Latest reply from gattonero
  • This topic is not resolved
  1. Hi all!
    That's my first post in here and I would like to thank you all for the theme and the supports. It's just rocking great! Even if I'm starting to realize that if I want to do something more complicated, I still have to code my php myself.

    Then, my annoying question, I'm sorry :)

    I can't get rid of the blogtitle. Even copying and pasting the suggested lines of code from this blog. In anyway I try with the line:

    remove_action('thematic_header', 'thematic_blogtitle', 3);

    ...inserting the command in a working function, like:

    function remove_thematic_actions() {
    	remove_action('thematic_header', 'thematic_blogtitle', 3);
    	remove_action('thematic_header', 'thematic_blogdescription', 5);
    	remove_action('thematic_header', 'thematic_access', 9);
    }
    add_action('init', 'remove_thematic_actions');

    ...or others (still working functions), the blogtitle does not disappear but it's still in its position.

    I've the last version of Thematic (downloaded this last week end).

    Thank you in advance and have you all a great time ;)
    Carlo

    Posted 13 years ago #
  2. Hi Carlo,

    could you please drop a link?

    Tested the code and it is working here.

    Chris

    Posted 13 years ago #
  3. js09
    Member


    Posted 13 years ago #
  4. Are you just trying to remove it visually to clear the way for an image? If so this line of css is easy and effective.

    .blog-title {display:none;}

    Posted 13 years ago #
  5. I have to add: you can use background-image, and then shape the blog-title via css to act as a link, making the background image "clickable" ;)

    Posted 13 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.