• theeworkerbee

    (@theeworkerbee)


    I’m trying to remove the flames on either side of the header text. I tried to delete the png files but then it showed empty image boxes in the header. I then tried to edit the header php to remove the related css language directing to said images, same thing. Help?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Michael

    (@alchymyth)

    as this seems to be a css issue,
    please post a link to your site to illustrate your problem.

    not many members will have this particular theme installed or will be familar with it.

    Theme Author James Laws

    (@jameslaws)

    In header.php replace

    <img src="<?php echo get_template_directory_uri(); ?>/images/lt-flurl.png" alt="wispy image" />" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?><img src="<?php echo get_template_directory_uri(); ?>/images/rt-flurl.png" alt="wispy image" />

    with

    " title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?>

    Theme Author James Laws

    (@jameslaws)

    Wow! I can not get this comment to post corectly. Basically, remove the img tags completely from what I think is line 54 of header.php.

    I am also actually working on a new version that will give you the option of either replacing these images or at the very least disabling them.

    Thread Starter theeworkerbee

    (@theeworkerbee)

    Hi James,

    I’m a bit confused (what else is new). But I tried what you said and it resulted in my site title appearing like so:

    ” title=”My Bloggidy Blog Blog” rel=”home”>My Bloggidy Blog Blog

    (my bloggidy blog blog is not my actual website; I’m not that lame. I created a secondary site so I can play with the CSS before putting this theme on my actual site)

    Any idea when the new version will be ready?

    Theme Author James Laws

    (@jameslaws)

    I hope to have the new version complete by tomorrow but not sure when the repository will be updated.

    The actual code should be <a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>

    Theme Author James Laws

    (@jameslaws)

    Replace what you did with that and you should be all good.

    Thread Starter theeworkerbee

    (@theeworkerbee)

    That did the trick!

    Theme Author James Laws

    (@jameslaws)

    Glad to hear it. If you have any other question just post start a new ticket like this one. I hope you like the site and new features are coming. 🙂

    Thread Starter theeworkerbee

    (@theeworkerbee)

    James, I’ve sent y’all an email to explore retaining your services. Look forward to hearing from ya!

    Theme Author James Laws

    (@jameslaws)

    If that was the email from “sableverity”, I will be responding shortly and I look forward to the discussion.

    If that wasn’t you and than it appears I didn’t receive your message. 🙂

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Removing flame from header’ is closed to new replies.