Questions tagged [joomla-template]

Joomla is an open source content management system for web sites which includes a powerful template system.

Joomla! is an open source content management system for web sites which includes a powerful template system. If you are seeking assistance with creating a template for Joomla!, please read Creating a basic Joomla! template

216 questions
1
vote
1 answer

How can we divided joomla template file in two sections?

We are devloping a website in joomla 1.5 version and we have a html desgin for this, the problem is that home page design is different from other inner pages in width and left and right part. I am not getting the right way for this because in the…
Kapil Goyal
  • 51
  • 1
  • 4
1
vote
2 answers

Pulling only the title and body of an article (Joomla)

I have inserted the following line into my Joomla template: This will bring across the whole post, including the title of the article. How can I bring the featured article title across seperate to it's body/content…
user863551
1
vote
1 answer

add Menu type for Virtue Mart component in Joomla

I installed VM manually and the menu type is missing from the list. How can i add this manually. I understand i have to use views but i don't have a views folder for the component.Do i need to create a view for it if so how do i need to go about it.
tnash
  • 385
  • 4
  • 12
1
vote
3 answers

Joomla menu css

I wanted to create a menu in the top of the page, because of the specific layout in the css i thought this is a solution to do this using the following code in my template (the index.php) $item_active = $menu->getActive(); for($i = 0; $i > …
Oritm
  • 2,113
  • 2
  • 25
  • 40
1
vote
1 answer

Joomla show subcategory image on category page?

Is there a way, beside creating yet another MYSQL connection, to retrieve subcategory image while browsing parent category page? For example: Main category (set as category as blog) Subcategory 1 (image set in Basic options image…
RhymeGuy
  • 2,102
  • 5
  • 32
  • 62
1
vote
1 answer

how to upload joomla 1.5 file to hoster site if i don`t have installer file ,only html ,css ,php and xml file

i`m new to make joomla template each time i upload my template i get this message: Installer: :Install: File does not exist /home2/computin/public_html/computingmadeasy/joomlatest/tmp/install_4f3440a5e1186/Camping.se/views
1
vote
2 answers

Joomla 2.5 frontpage override

I'm just getting into Joomla. I've successfully overridden article pages by creating an html/com_content/article directory within my template and copied the necessary files from the /com_content directory. I've read that this is also possible for…
TDH
  • 567
  • 1
  • 6
  • 22
1
vote
1 answer

Joomla in component does not include mootools in jdoc: type=head

I have problem with joomla's search component. When I display the component, there are no mootools included in the head, like on standard pages.. Please in which file is defined what is rendered in jhead?
simekadam
  • 7,334
  • 11
  • 56
  • 79
1
vote
1 answer

Left Menu disappers in some pages

In Joomla platform I’ve an application that I desire to modify. The following link is the application: http://www.simbios.com/mombaers-verbeke-law/index.php?option=com_content&view=article&id=5&Itemid=136 . In option “Team” in the menu, I Added an…
user1037527
  • 49
  • 1
  • 2
  • 5
1
vote
2 answers

Different(wider) Joomla Single Page Layout and More HTML Control

I am making a site with Joomla mainly because of the user levels. Now hands on into development enough that I cannot back out, I've realized that Joomla's theming is not as awesome as WordPress'. When I started making the Joomla theme I realized…
Aayush
  • 3,079
  • 10
  • 49
  • 71
1
vote
1 answer

How to use headjs with Joomla?

Trying to use HeadJS in Joomla. I added a code to my template - it grabs the javascript files in the head output, prepares a string to output them between head.js code, then removes all javascript files from joomla's head output tag. The problem is…
1
vote
1 answer

How to remove left side panel on component page?

I am using Joomla 1.6.5 with default theme "Beez2 - Default". I have created a top menu item with type as external link which has link 'index.php?option=com_sample'. When i click on this menu item i can see the output of the component 'sample'. But…
Vinay
  • 73
  • 2
  • 7
1
vote
0 answers

JA Slideshow Module's onclick not works in IE7

I am using JA Slideshow in JA Community Plus. This works fine in all browsers except IE7. In IE7 onclick is not working. I am using transition-type = Animation. Animation, scroll direction vertical (scroll horizontal is working) Autoplay also works…
1
vote
2 answers

How to use Joomla left sidebar position for a custom component menu

A client web site uses a Joomla template with lots of modules in the left column, but for the custom component I'm designing, those modules must be replaced by a vertical menu. The hack solution I came up with is to hide those modules with…
yitwail
  • 1,999
  • 3
  • 20
  • 27
1
vote
2 answers

Set Different Typography for Joomla Template

It is possible to add different typography for different home pages in the Joomla template. I want to set different typography according to home page selection. possible how?
1 2
3
14 15