Menu
- GK User
- Mon Nov 09, 2015 9:18 am
Hello!
I've changed my joomla template to Writer - it looks great, and I am still configuring it, but I can't achieve the same menu (insert) as it is in the demo. I was trying many different settings, but I still can't reach the original from demo.
Could you please help, and let me know what code should I use?
thanks,
kalixo
I've changed my joomla template to Writer - it looks great, and I am still configuring it, but I can't achieve the same menu (insert) as it is in the demo. I was trying many different settings, but I still can't reach the original from demo.
Could you please help, and let me know what code should I use?
thanks,
kalixo
-
- Senior Boarder
- GK User
- Mon Nov 09, 2015 10:57 am
Could you please post an url to your site?
-
- Moderator
- GK User
- Mon Nov 09, 2015 1:58 pm
I've sent the access data by private message.
Thanks,
Kalixo
Thanks,
Kalixo
-
- Senior Boarder
- GK User
- Tue Nov 10, 2015 1:51 pm
Please verify if the problem is not caused by polish characters in menu names.
-
- Moderator
- GK User
- Tue Nov 10, 2015 1:52 pm
If this not help, could you please create a backup of all files (zipped) and database so I can debug locally and verify whats wrong?
-
- Moderator
- GK User
- Tue Nov 10, 2015 1:56 pm
Dear Cyberek, I've change that. nothing happened. I even turned off menu from the template and added two menus in modules in position = menu_top.
-
- Senior Boarder
- GK User
- Tue Nov 10, 2015 2:00 pm
Dear Cyberek,
full backup is 4.39 Gb.
I think that few minutes of some errors on the website won't harm anyone
Feel free to debug in real time.
Let me know when you finish, I'll turn on cashing plugin again.
Thanks!
full backup is 4.39 Gb.
I think that few minutes of some errors on the website won't harm anyone

Let me know when you finish, I'll turn on cashing plugin again.
Thanks!
-
- Senior Boarder
- GK User
- Tue Nov 10, 2015 2:17 pm
and I'm nore it's connected with two other things:
1. my template doesn't have "copyrigths" position.
2. https://www.gavick.com/forums/writer-jo ... tion-48891
thanks again.
1. my template doesn't have "copyrigths" position.
2. https://www.gavick.com/forums/writer-jo ... tion-48891
thanks again.
-
- Senior Boarder
- GK User
- Tue Nov 10, 2015 5:01 pm
Please do last one thing - upload the template to server again - maybe during the upload some of the files were damaged?
-
- Moderator
- GK User
- Tue Nov 10, 2015 5:14 pm
ok, it helped with the bottom positon (I must undo changes that I've done in item.php), but it didn't help with the menu and "copyright" position 
Any other ideas?

Any other ideas?
-
- Senior Boarder
- GK User
- Tue Nov 10, 2015 5:38 pm
Maybe I could ovverride existing css for those menus?
-
- Senior Boarder
- GK User
- Thu Nov 12, 2015 11:38 am
Please create a dump of sql database and send it to me via PM (use any free temporary file hosting service), then I'll copy all the files on my own, I need to reproduce this issue on local server to be able to degug it.
After that please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. ftp data (host, user, password)
4. link to this thread
5. Write back here when you do all above.
After that please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. ftp data (host, user, password)
4. link to this thread
5. Write back here when you do all above.
-
- Moderator
- GK User
- Sat Dec 05, 2015 4:09 pm
I haven't receive any followup. Do you still need any help with this issue?
-
- Moderator
- GK User
- Sat Dec 05, 2015 5:28 pm
Dear Moderator, Yes, I will prepare everything that you've asked for.
I am still trying to clean every error that I got on my website to ensure that is not made by other module.
Thanks for asking.
Kalixo
I am still trying to clean every error that I got on my website to ensure that is not made by other module.
Thanks for asking.
Kalixo
-
- Senior Boarder
- GK User
- Sun Dec 06, 2015 9:43 pm
Ok thanks, please write back as soon as you deal with it
.

-
- Moderator
- GK User
- Mon Dec 28, 2015 10:10 am
Basically, everything is almost correct, all you need to do is instead of creating more than one menu - create only one and use child elements to arrange the menu. Doing so will create the desired view.
-
- Moderator
- GK User
- Tue Dec 29, 2015 1:54 pm
Dear Cyberek
thank you, now everything works as a charm
Unfortunatly I still can't find "copyrights" module position.. Could you please check it?
Thanks in advance,
Kalixo
thank you, now everything works as a charm

Unfortunatly I still can't find "copyrights" module position.. Could you please check it?
Thanks in advance,
Kalixo
-
- Senior Boarder
- GK User
- Tue Dec 29, 2015 4:16 pm
It seems like a bug in one of our files, please edit this file:
templates/gk_writer/templateDetails.xml
and find this part:
and add copyright position:
templates/gk_writer/templateDetails.xml
and find this part:
- Code: Select all
<!-- Template specific Module Positions -->
<position>breadcrumb</position>
<position>login</position>
<position>footer_nav</position>
<position>sidebar</position>
<position>mainbody</position>
<position>lang</position>
<position>menu_top</position>
<position>menu_bottom</position>
<position>social</position>
<position>search</position>
<position>top</position>
<position>bottom</position>
<!-- MENU Module Positions -->
and add copyright position:
- Code: Select all
<!-- Template specific Module Positions -->
<position>breadcrumb</position>
<position>login</position>
<position>footer_nav</position>
<position>sidebar</position>
<position>mainbody</position>
<position>lang</position>
<position>menu_top</position>
<position>menu_bottom</position>
<position>social</position>
<position>search</position>
<position>top</position>
<position>bottom</position>
<position>copyright</position>
<!-- MENU Module Positions -->
-
- Moderator
- GK User
- Tue Dec 29, 2015 4:30 pm
Thank you Cyberek,
I did what you wrote, but it didn't resolve the problem
Any other ideas?
Thanks,
Kalixo
I did what you wrote, but it didn't resolve the problem

Any other ideas?
Thanks,
Kalixo
-
- Senior Boarder
- GK User
- Tue Dec 29, 2015 4:32 pm
Do you have a copyright text in the bottom of the sidebar menu? If so - you should have copyrights module already there so the only thing is to edit it.
-
- Moderator
- GK User
- Tue Dec 29, 2015 4:37 pm
I don't have any copyright text in the bottom of the sidebar menu.
I set up my module position to "copyright" (after your advice I can see it) , but I can't see any changes on the site.
I set up my module position to "copyright" (after your advice I can see it) , but I can't see any changes on the site.
-
- Senior Boarder
- GK User
- Tue Dec 29, 2015 4:39 pm
Please send me a PM with:
1. the URL to your website
2. a login and password with admin/super-admin privileges (please create one for me)
3. link to this thread
4. when you have done all above, please write back here.
1. the URL to your website
2. a login and password with admin/super-admin privileges (please create one for me)
3. link to this thread
4. when you have done all above, please write back here.
-
- Moderator
- GK User
- Tue Dec 29, 2015 4:41 pm
ok, sure.
Thanks!
Thanks!
-
- Senior Boarder
- GK User
- Tue Dec 29, 2015 4:49 pm
Sorry, my mistake, module position should be copyrights (with s at the end):
After that change and publishing module in that position, all should be working fine.
- Code: Select all
<!-- Template specific Module Positions -->
<position>breadcrumb</position>
<position>login</position>
<position>footer_nav</position>
<position>sidebar</position>
<position>mainbody</position>
<position>lang</position>
<position>menu_top</position>
<position>menu_bottom</position>
<position>social</position>
<position>search</position>
<position>top</position>
<position>bottom</position>
<position>copyrights</position>
<!-- MENU Module Positions -->
After that change and publishing module in that position, all should be working fine.
-
- Moderator
- GK User
- Tue Dec 29, 2015 5:01 pm
Dear Cyberek,
unfortunately, it didn't work either
Ï have sent you a private message with login détails,
thanks again,
Kalixo
unfortunately, it didn't work either

Ï have sent you a private message with login détails,
thanks again,
Kalixo
-
- Senior Boarder
- GK User
- Tue Dec 29, 2015 5:05 pm
One last thing before I'll do more investigation - is the template updated?
-
- Moderator
- GK User
- Tue Dec 29, 2015 8:56 pm
yes. It didn't work from the very beginig.
-
- Senior Boarder
- GK User
- Thu Dec 31, 2015 11:43 am
It is really strange. I have posted this question to our devteam so they can check what else might be causing this weird issue (this solution simply should work).
-
- Moderator
- GK User
- Sat Jan 02, 2016 10:17 am
Thank you!
HAPPY NEW YEAR TO WHOLE TEAM!!!!!!
Best regards,
Kalixo
HAPPY NEW YEAR TO WHOLE TEAM!!!!!!
Best regards,
Kalixo
-
- Senior Boarder
- GK User
- Mon Jan 04, 2016 5:50 pm
Hi,
It should works properly now. There's was a mistake in the module name (layouts/default.php file).
We'll fix it with the next template update. Thanks for your feedback.
It should works properly now. There's was a mistake in the module name (layouts/default.php file).
We'll fix it with the next template update. Thanks for your feedback.
-
- Moderator
- GK User
- Mon Jan 04, 2016 6:19 pm
yes, it works propperly now 
thank you so much,
best regards,
Kalixo

thank you so much,
best regards,
Kalixo
-
- Senior Boarder
31 posts
• Page 1 of 1