Hi, im using joomla 2.5 and somehow my menu submenu item are not showing on mouse over, i have already set the setting to show submenu to "yes" what will be the problem? Or is it just not working on joomla2.5?
Next on the demo site, the module on the home page have a "continune reading" button i assume its using K2 item, however on my web its only a link instead of a button how do i have that on my site as well? This is my current on-working site. www.topcan-edu.com
PrimerTemplates
POSTED: 2014-09-09
Hello ALOYSIUSONGHR,
The menu module is icemegamenu which you may download the latest version from icetheme.com. Make sure that you have chosen to activate bootstrap in the menu module advanced section and that the plugin too is installed and activated.
For the "continue reading" button, this is just a normal Joomla blog article with the "read more" functionality.
Thank you
Kind Regards
AloysiusOngHr
POSTED: 2014-09-09
Hi, i have another question in doubt. While using defualt joomla module "article newsflash" the intro image does not show up. After further reading i found out that i have to add some lines to the _items.php or defualt.php
where do i actually do them? On the template html? thanks kinda need the image to show up.
PrimerTemplates
POSTED: 2014-09-09
Hello ALOYSIUSONGHR,
What you are trying to achieve here is using custom php code on Joomla modules. There is a folder named html in the template root folders. This is where you save the php code. Just create a folder with the name of the module that you are trying to modify, for example in this case, it is the news flash module that you are modifying. The name of the folder that you create should look something like mod_news_flash. Please note that the name you give should correspond to the name of the folder containing the module. You may check this by opening the root folders of the site > modules and then locating the name of the module that you would like to add custom php code.
Thank you
Kind Regards
AloysiusOngHr
POSTED: 2014-09-15
Hi, thanks for the reply somehow i manage to make it work.
However now i encountered with another problem, in which CSS file should i be editting if i want "language switcher" module to be place side by side with the icemenu?
I got it right for the first part, but when my menu item names starts to get longer I.E new menu item. The menu item starts to spilt into 2 row which i do not want that.
So what should i edit to maintain a linear display of both menu & language switcher module?
Site: topcan-edu.com
PrimerTemplates
POSTED: 2014-09-15
Hello ALOYSIUSONGHR,
The language switcher module is taking up too much width, that is why the last menu item begins on a new row.
You may save your css in layout.css. Please check the admin of the language switcher module to see whether there are any settings for the width.
Thank you
Kind Regards
AloysiusOngHr
POSTED: 2014-09-16
Hi, as this is the default module there is no option for me to change the width in joomla 2.5 .
Using firebug i realise if i could remove the width of gridbox width66 & width33 they will be side by side. Is it advisable to do so? Thanks
PrimerTemplates
POSTED: 2014-09-17
Hello ALOYSIUSONGHR,
What if you try using module suffix class to reduce the width of language switcher module? Changing the gridbox width affects other modules as well.
Get an access to all 12 items designed and developed by Nexus Nova team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Next on the demo site, the module on the home page have a "continune reading" button i assume its using K2 item, however on my web its only a link instead of a button how do i have that on my site as well? This is my current on-working site. www.topcan-edu.com
The menu module is icemegamenu which you may download the latest version from icetheme.com. Make sure that you have chosen to activate bootstrap in the menu module advanced section and that the plugin too is installed and activated.
For the "continue reading" button, this is just a normal Joomla blog article with the "read more" functionality.
Thank you
Kind Regards
$images = json_decode($item->images);
&
<img src="<?php echo json_decode($item->images)->image_intro; ?>"/>
where do i actually do them? On the template html? thanks kinda need the image to show up.
What you are trying to achieve here is using custom php code on Joomla modules. There is a folder named html in the template root folders. This is where you save the php code. Just create a folder with the name of the module that you are trying to modify, for example in this case, it is the news flash module that you are modifying. The name of the folder that you create should look something like mod_news_flash. Please note that the name you give should correspond to the name of the folder containing the module. You may check this by opening the root folders of the site > modules and then locating the name of the module that you would like to add custom php code.
Thank you
Kind Regards
However now i encountered with another problem, in which CSS file should i be editting if i want "language switcher" module to be place side by side with the icemenu?
I got it right for the first part, but when my menu item names starts to get longer I.E new menu item. The menu item starts to spilt into 2 row which i do not want that.
So what should i edit to maintain a linear display of both menu & language switcher module?
Site: topcan-edu.com
The language switcher module is taking up too much width, that is why the last menu item begins on a new row.
You may save your css in layout.css. Please check the admin of the language switcher module to see whether there are any settings for the width.
Thank you
Kind Regards
Using firebug i realise if i could remove the width of gridbox width66 & width33 they will be side by side. Is it advisable to do so? Thanks
What if you try using module suffix class to reduce the width of language switcher module? Changing the gridbox width affects other modules as well.
Thank you
Kind Regards