Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sriz786 Friend
    #911031

    The problem solved by ninjalead guide on skype, i was expecting he was replying in this forum, but he did a great and very nice support on skype.

    an easyblog-sidebar-2 position is a temporary position on ja bookshop, it is not available on the layout, so we need some custom html to load it on the site.
    Here is the step by step to solve the problem :

    • Create custom module and put text below in the editor
      "
      {jatabs type="modules" module="easyblog-sidebar-2" position="top" mouseType="click" animType="animFade"} {/jatabs}
      "
      set position to sidebar-2
    • create easyblog-latest module and set the position to "easyblog-sidebar-2"
    • create easyblog-most-popular module and set the position to "easyblog-sidebar-2"
    • install the ja-tab plugin if it is not yet installed.
    • order the ja-tab plugin before the t3 framework plugin , to make it properly on load, we can read on https://www.joomlart.com/forums/topic/problem-module-jatab/
    • The title for easyblog module should be short and simple, not a long sentence, or the ja tab will be overlapped and broken.

    Thank you


    1. ja-tab-crippled
    2. ja-tab-properly-load
    Ninja Lead Moderator
    #911223

    Hi Adi,

    I added templates/ja_bookshop//css/custom.css file directly on your site with the CSS style below

    .ja-tabswrap.default .ja-tabs-title-top ul.ja-tabs-title li h3 {
        border-bottom: 0px solid #000000 !important;
    }
    
    .t3-sidebar .ja-tabswrap .ja-tabs-title-top {
        height: 60px !important;
    }

    Now, you can see the long text under JA Tab plugin is working as well. Please check it again let me know if it helps

    Regards

    sriz786 Friend
    #912126

    Case closed by Ninja Lead.

    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  sriz786 8 years, 7 months ago.

The topic ‘EasyBlog Sidebar2 Missing’ is closed to new replies.