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
0
votes
1 answer

Joomla custom template error installing

I've done a simple template for Joomla 3.6.4 but when I try to install it to my Apache server, it's returning an error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to…
NiciBozz
  • 57
  • 1
  • 12
0
votes
1 answer

Responsive site to Joomla template

I have a question about converting existing web-site to a Joomla web-site. Currently, I'm in charge of editing and posting content on a site for non-profit student association. The site is hosted on a server from one of our members and we're editing…
0
votes
2 answers

Joomla, add position into file

I want to connect my Joomla module with position. How can I create this position (user position)? Where is this file in the template?
0
votes
2 answers

joomla file params.ini is unwritable!

In Joomla, when I try to change the template, I get this message: file params.ini is unwritable! How would I fix this problem without having to change the permission to 0777 ?
JuanPablo
  • 23,792
  • 39
  • 118
  • 164
0
votes
2 answers

Joomla iphone template making

How to make an ordinary joomla site into a compatible mobile template when viewed from mobile
Rahul TS
  • 1,208
  • 7
  • 26
  • 53
0
votes
1 answer

Use Bootstrap Navbar in joomla template

I'm creating template joomla using bootstrap. With navbar top menu I have code:
0
votes
1 answer

Html from modules being escaped

I have an issue with html output from a joomla module being escaped so that it's rendered as text . I have no idea why this could happen, is it a joomla core issue? This only started happening after an update
ddoor
  • 5,819
  • 9
  • 34
  • 41
0
votes
1 answer

Show Intro Image in Joomla Category Listing menu

I'm working on Joomla 3.4.5 and I added these two lines in my override file for Category List menu $images = json_decode($this->item->images); images; ?> and the result is…
user3362364
  • 441
  • 11
  • 25
0
votes
1 answer

Run wordpress plugin on Joomla based website

I have a question related to the WordPress<>Joomla compatibility. Recently I purchased a sophisticated plugin which runs on WordPress only. But my website with all the content and the design is based on Joomla. So I'm trying to figure out the means…
0
votes
2 answers

In a custom Joomla! template, how can I determine whether I am on the home page?

I am trying to create a custom template, but I want the template to look a little different for my Joomla! homepage/frontpage. Is there a easy boolean-type expression I can use to determine whether I am on my site's homepage? That way, I can just…
GT2000
  • 203
  • 2
  • 7
0
votes
1 answer

can I use HTML templates in joomla?

I am very new in Joomla.I have to create one simple static applicatin in joomla.Can I use my HTML templates or joomla temlates are diffrent?Where we use PHP in joomla?From where I have to start?means whether I have to create html template first and…
nectar
  • 9,525
  • 36
  • 78
  • 100
0
votes
1 answer

Joomla - Override bootstrap.min.css

Working on Joomla but don't want to use bootstrap...EVER. I created a CSS override with a blank bootstrap.css file in the templates/mytemplate/css/bootstrap.css. This worked, but doing the same thing for bootstrap.min.css does not work... any…
geochanto
  • 972
  • 2
  • 13
  • 45
0
votes
1 answer

How can I run a joomla project?

I get a joomla template, but I can't run it. I copy it to htdocs folder in Apache(XAMPP) and when I want to run it, return this : "Restricted access" defined('_JEXEC') or die('Restricted access'); // no direct access require_once dirname(__FILE__) .…
Freeman
  • 9,464
  • 7
  • 35
  • 58
0
votes
3 answers

Joomla Template Design

Can I create any design I want and then use it in a Joomla template or is there certain rules you have to stick to? I ask this as most of the Joomla templates I see pretty much have the same layout e.g. top bar content box, right hand menu and…
John
  • 21,047
  • 43
  • 114
  • 155
0
votes
1 answer

Joomla 3: custom module style with chrome

I'm trying to set custom style for Joomla module. I have created file modules.php in /templates/MY_TEMPLATE_NAME/html directory. Content of this file below: defined('_JEXEC') or die; function modChrome_custom($module, &$params, &$attribs) { …
Tamara
  • 2,910
  • 6
  • 44
  • 73