Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

Socialiize - title

10 years 3 months ago
Licenses:
JomSocial Expired Socialize Expired

Hello guys,
because of new JS4, i had to give up my old template & to switch to socialize..I have a few questions then:
1. My title of the page appear where i disable then in Menu area (screenshot1)
2. How to modify Module font & Nav Menu font please because i would like to get the old one?
3.I would like to hide Rechercher from Nav tool bar, how can i do? (screenshot3)
4. There is a bug to display number of friends or events (screenshot4)
5.Same issue as the 4 one with the number of friends :(
6. I would like to hide this search bar in Les Girls menu?
Thanks for your quick support
Anas

10 years 3 months ago
Licenses:

Hi, Anais.

1. "My title of the page appear where i disable then in Menu area".
I'm not sure what you request here... you want to hide that title "Créer un nouvelle sortie" or change font for it?

2. Add this:

h3.module-title, .t3-megamenu li a {
font-family: your font name;
}

To ROOT/templates/socialize/css/custom.css (if you don't have custom.css - feel free to create it)

Many depends how you load your font. Is it a Google font or local files?

If Google Font, then just add @import e.g:
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

to very beginning of custom.css

If you use local files than need to specify them also on the beginning of custom.css like this:
@font-face {
    font-family: myFirstFont;
    src: url(sansation_light.woff);
}

3. Copy that file:

ROOT/modules/mod_community_toolbar/tmpl/default.php

to

ROOT/templates/socialize/html/mod_community_toolbar (if you don't have "html" or "mod_community_toolbar" folders, feel free to create them)

And remove this (lines 58-68):
<form class="navbar-form navbar-left" role="search" name="search" id="cFormSearch" method="get" action="<?php echo CRoute::_('index.php?option=com_community&view=search');?>">
				<div class="form-group form-group--search">
					<input type="text" class="form-control" placeholder="Search" id="keyword" name="q">
				</div>
				<button type="submit" class="btn btn-default">
					<span class="glyphicon glyphicon-search"></span>
				</button>

				<input type="hidden" name="option" value="com_community" />
				<input type="hidden" name="view" value="search" />
			</form>

4. It's not a bug - it's your outdated language file. Please, read this:
www.jomsocial.com/forum/technical-issues...-then-english#119687

5. Same as above.

6. Add this code:
.joms-list__search .joms-list__utilities {
display: none;
}

To ROOT/templates/socialize/css/custom.css (if you don't have custom.css - feel free to create it)


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 3 months ago
Licenses:
JomSocial Expired Socialize Expired

Hello,
Sorry but i still have questions :(
1. I would like to hide the title on all pages
2. i just did it and the font family isnt recognized, can u please help?
3. i did it and still appearing :(
4. By what i should replace it please?
5.ok
6. i just did it and still appearing :(

10 years 3 months ago
Licenses:
JomSocial Expired Socialize Expired

Any clue?

10 years 3 months ago
Licenses:
JomSocial Expired Socialize Expired

Hello guys,
I have been cooperative switching to Socialize template with the new upgrade of JS4 but i thought there will be some help from your side :)
My site is off until i made these changes so i do need an answer please
Anais

10 years 3 months ago
Licenses:

Hi, Anais.

1. It seems that you managed to do that. Yes display: none.

2. You posted about this - I answered. Path to font was wrong.

3. It seems that you disabled toolbar definitely... so I don't know it this request is valid or not.

4. Anais, please, READ my post here: www.jomsocial.com/forum/technical-issues...-then-english#119687
It REALLY explains what to do...

5. But it's gone: prntscr.com/6hv8lu My code works.

Please, after you add some css classes - refresh your page with CTRL+F5 to clean browser cache... before you say "It doesn't work" ;)


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
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