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
User avatar
Senior Boarder

GK User
Mon Nov 09, 2015 10:57 am
Could you please post an url to your site?
User avatar
Moderator

GK User
Mon Nov 09, 2015 1:58 pm
I've sent the access data by private message.

Thanks,
Kalixo
User avatar
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.
User avatar
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?
User avatar
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.
User avatar
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!
User avatar
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.
User avatar
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?
User avatar
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?
User avatar
Senior Boarder

GK User
Tue Nov 10, 2015 5:38 pm
Maybe I could ovverride existing css for those menus?
User avatar
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.
User avatar
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?
User avatar
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
User avatar
Senior Boarder

GK User
Sun Dec 06, 2015 9:43 pm
Ok thanks, please write back as soon as you deal with it :).
User avatar
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.
User avatar
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
User avatar
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:
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 -->
User avatar
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
User avatar
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.
User avatar
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.
User avatar
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.
User avatar
Moderator

GK User
Tue Dec 29, 2015 4:41 pm
ok, sure.

Thanks!
User avatar
Senior Boarder

GK User
Tue Dec 29, 2015 4:49 pm
Sorry, my mistake, module position should be copyrights (with s at the end):
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.
User avatar
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
User avatar
Senior Boarder

GK User
Tue Dec 29, 2015 5:05 pm
One last thing before I'll do more investigation - is the template updated?
User avatar
Moderator

GK User
Tue Dec 29, 2015 8:56 pm
yes. It didn't work from the very beginig.
User avatar
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).
User avatar
Moderator

GK User
Sat Jan 02, 2016 10:17 am
Thank you!

HAPPY NEW YEAR TO WHOLE TEAM!!!!!!

Best regards,
Kalixo
User avatar
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.
User avatar
Moderator

GK User
Mon Jan 04, 2016 6:19 pm
yes, it works propperly now :)
thank you so much,
best regards,
Kalixo
User avatar
Senior Boarder


cron