Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

Logo resposnive

9 years 2 months ago
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

ISSUE SUMMARY: Hi

At the moment our logo is not responsive for a desktop computer or mobile devices.

The problem is some of the logos content is caught behind the Community Toolbar for Socialize Template module.

Is it possible you can help us with where to change the logos top margin or padding etc in the back end of Joomla if that can solve our problem or any other solution to solve this.

Thank you

Regards

9 years 2 months ago
Licenses:

HI, Brian.

Seems your issue is similar to the one here: www.jomsocial.com/forum/installation/32501-icon-on-mobile-phone


- 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
The following user(s) said Thank You: Brian
9 years 2 months ago
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

Hi Michal

Thanks for that link !

In what ROOD folder or css file can i add that code. Hopefully this will fix my problem

Thank you !

9 years 2 months ago
Licenses:

Hi, Brian.

ROOT/templates/socialize/css/custom.css (if you don't have this file - 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
9 years 2 months ago
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

Hi, Michal.

In what line should i copy that code in?
If i open the custom.css file it consists of literally 3 lines of code.

1st line begins with .joms-postbox-dropdown etc
2nd line display: none:
3rd line }

I am maybe in the wrong file, because i followed your ROOT file path correctly


Thank you Michal

Regards

9 years 2 months ago
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

Hi Michal

The code in that custom.css file is to make any post a member posts on his/her stream to be seen by the members friends only. I don't know if you remember but you helped me with that last week : ).

Should i copy that logo code in that custom.css file, if i must just please tell me what line to copy it to OR should i make a new file and copy that logo code in there ?

Thank you

9 years 2 months ago
Licenses:

Hi, Brian.

Custom.css may contain numerous line of code :)
Just add new code under already existing in that file.


- 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
9 years 2 months ago
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

Hi Michal

I'v copied that code in the custom.css file, but the logo still seems to big.

I've resized it numerous of times, but it still doesn't fit.




Any other suggestion ?

Thank you Michal!

Attachments:
9 years 2 months ago
Licenses:

Hi, Brian.

This code apply to... toolbar logo, not template logo.
It seems you don't have logo defined in Backend -> Extensions -> Modules -> JomSocial Toolbar for Socialize template.


- 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
9 years 2 months ago
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

Hi, Michal.

Sorry, I don't want a logo for my toolbar. I am working with my template logo. On desktop computers it is fine.

The problem I have is, when i browse to my site via a mobile devices my logo(Template logo) gets caught behind the toolbar(Check attachment)



I've tried to re size the logo. That doesn't seems to solve or help at all. Any other suggestions how to fix this ?

Attachments:
9 years 2 months ago
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

Hi, Michal.

Sorry my internet gave me problems yesterday. I am not sure why it send all those messages. I am so sorry about that. If it is fine with you can we please get back to my problem.

Thank you

9 years 2 months ago
Licenses:

Hi, Brian.

It's because toolbar is fixed.
We just need to add a bit of margin for logo :)

Add this:

.logo-control .logo-img-sm {
margin-top: 50px;
}

to: ROOT/templates/socialize/css/custom.css (if you don't have this file - 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
The following user(s) said Thank You: Brian
9 years 2 months ago
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

Hi Michal

Thank you for your support Michal !

I've manage to fix it : )

Regards

9 years 2 months ago
Licenses:

Hi, Brian.

Glad to hear that :)
Best wishes!


- 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
The following user(s) said Thank You: Brian
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