Description Page

  • siptec
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
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?

Please Log in or Create an account to join the conversation.

More
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

Please Log in or Create an account to join the conversation.

  • siptec
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
9 years 5 months ago #88208 by siptec
Replied by siptec on topic Description Page
Link 1
Link 2

Titles show on everything else.

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago - 9 years 5 months ago #88213 by James Riley
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:
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
  • Senior Member
More
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.

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc