×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Category height

Category height 13 years 9 months ago #10160

  • Frédéric Boudet
  • Frédéric Boudet's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Hi, as you can see in attachment, the category height don't work.
Please it's very important for me to correct this, thank you, best regards.

Category height 13 years 9 months ago #10161

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
would you give us a link to your site? PM it to me or post it in the forum.

Category height 13 years 9 months ago #10162

  • Frédéric Boudet
  • Frédéric Boudet's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Impossible the site is not in production, it's only in locahost. But the image in attachment must help you.
The 300 px is define in configuration category height, as you can see the place of categories is really 300px, but categories don't grow, always to 100px.
Sorry.

Category height 13 years 9 months ago #10163

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Ah I see where the problem is coming from :)
Open the following css file:
/components/com_hotspots/views/all/tmpl/default.css
on line 12 you will find
#hs_topmenu {
background:none repeat scroll 0 0 #FBFBFB;
border-left:1px solid #00CCFF;
border-right:1px solid #00CCFF;
float:left;
height:90px;
overflow:hidden;
padding:10px;
width:96%;
}
just remove the height :)
it should look like this then:
#hs_topmenu {
background:none repeat scroll 0 0 #FBFBFB;
border-left:1px solid #00CCFF;
border-right:1px solid #00CCFF;
float:left;
overflow:hidden;
padding:10px;
width:96%;
}

This should fix it.

Category height 13 years 9 months ago #10164

  • Frédéric Boudet
  • Frédéric Boudet's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Thank you, it's fine !

Category height 13 years 9 months ago #10165

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Yahoooo, my first solved bug for this extension :D

I would be happy if you could write a review on the jed :)

Category height 13 years 9 months ago #10166

  • Frédéric Boudet
  • Frédéric Boudet's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
it is just damage that it does not have the management of sub categories

Category height 13 years 9 months ago #10167

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
We are working on a new version and it will support nested categories.
Cheers,
Daniel

Category height 13 years 9 months ago #10168

  • Frédéric Boudet
  • Frédéric Boudet's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
do you have a date for this new release with nested categories?
I known it is not your problem, but I work on a very urgent project which should already be delivered, and I am thus very late.

Category height 13 years 9 months ago #10170

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Somewhere in August, but this doesn't fit in your urgent project definition.
Check this out:
compojoom.com/forum/27-hotspots/55-wishl...subcategories#p10104
You can implement this for subcategories.
  • Page:
  • 1
Time to create page: 0.209 seconds