Mainbody Top position

GK User
Thu Jul 24, 2014 1:16 pm
Hi,

I have published the main body top position. At the beginning of the position there is a > symbol that I can't get rid of. I already looked into the default.php (layout) file, but unfortantly I can not find it. How can I solve this?

Kind regards,

Bruce
User avatar
Senior Boarder

GK User
Thu Jul 24, 2014 1:31 pm
Have you been modifying any template .php files?
User avatar
Moderator

GK User
Thu Jul 24, 2014 1:36 pm
I only have edited this in the default.php file in the layouts folders.

Link: https://www.gavick.com/forums/events-jo ... 37613.html
User avatar
Senior Boarder

GK User
Thu Jul 24, 2014 2:50 pm
Probably you left some additional php closing tag. Please search the file for:
'>>'
User avatar
Moderator

GK User
Thu Jul 24, 2014 3:21 pm
I have tried the original default.php template file and the problem still exist.

I can not find any additional >> tag.
User avatar
Senior Boarder

GK User
Thu Jul 24, 2014 3:33 pm
Could you please post an url to your site?
User avatar
Moderator

GK User
Thu Jul 24, 2014 3:34 pm
I have send you a PM with all the details.
User avatar
Senior Boarder

GK User
Fri Jul 25, 2014 4:45 pm
Is the element unpublished? I can't see it on your page.
User avatar
Moderator

GK User
Fri Jul 25, 2014 4:47 pm
The element is still published with the name Klantenservice Mainimage on www.degener.nl/klantenservice. I have tried it in safari and firefox.
User avatar
Senior Boarder

GK User
Fri Jul 25, 2014 5:01 pm
Please send me a PM with:
1. URL to your website
2. ftp data (host, user, password)
3. link to this thread
User avatar
Moderator

GK User
Sun Jul 27, 2014 1:11 pm
Cyberek wrote:Please send me a PM with:
1. URL to your website
2. ftp data (host, user, password)
3. link to this thread


I have send a PM with all the details. Thank you in advance for looking into this.
User avatar
Senior Boarder

GK User
Tue Jul 29, 2014 6:42 am
Ok, that is a bug in our template and I have fixed it for you.
templates/gk_events/layouts/default.php
line 147:
Code: Select all
<?php if(isset($this->module_ids['mainbody_top'])) echo ' id="'.$this->module_ids['mainbody_top'].'"'; ?>>

needs to b changed to:
Code: Select all
<?php if(isset($this->module_ids['mainbody_top'])) echo ' id="'.$this->module_ids['mainbody_top'].'"'; ?>
User avatar
Moderator

GK User
Fri Aug 29, 2014 10:10 am
Thanks. :-)
User avatar
Senior Boarder


cron