Go to yoursite.com/templates/system/html/modules.php and correct the desired heading.
Welcome to our blog! Here you can find stuff about web development, software engineering, WordPress & about our projects and interests.
Go to yoursite.com/templates/system/html/modules.php and correct the desired heading.
If a Joomla module that you have installed for some reason doesn’t have a Module Class Suffix, but you need it to style the module display just open the module folder and find the xml file mod_modulename.xml and add this line into the params tag:
<params>
<param name=”moduleclass_sfx” type=”text” default=”” label=”Module Class Suffix” description=”PARAMMODULECLASSSUFFIX” />
</params>
This should work.
The default layout for the VirtueMart 1.1 Related Products display is a maximum of 4 products displayed in a horizontal row.
It’s quite easy to change this and also to display rounded corners i.e <div><div><div><div> layout but you need to change the core files.
The default layout of the Related Products is quite “clonky”.