- Posts: 41
- Thank you received: 0
Description Page
- siptec
- Topic Author
- Offline
- Senior Member
-
Less
More
9 years 6 months ago #88139
by siptec
Description Page was created by siptec
The event title is not in the details description page of an event. What template page is used to display the details of the event?
Would putting
<?php echo JText::_('EB_EVENT_TITLE'); ?>
In this page display the Title?
Would putting
<?php echo JText::_('EB_EVENT_TITLE'); ?>
In this page display the Title?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
9 years 5 months ago #88159
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Description Page
That's strange. Could you send me the link to the page so that I can understand the issue you are having?
Tuan
Tuan
Please Log in or Create an account to join the conversation.
- siptec
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 41
- Thank you received: 0
9 years 5 months ago #88208
by siptec
Replied by siptec on topic Description Page
Please Log in or Create an account to join the conversation.
- James Riley
-
- Offline
- Platinum Member
-
9 years 5 months ago - 9 years 5 months ago #88213
by James Riley
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Replied by James Riley on topic Description Page
The page title is writing to html. HOWEVER, iIn both examples, something is generating a h1.eb-page-heading { display:none; } in the CSS code which is resulting the the text being hidden.
Solution 1: In /media/com_eventbooking/assets/css/custom.css, try overriding this css command with adding:
Solution 2: It looks like your site combines/compresses CSS into a single file. Would you be able to disable that feature on your site so that we can see the raw CSS code and point you to the right file? Or you can search your CSS files / template CSS overrides (if your site provides this in the template config) for "h1.eb-page-heading" and remove the "display:none;" from all those selector blocks.
Solution 1: In /media/com_eventbooking/assets/css/custom.css, try overriding this css command with adding:
Code:
h1.eb-page-heading { display:block !important; }
Solution 2: It looks like your site combines/compresses CSS into a single file. Would you be able to disable that feature on your site so that we can see the raw CSS code and point you to the right file? Or you can search your CSS files / template CSS overrides (if your site provides this in the template config) for "h1.eb-page-heading" and remove the "display:none;" from all those selector blocks.
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Last edit: 9 years 5 months ago by James Riley.
The following user(s) said Thank You: Tuan Pham Ngoc, siptec
Please Log in or Create an account to join the conversation.
- siptec
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 41
- Thank you received: 0
9 years 5 months ago #88217
by siptec
Replied by siptec on topic Description Page
Sometimes customizing gets in the way. We did that, but I'm not sure why.
Thanks for the help.
Thanks for the help.
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.