I messed something up, whilst moving modules and working on the layout for my site, I must have turned something off as I have now lost the section in the menu that I have highlighted in the image . Apart from that the menu works fine, any help appreciated
Hi, tastiger Thank you for providing me with detailed information. I will investigate the issues, conduct tests, and respond to you shortly. Regards,
vangogh
I appreciate your time and effort. While I am at it, sorry to be a pest but a couple more changes I would like to make but can't find how to do it if it is possible,.
tastiger You need to setup Megamenu for the item you wish:
I just added for you but your site blocked the access from my place now.
Kindly check.
saguaros
Sorry about that - had some server issues yesterday. Should work now but I should be able to apply that fix myself
Let me know if you need any further assistance.
Further help needed ..... Still looking for advice on how to modify the following in the calendar category.
tastiger You can use this custom CSS code:
.event-detail-page .page-header-wrap .item-actions { display: none; }
Oops - posted the same image twice, I was supposed to have this one as well.
and on the main article page
BTW: thanks very much for your previous reply, the custom code worked like a charm.
Hi, tastiger For main article page:
.speaker-wrap {display: none;}
For home page:
.item-speaker {display: none;}
You are able to add this custom css to modify the style. Regards,
vangogh .item-speaker {display: none;}
Cheers Looks good although I don't seem to be able to get the home page modification to work even if I add the code to the template for the home page
Hi, tastiger For homepage, you are able to add this custom code into a file name: root/templates/ja_titan/css/com_guru.css Please check and response to us. Regards,
root/templates/ja_titan/css/com_guru.css
Anywhere in particular in the file?
I added it to the bottom of the file and it didn't have any effect, even after clearing the cache.
Perhaps I should install Guru Pro as it's included in my subscription anyway? I'm running Joomla 5,1.3.
tastiger I guess Van's referring to this file: /templates/ja_titan/local/css/custom.css
/templates/ja_titan/local/css/custom.css
Thanks for the reply, it is already in the custom css file
.event-detail-page .page-header-wrap .item-actions { display: none; } .item-speaker {display: none;} .speaker-wrap {display: `none;}
.event-detail-page
So that doesn't seem to be the answer, it's frustrating to say the least
I updated a little bit:
.event-layout .blog-item .item-speaker {display: none !important;}
saguaros .event-layout .blog-item .item-speaker {display: none !important;}
That's the one - Many thanks!
You're welcome 😉