ThemeForest

tooolip

  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
DaveRoseberry says
Purchased

Blooming!

Thats works – to a point (only on the black tex) but I also want to the link blue text as well, (to stay the same colour), but now that changes to black? :-(

4 months ago
Author
bloooming bloooming replied

Ok, then put this somewhere into your stylesheet:

ul.list a {
    color: #4795C2;
}

ul.dark a {
    color: #666563;
}

This covers the links in the lists, in oder to color the links in paragraphs you can modify the code I gave you before.

Cheers

4 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
DaveRoseberry says
Purchased

Super, will do that report back! Must say, best support I’ve had on any of the 8 templates I’ve used! Well Done

EDIT : Many Thanks Blooming! Maybe you could add that bit of CSS code into the template for future downloads? Its lovely!

4 months ago
Author
bloooming bloooming replied

Thanks a lot, always happy to help if possible :-)

4 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
DaveRoseberry says
Purchased

Hopefully one final thing..

Can you explain this code please …. Is on everypage as far as I can see. I think it may be the google keyword tracking code?

<script type=”text/javascript”> var gaJsHost = ((“https:” == document.location.protocol) ? “https://ssl.” : “http://www.”); document.write(unescape(“%3Cscript src=’” + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”)); </script> try { var pageTracker = _gat._getTracker(“UA-197070-27”); pageTracker._trackPageview(); } catch(err) {}</script>

 

<script type=”text/javascript”>

Can I remove it and add me own?

4 months ago
Author
bloooming bloooming replied

Hey,

yes, you can remove it or replace it with your own google tracking code.

Cheers

4 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
abeezny says
Purchased

Hello there Blooming,

Just wanted to let you know that I’m very much enjoying your template. My client is thrilled with it as well.

I only had one problem with the contact form. I figured out that I just needed to rename the folder “lib-for-php5” folder to “lib”. Now it’s working great.

Thanks again for a great template!

3 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
DaveRoseberry says
Purchased

Hi Blooming

After many days/weeks of working on the template we are launching tomorrow – however we have a little issue with the menus.

When on the hompage, the lava effect stays on the homepage, but when you choose say, “treatments”, the lava effect moves to “About Us”

Im sure its easy to fix, but a reply would be great

Regards Dave

3 months ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Austria
  • Referred between 50 and 99 users
bloooming says
Author

Hey,

that’s because the ‘current’ class is on the wrong menu item. Open your treatments page and put the current class on the right position.

Cheers

3 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
DaveRoseberry says
Purchased

Hi Blooming

I’ve done that buddy, and it still defaults to About?

Could the “rel=” and “level” classes have anything to do with it? (wont let me post code here)

Dave

3 months ago
Author
bloooming bloooming replied

Hey,

yes, those are not correct as well, please read the documentation there is an detailed explanation with screenshots about the usage of the menu.

Cheers

3 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
DaveRoseberry says
Purchased

Cant find the documentation in question, which folder will it be in, and what is it called

3 months ago
Author
bloooming bloooming replied

The folder is called ‘Documentation’.

3 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
DaveRoseberry says
Purchased

Yes, I figured that Bloooming! (Ha Ha), what is the actual file I need to look at/read called?

3 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
DaveRoseberry says
Purchased

Hi Blooming!

Absolutley FAB support! Thanks for all your help! We’re know going LIVE tomorrow

Dave

3 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
DaveRoseberry says
Purchased

Bloooming!

One FINAL thing.

Is there anyway I can reduce the gap (padding?) between the bottom footer and the text above – cheers

Keep up the good work

3 months ago
Author
bloooming bloooming replied

Hey,

open style-blue.css, find #content class (line 76) and modify the padding value

padding: top right bottom left
padding: 50px 50px 100px 40px;

You need to edit the 100px value.

Cheers

3 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
DaveRoseberry says
Purchased

Sorry – that worked great.

Am i able to reduce the size (length ad height) of slider image, and can I change settings to change transition of slides?

In Advance, Many thanks Dave

3 months ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Austria
  • Referred between 50 and 99 users
bloooming says
Author

Hey,

the slider used in this theme does, in fact, only slide: http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider

Here is a tutorial about how to use FireBug in order to modify a theme: http://www.jasonbobich.com/web-design/how-to-make-your-own-css-customizations-easily-with-firebug/

Cheers

3 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
DaveRoseberry says
Purchased

Sorry when I say change transition, I meant the speed? Can you tell me which JS file it is? I’ve looked in the “jquery.easySlider.js” file and changed the 800 to 300 (I need to slow it down a little) but it seems to not change

3 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
DaveRoseberry says
Purchased

Sorry when I say change transition, I meant the speed? Can you tell me which JS file it is? I’ve looked in the “jquery.easySlider.js” file and changed the 800 to 300 (I need to slow it down a little) but it seems to not change

3 months ago
Author
bloooming bloooming replied

The slider is in the markup.js, search for the ‘EasySlider’ section.

3 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
DaveRoseberry says
Purchased

Blooming …

I may need to use this template for a second and even 3rd site im doing (its that good!)

Would I need to buy another TWO copies or can I use the same first template download? Would there be a discount for using the same template 3 times

24 days ago
Author
bloooming bloooming replied

Hey,

thanks so much :-)

When buying one ‘regular license’ you are allowed to use it on one website. If you’d like to use it on more than one site, you need to have a regular license for each site or one ‘extended license’.

See licensing terms: http://themeforest.net/licenses/regular_extended

I’m not sure about the discount, authors have no control over this kind of stuff. Please get in touch with the Themeforest support.

Cheers

24 days ago
by
by
by
by
by