VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

Remove Social Bookmarks and Copyright
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Remove Social Bookmarks and Copyright

Remove Social Bookmarks and Copyright 08 May 2015 13:57 #6664

How I can remove the Social Bookmarks and Copyright?



This image is hidden for guests. Please log in or register to see it.
Last Edit: 08 May 2015 13:58 by .
  • Auditore

Re: Remove Social Bookmarks and Copyright 09 May 2015 07:56 #6667

- You can edit templates/jf_creativia/css/template.css file. If you want to delete linkedin button, add:

#linkedin {
display: none;
}
 


- Do same thing to #facebook, #skype, #twitter, #youtube, #rss.

  • Posts:21
  • thanmem
  • Junior Boarder
  • OFFLINE
  • Karma: 0

Re: Remove Social Bookmarks and Copyright 09 May 2015 13:10 #6668

Thank you so much!!!
I have another problem, I can ask in this topic?
In the mobile version when I am in "home", the menu don't work!! When I press it don't happens nothing!! Why?




This image is hidden for guests. Please log in or register to see it.
Last Edit: 09 May 2015 13:12 by .
  • Auditore

Re: Remove Social Bookmarks and Copyright 12 May 2015 03:15 #6684

Try to edit modules/mod_jfslideshow/tmpl/slideshow.php file, modify:
 
$document->addScript($siteUrl.$assetsPath.'js/jquery.min.js');
 

to:
 
$header = $document->getHeadData();
$loadJquery = true;
foreach($header['scripts'] as $scriptName => $scriptData) {
if(substr_count($scriptName,'/jquery.min.js')) {
$loadJquery = false;
}
}
if($loadJquery == true) {
$document->addScript($siteUrl.$assetsPath.'js/jquery.min.js');
}
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: Remove Social Bookmarks and Copyright 13 May 2015 17:19 #6706

Oh Thank you!!! You are the best, really!!!
Can I ask the last question?

The menu moves under because items are a lot. How can I resolve this?
I would see the website like the second image.



This image is hidden for guests. Please log in or register to see it.




This image is hidden for guests. Please log in or register to see it.
  • Auditore

Re: Remove Social Bookmarks and Copyright 15 May 2015 02:59 #6713

You can resize the logo to smaller. Edit templates/jf_creativia/css/template.css, add line this:
 
#jf_logo img {
width: 200px;
}
 

Or you can edit templates/jf_creativia/css/menu.css, modify:
 
div.main_menu li a, div.main_menu li span.separator {
...
font-size:24px;
padding: 7px 0 25px 23px;
}
 

to:
 
div.main_menu li a, div.main_menu li span.separator {
...
font-size:20px;
padding: 7px 0 25px 13px;
}
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
  • 2
Time to create page: 1.03 seconds
Friday 26 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.