test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • congeladosemcasa Friend
    #209167

    Hello:

    My Joomla website built on t3 blank (heavily modified) is exhibiting a strange behavior: smart search results page renders but all links (not only search results) don’t work.

    I believe the problem to be related to T3 in some way, since the problem is non-existent if Protostar is used.

    Please check it here: http://formacao.dianova.pt/pesquisa
    The website is in Portuguese, but a search box is a search box, right? 🙂

    The website is running J3.4.3 and T3 plugin is up to date.

    I can’t really say when smart search broke, but it used to work.

    Can anyone shine a light on this issue?
    Thanks.

    Best regards,
    Rui Braz

    Ninja Lead Moderator
    #578523

    You can fix the problem on your site with the solution below

    Open modules/mod_bt_backgroundslideshow/tmpl/css/style.css file

    find and change

    #cp-bg-slide {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
    }

    to

    #cp-bg-slide {
    display: block;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
    }

    Let me know if it helps

    congeladosemcasa Friend
    #813724

    Hi Ninja Lead:

    You reply didn’t caught my attention at the time, so here I am now, almost 5 months later, to tell you that you were absolutely right! That small change in the CSS did solve the issue.

    Thank you.

    Best regards,
    Rui Braz

    Ninja Lead Moderator
    #813959

    Hi Rui,

    Glad to hear that it helped. If you have any further assistance, please don’t hesitate to contact us.

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 11 months ago.

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