Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • andrebie Friend
    #193585

    Hi,

    I have a problem on the events page. The dividing line between the left and right event items does not appear.
    Furthermore, the month is too high on the page. I indicated it on the screen snapshot which I attached.

    Another issue occured since I upgraded from 1.02 to 1.03. I noticed a ‘0’ value in the header. Where does this come from?

    Thanks,

    André


    1. jamuzic-error-event-page
    Nazario A Friend
    #517787

    Hi Andrebie,

    <blockquote>I have a problem on the events page. The dividing line between the left and right event items does not appear.
    Furthermore, the month is too high on the page. I indicated it on the screen snapshot which I attached.
    </blockquote>

    I have checked on your site. In the Menu Item with name “Agenda”, you had been added the page class but missing a white space first. I fixed it for you, see the screenshot

    <blockquote>Another issue occured since I upgraded from 1.02 to 1.03. I noticed a ‘0’ value in the header. Where does this come from? </blockquote>

    This is error of our template. I have raised this bug to our Dev team to fix it. You can follow the status at: http://pm.joomlart.com/browse/JATCMUZIC-177

    Let me know if this helps


    1. Musi_1
    andrebie Friend
    #517833

    Thank you very much for your quick response and help. đŸ™‚

    André

    Nazario A Friend
    #523300

    @andrebie,

    <blockquote>Another issue occured since I upgraded from 1.02 to 1.03. I noticed a ‘0’ value in the header. Where does this come from?</blockquote>

    Please try to open the /templates/ja_muzic/html/mod_search/default.php file, then add line of code in red as follows:

    <form action="<?php echo JRoute::_('index.php');?>" method="post" class="form-inline form-search">
    <div class="search<?php echo $moduleclass_sfx ?>">
    <?php
    $output = '<label for="mod-search-searchword" class="element-invisible">' . $label . '</label> ';
    $output .= '<input name="searchword" id="mod-search-searchword" maxlength="' . $maxlength . '" class="form-control input" type="text" size="' . $width . '" placeholder="' . $text . '" />';

    if ($button) :
    if ($imagebutton) :
    $btn_output = ' <input type="image" value="' . $button_text . '" class="button" src="' . $img . '" onclick="this.form.searchword.focus();"/>';
    else :
    $btn_output = ' <button class="button btn btn-primary" onclick="this.form.searchword.focus();">' . $button_text . '</button>';
    endif;
    $button = '';
    endif;

    switch ($button_pos) :
    case 'top' :
    $output = $btn_output . '<br />' . $output;
    break;

    case 'bottom' :
    $output .= '<br />' . $btn_output;
    break;

    case 'right' :
    $output .= $btn_output;
    break;

    case 'left' :
    default :
    $output = $btn_output . $output;
    break;
    endswitch;

    endif;

    echo $output;
    ?>
    <input type="hidden" name="task" value="search" />
    <input type="hidden" name="option" value="com_search" />
    <input type="hidden" name="Itemid" value="<?php echo $mitemid; ?>" />
    </div>
    </form>

    Let me know how it goes.

    andrebie Friend
    #525702

    Thank you Nazario,

    My apologies, I was not able to respond earlier.
    Because of your post and your effort on the issue, I noticed that the issue has been solved in V1.0.4.
    After installing V1.0.4 it works fine. đŸ™‚

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

This topic contains 5 replies, has 2 voices, and was last updated by  andrebie 10 years, 8 months ago.

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