FREE Dolphin 7.1 template - part 2

11 Jan 2013

I can assure you that this template was not responsible for you deleting something you shouldn't have and crashing your site.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
11 Jan 2013

 Amen. I ran your template for long enough to know it was fine.

I can assure you that this template was not responsible for you deleting something you shouldn't have and crashing your site.

 

11 Jan 2013

Hello HL,

Many thanks for this template, it is working great!

Is it possible to 'pad' the site name graphic (see photo) it sits on the very edge of the template, when I view the site on a 10.1" tablet the first letter is obscured.

Thanks again,

Stuart

Corner Graphic.JPG · 16K · 650 views
There are none so blind as those that will not see.
16 Jan 2013

Hi, nice template !

What I would like to do but don't know how, is to move Language selector from bottom menu to top Navigation menu as it was in D7.0.9. IS it possible to do that and how? Globe icon or something similar to suggest that site has more than just one Language would be great...

See the globe icon as it was in old ver. of Dolphin:

Language ta

Regards, Mayki

"When things get tough the tough get going..."
16 Jan 2013

 RE:

Is it possible to 'pad' the site name graphic (see photo) it sits on the very edge of the template, when I view the site on a 10.1" tablet the first letter is obscured.

 Add this to the end of general.css

div.sys_main_logo .mainLogo {
    margin-left20px;
}
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
16 Jan 2013

 RE:

move Language selector from bottom menu to top Navigation menu

 That's going to involve some code changes, so you should ask this in the 7.1 forum.  I'm not going to get involved in that sort of thing in this topic.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
16 Jan 2013

Hello Houston,

Many thanks for getting back to me. I added the code you suggested to the end of general.css in both Templates and Administration templates. No change.. I disbabled the caches and cleared the caches on the server.

Still no change.

Stuart

 RE:

Is it possible to 'pad' the site name graphic (see photo) it sits on the very edge of the template, when I view the site on a 10.1" tablet the first letter is obscured.

 Add this to the end of general.css

div.sys_main_logo .mainLogo {
    margin-left20px;
}

 

There are none so blind as those that will not see.
17 Jan 2013

Are you using an image logo?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
17 Jan 2013

No image, Just Text as set when I installed D7.1

Stuart

Are you using an image logo?

 

There are none so blind as those that will not see.
17 Jan 2013

 

No image, Just Text as set when I installed D7.1

Stuart

 Try this... my last example was for an image logo.

div.sys_main_logo .mainLogoText {
    margin-left20px;
}
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
17 Jan 2013

 

 RE:

move Language selector from bottom menu to top Navigation menu

 That's going to involve some code changes, so you should ask this in the 7.1 forum.  I'm not going to get involved in that sort of thing in this topic.

I'm sorry for this mistake! I realy missed the forum topic and the question.

What I want to ask here is that when I use your template I have a problem with member menu overlaping navigation menu.

To temporary resolve the problem I moved member menu to the bootom in the Template Settings.

And now I'm facing with a lot of 'unhappy' members  -  they want member menu where it was - at the top of the page.

What can be done?

Regards, Mayki

"When things get tough the tough get going..."
18 Jan 2013

RE:

And now I'm facing with a lot of 'unhappy' members  -  they want member menu where it was - at the top of the page.

What can be done?

 

 It often amazes me what makes some people unhappy.  I'd bet if you  gave those unhappy ones a million dollars, they'd bitch if it were all ones.

Too much navigation at the top of the page if you ask me, but I don't think I could sleep at night knowing your members were unhappy.  In  this templates top_menu.css find the code below and add the code in red.  You may have to adjust the number of pixels to create a perfect happiness. 

div.sys_main_menu {
    min-height: 38px;
    position: relative;
    z-index: 100;
    background-color: #4b4b4b;
    top: 50px;
}
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
19 Jan 2013

Well I am very Happy and not complaining at all.  The text for the status is the same as the background color and when I tried to change it, it made all the other text VANISH Ha Ha...Any thoughts

Text Color.jpg · 15.2K · 2347 views
Csampson
19 Jan 2013

 

Any thoughts

 Yeah... count to ten

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
19 Jan 2013

OK now what?

Csampson
19 Jan 2013

 

OK now what?

 Count again....

"When things get tough the tough get going..."
19 Jan 2013

 

RE:

And now I'm facing with a lot of 'unhappy' members  -  they want member menu where it was - at the top of the page.

What can be done?

 

 It often amazes me what makes some people unhappy.  I'd bet if you  gave those unhappy ones a million dollars, they'd bitch if it were all ones.

Too much navigation at the top of the page if you ask me, but I don't think I could sleep at night knowing your members were unhappy.  In  this templates top_menu.css find the code below and add the code in red.  You may have to adjust the number of pixels to create a perfect happiness. 

div.sys_main_menu {
    min-height: 38px;
    position: relative;
    z-index: 100;
    background-color: #4b4b4b;
    top: 50px;
}

 Let me try and let happiness begin!

while other are still counting

:))

"When things get tough the tough get going..."
19 Jan 2013

Laughing

Csampson
19 Jan 2013

 

OK now what?

Sometimes it takes a while for the input field to appear after clicking on 'update status'.  

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
19 Jan 2013

 

 

RE:

And now I'm facing with a lot of 'unhappy' members  -  they want member menu where it was - at the top of the page.

What can be done?

 

 It often amazes me what makes some people unhappy.  I'd bet if you  gave those unhappy ones a million dollars, they'd bitch if it were all ones.

Too much navigation at the top of the page if you ask me, but I don't think I could sleep at night knowing your members were unhappy.  In  this templates top_menu.css find the code below and add the code in red.  You may have to adjust the number of pixels to create a perfect happiness. 

div.sys_main_menu {
    min-height: 38px;
    position: relative;
    z-index: 100;
    background-color: #4b4b4b;
    top: 50px;
}

 Let me try and let happiness begin!

while other are still counting

:))

 35px did the trick.

.... just happiness and joy all around us.... , remeber the song "Made in haven" ?.... well this, belive me HL, is even better.

Thank you.

btw:

is csampson1 still counting ?

I hope csampson1 that you wan't mind, I have bad sense of humor. sorry.

"When things get tough the tough get going..."
19 Jan 2013

CS, if the disappearing text doesn't reappear by tomorrow, let me know.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
19 Jan 2013

 HI very nice template i use it now on : www.holidate.it i have changed background and some colors but i can't find 

the entry top menu hoover to change the red color ? 

where do i have to look ? 

THX

21 Jan 2013

 RE:

 HI very nice template i use it now on : www.holidate.it i have changed background and some colors but i can't find 

the entry top menu hoover to change the red color ? 

where do i have to look ? 

THX

 Here's a few thing you can do to change the appearance of the top menu:

Around line 54 in top_menu.css

table.topMenu td#tm_active a.top_link,
table.topMenu td#tm_active a.top_link:link,
table.topMenu td#tm_active a.top_link:visited,
table.topMenu td#tm_active a.top_link:active {
    color: #ffffff; /* Color of active top menu link text */
    background-color:#0099CC; /* Adds a background color to the active top menu selection */
}

Around line 104 in top_menu.css

table.topMenu td.top:hover a span.down,
table.topMenu td.top:hover b span.down,
table.topMenu td.top a:hover a span.down,
table.topMenu td.top a:hover b span.down {
    background-color: #0099CC; /* Color of top menu item background on hover */
    color: #ffffff; /* Color of top menu item text on hover */
}

 

Styling of drop down menu items on hover Around line 161 in top_menu.css

table.topMenu ul.sub li:hover a.button {
    background-color: #0099CC; /* Background color of drop down menu item on hover */
    color:#ffffff;
    border-radius:3px;
    border:1px solid #19110a
}

 

Styling of more menu drop down items on hover: Around line 203 in top_menu.css

table.topMenu ul.sub ul.more_sub li:hover a.button {
    background-color: #0099CC; /* Background-color of more menu drop down items on hover */
}

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
21 Jan 2013

Adding a repeating background image

In common.css - Line 1

body {
     background-color: #19110a; /*Default background color in absence of a background image */
     background-image: url('../images/SomeBackgroundImage.jpg'); /* Upload SomeBackgroundImage.jpg to the templates image folder */
    background-repeat:repeat;
    margin:0px;
    padding:0 0 50px 0;   
}

 

Adding a single background image that scrolls with the page content

body {
    background: url("../images/SomeBackgroundImage.png") no-repeat scroll center top / 100% auto #0f0f0f;
    margin:0px;
    padding:0 0 50px 0;   
}

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
21 Jan 2013

Great 

thank you :) i found out the most by  myself last night going to love this template more & more 

 

maurix

22 Jan 2013

Hello 

i am changing a bit the style of my page and i found into top_menu.css  

the  "#mmm" is this really needed? 

thx 

Maurix

}

table.topMenu td {

position: relative;

    height: 38px;

    background-color:transparent;

    vertical-align: middle;

}

#mmm {

position:absolute;

top:0px;

right:0px; 

width:0px; 

height:0px; 

    border-collapse:collapse;

 also if i change the  div.sys_main_content adding a  opacity: 0.7 and selecting change language the selection is behind a    white transparent wall and i can select it anymore ? 


thx 
maurix
23 Jan 2013

 RE:


the  "#mmm" is this really needed? 

 Ask Boonex.  It has to do with viewing the site with IE7.

Does that language selector problem exist with the original version of this template?  If it does, I'll have a look.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
23 Jan 2013

HL,

Is the latest version of the template available, and if so, how might we download it?

Thanks!

7 Feb 2013

 RE:

HL,

Is the latest version of the template available, and if so, how might we download it?

Thanks!

 You can download it from the very first post of Part 1 of this topic.  There's a few minor fixes required, but nothing that should prevent you from using it. 

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
8 Feb 2013

Hello,

first, i thank you very much for this cool template, really very good.

now my questen: i want to change my join button, need as longer. because in another languages "join" is longer^^

how or wher can i do it?

Best regards

Valentin

10 Feb 2013

 RE:

i want to change my join button, need as longer. because in another languages "join" is longer^^

how or wher can i do it?

 Look for this code in the template's general.css and make the change highlighted in red. Clear cache.  Hard refresh browser.

div.sys-service-menu a {
    backgroundnone repeat scroll 0 0 #202020;
    border1px solid #303030;
    border-radius2px 2px 2px 2px;
    color#FFFFFF !important;
    displayblock;
    floatright;
    height20px;
    line-height20px;
    margin-top15px;
    padding4px 8px;
    text-aligncenter;
    min-width60px;
}
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
10 Feb 2013

I thank you.

its  perfect now :)))

i am happy

Wish you good day, thanks :)

10 Feb 2013

Thanks!

Everyday is a new beginning.
10 Mar 2013

The new footer from Boonex is screwed using this template, it is not working with 7.1.1 Beta, switching back to UNI corrects.

It has something to do with the jquery-ui-themes-1.10.0

[edit] it also seems to effect the "splash" in 7.1.1

ManOfTeal.COM a Proud UNA site, six years running strong!
10 Mar 2013

 RE:

The new footer from Boonex is screwed using this template, it is not working with 7.1.1 Beta, switching back to UNI corrects.

It has something to do with the jquery-ui-themes-1.10.0

[edit] it also seems to effect the "splash" in 7.1.1

 This template was developed for 7.0.0... not 7.1.1  I will update it when 7.1.1 is released.   It is no surprise that a feature that did not exist when this template was created, does not work properly.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
10 Mar 2013

 

This template was developed for 7.0.0... not 7.1.1  I will update it when 7.1.1 is released.   It is no surprise that a feature that did not exist when this template was created, does not work properly.

 True, I was just letting you know. Surprised

Also was going of the title FREE Dolphin 7.1 template, I'm sure that was a typo.

ManOfTeal.COM a Proud UNA site, six years running strong!
10 Mar 2013

7.1.0 is what I meant.  I wrote that before I had sufficient caffeine in my system

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
10 Mar 2013

Houston, that is one great template, I love it!

I've already tweaked it a little to fit my needs, and it turned out as a really useful tool to learn a bit about the templates mechanism.

I have one issue (which was present even before my cosmetic changes):
when a page has only one column, it misses the top padding of the box. I've attached a screenshot example from the "search" home, and I've noticed it also in "privacy groups".

 

How can I add the missing padding?

temp.bmp · 56K · 504 views
5 Apr 2013

 RE

I have one issue (which was present even before my cosmetic changes):

when a page has only one column, it misses the top padding of the box. I've attached a screenshot example from the "search" home, and I've noticed it also in "privacy groups".

 

How can I add the missing padding?

 I'd need to see the site.  My installation of the template does not have that problem.  No one else has mentioned a problem like this.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
5 Apr 2013

Have a look: e-she.co.il

user:   test

pass:  mpdemo

 

Edit: the only changes I've made to the template are color changes, and I made the box title font a bit smaller.
I also have a screenshot of a similar page issue from the original template before I manipulated it. Tested on IE and Chrome, so it's not a browser issue.

5 Apr 2013

 RE:

Edit: the only changes I've made to the template are color changes, and I made the box title font a bit smaller.

 The search input and top BC menu didn't disappear by themselves.

Anyway, it's impossible to tell you what to do with css caching turned on.  I'd suggest you turn off all caching and learn to use Firebug.  You'll find what to change a lot faster than going back and forth in these forums for days.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
6 Apr 2013

Right, the search input and top menu order were edited based on the changes you published in this topic. Forgot to mention that.

 

I'm not using Firebug as I don't like FF, but I'm using the parallel tools of IE and Chrome. Will get to the solution eventually, just thought you might have a quicker insight to save me a couple of hours.

Thanks anyway. I'll post a solution once I have it.

6 Apr 2013

Fixed it.

 

In general.css I've changed:

div.sys_mc {

    width: 100%;

}

 

To:

 

div.sys_mc {

    padding-top: 5px;

}


Don't quite understand why, but that did the trick.

6 Apr 2013

I want to change the colour of these buttons, but I can't find where it is defined. Can anybody help me?

buttons

7 Apr 2013

In general.css find:

div.sys-service-menu a {   (for changing the background color of the button)

 

and

div.sys-service-menu a:hover { (for changing the red color when you hover)

 

change the "background" attribute in both of them to whatever fits you.

 

7 Apr 2013

Can't believe it's so simple and I didn't find it. Thanks!

In general.css find:

div.sys-service-menu a {   (for changing the background color of the button)

 

and

div.sys-service-menu a:hover { (for changing the red color when you hover)

 

change the "background" attribute in both of them to whatever fits you.

 

 

7 Apr 2013

I'm trying to use this on a 7.1.3 fresh install.
Everything is good except forums. When using this template and starting a new topic I get a very long page with a LOT of empty space above the actual post. I removed the files from modules/boonex/forum/layout and still have the same issues. If I switch back to the uni template all is well and works as it should.
 I LOVE this template other than this one problem. Does anyone have any ideas about how to fix this?

Bill and Deb
19 Jun 2013

I am getting this error below once I choose this template on the forgot password page just after the user has entered their email and captcha card when they click on retrieve the password the get a blank page any one with an answer please


Warning: require_once(/home/bsocko/public_html/modules/boonex/forum/layout/base_en/params.php) [function.require-once]: failed to open stream: No such file or directory in /home/bsocko/public_html/modules/boonex/forum/layout/biz_en/params.php on line 3

Fatal error: require_once() [function.require]: Failed opening required '/home/bsocko/public_html/modules/boonex/forum/layout/base_en/params.php' (include_path='.:/usr/local/php53/pear') in /home/bsocko/public_html/modules/boonex/forum/layout/biz_en/params.php on line 3

12 Sep 2013

Well, I hate saying nice crap about you but I feel I must. I downloaded and installed this template when you first presented it. It's still the template of choice of my members.

 

Good work (man, that was painful) Cool

http://towtalk.net ... Hosted by Zarconia.net!
6 Sep 2015
6 Sep 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.