Skip to main content

Questions tagged [module-style]

Questions about creating custom template chrome (styles) for modules.

0 votes
1 answer
136 views

I am working with Joomla 4 and facing an issue where each module I include gets automatically wrapped in a tag with a "custom" class, like so: <div id="mod-custom153" class=&...
iamrobert's user avatar
  • 505
0 votes
0 answers
176 views

I'm having a bit of an issue with YJ Pop login for some reason. On the following page, when I click login in the top right, the modal pop's up no problem. However, even when the modal is hidden, it ...
Dtorr1981's user avatar
  • 532
0 votes
1 answer
2k views

I am looking to display my latest articles on my joomla website. Using the module latest articles I can display the articles titles but I am wondering is there a way to display an image along with the ...
Alan Mc's user avatar
  • 23
0 votes
1 answer
2k views

i am developing an web site in Joomla, and i wolud like adding a css class to my custom module. Specifically to an h3 tag. But when i have wrotten the css class into the form input field in the ...
jgc412's user avatar
  • 69
4 votes
3 answers
3k views

You might also find this question relevant if you are trying to solve "How to stop Joomla modules being wrapped in divs." What's the PROBLEM? When Including a module into Joomla, it gets wrapped in ...
TryHarder's user avatar
  • 2,350
1 vote
1 answer
199 views

I am using Joomla ReCaptcha on my custom module using the below code. The capthca comes and it works great but it looks very ugly.... :-( PHP JPluginHelper::importPlugin('captcha'); $dispatcher = ...
Malaiselvan's user avatar
  • 2,731
2 votes
2 answers
868 views

I'm using the following theme based on helix3 framework and I'm encountering some issues on the positioning of the main content. I have a row with 2 columns, the one the side is fine because it's a ...
g0dl3ss's user avatar
  • 121
1 vote
1 answer
68 views

I'm working on a new website and I wanted to install a module that I have on another website that I'm administrating (I didn't make that website and the developer who made it, made that module himself)...
TheAdnan's user avatar
2 votes
3 answers
1k views

I have a dropdown menu as main navigation of my website and I want to create an offcanvas menu that displaying the same menu items as the dropdown menu items, for responsive design purpose. Since ...
webchun's user avatar
  • 2,418
7 votes
1 answer
360 views

I want to be able to assign a color code to seperate articles. Such that the border or background of an article changes color, like; Article A = Purple Border Article B = Green Border Article C = Red ...
Dsan's user avatar
  • 157
2 votes
1 answer
496 views

I have created a custom module chrome for my 3.3.1 website and it was working perfectly. I have just updated my website to 3.3.3 and my module.php got overriden in the process (promise, it won't ...
MagTun's user avatar
  • 976
3 votes
2 answers
103 views

I want to add custom chrome for my modules, and I'd like to take peek at source of standard chrome styles in Joomla but I can't find their location. If anyone can help it's much appreciated. Thanks!
Jinx's user avatar
  • 301
9 votes
6 answers
8k views

For fast page load I need to insert JS at the end of the page from components and modules. The following way of declaring scripts does not work to insert it at the bottom because there is no ...
dev-m's user avatar
  • 1,351
6 votes
3 answers
3k views

When I add a module statement in a joomla template, I always use this code : <jdoc:include type="modules" name="left" style="xhtml" /> What does the style attribute stand for and what other ...
web-tiki's user avatar
  • 1,383