Tagged: x
-
AuthorPosts
-
May 23, 2016 at 8:27 am #1005173
peterokParticipantWe are about there. Actually i would like the description to be there but the position would be where the subtitle is.
May 23, 2016 at 8:28 am #1005177
peterokParticipantI also manage to have the banner up on my website shop page. But i would like to have a different banner for different category archives. Will that be possible? How can i code it?
May 23, 2016 at 8:56 am #1005208
ChristopherModeratorHi there,
As I previously replied archive pages are not editable and you can’t set slider below masthead like shop page.
However you can achieve it by adding JS code for each category page.e.g:
We want to add banner for this page http://www.cellmates.sg/product-category/apple/iphone-6/
Please add following code in Customize -> Custom -> JavaScript :
jQuery("<img src='http://www.cellmates.sg/wp-content/uploads/2016/05/Testshopfrontbanner.jpg'>").insertBefore(".archive.term-iphone-6 header.x-header-landmark.x-container.max.width");Note that for another category you should use the same code but yu should update image URL (http://www.cellmates.sg/wp-content/uploads/2016/05/Testshopfrontbanner.jpg) and category name
term-iphone-6for each category.Hope it helps.
May 23, 2016 at 9:13 am #1005228
peterokParticipantSo we are not able to place a description on header for categories pages?
May 23, 2016 at 9:16 am #1005235
RahulModeratorHi there,
Have you tried editing your categories and changed their title and sub title?
Admin > Posts > Categories then choose a category then add your title and sub title.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-996731 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
