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
  • Page:
  • 1

TOPIC: Basic questions

Basic questions 04 Aug 2015 18:38 #7175

First of all thank you for providing such a nice template. I am building a website for the first time and am even trying it out only because of all the support provided here.

You can see my website being built at www.heliokraft.com/joomla/

I have managed to make some changes to the website but follwoing issues remain
-How to disable the vertical titles shown on all (or some) of the pages. I would like simple titles on top of some pages
-How to display map on contact page? Can I change box size of map?
-I don't mind keeping Joomfreak log on the site but can I reduce its size?


I understand that these are very basic things and solutions might have been documented already but i could not resolve above from manual or from this forum.

Thanks in advance

  • Posts:7
  • anandteke
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Basic questions 05 Aug 2015 02:59 #7178

How to disable the vertical titles shown on all (or some) of the pages. I would like simple titles on top of some pages

Edit templates/jf_creativia/index.php, comment javascript from line 80 to 131:
 
/*
if(jQuery(window).width()>750){
...
}
*/

 

How to display map on contact page?

Create a menu item is single contact and config Contact Map in template configuration.

Can I change box size of map?

Edit template.css:
 
#google-map {
...
width: ...px;
}
 

I don't mind keeping Joomfreak log on the site but can I reduce its size?

No, you can't.

joomfreak

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

Re: Basic questions 05 Aug 2015 05:57 #7180

I appreciate your support.

I could remove the vertical titles on the page. But that space on left side remains empty. I want all the width available for cotnent.

Regarding Joomfreak logo, I understand that you give information on how to remove logo at the bottom after we donate. While I dont mind keeping the logo for now, I can still donate to support your work. What is the expected donation to remove the logo?

Thanks,
Last Edit: 05 Aug 2015 06:11 by anandteke.

  • Posts:7
  • anandteke
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Basic questions 06 Aug 2015 03:13 #7187

I want all the width available for content.

Edit templates/jf_creativia/index.php, remove:
 
<div id="left">
<div class="rotate">
<h1></h1>
</div>
</div>
 

Edit templates/jf_creativia/css/template.css, find and modify to:
 
div#cholder-l {
float: none;
width: auto;
}
div.cholder-inner {
border-left: none;
margin-left: 0;
padding: 0 0 30px 0;
}
.backToTop {
position: static;
}
 

What is the expected donation to remove the logo?

Plz checkout Terms of use page.

joomfreak

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

Re: Basic questions 06 Aug 2015 06:04 #7191

Worked just as expected. Thanks for the support.
Last Edit: 06 Aug 2015 06:09 by anandteke.
The following user(s) said Thank You: shoakbar

  • Posts:7
  • anandteke
  • Fresh Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.72 seconds
Friday 19 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.