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
4 answers

Joomla Dynamic Contents in Article

I am new to Joomla, I am currently trying to set up a information portal for a university which will have information regarding all the faculty members. The information to be displayed would have information like Subjects they teach, total…
tiger
  • 671
  • 2
  • 11
  • 30
0
votes
3 answers

Joomla adding menu to new templates?

I've gone through the admin settings - is there something I'm missing? I'm trying to add the main menu from the front page to a new template page.
acctman
  • 4,229
  • 30
  • 98
  • 142
0
votes
1 answer

joomla template index.php with jquery

In my joomla template, I removed the link to the stylesheet in the head section of index.php and instead added the following jquery code to chosse the stylesheet used that is based on screen width
Shlomo Katz
  • 87
  • 1
  • 8
0
votes
1 answer

Joomla module position with Yt framework

I am working with a Joomla 2.5 template called Sj_news25 - see the demo here http://demo.smartaddons.com/templates/joomla17/sj-news/ What I want to do is create a module position somewhere between the logo and the search box, so I can fit a language…
user1088537
  • 181
  • 3
  • 13
0
votes
1 answer

Creating A Custom HTML Module Outside the Sheet in Joomla, Not Displaying

I have a couple of Joomla! sites which I feel confident with. My Joomla! site has an artisteer template. I recently made a "poking out" picture, that protruded the edge of the sheet, and showed an android "poking out from behind the sheet". This…
Matt
  • 23
  • 1
  • 6
0
votes
1 answer

Another template for a detailed view of material in joomla

I have the menu item and category blog bound to this item. This menu item display blog category and have "product_catalog" template. But, when i go into detailed view of the material, i see material in this same pattern. I want to show the detailed…
0
votes
2 answers

Joomla menu doesn't appear

I've a site built in Joomla 1.5, it was working good, after upgrading my server php to 5.3.3 the menu doesn't appear any more.
Pipo
  • 299
  • 5
  • 24
0
votes
2 answers

Integration of html into joomla

I have html/css of a website and i want to integrate that website into joomla 2.5 (Template) Then how to integrate template in joomla plz let me know?
0
votes
1 answer

Custom mod_menu in Joomla

I want to achieve something like this menu with two rows http://www.joomlart.com/demo/#joomla17-templates.joomlart.com/ja_travel To do so I need an html output similar to this examples
dani
  • 341
  • 1
  • 7
  • 18
0
votes
2 answers

what would be appropriate to write in the footer of a Joomla template if the template was downloaded for free

Sometimes I get into a situation when I need to deliver a website in a very short period of time and in that case I use to download joomla templates from the internet, modify it as per my requirement and then deliver it. Now my question is since I…
black_belt
  • 6,601
  • 36
  • 121
  • 185
0
votes
1 answer

hide main content component for some menu items, joomla 1.7

I know how to hide the main component from the homepage, what I need is to do the same thing for all my menu items also. Basically, what I want is to create multiple homepages, so every category I choose has certain modules that display content. How…
marko
  • 87
  • 1
  • 11
0
votes
3 answers

Display category name in template

I am trying to display a category name in a module position. I tried: It did not work. I followed this link, but it shows the article title and I need the category one. I'm working on Joomla 1.7.
user1154641
  • 5
  • 1
  • 1
  • 7
0
votes
4 answers

Joomla article layout change base on navigation

I tried search lot on net but failed to got any solution. Actually I want to change layout in my joomla article based on the user navigation. For an example let say if user visiting iPhone Case studies & click on any case study(eg: Angry Bird) it…
Rikesh
  • 26,156
  • 14
  • 79
  • 87
0
votes
1 answer

Text editor for custom field in joomla

I have created a custom field in Joomla 1.5 menu for description of the menu. I have edited the component.xml in administrator\components\com_menus\models\metadata but now I want to put a text editor in place of a normal text-box. Any ideas how to…
swap
  • 13
  • 2
0
votes
0 answers

Override Joomla JRequest::setVar('tmpl','component'); rendering folder

Joomla MVC let us use different views for our extensions/templates I can use this JRequest::setVar('tmpl','component'); in my index.php file to reroute the html rendering from component.php instead index.php and it works fine , but i want to…
Benn
  • 4,840
  • 8
  • 65
  • 106