Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • Mohamed H. Jurriah Friend
    #190471

    Hello

    Top of the page the search module is duplicated. I can’t remove one of them without they both disappear. I tried to activate the search modules I have and it seems like it is one module we are talking about. It is one module that are making two search boxes. Can anybody help me please?

    Mohamed H. Jurriah Friend
    #505272

    My page is http://www.denislamiskepulje.dk by the way 🙂

    Saguaros Moderator
    #505307

    This is weird, not sure what you did change in your site but you can hide one of search module by using css. I assume that you want to keep one as demo site so you can open file: /templates/ja_your_default_template/css/template.css and add this code:


    #ja-header #ja-search {
    display: none;
    }

    Then clean JAT3 cache.

    Mohamed H. Jurriah Friend
    #505428

    Big thanks from here. It sovled the issue 🙂

    Mohamed H. Jurriah Friend
    #505430

    But by the way, could I reuse your code to any kind af modules I want to remove?

    Saguaros Moderator
    #505437

    It will depend on the block that module belongs to, the search module here is located in the header block.

    As I said above, this is strange case coz normally, if you want to remove a module, you can just unpublish it in backend.

    Let me know if you need further helps.

    Mohamed H. Jurriah Friend
    #505454

    Well, as an amateur you run in many strange things in joomla 😉
    However, I also want to hide the pagination in the position content-main on the front page. I tried to do that through the module but it did not had the option.

    Saguaros Moderator
    #505458

    May I know pagination in which page you want to hide? you can post url of that page here.

    Mohamed H. Jurriah Friend
    #505672

    http://denislamiskepulje.dk/

    Just the first page 🙂

    Saguaros Moderator
    #505745

    This homepage has K2 categories menu item type, you can try to change the number of items displayed (for example, change to 2). Then the pagination will disappear.

    Mohamed H. Jurriah Friend
    #505804

    its not working 🙁

    Mohamed H. Jurriah Friend
    #505931

    are there not another way to deal with that?

    Saguaros Moderator
    #506073

    You can try this way:

    – Open file: /templates/ja_template_name/css/template.css

    – Add this css rule:


    #ja-container .k2Pagination {
    display: none !important;
    }

    Then clean JAT3 cache.

    Mohamed H. Jurriah Friend
    #506399

    Thanks for the help. It solved it 🙂

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

This topic contains 14 replies, has 2 voices, and was last updated by  Mohamed H. Jurriah 11 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum