-
AuthorPosts
-
msilac Friend
msilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
September 4, 2014 at 6:20 pm #201082Hello, is there a chance to have search module on the frontpage… (it is not important where)?
How to print on print option… like here: http://www.mojaakcija.com/TESTING/legice/index.php/k2-showcase/item-page
if that is not functional, is there some other solution to print article? Any solution.http://www.mojaakcija.com/TESTING/legice/index.php
Thank you
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 5, 2014 at 4:03 pm #548488Hi,
You can create new Search module then place it above the image 253×168 (it’s a module with ID 48) on right column.
About your question with print layout, could you please recheck since the link you provided lead to a 404 page.
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
September 7, 2014 at 9:35 am #548590Yes, in the meantime, I worked on web… so there is no that article anymore.
Yo can see there now for example:
http://www.mojaakcija.com/TESTING/legice/index.php/2014-09-07-09-14-32/blog/item/28-malesuada-tortor-convallis-sitAdam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 8, 2014 at 3:28 am #548643Hi,
In this case, please provide your site url (you can send via private message as if you want), I need to take a look at your site in order to provide you the correct instruction.
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
September 8, 2014 at 4:28 pm #548746You have PM
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 9, 2014 at 3:55 am #548789Hi,
One last thing, I see that there’s a problem with layout in your site, please update your template / T3v2 System Plugin to latest version via JA Extension Manager component in order to fix the problem first, then let me know so I can move forward with the print function.
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
September 10, 2014 at 5:56 am #548955Layout is ok now
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 10, 2014 at 8:18 am #548977Hi,
I couldn’t login to your site back-end with the temporary account you provided, please recheck.
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
September 11, 2014 at 5:48 am #549134Yes I know, problem about that is here: http://www.joomlart.com/forums/topic/t3-logo-and-css-crash/ and I waiting for help from Saguaros
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 12, 2014 at 9:47 am #549336Hi,
In this case, please let me know when the account is available so I can continue the investigation process.
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
September 12, 2014 at 6:57 pm #549404Now you can do it again… username Adam same password
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 15, 2014 at 4:08 am #549475Hi,
Please open file root_folder/templates/ja_graphite/html/com_k2/templates/ja_graphite_blog/category_item.php and look for this line :
<div class="catItemBody">
All you have to do is add a block of code above it, as below :
<div class="itemToolbar">
<ul>
<?php if($this->item->params->get('itemFontResizer')): ?>
<!-- Font Resizer -->
<li class="first">
<span class="itemTextResizerTitle"><?php echo JText::_('font size'); ?></span>
<a href="#" id="fontDecrease">
<span><?php echo JText::_('decrease font size'); ?></span>
<img src="components/com_k2/images/system/blank.gif" alt="<?php echo JText::_('decrease font size'); ?>" />
</a>
<a href="#" id="fontIncrease">
<span><?php echo JText::_('increase font size'); ?></span>
<img src="components/com_k2/images/system/blank.gif" alt="<?php echo JText::_('increase font size'); ?>" />
</a>
</li>
<?php endif; ?><?php if($this->item->params->get('itemPrintButton')): ?>
<!-- Print Button -->
<li>
<?php if(JRequest::getCmd('print')==1): ?>
<a class="itemPrintLink" href="<?php echo $this->item->printLink; ?>" onclick="window.print();return false;">
<span><?php echo JText::_('Print'); ?></span>
</a>
<?php else: ?>
<a class="modal itemPrintLink" href="<?php echo $this->item->printLink; ?>" rel="{handler:'iframe',size:{x:900,y:500}}">
<span><?php echo JText::_('Print'); ?></span>
</a>
<?php endif; ?>
</li>
<?php endif; ?><?php if($this->item->params->get('itemEmailButton') && !JRequest::getInt('print')): ?>
<!-- Email Button -->
<li>
<a class="itemEmailLink" rel="nofollow" href="<?php echo $this->item->emailLink; ?>" onclick="window.open(this.href,'emailWindow','width=400,height=350,location=no,menubar=no,resizable=no,scrollbars=no'); return false;">
<span><?php echo JText::_('K2_EMAIL'); ?></span>
</a>
</li>
<?php endif; ?><?php if($this->item->params->get('itemCommentsAnchor') && $this->item->params->get('itemComments') && ( ($this->item->params->get('comments') == '2' && !$this->user->guest) || ($this->item->params->get('comments') == '1')) ): ?>
<!-- Anchor link to comments below - if enabled -->
<li>
<?php if(!empty($this->item->event->K2CommentsCounter)): ?>
<!-- K2 Plugins: K2CommentsCounter -->
<?php echo $this->item->event->K2CommentsCounter; ?>
<?php else: ?>
<?php if($this->item->numOfComments > 0): ?>
<a class="itemCommentsLink k2Anchor" href="<?php echo $this->item->link; ?>#itemCommentsAnchor">
<span><?php echo $this->item->numOfComments; ?></span> <?php echo ($this->item->numOfComments>1) ? JText::_('K2_COMMENTS') : JText::_('K2_COMMENT'); ?>
</a>
<?php else: ?>
<a class="itemCommentsLink k2Anchor" href="<?php echo $this->item->link; ?>#itemCommentsAnchor">
<?php echo JText::_('K2_BE_THE_FIRST_TO_COMMENT'); ?>
</a>
<?php endif; ?>
<?php endif; ?>
</li>
<?php endif; ?>
</ul>
</div><div class="catItemBody">
-
AuthorPosts
This topic contains 12 replies, has 2 voices, and was last updated by Adam M 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum