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
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;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
font-family: myFirstFont;
src: url(sansation_light.woff);
}
<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>
.joms-list__search .joms-list__utilities {
display: none;
}
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 :(
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
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" ;)