After Deleting "Crumbs" Still Showing 2 H1 Tags in Source Code

Discussion in 'Appointway WordPress Theme' started by cgjones, Sep 26, 2014.

  1. cgjones

    cgjones New Member

    Joined:
    Feb 11, 2014
    Messages:
    13
    Likes Received:
    0
    Hi,
    I am trying to solve the multiple H1 tags issue on Appointway theme 1.1.7 (Latest)

    After pasting #crumbs
    { display: none; }
    in custom css, it removes the crumbs from showing on post page but in view source code still shows:
    <h1><div id="crumbs"><a href="https://buyingaprivatecar.com">Home</a> &raquo; <a href="https://buyingaprivatecar.com/car-inspection-tips/">Car Inspection Tips</a> &raquo; <span class="current">Discover Best Used Car to Buy</span></div></h1>

    Please help
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    display:none only hide that section, it's not delete section so it will not see in website but it is available in website so it will display in view page source.

    Thanks & Regards
    Yogesh Bhade
     
  3. malloryvw

    malloryvw New Member

    Joined:
    Aug 2, 2013
    Messages:
    4
    Likes Received:
    0
    Hello,

    I am also having the same issue - I am trying to get rid of my second H1 tag in the source code altogether. Can you tell me how to disable breadcrumbs altogether? (Not just hide them)
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    If you want to delete that code then find following code and delete it.
    Following code will find you in blog.php, index.php, page.php, single.php, template-contact.php and template-fullwidth.php.
    Code:
    <div class="page_heading">
    <h1><?php inkthemes_breadcrumbs(); ?>
    </h1>
    </div>
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. cgjones

    cgjones New Member

    Joined:
    Feb 11, 2014
    Messages:
    13
    Likes Received:
    0
    Thanks Yogesh & Others, done the trick. Any chance this could be a "tick option" in settings on later Appointway theme releases.
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    We will think on this.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page