Page Break (edit)

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
Wed Jul 17, 2013 8:19 pm
Reply with quote
Report this post
Hi,

im using the page break at one of my articles. it looks like in the picture Image.
all of the things colored, green, yellow and red should be edited if possible.

especially green, the "Page x of y", i want to remove..
and yellow, the width of "Articles" is too less, id like to increase it...

could somebody help me out please? Thanks!
User avatar
Fresh Boarder

GK User
Thu Jul 18, 2013 5:53 am
Reply with quote
Report this post
Hi,
yes it's possible in two ways,
but first please send me URL to exactly this page (maybe using PM) or here.

First method is based on CSS (safe), and second - on file edit.
User avatar
Platinum Boarder

GK User
Thu Jul 18, 2013 5:55 am
Reply with quote
Report this post
p.s.
Yesterday I saw nice extension on JED called "AutoAnchor Menu" - which create this kind of index menu automatically based on headers inside article.
User avatar
Platinum Boarder

GK User
Thu Jul 18, 2013 4:51 pm
Reply with quote
Report this post
hi, thanks for ur answer...

the page is still locally developed and not uploaded to any server yet. i could send u a link to the local box running, if u want.. :)

what file do u need exactly.. or should i just upload the whole template online?
User avatar
Fresh Boarder

GK User
Fri Jul 19, 2013 5:56 am
Reply with quote
Report this post
Ok, let's try this:

Code: Select all
#article-index h3, .pagenavcounter {display:none}


How to add Custom CSS: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Fri Jul 19, 2013 6:00 am
Reply with quote
Report this post
what file do u need exactly.. or should i just upload the whole template online?


It's better do not tough any file, because when you update your Joomla you may lost changes if you forgot .....about it.

But if you want to know : plugins\content\pagebreak\pagebreak.php
As you see this is JOOMLA CORE file not from template.
There you will find lines to delete/change:

Code: Select all
// Page counter.
            $row->text .= '<div class="pagenavcounter">';
            $row->text .= $pageNav->getPagesCounter();
            $row->text .= '</div>';
(...)
// TOC header.
FROM
$row->toc .='<h3>'.$headingtext.'</h3>';
TO
$row->toc .=' ';


User avatar
Platinum Boarder


cron