Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • lukescotty Friend
    #204975

    Hiya

    I’m having a problem with the contact author pop up window, its popping up but its not displaying properly.

    click ‘contact author’ on: (red button under logo)
    http://www.tradecourses.co.uk/jmltc/index.php/search-courses/electrical-courses/entry/view/24-domestic-electrician-4-weeks-sheffield

    and it should look like this one:
    same again, click ‘contact author’
    http://directory.rsjoomla.com/single-entry

    now i’ve contacted rsjoomla, and they’ve tested it etc with a normal joomla template and they said for me to contact the template developer to find out whats going wrong, because they said its not them.

    hope this makes sense and i’ve explained it right.

    thanks for replies in advanced

    kind regards
    Luke

    Ninja Lead Moderator
    #564503

    My solution below will help you out

    Create templates/ja_university_t3/css/custom.css file and add new rule


    div#rsdir-contact-modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 580px;
    margin-left: -280px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.298039);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 3px 7px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 3px 7px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    }

    lukescotty Friend
    #564542

    you are amazing! thanks so much!! worked a treat but the window has scroll bars on it

    to get rid of it, i need to atler the height of the iframe from 500 to 380px

    where would this code be located

    <iframe src=”/jmltc/index.php/search-courses/electrical-courses/contact/24?tmpl=component” style=”height: 500px;”></iframe> ”

    kind regards

    Luke

    Ninja Lead Moderator
    #564657

    You can change it from css style with my red mark below


    div#rsdir-contact-modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 580px;
    height: 380px;
    margin-left: -280px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.298039);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 3px 7px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 3px 7px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    }

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 7 months ago.

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