Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • msilac Friend
    #201082

    Hello, 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 Moderator
    #548488

    Hi,

    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 Friend
    #548590

    Yes, 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-sit

    Adam M Moderator
    #548643

    Hi,

    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 Friend
    #548746

    You have PM

    Adam M Moderator
    #548789

    Hi,

    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 Friend
    #548955

    Layout is ok now

    Adam M Moderator
    #548977

    Hi,

    I couldn’t login to your site back-end with the temporary account you provided, please recheck.

    msilac Friend
    #549134

    Yes 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 Moderator
    #549336

    Hi,

    In this case, please let me know when the account is available so I can continue the investigation process.

    msilac Friend
    #549404

    Now you can do it again… username Adam same password

    Adam M Moderator
    #549475

    Hi,

    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">

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

This topic contains 12 replies, has 2 voices, and was last updated by  Adam M 9 years, 7 months ago.

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