Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #715443

    Hello,
    I have a problem on my site http://www.drone-ardeche.com
    I have empty H1 tags, at breadcrumb :( :(
    I also have h3 empty tags, while I did not put them, how to successfully remove them?
    Thank you :)

    #715568

    Hey DRONE-ARDECHE,

    Can you post a link where the empty h1 tags and breadcrumbs are located? the link you posted doesn’t seem to have empty h1 tags.

    Also please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    #715635
    #716700

    Hi,

    For empty h3 tags, I found that it was showing when you change the editor from Visual to Text in the textblock, I just removed the empty h3 tags. For empty h1 tag, kindly modify functions-enfold.php and find this code (line 404):

    if($header_settings['header_title_bar'] == 'breadcrumbs_only') $args['title'] = '';

    and replace it with:

    if($header_settings['header_title_bar'] == 'breadcrumbs_only') $args['html'] = "<div class='{class} title_container'><div class='container'>{additions}</div></div>";

    Let us know if it works :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.