Mobile Layout shows Template Branding

GK User
Thu Jan 12, 2012 10:56 am
Hi How do I turn off the My Folio Branding in my websites Mobile Phone Layouts?

Also my left-left column does not appear in the Mobile Layout and I must have it appear.
Left_left appears on Ipads and Laptops/destops just not Mobile
Thanks anyone for advise on these two problems
Elliott Head :?:
User avatar
Gold Boarder

GK User
Thu Jan 12, 2012 1:36 pm
Hi,

If you want to remove the logo purely, open this file \templates\gk_myfolio\layouts\iphone.php

Remove this code:
Code: Select all
<?php if($this->getParam('mobile_logo_type', 'image') == 'css') : ?>
            <h1 id="gkHeader" class="cssLogo">
                   <a href="./"><?php echo $this->getPageName(); ?></a>   
            <?php else : ?>
            <h1 id="gkHeader">
                <a href="./"><img src="<?php echo $mobile_logo_image; ?>" alt="<?php echo $this->getPageName(); ?>" /></a>   
            <?php endif; ?>
            </h1>


But if you want to change the logo image, you can config it in template setting page.
User avatar
Platinum Boarder

GK User
Fri Jan 13, 2012 12:58 pm
Thank you Don Lee You the Man!
User avatar
Gold Boarder

GK User
Sat Jan 14, 2012 10:39 am
You are always welcome Elliott! Feel free to ask me if you need more assistance!
User avatar
Platinum Boarder


cron