Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

i need a down menú for categories


7 replies to this topic

#1 roneada

  • Community Member
  • 25 posts
  • Real Name:Ronmorales
  • Gender:Male

Posted 18 May 2011, 19:39

hi i am looking for a contribution to 2.2 to a category drop-down menu but I found this explanation be stable if you can help me thank you very much.
entre2lineas@gmail.com greetings!

Edited by roneada, 18 May 2011, 19:43.


#2 DunWeb

  • Community Sponsor
  • 10,464 posts
  • Real Name:Chris Dunn
  • Gender:Male
  • Location:Tecumseh, Ontario, Canada N8N 1X8

Posted 18 May 2011, 20:05

Ron,

Dynamenu works with v2.2





Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:

:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:

#3 roneada

  • Community Member
  • 25 posts
  • Real Name:Ronmorales
  • Gender:Male

Posted 19 May 2011, 13:51

View PostDunWeb, on 18 May 2011, 20:05, said:

Ron,

Dynamenu works with v2.2





Chris
ok thanks Cris but this contribution needs to install dynamenu and products have if you locate dynamenu first thank you very much. and you have proven your right?

#4 roneada

  • Community Member
  • 25 posts
  • Real Name:Ronmorales
  • Gender:Male

Posted 19 May 2011, 13:59

i search e Dynamenu "products in Dynamenu" its missing in add-ons yo have a add-ons missing? thanks

#5 DunWeb

  • Community Sponsor
  • 10,464 posts
  • Real Name:Chris Dunn
  • Gender:Male
  • Location:Tecumseh, Ontario, Canada N8N 1X8

Posted 19 May 2011, 16:07

Ron,

DynaMENU is a menu system to replace the current categories box. You can set it up anyway you want, read the instructions.




Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:

:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:

#6 roneada

  • Community Member
  • 25 posts
  • Real Name:Ronmorales
  • Gender:Male

Posted 19 May 2011, 18:00

View PostDunWeb, on 19 May 2011, 16:07, said:

Ron,

DynaMENU is a menu system to replace the current categories box. You can set it up anyway you want, read the instructions.




Chris
instructions:

1) You need to have Dynamenu installed
2) You need to have "products in Dynamenu" by TracyS (21.2.2007) installed
i have instaled dynamenu, and missing i need products in dynamenu
i begin the install dinamenu and function perfect, but the problem is the margin I'm trying to correct in the css and I can not find it,
its a vertical menu,it does not bring the submenu.
http://reforhome.comze.com/osc/index.php "demo"
/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/

.verbar	{   /* general boxes Color of main vertical menubar and border */
	color: black;
	

}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
	white-space: nowrap;
}

.vertitem	a {   /* Font style, size of main menu items */
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	display: block;
	
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: #000000;
	text-decoration: none;	
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	background-color: #339900;
	text-decoration: none;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #ffff00;
	background-color: #339900;	
	text-decoration: none;	
}

.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	width: 80px;
	right: 200px;
}

.vertsubframe	{   /* Color of submenu item and border */
	background-color: #FFF;
	border: 1px outset #CCC;
	display: block;
	cursor: se-resize;
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
	margin: 10px;
	padding: 2px;
}

.vertsubitem a	{   /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;			
	text-decoration: none;
	
	position: relative;
	display: block;	
}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
	color: #000000;
	text-decoration: none;	
}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #339900;
	text-decoration: none;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #ffff00;
	background-color: #339900;	
	text-decoration: none;			
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* posicion de flechitas Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;position: absolute;
	
}

.dmselected {   /* Style override for selected category tree */
    background-color: #339900;
		font-weight: bold;
}

.verbar .dmselected {   /* Style override for selected root category */
    background-color: #999;
}
thanks for the reply!

#7 DunWeb

  • Community Sponsor
  • 10,464 posts
  • Real Name:Chris Dunn
  • Gender:Male
  • Location:Tecumseh, Ontario, Canada N8N 1X8

Posted 19 May 2011, 20:37

Ron,

Download a FULL version from here, make sure it is not just an update or modification of the full download. It appears you have downloaded an update only.




Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:

:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:

#8 roneada

  • Community Member
  • 25 posts
  • Real Name:Ronmorales
  • Gender:Male

Posted 20 May 2011, 18:09

View PostDunWeb, on 19 May 2011, 20:37, said:

Ron,

Download a FULL version from here, make sure it is not just an update or modification of the full download. It appears you have downloaded an update only.




Chris
cris i new download your link addons and instruccions:
-------------------------------------------
Prepositions:
1) You need to have Dynamenu installed < i have installed
2) You need to have "products in Dynamenu" by TracyS (21.2.2007)installed <--------- i need the file
---------------------------------------------

Installation

1) Run the included .sql file via PhpMyAdmin

--------------------------------------------
the addons content 3 files

1-._DynaMenu SQL.sql.txt
2-Choose_menu_type_admin_install.txt <-----instructions
3- DynaMenu SQL.sql.txt
whats files upload a php admin? number 3? and delete txt? DynaMenu SQL.sql?
or create a new table in mysql and add the text of file?
thanks for the reply greetings!

Edited by roneada, 20 May 2011, 18:12.