Problem css help me please

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Feb 11, 2011 1:07 pm
Hello

I do not understand why when I click on the right side of the contact site is in bazaars, as if the width of the contact module of joomla was too big?

here's the address, all is good on the home page and guestbook etc. except this one.

www.modemradio.com

Another little thing like being to avoid having the blank or is writing this I quote
Veuillez vous connecter !


Seuls les membres de la communauté peuvent participer aux fils de discussions du forum. Vous devez vous enregistrer ou connectez-vous pour contribuer.'"


link on the forum, I would like it to be the same size as the modules installed on the right (120x600 banner, advertising messaging etc ...) and vice versa for reverse what is this right? thank you

thank you in advance
seb

help me please

to simpler 2 screenshots:

the first for the first concerns with the contact module of joomla
it lacks the color ect ... css on the right (see arrows)

Capturesoucis1.JPG



No worries 2
Part of the image css does not fall (see arrow)

Capturesoucis2.JPG



- when transformation this template hit music 1.5 for 1.6 joomla?
- which module for Joomla 1.6 and could agree to replace this one ( bannerslider http://extensions.joomla.org/extensions ... ement/3642 )?


thank you
User avatar
Senior Boarder

GK User
Fri Feb 11, 2011 5:32 pm
have you understood my problem?
User avatar
Senior Boarder

GK User
Fri Feb 11, 2011 10:47 pm
why write error templates/gk_hitmusic/html/com_content/category/blog_item.php on line 1 on my page ?

http://www.modemradio.com/actu/actu-de- ... tres-.html
User avatar
Senior Boarder

GK User
Sat Feb 12, 2011 12:42 pm
help me please

thank
User avatar
Senior Boarder

GK User
Sat Feb 12, 2011 2:38 pm
I'm sorry . . . I am not sure what you are asking . . . can you explain a little more?

I can't look at your site, the link doesn't work.
User avatar
Expert Boarder

GK User
Sat Feb 12, 2011 9:08 pm
Hi

my site is visible on http://www.modemradio.com
my worries are those addresses:

- http://www.modemradio.com/forum/index.h ... nc=listcat
- http://www.modemradio.com/actu/actu-de- ... tres-.html
- http://www.modemradio.com/contact.html

On them address ,this concerns the modules positioned on the template hitmusic "Gavick"right button positions

This is without the background css ( background white,) and the modules are put one on the other? I do not understand why? I try uninstalling them and putting the minimum of plugins, but nothing to make ,this not resolved?

I put a screen capture:

Capturesoucis1_2011-02-12.JPG


this address - http://www.modemradio.com/forum/index.h ... nc=listcat on the bottom of the mainbody position as large as that of intaller modules on the right?

screenshoot:
Capturesoucis2_2011-02-12.JPG


There is a problem blog at this adress

http://www.modemradio.com/actu/actu-de- ... tres-.html

Code: Select all
Notice: Use of undefined constant php - assumed 'php' in /homepages/1/d244670768/htdocs/jawas/templates/gk_hitmusic/html/com_content/category/blog_item.php on line 1


thank
User avatar
Senior Boarder

GK User
Sun Feb 13, 2011 12:43 am
On this page: http://www.modemradio.com/actu/actu-de- ... tres-.html, it looks like the right sidebar is not appearing as you are using the banners directly in that position? Have you added a module class to this?

On this page: http://www.modemradio.com/forum/index.h ... nc=listcat, the main content box will only grow to be as large as its content, not as deep as the sidebar. If you need them all to be the same height regardless of content then you'll need to mess with the css a little more. Try a Google search such as :

http://matthewjamestaylor.com/blog/equa ... s-no-hacks

http://www.projectseven.com/tutorials/c ... /index.htm
User avatar
Expert Boarder

GK User
Sun Feb 13, 2011 11:47 am
yes I use the banners directly from the joomla banner module I put in this position .


the rest you said I is not understood

thank
User avatar
Senior Boarder

GK User
Sun Feb 13, 2011 11:55 am
I think then someone from Gavick who knows the template better than I will need to help on this one then I'm afraid :)
User avatar
Expert Boarder

GK User
Sun Feb 13, 2011 12:08 pm
I agree, but how informed thank
User avatar
Senior Boarder

GK User
Sun Feb 13, 2011 9:53 pm
Hi

For the first problem, if you wish add this line on template.css file:

Code: Select all
#Kunena {min-height: 850px}


About the rest, did you change anything on ../gk_hitmusic/html/modules.php ?

Also, be careful that external content that you place on modules and the way you are adding it.

Cheers
User avatar
Platinum Boarder

GK User
Mon Feb 14, 2011 7:52 pm
Seichinha wrote:Hi

For the first problem, if you wish add this line on template.css file:

Code: Select all
#Kunena {min-height: 850px}


About the rest, did you change anything on ../gk_hitmusic/html/modules.php ?

Also, be careful that external content that you place on modules and the way you are adding it.

Cheers


here the file in attachement

thank
[attachment]modules.php[/attachment]

<?php

defined('_JEXEC') or die('Restricted access');

/**

Version without interface

Attributes:
- headerLevel

**/

function modChrome_gavickpro($module, &$params, &$attribs)
{
$headerLevel = isset($attribs['headerLevel']) ? (int) $attribs['headerLevel'] : 3;

if (!empty ($module->content)) : ?>
<div class="moduletable<?php echo $params->get('moduleclass_sfx'); ?><?php echo $attribs['additional_class']; ?>">
<div>
<?php if ($module->showtitle) : ?>

<?php
$title = explode(' ', $module->title);
$title_part1 = array_shift($title);
$title_part2 = join(' ', $title);
?>

<h<?php echo $headerLevel; ?>><span><strong><?php echo $title_part1.' '; ?></strong><?php echo $title_part2; ?></span></h<?php echo $headerLevel; ?>>

<?php endif; ?>
<div class="moduletable_content">
<?php echo $module->content; ?>
</div>
</div>
</div>
<?php endif;
}
?>


not change the file
User avatar
Senior Boarder

GK User
Mon Feb 14, 2011 10:51 pm
this problem resolved replace the ligne :

<div class="moduletable<?php echo $params->get('moduleclass_sfx'); ?><?php echo $attribs['additional_class']; ?>">


for this:

<div class="moduletable<?php echo $params->get('moduleclass_sfx'); ?><?php if (isset($attribs['additional_class'])) {echo $attribs['additional_class'];} ?>">


my end problem is articles format blog

exemple : http://www.modemradio.com/actu/actu-de- ... tres-.html

error

ligne 1 why? error display in my joomla configuration is off , and error on my configuaration my template is off

when resolved this problem

this file contoned 1 ligne , the package is not verified ?

thank
User avatar
Senior Boarder


cron