Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #26029
    Adam B
    Participant

    I have managed somehow (as a theme beginner and ex-Dreamweaver user) using your demo downloads to create a nice gallery of photos, but would very much like to add some text to this page under the header ‘gallery’: http://cms.markwilliamsonfurniture.com/?page_id=6 – reason being, some people may not know what ‘sort portfolio’ means, especially as I have called it a a’gallery’. Is this possible? Or is it also possible to have the page with the various categories (after you click ‘sort portfolio’) to be the default ‘gallery’ landing page? Thanks for any help..

    #26061
    Paddy P
    Participant

    I would also like to know how to skip the ‘sort portfolio’ button on integrity and just get the categories by default

    #26399
    Kory
    Keymaster

    Hey guys,

    Thanks for writing in! You can easily showcase the categories without needing to first click the Sort Portfolio button by utilizing the following CSS:

    body .x-portfolio-filters {
      display: none !important;
    }
    
    body .x-portfolio-filters-menu {
      display: block !important;
    }

    Thanks!

    #26575
    Adam B
    Participant

    That works fine – thanks!

    #26924
    Kory
    Keymaster

    Excellent. 🙂

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