i have recently purchased socialize template and i am using it on my website, i need to implement these 2 changes
[1] Customization:
1.1) i need to place my logo in toolbar(top header) and toolbar should be Fixed for Public/Guest users.
1.2) As the logo is placed in top header the mega menu position should stick just below top header and should be fixed too.
[2] Issues:
2.1.) When i search some thing in search bar, Instead to showing search results ,users are shown a search page?
2.2.) In the socilize demo there is profile pic at left side bar ,but on my site i am unable to locate any (see attachment i have circled that feature)
in the attached file i have shown the layout which i need and addinally i have circled the feature(the profile style) which i am unable to locate on my website
Hi Manish,
As par the question the answer as follows
I have added a custom.css file at "root/templates/socialize/css" and placed the css code as below[1] Customization:
1.1) i need to place my logo in toolbar(top header) and toolbar should be Fixed for Public/Guest users.
1.2) As the logo is placed in top header the mega menu position should stick just below top header and should be fixed too.
#community-tb-wrap.community-toolbar.toolbar-login {
position: fixed;
}
#t3-mainnav{
position: fixed;
z-index: 100;
width: 100%;
}
The search box is dedicated for jomsocial and it is working as intended.[2] Issues:
2.1.) When i search some thing in search bar, Instead to showing search results ,users are shown a search page?
2.2.) In the socilize demo there is profile pic at left side bar ,but on my site i am unable to locate any (see attachment i have circled that feature)
in the socialize demo when we search for people we are presented with search results while same is not the case with my website ,when i search some thing a search page appears instead of results.
see attachment this is what i get when i search for someone.
also just after your edit, the website's front page(guest view) got aligned right instead of being centered.
Hi Manish,
I have disable "seo friendly" and "url rewriting" from site admin > global configuration
and it is working fine.
make sure the .htaccess file is ok.
Thanks
Ashraf wrote: Hi Manish,
I have disable "seo friendly" and "url rewriting" from site admin > global configuration
and it is working fine.
make sure the .htaccess file is ok.
Thanks
Hi Manish,
In that case you may need to hire a developer who can help you with htaccess issue.
You can take help from our fellow developer here
www.jomsocial.com/jomsocial-developers
Thanks