Forums

Removing flame from header (11 posts)

  1. theeworkerbee
    Member
    Posted 1 year ago #

    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?

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    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.

  3. James Laws
    Member
    Posted 1 year ago #

    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' ); ?>

  4. James Laws
    Member
    Posted 1 year ago #

    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.

  5. theeworkerbee
    Member
    Posted 1 year ago #

    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?

  6. James Laws
    Member
    Posted 1 year ago #

    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>

  7. James Laws
    Member
    Posted 1 year ago #

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

  8. theeworkerbee
    Member
    Posted 1 year ago #

    That did the trick!

  9. James Laws
    Member
    Posted 1 year ago #

    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. :)

  10. theeworkerbee
    Member
    Posted 1 year ago #

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

  11. James Laws
    Member
    Posted 1 year ago #

    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. :)

Topic Closed

This topic has been closed to new replies.

About this Topic