Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

Errors with Socialize template.

8 years 4 months ago
  • Brian's Avatar
    Topic Author
  • Brian
  • Offline
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 0
Licenses:
JomSocial Active Socialize Expired

Hi, I upgraded to the latest jomsocial and also the Socialize template and there are a few errors.

First, there is a large gap under the top toolbar. It looks almost as if something is published there, but I don't see anything listed in the modules.

Next, the mega menu isn't displaying under the toolbar. I enabled it in the template settings but still not showing.

Third, the dropdown menu is not displaing in the mobile version, which may be related to the above problem.

Also, where do I change the dimensions of the logo for the toolbar? It has a height of 50px. I changed it to 35px but it is still displaying at 50px.

Lastly, where can I add menu items to the settings menu on the toolbar?

Thank you for your help.

8 years 4 months ago
Licenses:

Hi, Brian.

You assigned JomSocial Toolbar module to position "position-2" what created a gap and removed menu: i.imgur.com/KMVQn4i.png
I moved it to "top-header" position and gap is gone and menu is back.

i.imgur.com/5TYwZ7N.png

Now also in mobile version menu is back.

What logo do you mean? I don't see any on your site.

If you want to add new menu items to toolbar - just add them to Backend -> Menus -> JomSocial Toolbar


- 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
8 years 4 months ago
  • Brian's Avatar
    Topic Author
  • Brian
  • Offline
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 0
Licenses:
JomSocial Active Socialize Expired

HI, I reposted the logo so you can see it. As for the menu, I mean the one for the gear icon. There is no way to change it. Thanks!

8 years 4 months ago
Licenses:

Hi, Brian.

That is correct - there are no settings for menu under cog icon.
If you want to modify it you'll need to create module template override.
Please, read this:
www.jomsocial.com/forum/socialize-templa...enu-voice-add#125738

Logo is set in JomSocial Toolbar for Socialize template module and doesn't have height or width settings.
If you want display it in certain size: resize file and upload it again or use css to resize it.

Here is example of css resize: www.jomsocial.com/forum/socialize-templa...er-top-header#138036


- 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
8 years 3 months ago
  • Brian's Avatar
    Topic Author
  • Brian
  • Offline
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 0
Licenses:
JomSocial Active Socialize Expired

Thanks. Ive been having alot of trouble viewing your site. Has anyone else had problems?

I need to do 2 small things if you can help me I promise to leave you alone for awhile. :-)

1. I need to make the navbar visuble only after logging in. I used to have the code but can't find it. It was pretty simple.

2. I need to move the off-canvas sidebar toggle button from the navbar to the toolbar; to the left of the logo.

If you can help me I would appreciate it. I have some investor that want to look at my site, so I need to finish up a few more things.

Brian

8 years 3 months ago
Licenses:

Hi, Brian.

It may be done but remember that it will be a template hack.
So changes will be lost after upgrade - so remember to make backup copy of changed files.

1. Edit this file: ROOT/templates/socialize/tpls/social.php in line 40 change this:

<?php $this->loadBlock('mainnav') ?>

with this:
<?php 
  $user = JFactory::getUser();
  if (!$user->guest) {
  	$this->loadBlock('mainnav');
  }
  ?>

2. This can't be done so easily. To toolbar is a module. And of canvas button is part of template. There are parameters passed from template to button code. Those parameters can't be passed to module... unless you rebuild module. So I'm sorry but I can't help you with that as this is beyond scope of our technical support. But you may ask professional developer s for help: www.upwork.com/groups/jomsocial


- 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