Module suffixes are not always working

Support desk for Villa Belluci Joomla Hotel Template
GK User
Thu Jul 30, 2015 2:06 pm
Hi there,

I'm trying to create some suffixes with no-tablet or only-desktop or only-tablet settings to different module positions.
In some positions this works fine, in some others doesn't.

What's wrong?

In addition to the above on the back end with JCE Editor I'm getting an error with the latest template version:
failed to load external entity ".../templates//typography/

As you see the typography have double // how can I fix this?

Thanks.
User avatar
Junior Boarder

GK User
Thu Jul 30, 2015 2:21 pm
The problem is for sure with the header position. No suffixes works there.
User avatar
Junior Boarder

teitbite
Fri Jul 31, 2015 12:37 pm
Hi

Some module positions has default module functionality disabled on purpose to not override it and destroy layout because of it. You can edit file /layout/default.php look for the position You wish to add it and change style value. Example:

Code: Select all
             <jdoc:include type="modules" name="header" style="none" />


change style to "gk_style" to supports all modules features:

Code: Select all
             <jdoc:include type="modules" name="header" style="gk_style" />
User avatar
Moderator


cron