Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1073144
    anton.pelayo
    Participant

    HEllo

    Just wondering how to change the title on the work-tag archive page?

    I’ve tried adding “Archive Title” to my event tag but it still shows up as archive.

    any ideas?

    The title in the screen shot says Archive when it should pull in EVENT..

    #1073169
    Thai
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1076229
    anton.pelayo
    Participant
    This reply has been marked as private.
    #1076393
    Paul R
    Moderator

    Hi,

    The Archive text is not the title but is a breadcrumbs telling users they are currently in an archive page.

    It look like you have hide the archive title, to override it for your archive pages.

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .archive .x-header-landmark {
         display: block !important;
    }
    
    .archive .x-header-landmark .h-landmark {
         color:#fff !important;
    }
    

    Hope that helps.

    #1076585
    anton.pelayo
    Participant

    Ok that kind of worked.

    http://opticshock.antonpelayo.com/works-tag/event/

    this shows the Tag named // EVENT

    Is there any way to hide the ARCHIVES breadcrumbs from this page?

    if i .x-breadcrumbs .current {display: none !important;} I’m afraid it will affect all other pages, I just need to hide it on the works-tag pages.

    Thanks,
    Anton

    #1076895
    Joao
    Moderator

    Hi Anton,

    Please try the following code instead:

    .archive .x-breadcrumbs .current {display: none !important; }

    Hope that helps

    Joao

    #1077832
    anton.pelayo
    Participant

    Perfecto.

    Thanks for the help Joao.

    #1078011
    Joao
    Moderator

    πŸ™‚ You are welcome.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1073144 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>