End of Support for Joomla 3 - Forum closed
[SOLVED] How to set up position for aikon parallax
- indiana jones
- Offline Topic Author
- Fresh Boarder
- Posts: 8
- Thank you received: 2
How to set up position for aikon parallax was created by indiana jones
Posted 8 years 3 months ago #15035
Hi, I'm encountering issues with positions in the template. I installed Aikon Easy Parallax module and I tried it on headerbar position. Works great ! I tried to put it on every "topA to BottomD". First it's not 100% width (normal) but it's not working ( on safari background image is just blocked as if as I had displayed a simple background image, on firefox the new positions move on the background image but the background image doesn't move as a parallax module.. I created a new position following the yoo theme tutorial. It's not working. I tried the module on breadcrumb and footer positions. It works. I don't know what to change in these files to make it work. Could you help me on this ? Thanks
Please Log in or Create an account to join the conversation.
- indiana jones
- Offline Topic Author
- Fresh Boarder
- Posts: 8
- Thank you received: 2
Replied by indiana jones on topic How to set up position for aikon parallax
Posted 8 years 2 months ago #15082
I was thinking about moving an unused position that work with parallax to display it but I would prefer to understand why it's not working. Is there another file than templates details.xml config.xml and themes.php that set up the positions attributes and could contain what I've been missing ?
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic How to set up position for aikon parallax
Posted 8 years 2 months ago #15086
You have to add your new modules to the file> layouts/widget.php too
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- indiana jones
- Offline Topic Author
- Fresh Boarder
- Posts: 8
- Thank you received: 2
Replied by indiana jones on topic How to set up position for aikon parallax
Posted 8 years 2 months ago #15098
Thanks for the reply.
I want to have the same attributes as the logo position because it works, so should I put MY-POSITION into this list of widgets :
I tell you if it works. Thanks
I want to have the same attributes as the logo position because it works, so should I put MY-POSITION into this list of widgets :
Code:
// Render widget
if (in_array($widget->position, array('breadcrumbs', 'logo', 'MY-POSITION', 'logo-small', 'search', 'debug')) || (($widget->position == 'offcanvas') && $widget->menu)) {
echo $content;
I tell you if it works. Thanks
Please Log in or Create an account to join the conversation.
- indiana jones
- Offline Topic Author
- Fresh Boarder
- Posts: 8
- Thank you received: 2
Replied by indiana jones on topic [SOLVED] How to set up position for aikon parallax
Posted 8 years 2 months ago #15099
Problem solved.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates