-
AuthorPosts
-
March 2, 2015 at 11:00 pm #204274
My site crashed a few months ago. The techs where I host were able to get the site working again but there were some glitches that reappeared.
1) My search bar is supposed to be above my toolbar and under the logo.
2) You can not read the date because it collides with the headline
3) The bug in the address bar defaults to a Joomla logo when there should be a small APR logo.
4) If you look in the address bar, it says that the file is in an archive file when it is actually in Politics>State as a featured article.
Can you please help? Thank you so much in advance. I have attached a screen shot.
Susan
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 2, 2015 at 11:12 pm #561292Is the screenshot above how everything is supposed to display?
March 4, 2015 at 10:52 pm #561657No. It was taken so you can see where things are now as opposed to where they are supposed to be.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 5, 2015 at 6:07 pm #561778<em>@sbbritt 461596 wrote:</em><blockquote>No. It was taken so you can see where things are now as opposed to where they are supposed to be.</blockquote>
Can you throw together a screenshot mockup of how things are supposed to display – for reference?
March 5, 2015 at 10:44 pm #561811Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
March 6, 2015 at 9:32 pm #561962Hi @sbbritt,
1. Please open file root_foldertemplatesja_teline_ivetclayoutsdefault.xml and look for this code :
<block name="mainnav" type="mainnav"></block>
<block name="topbar" type="topbar"></block>switch them as below :
<block name="topbar" type="topbar"></block>
<block name="mainnav" type="mainnav"></block>then open file root_foldertemplatesja_teline_ivcsstemplate.css and remove this code :
#ja-topbar {
height: 26px;
position: absolute;
top: 0;
z-index: 11;
}2. Please open file root_foldertemplatesja_teline_ivhtmlcom_contentarticledefault.php and look for this code :
<dd class="create ja-blog-date">
<div class="inner clearfix">
<?php
$createDay = date('d', strtotime( $this->item->created));
$createMonth = JText::_(strtoupper(date('F', strtotime($this->item->created)))."_SHORT");
$createYear = date('Y', strtotime( $this->item->created));
?>
<span class="date"><?php echo $createDay; ?></span>
<span class="month-year">
<strong><?php echo $createMonth; ?></strong>
<strong><?php echo $createYear; ?></strong>
</span>
<?php echo $this->item->event->beforeDisplayContent; ?>
</div>
</dd>then update as below :
<dd class="created">
<?php
$createDay = date('d', strtotime( $this->item->created));
$createMonth = JText::_(strtoupper(date('F', strtotime($this->item->created)))."_SHORT");
$createYear = date('Y', strtotime( $this->item->created));
?>
<?php echo JText::sprintf('COM_CONTENT_CREATED_DATE_ON', ''); ?>
<span><?php echo $createDay; ?> <?php echo $createMonth; ?> <?php echo $createYear; ?></span>
</dd>3. If you’re talking about favicon, please check this article.
4. Currently, the menu item 2014 is specified with alias “archive-2014” so if you navigate to that article, the link in address bar should display like that (you will see that menu item is active too).
March 7, 2015 at 4:13 pm #562037Hi
I don’t have def ault.xml. My choices are Default, default-rti, handheld and iPhone.
Also can’t find “htmlcom_conten tarticledefault.php”
While I am in these files, where do I increase story text font size for entire site?
March 8, 2015 at 5:01 pm #562123Since I made the adjustment yesterday in the header, a link that is there no longer works. The link is in the module ads-header. When you click on “Stealing the Statehouse” is displays the link in the address bar but returns the reader to the front page.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
March 17, 2015 at 9:18 pm #563476Menu item is /archives/2013/2013 February
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
March 18, 2015 at 4:11 am #563510Hi @sbbritt,
If you navigate to page Stealing the Statehouse?, you will see the menu item home is active. In addition, assuming this page is the top level category, it won’t work as you have to link to its parent category instead.
May 4, 2015 at 8:00 pm #569402<em>@TomC 461141 wrote:</em><blockquote>Is the screenshot above how everything is supposed to display?</blockquote>
Here are some screenshots of the problems.
-
May 4, 2015 at 8:00 pm #734491
<em>@TomC 461141 wrote:</em><blockquote>Is the screenshot above how everything is supposed to display?</blockquote>
Here are some screenshots of the problems.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
-
AuthorPosts
This topic contains 20 replies, has 3 voices, and was last updated by sbbritt 9 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum