html Code for module header

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Mon May 07, 2012 10:03 pm
Hi,

i would like edit header from modules. I don't now the name from the file for edit.

what is the name from this file?

Thanks and best regards

Andreas
User avatar
Fresh Boarder

GK User
Tue May 08, 2012 7:37 am
Module headers are auto generated and your changes may affect to all modules in the template but if you want to you need to look at file template/html/modules.php
User avatar
Platinum Boarder

GK User
Tue May 08, 2012 6:16 pm
Hi,

i would like the same header for the div for the component JReviews:
please show link to the right range (Google-Map) or image
http://www.checkdivers.com/index.php/de/component/content/article/33-cdc-guide/divecenter/asien/philippines/bohol/74-bohol-sea-resort


i want use this code:
Code: Select all
<div class="jreviews">GOOGLE- MAP
  <div class="headerline"></div>
</div>


and this code for css:
Code: Select all
.jreviews {
   font-family: "Arial Black", Gadget, sans-serif;
   font-size: 10px;
   font-style: normal;
   color: #000;
   background-color: #FFF;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   width:200px;
   hight: 15px;
}
.headerline {
   border-top-width: 1px;
   border-top-style: solid;
   border-color:#F00;
   width:150px;
   hight: 1px;
   position:absolute;
   right: 2px;
   top: 10px;
   
}


but i dont have the same result as module-header from the template

I need help to realize for this.

Thanks and best regards

Andreas
User avatar
Fresh Boarder

GK User
Tue May 08, 2012 6:28 pm
Sorry,

i would like this result from the image.

Thanks and best regards

Andreas
User avatar
Fresh Boarder

GK User
Thu May 10, 2012 2:13 pm
Now I'm quite confused what effect you desire, are you sure that this google maps is loading as a module ? If yes it should have styling similar to other modules, maybe this is component view ?
User avatar
Platinum Boarder

GK User
Thu May 10, 2012 3:24 pm
Hi,
yes this i a view from the component "JReviews" from reviewsforjoomla.com.
I insert diffrent range for google map or contact details. I would like use the header
from the template for the range from component.

Thanks and best regards

Andreas
User avatar
Fresh Boarder


cron