Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1005173
    peterok
    Participant

    We are about there. Actually i would like the description to be there but the position would be where the subtitle is.

    #1005177
    peterok
    Participant

    I 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?

    #1005208
    Christopher
    Moderator

    Hi 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-6 for each category.

    Hope it helps.

    #1005228
    peterok
    Participant

    So we are not able to place a description on header for categories pages?

    #1005235
    Rahul
    Moderator

    Hi 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.

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