I have some problems!!

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Apr 12, 2014 11:43 am
Reply with quote
Report this post
Hello
This is my new web site (business network for designer in Turkey)
1- I want to remove this white place beetwen main menu and main image...
Image

2- I want to remove latest activite in Front Page. How can i do all ?
Image

Thank you
Best regards
User avatar
Fresh Boarder

GK User
Sat Apr 12, 2014 11:53 am
Reply with quote
Report this post
Hi,
I want to help you I have to see website URL to tell more.
or you will use firebug to detect those emptiness, for this I've written nice guide few months ago: http://www.gavick.com/documentation/joo ... -size-etc/
User avatar
Platinum Boarder

GK User
Sat Apr 12, 2014 11:55 am
Reply with quote
Report this post
ad 2)
I want to remove latest activity in Front Page

What is that? From JomSocial or those are articles ?
User avatar
Platinum Boarder

GK User
Sat Apr 12, 2014 12:30 pm
Reply with quote
Report this post
Okey Thank you :)
This is my web site
www.tasarimcidunyasi.com
User avatar
Fresh Boarder

GK User
Sat Apr 12, 2014 1:32 pm
Reply with quote
Report this post
Pawel F wrote:ad 2)
I want to remove latest activity in Front Page

What is that? From JomSocial or those are articles ?


From Jomsocial! It's come from profile page.
User avatar
Fresh Boarder

GK User
Sat Apr 12, 2014 2:50 pm
Reply with quote
Report this post
ad 1) if you don't to show latest activity from JomSocial - don't use JomSocial component as a default Home Page. I'm right?

ad 2) White Space - use
Code: Select all
#gkPageContent { padding: 20px 50px 0; }

or
Code: Select all
#gkPageContent {padding: 10px 50px 0;}


About custom CSS code -> check my footer links.
User avatar
Platinum Boarder

GK User
Sat Apr 12, 2014 4:37 pm
Reply with quote
Report this post
HELLO POWEL, yes you are right i gived link to jomsocial home page for web site home page. But why you know? Because i want to show to guest firts this banner (i added in this message). But i dont know this modul names or whatever!!!

You can see on pictures, absolutely i want to make like this to my frontpage...
Please follow red texts
Image
User avatar
Fresh Boarder

GK User
Sat Apr 12, 2014 5:15 pm
Reply with quote
Report this post
About Login link/button, probably you have to publish login module on "login" position. Like we have on our demo.
User avatar
Platinum Boarder

GK User
Sat Apr 12, 2014 5:24 pm
Reply with quote
Report this post
If on HomePage you want to show only nice picture with custom links - you don't have to use JomSocial as a base.
Just publish one Custom Html Module with Image as a background and add buttons with links using similar style (use css).
Hmm, maybe this would be easy way.

p.s.
In general we don't help in customizations, probably you know why, we are not Interactive Agency and we do not intend to be.
But if you need extra help (which is not support) you can ask via PM.
User avatar
Platinum Boarder

GK User
Sun Apr 13, 2014 8:48 pm
Reply with quote
Report this post
We only override default view of component but try this:
1) Create new menu items one for login and second JomSocial registration
2) Use following code inside Custom HTML (create a new one from Module Manager):

Code: Select all
<div id="community-wrap">
<div class="cGuest">
          <h1>Şimdi bağlanın!</h1>
          <p>Türkiye'deki tasarımcıların özel iş ağına hoşgeldiniz!</p>   
              <a href="#1"> ŞİMDİ ÜCRETSİZ PROFİL OLUŞTURUN! </a>
               <a href="#2"> REGISTRATION </a>
 
</div>
</div>


Replace #1 and #2 with links from menu.

3) Don't forget to publish this module on HomePage on one of available positions -> http://www.gavick.com/documentation/gen ... templates/
User avatar
Platinum Boarder


cron