navigation between articles not visible

Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Nov 11, 2013 12:35 am
Reply with quote
Report this post
In my articles you do not see the ability to navigate between the previous and the following.
In the categories I put the paging visible, even in the menu but nothing changes.
May depend on what?
In the articles instead of k2 navigation you see ..
User avatar
Junior Boarder

GK User
Mon Nov 11, 2013 10:35 am
Reply with quote
Report this post
Hello,

Did you tried to enable it directly in the specific item?
User avatar
Administrator

GK User
Mon Nov 11, 2013 5:47 pm
Reply with quote
Report this post
In categories I set up display paging, all categories and related items inherit from the main category parameters. this article appears in no navigation.Non know where else to get your hands ..
User avatar
Junior Boarder

GK User
Tue Nov 12, 2013 8:15 am
Reply with quote
Report this post
Once again - please try to enable it in the specific items.
User avatar
Administrator

GK User
Tue Nov 12, 2013 8:47 am
Reply with quote
Report this post
Where exactly ?
User avatar
Junior Boarder

GK User
Tue Nov 12, 2013 10:22 am
Reply with quote
Report this post
In the specific item editor.
User avatar
Administrator

GK User
Tue Nov 12, 2013 11:42 am
Reply with quote
Report this post
you mean the editor of the articles of K2 or JCE?
In the settings of the item is set to 'show pagination' preferences and also in the category of K2.
User avatar
Junior Boarder

GK User
Tue Nov 12, 2013 11:49 am
Reply with quote
Report this post
I think that there can be some misunderstanding between us - could you send me a screenshot of option which you have enabled in the category settings?
User avatar
Administrator

GK User
Tue Nov 12, 2013 2:33 pm
Reply with quote
Report this post
Image

My setting in this category..
User avatar
Junior Boarder

GK User
Tue Nov 12, 2013 9:20 pm
Reply with quote
Report this post
It is very weird - I've just get the quickstart package and I've set in the Product News category this option to "Show" - then the navigation in the items appeared. It seems that something is still overriding your settings. Please open on of the items in K2 and please enable the navigation directly in the item. By the way - did you modified the K2 override views?
User avatar
Administrator

GK User
Wed Nov 13, 2013 7:45 am
Reply with quote
Report this post
the override file has been modified, enclose the content.
I also activated the item in each article, category, menu item and preferences of K2 but nothing changes.

/*
#------------------------------------------------------------------------
# Simplicity - February Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/

/* override.css */
#gkHeaderMod div.custom p {margin: 5px 0 0px; line-height: 1;}
.fb_iframe_widget iframe {max-width: 1000px!important; overflow: visible;}
User avatar
Junior Boarder

GK User
Wed Nov 13, 2013 11:06 pm
Reply with quote
Report this post
As an override I mean files in the html/com_k2 catalog inside the template directory.
User avatar
Administrator

GK User
Thu Nov 14, 2013 4:23 pm
Reply with quote
Report this post
I do not understand, in which folder I have to look exactly?
HTLM> com-k2> templates ....?
Image
User avatar
Junior Boarder

GK User
Thu Nov 14, 2013 9:24 pm
Reply with quote
Report this post
Yes, exactly in this directory.
User avatar
Administrator

GK User
Thu Nov 14, 2013 11:24 pm
Reply with quote
Report this post
none of these files has been changed. Which of these do you mean?
sorry I can not understand to what do you want me to do..
User avatar
Junior Boarder

GK User
Thu Nov 14, 2013 11:32 pm
Reply with quote
Report this post
I've asked for it, because on my installation this feature is working fine so it means, that something was changed on your installation or in your configuration.

In your case the only solution in my opinion is opening file html/com_k2/templates/default/item.php and changing fragment:

Code: Select all
                <?php if($params->get('itemNavigation') && !JRequest::getCmd('print') && (isset($this->item->nextLink) || isset($this->item->previousLink))): ?>
                <div class="itemNavigation">
                        <span><?php echo JText::_('K2_MORE_IN_THIS_CATEGORY'); ?></span>
                        <?php if(isset($this->item->previousLink)): ?>
                        <a class="itemPrevious" href="<?php echo $this->item->previousLink; ?>">&laquo; <?php echo $this->item->previousTitle; ?></a>
                        <?php endif; ?>
                        <?php if(isset($this->item->nextLink)): ?>
                        <a class="itemNext" href="<?php echo $this->item->nextLink; ?>"><?php echo $this->item->nextTitle; ?> &raquo;</a>
                        <?php endif; ?>
                </div>
                <?php endif; ?>


to:

Code: Select all
                <?php if(!JRequest::getCmd('print') && (isset($this->item->nextLink) || isset($this->item->previousLink))): ?>
                <div class="itemNavigation">
                        <span><?php echo JText::_('K2_MORE_IN_THIS_CATEGORY'); ?></span>
                        <?php if(isset($this->item->previousLink)): ?>
                        <a class="itemPrevious" href="<?php echo $this->item->previousLink; ?>">&laquo; <?php echo $this->item->previousTitle; ?></a>
                        <?php endif; ?>
                        <?php if(isset($this->item->nextLink)): ?>
                        <a class="itemNext" href="<?php echo $this->item->nextLink; ?>"><?php echo $this->item->nextTitle; ?> &raquo;</a>
                        <?php endif; ?>
                </div>
                <?php endif; ?>
User avatar
Administrator

GK User
Fri Nov 15, 2013 12:00 pm
Reply with quote
Report this post
I did as suggested but I see no changes .. look here: www.videoinquota.it
Thanks for your patience anyway.
User avatar
Junior Boarder

GK User
Sat Nov 16, 2013 11:45 am
Reply with quote
Report this post
wow, that's really weird.

In this case please send me a PM message with the administrator and FTP access - I will have to check your settings and some php files to solve this problem.
User avatar
Administrator

GK User
Sat Nov 16, 2013 5:50 pm
Reply with quote
Report this post
Ok. I sent you a message.
User avatar
Junior Boarder

GK User
Sun Nov 17, 2013 1:00 pm
Reply with quote
Report this post
I've looked on your page now and the pagination between articles is visible - please look at the attachment.
User avatar
Administrator

GK User
Mon Nov 18, 2013 1:05 pm
Reply with quote
Report this post
Yes, since I disabled the plugin gk_opengraph errors that caused me even now goes Rss Feed view.
But What if I wanted display the page numbers would be possible?
User avatar
Junior Boarder

GK User
Tue Nov 19, 2013 8:41 am
Reply with quote
Report this post
As I know there it is not possible to show pagination on the item page in K2 without custom changes in the core K2 code.
User avatar
Administrator


cron