Hello there! Welcome to Youjoomla Support Forums

We are Web Development Company specializing in Joomla Templates , Joomla Extensions and WordPress Themes development . You are not able to see some forum threads due to your memberhip level. To unlock all forums and special customer support please take few moments to signup . If you are just searching for free joomla templates , or free joomla extension support simply head to our Free Joomla Support forums and open a new thread. Our moderators will help you as soon as possible. To spead up the response time please take few seconds and go over forum rules

Have fun!

Problem with Menu Images in Top Menu V1.0.4 released

09-03-2010, 08:22 AM
# 13 (permalink)
expandmind
no worries neo i will wait..

1. may i ask also if there is any manual for the template as i can see there is a tooltips on the css and how we can use it?

2. also how can we add more cufon fonts as i have add some by rename the name of the originals because when adding cases at yjsg_cufonfonts.php not working...

Thank you in advance!
09-03-2010, 09:52 AM
# 14 (permalink)
neo
ok , menu fix ,


open ,

templates/yougrids/yjsgcore/yjsg_core.php

lines 196 , 204 , 210
change ending

Code:

";
to this


Code:

\nmenu_images=n";
add this css in ,

templates/yougrids/menus.css

Code:

/* DROPDOWN AND SMOOTHDROPDOWN */
.menunav img{
	border:0;
	float:left;
	margin:3px 5px 0 0px;
}
/* DROPLINE AND SMOOTH DROPLINE */
.menunavd img{
	position:absolute;
	left:2px;
	top:2px;
	/* NOTE: INCREASE LEFT PADDING ON a TAG. FIND; #horiznav_d a | increase left padding by the icon size */
}

/* SIDE MENUS */
.menu img{
	border:0;
	float:left;
	margin:-5px 5px 0 0px;
}
im updating downloads ,

as for other requests , please read forum rules and open thread per each so we can help others easier.

YJSimpleGrid website is in making and will contain full docs and instructions
02-18-2011, 02:49 AM
# 15 (permalink)
ifty4u
which file should i change in yournews template? plz give file path, thanks in advanced !
02-18-2011, 03:25 PM
# 16 (permalink)
ifty4u
plz solve it!!!!!!!!!!
02-21-2011, 10:59 AM
# 17 (permalink)
neo
Quote:
Originally Posted by ifty4u
plz solve it!!!!!!!!!!
please rad my posts , i advised here already
http://www.youjoomla.com/joomla_supp...tml#post32796l

just file name is settings.php from line 221
02-26-2011, 06:08 PM
# 18 (permalink)
ifty4u
my humble request is lpz solve my problem, ur given fix is not working !!!!!
02-27-2011, 05:06 AM
# 19 (permalink)
neo
Quote:
Originally Posted by ifty4u
my humble request is lpz solve my problem, ur given fix is not working !!!!!
open settings.php

change lines 221 - 243

Code:

// SUCKERFISH OR MOO
	if ($menustyle == 1 or $menustyle== 2) :
		$module->params	= "menutype=$menu_name\nshowAllChildren=1\nclass_sfx=nav";
		$topmenu = $renderer->render( $module, $options );
		$menuclass = 'horiznav';
		$topmenuclass ='top_menu';
		//echo $mainframe->getPageTitle() ;
// DROP

	elseif ($menustyle== 3 or $menustyle== 4) :
		$module->params	= "menutype=$menu_name\nshowAllChildren=1\nclass_sfx=navd";
		$topmenu = $renderer->render( $module, $options );
		$menuclass = 'horiznav_d';
		$topmenuclass ='top_menu_d';
		
		
		elseif ($menustyle == 5) :
		$module->params	= "menutype=$menu_name\nstartLevel=0\nendLevel=1\nclass_sfx=split";
		$topmenu = $renderer->render( $module, $options );
		$menuclass = 'horiznav';
		$topmenuclass ='top_menu';
		
	endif;


to this

Code:

// SUCKERFISH OR MOO
	if ($menustyle == 1 or $menustyle== 2) :
		$module->params	= "menutype=$menu_name\nshowAllChildren=1\nclass_sfx=nav\nmenu_images=n";
		$topmenu = $renderer->render( $module, $options );
		$menuclass = 'horiznav';
		$topmenuclass ='top_menu';
		//echo $mainframe->getPageTitle() ;
// DROP

	elseif ($menustyle== 3 or $menustyle== 4) :
		$module->params	= "menutype=$menu_name\nshowAllChildren=1\nclass_sfx=navd\nmenu_images=n";
		$topmenu = $renderer->render( $module, $options );
		$menuclass = 'horiznav_d';
		$topmenuclass ='top_menu_d';
		
		
		elseif ($menustyle == 5) :
		$module->params	= "menutype=$menu_name\nstartLevel=0\nendLevel=1\nclass_sfx=split\nmenu_images=n";
		$topmenu = $renderer->render( $module, $options );
		$menuclass = 'horiznav';
		$topmenuclass ='top_menu';
		
	endif;
Thread Tools
Display Modes

Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

Members Login

Username
Password