Shape 5

Joomla Templates => Luxon - Club => : cityguide April 22, 2015, 08:31:01 AM



: My location disappears when i add my own logo ?
: cityguide April 22, 2015, 08:31:01 AM
hello,

i encounter following error!
when i generate an logo with html modul and put it in the logo possition then disappears  the location modul how is locatet right hand side in modul custom_1

but when i try to put the logo with same name (s5_logo.png) in folloing folder  /templates/luxon/images/s5_logo.png   then the custom_1 modul not disappears.

what is running wrong here?


: Re: My location disappears when i add my own logo ?
: mikek April 22, 2015, 09:51:46 AM
Hello,

Please post a url to where this occurs.


: Re: My location disappears when i add my own logo ?
: cityguide April 22, 2015, 11:13:57 AM
http://clarkton-hotel.com

direct under the logo is now the city ?!

i find out something strange but i already saved the new location before.

when i use the regular jce oder mce all codes after saveing are mixed up like ? no answer but i found in an other board that joomla 3.4.1 still have a problem with and to switch to code mirror.  after i did this the codes are working fine again but not everybody can handle codes like you guys :-) .

like the room booking - i opend simply and saved again and suddenly i cant have any action in frontend anymore !
i installed the whole shaper new and changed to code mirror only and no more problem after saveing the mod.

maybe its helpful for this issue also ?


: Re: My location disappears when i add my own logo ?
: mikek April 22, 2015, 11:38:13 AM
Hello,

In template.css around line 310 find the following:

.s5_logo {
cursor:pointer;
float:left;
margin-right:26px;
}

And change it to:

.s5_logo, .s5_logo_module {
cursor:pointer;
float:left;
margin-right:26px;
}

In regards to the editor, the template doesn't control any of that. Editors are notorious for stripping out custom html unfortunately.


: Re: My location disappears when i add my own logo ?
: cityguide April 23, 2015, 01:08:15 AM
thx for fast replay .. :-)


: Re: My location disappears when i add my own logo ?
: mikenicoll April 23, 2015, 08:11:13 PM
Let us know if you have any further questions


: Re: My location disappears when i add my own logo ?
: cgno85 April 26, 2015, 04:05:34 PM
Dear Mike, i have more problem with template.

All the moduls of the Contac in the bottom dissapear, the module are publicated and in the same position assigned, even if i just change the text for the code this disspaear, please yout help.

Greetings


: Re: My location disappears when i add my own logo ?
: mikek April 27, 2015, 07:08:55 AM
Hello,

Your site is asking for a login. Make sure you have the module published to the correct menu assignments in the module's backend. Modules can also unpublish or disappear if you have a problem with another module, such as one with a missing closing tag. The only way to determine that is to unpublish each one and bring them back on one by one.