Two questions for personalize

GK User
Wed Dec 02, 2015 9:23 am
Hello I have two question for personalize this template:

1. I need modify the size of IMAGE SHOW GK4, when i use this module in the top position, the images full width, and i need 600x200 pixels of size only. You can see in http://gtled.com/index.php/inicio-2016

2. I need show the html conten what i add manually in the articles. When i use personal html in module in breadcumb position i don´t can see in the article. You can see the content (search and a few logos) in http://gtled.com/index.php/productos, but in this pages i don´t can see http://gtled.com/index.php/inicio-2016

Thanks.
User avatar
Junior Boarder

teitbite
Thu Dec 03, 2015 12:56 pm
Hi

1. Add this to override.css

Code: Select all
#gkIs-gk-is-117 {
    height: 200px !important;
    margin: 0 auto;
    max-width: 600px;
}


2. I do not understand what do You mean in this task. Can You please explain one more time?
User avatar
Moderator

GK User
Thu Dec 03, 2015 3:50 pm
Perfect teitbite thanks

For the other point, i explain better:

I add a module with some logos using personal html, but i have some pages what don´t show this logos, this pages are using articles and i use breadcumb position

You can see this logos in http://gtled.com/index.php/productos down search bar
And in this page don´t show http://gtled.com/index.php/inicio-2016
User avatar
Junior Boarder

teitbite
Sun Dec 06, 2015 12:23 pm
Hi

ok. Now I get it. Some module positions are disabled for single items, to force them to show edit file: /layout/default.php and find line:

Code: Select all
            <?php if(($this->API->modules('breadcrumb') || $this->API->get('login_url', '') != '') && !$single_item_layout) : ?>


than replace it with

Code: Select all
            <?php if(($this->API->modules('breadcrumb') || $this->API->get('login_url', '') != '')) : ?>
User avatar
Moderator


cron