timwilmshurst
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: flexdropdown.js problemthese are the errors forefox is reporting
“NetworkError: 404 Not Found – http://www.ecosteps.co.za/wpnewsite/home/sandbag-building/wp-content/themes/eco2/js/flexdropdown.js”
flexdropdown.js
“NetworkError: 404 Not Found – http://www.ecosteps.co.za/wpnewsite/home/sandbag-building/wp-content/themes/eco2/themes/js/jquery.bxslider.min.js”
jquery….min.js
“NetworkError: 404 Not Found – http://www.ecosteps.co.za/wpnewsite/home/sandbag-building/wp_content/themes/eco2/themes/js/jquery.bxslider.min.js”
jquery….min.js
“NetworkError: 404 Not Found – http://www.ecosteps.co.za/wpnewsite/home/sandbag-building/wp-content/themes/eco2/js/jquery-1.2.6.min.js”
jquery….min.js
“NetworkError: 404 Not Found – http://www.ecosteps.co.za/wpnewsite/home/sandbag-building/js/jquery-1.2.6.min.js”
jquery….min.js
TypeError: $ is not a function
[Break On This Error]$(function() {
/wpnew…ilding/ (line 127)
“NetworkError: 404 Not Found – http://www.ecosteps.co.za/wpnewsite/home/sandbag-building/wp_content/themes/eco2/themes/js/jquery.bxslider.min.js”
jquery….min.js
TypeError: $ is not a function
[Break On This Error]$(document).ready(function(){
/wpnew…ilding/ (line 139)
“NetworkError: 404 Not Found – http://www.ecosteps.co.za/wpnewsite/home/sandbag-building/wp-content/themes/eco2/js/jquery-1.2.6.min.js”
jquery….min.js
SyntaxError: syntax error
[Break On This Error]});
/wpnew…ilding/ (line 282)
“NetworkError: 404 Not Found – http://www.ecosteps.co.za/wpnewsite/home/sandbag-building/wp-content/themes/eco2/themes/js/jquery.bxslider.min.js”
jquery….min.js
ReferenceError: jquery is not defined
[Break On This Error]jquery(document).ready(function(){
Forum: Fixing WordPress
In reply to: nav labels top of pageHI Josh,
as you kindly helped me out before i was wondering if you could be so good to help again. Another site i am working on is http://www.ecosteps.co.za/wpnewsite on all the pages except home page i am getting the page title inserted could you point me in the right direction to get rid of this
thanks in advance Tim
Forum: Fixing WordPress
In reply to: page title removalsorry link is http://www.ecosteps.co.za/wpnewsite
thanks
Forum: Fixing WordPress
In reply to: multiple css or similarscrap that i have got it to work now, but the content is showing in the bottom right corner, is there a way to make it middle of page between the header and scroll bar footer?
thanks
Forum: Fixing WordPress
In reply to: multiple css or similarsorry for being unclear, i have changed the first menu item ‘home’ to the wording ‘test’ so i could easily see that the css had changed but as you can see they both say ‘home’ when the style2.css is changed to say ‘test’ as the first menu item
Forum: Fixing WordPress
In reply to: multiple css or similarhi have managed to get my site using 2 style sheets by coding it for homapge use style.css else all others use style2.css. when i look in firefox the pages say they are using style2.css but they are not showing up with that style as i have changed the wording on the menu for the sencond stylesheet and the change isnt shown on the pages
hope that makes sense
Forum: Fixing WordPress
In reply to: java script querymanaged to solve it thanks
Forum: Fixing WordPress
In reply to: java script queryi am using a blank theme from scratch
Forum: Fixing WordPress
In reply to: java script queryok i have all pages set as child under parent ‘Eco Products’
i have the following referring to the top menu hope this helps
<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js”></script>
<script type=”text/javascript” src=”js/flexdropdown.js”></script><div id=”header_bg”>
<div id=”header_wrapper”>
<table width=”999″ border=”0″ cellpadding=”0″ cellspacing=”0″><tr><td>
<img src=”<?php bloginfo(‘template_directory’) ?>/images/eco-steps-logo.png” width=”291″ height=”70″ alt=”Eco Steps Home” align=”left” border=”0″ style=”padding: 10px;” /><div id=”topnav”>
<ul class=”topnavtabs”>- Home
- Sandbag Building
- Eco Products
- Water Management
- Heat Pumps
- Solar Energy Solutions
- LED Lighting + Shop Online
- Decking Solutions
- Gas Solutions
- Eco Health
- Vision & Ethics
- Latest Eco News
- Contact Us
<ul id=”flexmenu1″ class=”flexdropdownmenu”>
<!–
–>
</div>
</td>
<td>
<img src=”<?php bloginfo(‘template_directory’) ?>/images/facebook.jpg” />
</td></tr>
</table></div>
</div>
Forum: Fixing WordPress
In reply to: nav labels top of pageperfect your a genius Josh, thanks for your speedy replies and super WP knowledge, a gent.
cheers Tim
Forum: Fixing WordPress
In reply to: nav labels top of pageHI Josh, i found that bit of code in one of the template files and have deleted it which solves the problem of the writing in the top right corner, but i still have the nav links displayed on most pages????
this is a strange one!!
the only difference between the pages with the nav links and the ones without are they are setup as different templates, will this make a difference?
thanks in advance
Forum: Fixing WordPress
In reply to: nav labels top of pageapologies i did not see the extra bracket, i have removed it now but still no change
Forum: Fixing WordPress
In reply to: nav labels top of pagei didnt leave it up there as the site is live and it puts the into the top of the page, i will change it again now and leave it up there for you to see, thanks
Forum: Fixing WordPress
In reply to: nav labels top of page.breadcrumb {
padding: 100px 5px;
font-size: 10px;
display: none;
}Forum: Fixing WordPress
In reply to: nav labels top of pagei did edit my style.css as you said. i have copied snippet of what i edited below
.coupon {
border: 5px dashed #ccc;
padding: 20px;
text-align: center;
-moz-transform: rotate(-2deg);
font-size: 20px;
}
.breadcrumb {
padding: 100px 5px;
font-size: 10px;
display: none;
}
}.single #post-title {
color: #eee;
text-shadow: 1px 1px 0 #774e21, 2px 2px 0 #774e21;
font-size: 36px;
background: url(images/bg.png);
padding: 0px 50px;
margin: 135px 0 0 0;
width: 756px;