Tagged: x
-
AuthorPosts
-
July 5, 2016 at 10:42 am #1073144
anton.pelayoParticipantHEllo
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..
July 5, 2016 at 10:55 am #1073169
ThaiModeratorHi 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 / passwordDonβt forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
July 7, 2016 at 5:25 am #1076229
anton.pelayoParticipantThis reply has been marked as private.July 7, 2016 at 8:02 am #1076393
Paul RModeratorHi,
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.
July 7, 2016 at 10:30 am #1076585
anton.pelayoParticipantOk 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,
AntonJuly 7, 2016 at 3:03 pm #1076895
JoaoModeratorHi Anton,
Please try the following code instead:
.archive .x-breadcrumbs .current {display: none !important; }Hope that helps
Joao
July 8, 2016 at 7:45 am #1077832
anton.pelayoParticipantPerfecto.
Thanks for the help Joao.
July 8, 2016 at 10:30 am #1078011
JoaoModeratorπ You are welcome.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1073144 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
