This is my page:
http://pinuppeepshop.com/
I would like some text underneath my center categories box.
What file do I need to edit and what to switch on in the admin?
Help is much apprechiated!
![]()
This is my page:
http://pinuppeepshop.com/
I would like some text underneath my center categories box.
What file do I need to edit and what to switch on in the admin?
Help is much apprechiated!
![]()
Have you tried Admin>Tools>Define Pages Editor, then define Main Page?
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
Hey, thanks for answering!
Yes I did edit my define_main_page.php
It was a few days ago and it showed above of my center box.
What I want is that it shows below my center box.
Right now nothing is showing at all, even though I still have the edited text in the
define_main_page.php.
Probably cause I switched it off in the admin and forgot where...
![]()
you want the text at the bottom....just above your footer and bottom navbar, right?
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
Thatīs right.
O.k. then go to includes/templates/template_default/templates/tpl_index_default.php and find these lines of code:
And move it all the way to the bottom, but right above this code:Code:<div id="indexDefaultMainContent" class="content"><?php require($define_page); ?></div> <?php } ?>
That should do it.Code:</div>
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
That would be to edit
includes/templates/purple/templates/tpl_index_default.php
That makes sense, I´ve moved the code and I´m sure that will
move the text to where I want it to be!
BUT right now the text doesn´t show at all for some reason.
I edit it in /english/html_includes/define_main_page.php
Do I need to switch it on in the admin somewhere?
I looked through everything twice but can´t seem to find anything...
Thank you!!
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
kit, you might try looking in includes/languages/English/html_includes/define_main_page.php , to see if it's still showing up there. If not, you might try putting it there, then see if it shows up.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!