Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Page Sub-Titles

10 years 1 month ago
  • Marcos's Avatar
    Topic Author
  • Marcos
  • Offline
  • Junior Boarder
  • Posts: 182
  • Thank you received: 5
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

What is the page that renders or outputs the titles of the pages for each module:

Example: Groups, My Photos, Etc??

I want to comment this out.

Thanks!

10 years 1 month ago
Licenses:

Hi Marcos,

Do you mean this section:



you can use CSS todo that, please follow this steps:
1. edit your CSS file:
your-site/templates/protostar/css/template.css

2. at the bottom of page, put this CSS code:
#community-wrap > h4 {
  display: none;
}

I hope my solution can help you.

Cheers,
Albert

Attachments:
10 years 1 month ago
  • Marcos's Avatar
    Topic Author
  • Marcos
  • Offline
  • Junior Boarder
  • Posts: 182
  • Thank you received: 5
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

I think that is a good solution, but that removes all of them, I think I may need them for video titles.

Any other way?

Thx by the way, this solution will work, I'll let you know when i implement it.

10 years 1 month ago
  • Marcos's Avatar
    Topic Author
  • Marcos
  • Offline
  • Junior Boarder
  • Posts: 182
  • Thank you received: 5
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

Hi,

It didn't work. And for some reason it breaks the main menu pill format.

Regards,

Marcos

10 years 1 month ago
Licenses:

Hi Marcos,

could you provide me the FTP access detail at Site Info (by editing this Thread). I will do it for you :-)

and about exclude for video titles only you can use this CSS code:

body.view-videos.task-video #community-wrap > h4 {
  display: block;
}

Cheers,
Albert

10 years 1 month ago
  • Marcos's Avatar
    Topic Author
  • Marcos
  • Offline
  • Junior Boarder
  • Posts: 182
  • Thank you received: 5
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

Thank you for offering to do this. Please let me know when you get it to work, I need to know what the override files are.

For photos and videos, the header could go on the left in this div, so that the share button is to the right on the same row.

<div class="cPageActions cPageAction clearfix">
<div id="social-bookmarks" class="cPageBookmark page-action">

For all other modules including the Recent Activities on the home page, you can remove them.

Thanks!

10 years 1 month ago
Licenses:

Hi Marcos,

your said: "For all other modules including the Recent Activities on the home page, you can remove them."
do you remove the modules titles, right? (I just want make sure).

and one more thing, I think your forget to provide me the FTP access detail. I can't find it at your SIte Info.

FYI: by editing this Topic you can update the Site Info.

Cheers,
Albert

10 years 1 month ago
  • Marcos's Avatar
    Topic Author
  • Marcos
  • Offline
  • Junior Boarder
  • Posts: 182
  • Thank you received: 5
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

Hi,

I edited one of my posts and added the credentials.

And no, I have not removed them yet, I'm currently working on the groups and trying to make changes to the toolbar submenu.

10 years 1 month ago
Licenses:

Hi Marcos,

I got your FTP detail. I will do it for you.

correction about my last reply:
do you want me to remove the modules titles, right? (I just want make sure).

Cheers,
Albert

10 years 1 month ago
  • Marcos's Avatar
    Topic Author
  • Marcos
  • Offline
  • Junior Boarder
  • Posts: 182
  • Thank you received: 5
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

Yes,

This is what I posted:

For photos and videos, the header could go on the left in this div, so that the share button is to the right on the same row.

<div class="cPageActions cPageAction clearfix">
<div id="social-bookmarks" class="cPageBookmark page-action">


For all other modules including the Recent Activities on the home page, you can remove them.

Please let me know how to rever to them, or where the overrides are going to be...

10 years 1 month ago
  • Marcos's Avatar
    Topic Author
  • Marcos
  • Offline
  • Junior Boarder
  • Posts: 182
  • Thank you received: 5
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

Hi,

When will you be doing this?

Thanks...

10 years 1 month ago
Licenses:

Hi Marcos,

Your FTP make me confuse, I added new css location /httpdocs/templates/protostar/index.php

$doc->addStyleSheet('templates/'.$this->template.'/css/custom.css');
and uploaded custom.css under /httpdocs/templates/protostar/css

but your site seem not pointing to that location (not found). Did you ever do some customization?

10 years 1 month ago
Licenses:

Hi Marcos,

You site using cloud flare? that make every css changes not immediately appear . because cloud flare caching your site. please clear your cloud flare cache first. i made some changes

for css:
I added new custom css location at index.php line 54:

$doc->addStyleSheet('templates/'.$this->template.'/css/custom.css');
you can see all my custom css at there.

and for Jomsocial template (/httpdocs/components/com_community/templates/dp20. For photos and videos, the header go on the left ):
photos.album.php line:48
<h4>
  <?php
  $document =& JFactory::getDocument();
  echo $document->getTitle();
  ?>
</h4>
photos.photo.php line:62
<h4>
  <?php
  $document =& JFactory::getDocument();
  echo $document->getTitle();
  ?>
</h4>
videos.video.php line:50
<h4>
  <?php
  $document =& JFactory::getDocument();
  echo $document->getTitle();
  ?>
</h4>

for modules title you can do it from modules manager, you can see show/hide title.

Cheers,
Albert

The following user(s) said Thank You: Marcos
10 years 1 month ago
  • Marcos's Avatar
    Topic Author
  • Marcos
  • Offline
  • Junior Boarder
  • Posts: 182
  • Thank you received: 5
Licenses:
JomSocial Active GURU Active Publisher Active AdAgency Active iSEO Active Socialize Active

Great Job,

You did exactly what I wanted!

So where did you turn off the titles we didn't want, and where did you turn on the others?
Also, where was the change made to get the titles below (album, photo and video) into this div:

<div class="cPageActions cPageAction clearfix">

Sorry about the FTP, I created another account just for your future use so that wont happen again.

Thanks very much for excellent work!!!

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW