jbope
-
php gig list not ordering AM-PM correctly
Thanks @bungle. I tried both. Neither seems to make any difference.
-
Wordpress reposting blog title instead of post title.
Thanks guys. Worked great!
-
Wordpress reposting blog title instead of post title.
Do I need to do this? http://bavotasan.com/2008/how-to-modify-your-wordpress-title-tag-for-search-engine-optimization/
-
Wordpress reposting blog title instead of post title.
Yeah I was afraid that might be difficult to understand but wasn't sure how to say it. The ad firm is trying to repost an article from our site and when he does so the title of the repost is our blog title not the post title. We would like it…
-
php gig list not ordering AM-PM correctly
@bungle - Thanks so much!
-
php gig list not ordering AM-PM correctly
@bungle - Thanks for looking at this for me. I found the file and the query. Not sure how to address it. I can't find ASC or DESC. The page is up for me now. Not sure what was wrong. http://thishope.org/schedule/ I have three events po…
-
php gig list not ordering AM-PM correctly
Wait... I found a "tables.sql" in the folder for the plugin. Oped it and it says "time default NULL" in the "time" code. Is that what you are looking for?
-
php gig list not ordering AM-PM correctly
@lyleyboy - How do I look in the database and where do I look?
-
Wordpress post - list style not working
Thanks @stevencrader. I have looked through the css but I am not finding the code to make this happen. Here is the link http://wp-testing.bopedesign.com/?page_id=104
-
Calendar list won't allow for am pm ordering
el=$(el);el.format=f;if(el.getTag()=='select'){el.addEvent('change',function(cal){this.changed(cal);}.pass(cal,this));} else{el.readOnly=true;el.addEvent('focus',function(cal){this.toggle(cal);}.pass(cal,this));} cal.e…
-
Calendar list won't allow for am pm ordering
var blocked=this.blocked(cal);if($type(days)=='array'){days=days.filter(function(day){if(day>=first&&day
-
Calendar list won't allow for am pm ordering
// Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements , MIT Style License. var Calendar=new Class({initialize:function(obj,props){this.props=Object.extend({blocked:[],classes:['cal…
-
Calendar list won't allow for am pm ordering
Yikes! sorry about the look of that post.
-
Calendar list won't allow for am pm ordering
Thanks Doc I am going to post the two files that I think make it work. Please let me know if I am missing something. http://www.w3.org/1999/xhtml"> This Hope - Ministry Through Music - Schedule http://ajax.googleapis.com/ajax/libs/…
-
Is there a way to make a wide slider without scroll bars?
Awesome! Thanks wolfcry!
-
Is there a way to make a wide slider without scroll bars?
Thanks Doc. That is very confusing. I am on a mac. FF3.6.3 - Chrome12.0.742.112 - Safari5.0.5 I see hor scrolls anytime my browser is under about 1700px wide. Anyone else seeing one or the other?
-
Is there a way to make a wide slider without scroll bars?
Interesting... I am seeing horizontal (and vertical but that's needed) scrolling to the right where the slider stretches out to the right. I see them in FF and Chrome.
-
"overflow:hidden" not working in chrome
Thanks wolfcry911. I was looking at the ff version on a large screen. I posted another question about how to get rid of the scroll bar. Hope someone can help. Tried everything.
-
Need to change when gig list deletes shows
Thanks all. Added a "-" to the 1 and it worked.
-
Need to change when gig list deletes shows
I didn't change it. Shows are still being deleted at the beginning of the day. Can I change that code somehow to tell it to delete a few days after the event?
-
Need to change when gig list deletes shows
Thanks TT_Mark. Here it is.
-
[Solved] Unwanted spacing issue
Thank you wolfcry911. Adding that ruleset did it. Thanks also for the other info. I believe it is a table generated by js and php. This is a template Chris built. I don't really know what I'm doing outside of HTML/CSS which is why I a…
-
[Solved] Unwanted spacing issue
I added overflow:hidden; to .show-row-dates, .show-row-event-venue, .show-row-address, .show-row-time, .show-row-head, .show-row-admin Still have the space issue. Any other thoughts?
-
[Solved] animated page scroll
I put the line in that you recommended. And checked the id's and classes as best I know how. Still not working. Any other thoughts?
-
[solved] Chris' 'anything slider' how to remove numbers
Worked! Thanks so much. Jeane
-
[solved] Chris' 'anything slider' how to remove numbers
Man, thanks again for all the help. I must be doing something wrong. I put it in like below and nothing changed. Guessed at a couple of changes and they either had no effect or broke the whole thing. $.anythingSlider.defaults =…
-
[solved] Chris' 'anything slider' how to remove numbers
Thanks jamy_za. Sorry for the ignorance. Where do I put that line?
-
[solved] Chris' 'anything slider' how to remove numbers
I changed it to false and nothing seems to happen. Even if it did wouldn't it remove the buttons altogether? I want the circles to stay. I just want the numbers removed.
-
Problem with Chris' Anything Slider
I am not sure how to remove the numbers. They do not appear to be in the HTML tags. I think they are being generated by jquery. Unfortunately, I have not learned jquery yet. I am including the code. …