I am using the Socialize template and the create account, search field, name etc are showing below the tool bar on my site public page and wrapping around. When logged in it looks fine. I have experimented with different widths in the socialize grid but it doesn't seem to make any difference. How do I get the login/create account/search to align with the logo and actually be in the community toolbar?
Hi, Susan.
What is your site URL?
I visited link you provided us in credential box but that page looks different and I don't see the toolbar.
HI, Susan.
Yes, I did, but it looks different than your printscreen:
prntscr.com/60wbbr
Hi, Susan.
Is it done? I still can't see it:
prntscr.com/60xb1v
Hi, Susan.
Did you recently upgraded Socialize template?
Do a small test make safe copy of this folder: ROOT/demo/templates/socialize/local (copy it to your hard drive) and delete it on server.
Does it fix your issue?
If not - roll back that change.
To fix login fields try add this code:
To this file:
.login fieldset .control-group input {
width: 100% !important;
}
Hi, Susan.
We've made some important changes between versions 1.2.8 and 1.2.9. ROOT/demo/templates/socialize/local is a kind of template cache. So all your settings (most of them done automatically) are stored there. If you upgrade by installing new version on top of older - local folder is not cleared and old settings/files are used. They may cause template distortion.
So try to remove that folder (do a safe copy FIRST) and check if this fix your issue.
Hi, Susan.
Do a safe copy first - e.g using Akeeba backup.
You'll need a FTP client like FilzeZilla.
You enter FTP and browse to ROOT/demo/templates/socialize/
Then you copy whole "local" folder to your hard drive.
Next, you remove it on server in FTP client.
Browse to your site frontend, refresh (and clear browser cache).
Check if issue persist (some settings could be reset).
If this doesn't change anything - upload "local" folder to original place.