boyceyuk
Members-
Posts
22 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by boyceyuk
-
Many thanks for the reply Kalitz. I made the changes as per your post. It has almost done exactly what we want, however the menu does not seem to start from the start of the logo above and the slideshow images below (see the test site test.stannsprimary.org.uk). Any ideas what could be causing this?
-
I've added this in however it doesn't seem to of made any difference....
-
its live. I've sent you the credentials via pm.
-
but if your div with id "topmenu" is below the logo div like ours is, and our menu module is in the topmenu position...I'm baffled as to what I'm doing wrong!
-
[url=http://www.st-augustines-high.lancsngfl.ac.uk/Joomla/site/][/url]Hi, The position of the main menu is topmenu. We are wanting the logo and menu to look (position wise) exactly as it does on this site: http://www.st-augustines-high.lancsngfl.ac.uk/Joomla/site/ Is the code that I pasted in my previous post correct?
-
Any joy with this yet Steve?
-
Thanks for the reply. In between posts I looked t the file you mentioned above however it seems that topmenu id is already below The logo div: templates/<?php echo $this->template ?>/images/logo.png <?php if ($this->countModules('topmenu')): ?> <?php endif; ?> I maybe missing something here but I'm not very offay with php!
-
Thank you for your reply. Was this change made within joomla admin or was it a (albeit minor) code change? In any case where would I make this change? Many thanks for your help!
-
Hi Guys, Having searched through the site I don't seem to be able to find a definitive answer to this problem. Our site is running the 1.5 package. However our new logo/banner is to cover the top of the site (same width as the slideshow images). To this end we need to move the menu below the logo. This will also enable us to have more menu options as there will be more room to play with. Please help! Best Wishes, Adam.
-
How to insert a logo covering whole header?
boyceyuk replied to Rishoban's topic in EduGeek Joomla 1.5 Package
Did you ever resolve this Rishoban? Need to do the same! -
Hi Guys, Was there ever an answer to this query? I really need to get my menu moved below my logo as the logo is the width of our site.
-
Hi Steve, Sorry to be a pain(!), but is there any update/progress with the template? Best Wishes, Adam.
-
Did you manage to keep the same Axerescheck template? I read on a post on here that some people experienced problems with upgrading their 1.5 to 1.7 and upwards. apparently the Axerescheck template isn't compatible?!
-
Just out of curiosity has anyone managed to successfully (or not!) upgrade their 1.5 installation to 2.5?
-
Thanks a millon for your efforts! Next week will be perfect timing as I was hoping to launch the live site dfor the start of summer term
-
Hi All, Have Joomla 1.5 site with the edugeek template etc. We are looking to implement online payments for our school trips, dinner money etc. Can anyone recommend a joomla plugin that can do the job for us? We don't mind paying for it, but do not want to outsource this to parentpay etc, would rather keep it in house on the one platform. Thanks in advance, Adam.
-
Hi, I would like to place three of the 'advert' modules in the footer position on the main page. I have enabled the footer module (as it seemed to be disabled) and have amended the position of the modules to 'footer' however they have now disappeared from the main screen!
-
I've knocked together a 'mock' site just to show management and the staff but I will soon be implementing this into a live environment and would rather do that on version 2.5 as it has many enhanced features over 1.5, mainly the security features are better
-
Hi Steve, (This may be a bit cheeky!) Do you have any idea when you might have this available? I am currently developing a site for a school using the 1.5 version, however as we know the access control in 1.5 is very limited so I am needing to go-live with 2.5 (hope this makes sense!). Best wishes, Adam.
-
Did you ever manage to find an easier way of doing this?
-
Did this new thread get created? I can't seem to find it! Found it!
-
Hi, I am receiving the following error when attempting to installe the EduGeek Joomla Package: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM AUTO_INCREMENT=9' at line 39 SQL=-- -- Database: `package` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_banner` -- CREATE TABLE IF NOT EXISTS `jos_banner` ( `bid` int(11) NOT NULL AUTO_INCREMENT, `cid` int(11) NOT NULL DEFAULT '0', `type` varchar(30) NOT NULL DEFAULT 'banner', `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `imptotal` int(11) NOT NULL DEFAULT '0', `impmade` int(11) NOT NULL DEFAULT '0', `clicks` int(11) NOT NULL DEFAULT '0', `imageurl` varchar(100) NOT NULL DEFAULT '', `clickurl` varchar(200) NOT NULL DEFAULT '', `date` datetime DEFAULT NULL, `showBanner` tinyint(1) NOT NULL DEFAULT '0', `checked_out` tinyint(1) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `editor` varchar(50) DEFAULT NULL, `custombannercode` text, `catid` int(10) unsigned NOT NULL DEFAULT '0', `description` text NOT NULL, `sticky` tinyint(1) unsigned NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `tags` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), KEY `idx_banner_catid` (`catid`) ) TYPE=MyISAM AUTO_INCREMENT=9 Please help!! Best wishes, Adam.
