-
AuthorPosts
-
January 8, 2014 at 1:01 pm #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é
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
January 8, 2014 at 3:09 pm #517787Hi 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 user says Thank You to Nazario A for this useful post
January 8, 2014 at 8:10 pm #517833Thank you very much for your quick response and help. đŸ™‚
André
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
February 19, 2014 at 2:34 am #523300<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.
1 user says Thank You to Nazario A for this useful post
March 6, 2014 at 10:58 pm #525702Thank 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. đŸ™‚AuthorPostsViewing 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
Jump to forum