Main Menu
|
Prka
said:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| i get these errors when i try to install it: ERROR: Could not find a Joomla! XML setup file in the package. Upload template Installation file not found: C:xampphtdocsmediainstall_4721aed122554agriculture _15 |
| make sure you're using joomla 1.5 I wasn't able to use the ftp to upload the package but i just ftp'd it to the proper folder and it works like a charm... however...for some reason my Menu isn't highlighted in the green field...so I must have copied somehting wrong.. also...make sure you upload the php files in ascii format and the images in binary |
| I got this messages as well: ERROR: Could not find a Joomla! XML setup file in the package. Installation file not found: /home/www/bazmeg.100webspace.net/media/install_47370699c67d1/agriculture_15/ I tried to copy the uncompressed folder to the /templates but doesn't work either. Other free templates for earlier versions of joomla are working fine for example: http://www.joomla24.com/remository/Download/Joomla_1.0.x_Templates_I/Templates_from_Ryan_Rhode/Vivacious.html And yes I'm using joomla 1.5rc3 any clues? |
| I've got this error: Notice: mysql_query(): MySQL error: Unknown column 'topmenu' in 'where clause' in /nfs/extra/t/to/tommyandfruzsi/wwwroot/index.php: render on line 79 Please help me! |
And how can i make topmenu? Thanks for helping ![]() |
| The most beautifull I ever seen! |
Hi, this is a beautiful template, can you perhaps tell me where I can find the PSD files of this package? Or can you upload it for me please???? ![]() |
Can anyone help me please? Where can I find the PSD files? ![]() |
Does anyone read these comments? ![]() |
| I try this for a client site. Really hard to integrate the Virtue Mart plugin with it and to change the top picture... But one of the greatest looking design. |
| I'm using Joomla 1.5.1 version. When I use this template, the Main menu isn't highlighted in the green field. Could anyone help me please? |
| I have the same problem like Kathy. Installtion was successfull, but the left main menu has no green field in the background. Everything is "white". |
| Ihave the same problem of the last 2 user.. anyone post solution? |
| In Module Manager select Main Menu. In Advanced Parameters, remove the "_menu" from the class suffix. Not sure why it's set up this way but this will get your menu backgrounds back. |
| Hi, with this template I've this wording "Znajdujesz sie w:" in all the pages of my site! How can I remove it? |
| Thanks CW, I had the same problem with the background not showing on the left menus, and your solution works for me. Simone, check the index.php file. That's where I found that text and just deleted it. I have no idea what it means or why it's there! Heidi |
| Just looked at the code where I deleted that, it must say something like "you are here" as it seems to introduce the path portion. Heidi ![]() |
| Hi, when I open this template there's this error in the window: Line: 92 Character: 79 Error: 'this.root' is null or it isn't an object Code: 0 Sorry for my bad English...can somebody help me?!! |
| How can I put some modul to the right position? I'trying to put poll and I see left position only. Thanks for reply. |
Its looks cool. But i've got some errors when try to setup it ![]() |
| To Paolo (this.root is null) In the index.php Replace "topmenu" with "mainmenu" in the following line of code: Thanks ![]() |
| mosShowListMenu('mainmenu'); |
| Hi, How did you finally get virtuemart to work with this template - help will be appreciated. Thank you my email: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it |
| Hey cw, your comment about the Backround Color Problem was grate! It works directly when you delete the "_menu" statement!. Thx. |
| hi everybody, I've got the same problem of notwist! notwist did you resolved it? Can somebody tell why i have only "left Position" in the module position panel? Thanks! |
| You can place a module on the roght side by typing in the position box "right". Next time you add a module you will see left and right as available. Also a tip: breadcrumbs module must be placed in the breadcrumb, NOT breadcrumbs position (see template HTML source file). If you want to use the default "breadcrumbs", go to templates / templatename / Edit HTML and change this line: . Now you can save the breadcrumbs module in the "breadcrumbs" position. |
| [EDITED - code was removed] You can place a module on the roght side by typing in the position box "right". Next time you add a module you will see left and right as available. Also a tip: breadcrumbs module must be placed in the breadcrumb, NOT breadcrumbs position (see template HTML source file). If you want to use the default "breadcrumbs", go to templates / templatename / Edit HTML and change this line: You can place a module on the roght side by typing in the position box "right". Next time you add a module you will see left and right as available. Also a tip: breadcrumbs module must be placed in the breadcrumb, NOT breadcrumbs position (see template HTML source file). If you want to use the default "breadcrumbs", go to templates / templatename / Edit HTML and change this part of code: Now you can save the breadcrumbs module in the "breadcrumbs" position. Now you can save the breadcrumbs module in the "breadcrumbs" instead of "breadcrumb" position. |
| Anybody knows how to get Virtuemart to work with this template????? I need Virtuemart and I fell in love with this template. By the way PSD sources are here: http://design-joomla.eu/downloads-83.html |
| Anybody knows the solutions to get Virtuemart to work with this template?? Please... my work depends on this. |
| Mine doesn't show up what are the needed settings? |
| Horizontal menu that is |
| For the error above, mysql_query(): MySQL error: Unknown column 'topmenu' in 'where clause' in /nfs/extra/t/to/tommyandfruzsi/wwwroot/index.php: render on line 79 open /template/agriculture_15/menu.php and replace the line of codes below $sql->setQuery( 'SELECT m.* FROM #__menu AS m WHERE menutype='.$menutype.' AND m.published=1'); // nie wiadomo po co to $query = 'SELECT m.* FROM #__menu AS m WHERE menutype='.$menutype.' AND m.published=1'; with $sql->setQuery( 'SELECT m.* FROM #__menu AS m WHERE menutype='.$menutype.' AND m.published=1'); // nie wiadomo po co to $query = 'SELECT m.* FROM #__menu AS m WHERE menutype='.$menutype.' AND m.published=1'; |
| The code didn't come out right above... the correct code shoudl be $sql->setQuery( 'SELECT m.* FROM #__menu AS m WHERE menutype='.$menutype.' AND m.published=1'); // nie wiadomo po co to $query = 'SELECT m.* FROM #__menu AS m WHERE menutype='.$menutype.' AND m.published=1'; |
| damn... the code couldn't come up right either, the backslash has been removed... please refer to the following site http://www.joomfish.net/forum/viewtopic.php?f=28&t=4107 for the following error mysql_query(): MySQL error: Unknown column 'topmenu' in 'where clause' in /nfs/extra/t/to/tommyandfruzsi/wwwroot/index.php: render on line 79 |
| I have the same problem as Paolo Line: 92 Character: 79 Error: 'this.root' is null or it isn't an object Code: 0 But Neuman's fix doesnt work for me, same result. Any ideas? |
| Fixed it..... Had to replace mosShowListMenu('topmenu'); with mosShowListMenu('main-menu'); Cheers |
| How do I get the horizontal menu to appear above the breadcrumbs area? If you look at the thumbnail from the original location, you can see there is a top menu with "about joomla" and "features": http://www.design-joomla.eu/components/com_remository_files/file_image_18/img_18_01.jpg I can't make my menu show up there. Any suggestions? |
| love it. Doesn anyone nows how to reduce margins ? In order to increase artice area ? |
| < Prev | Next > |
|---|