ChristinaHooper
-
Single Facebook Post in Wordpress from different Facebook Walls
Awesome - thank-you! So does that mean that I don't have to go into every account to generate an access token, I can just do it once from my account and make it work...?
-
Single Facebook Post in Wordpress from different Facebook Walls
I was afraid that was the case. Thank-you for your help!
-
Single Facebook Post in Wordpress from different Facebook Walls
Hmmm... that one would work. It would be better if there were a way to do it without having to get into each of my client's Facebook accounts. Is that even possible...?
-
Single Facebook Post in Wordpress from different Facebook Walls
I still haven't found a way to pull this off - any ideas?
-
Wordpress Elections
Is there a quicker way to do that in bulk since it's about 500 or so users voting...?
-
Wordpress Elections
My client was very particular that she didn't want them to have to create an account to cast their vote, but she did want to make sure she was only collecting votes from the people on that list. There are about 500 people voting, and most of t…
-
Apply class to parent if child div contains class
I think @Hompimpa 's example worked for me since I only have one div that has the class I'm searching for. @TheDoc Your example would be more reliable in most cases though I would think
-
Apply class to parent if child div contains class
I spent years working as a .NET developer, and working with other programmers that used crazy abbreviations and all lower case for their variables, and it just made it really really hard to follow the progression of their code. So I started Camel C…
-
Apply class to parent if child div contains class
That didn't work either... hmmm...
-
Apply class to parent if child div contains class
well - apparently I can't figure out how to do code blocks in the new forum either... one of those days - I have my if statement wrapped in script tags, and it removed them.
-
Apply class to parent if child div contains class
I have got to be doing something wrong. Here's what I have: In Header.php inside the head tag I put: if($('#ContentRow').hasClass('row Blue')){ $(document.body).addClass('Blue'); } …
-
Apply class to parent if child div contains class
I'm doing this in a Wordpress Theme if that makes a difference...
-
Apply class to parent if child div contains class
Is there a way with javascript or jquery?
-
Background-size and IE8
Ok - found a workaround - not ideal, but it works:
-
Background-size and IE8
Anybody have any suggestions at all for this one? I'm open to anything that works in IE8 and still has a similar look to what I have now.
-
Background-size and IE8
It looked reaaally bad with cover... so I'm thinking that won't work. Hmmmm... surely there has to be a way... javascript, jquery, something. The first VP of the museum uses IE8 and won't upgrade - so I don't have a choice but …
-
Background-size and IE8
Honestly - because cover didn't give the right effect and I'm stuck using that image for the background - my client was veeeeery insistent on that.
-
Background-size and IE8
Yup - already checked out that page and I couldn't get it to work. I'm thinking probably because I'm trying to do background-size:contain and not cover...?
-
Events custom post type querying by start and end dates (wordpress)
It sounds like all you need to do then is grab out the end date into a variable and then wrap your output code in an if statement so that it only outputs the events if the end date is less than the current date. This website explains comparing date…
-
Events custom post type querying by start and end dates (wordpress)
This is what I use: $CustomValueVariable = get_post_custom_values('CustomValueVariable ', $post->ID);
-
Jerky Site In Chrome Only
That was what I thought, but she's apparently not worrying about the size she inserts since I have the css taking care of making sure it fits into the layout without blowing anything up. I've played with that plugin a bit, and it seems …
-
Jerky Site In Chrome Only
Hmmm... I started with the Foundation theme and the app.js that is throwing that error was part of that theme. I'll have to try to figure out what's causing that. I'm thinking of maybe trying this for image resizing... http://wordpr…
-
Jerky Site In Chrome Only
My client is constantly uploading large size images to her site, no matter how many times I tell her to resize the images before uploading, she doesn't do it. Is there a way to handle that after upload to reduce the file size?? I think I have…
-
Google Analytics For Clients
@Josh That's precisely why I liked putting Google Analytics in their Wordpress Dashboard. They see it when they go in to manage their site and it's a condensed version of what is on the full Analytics site. So they really just get an id…
-
Google Analytics For Clients
@joslex - Not all clients have a Google Account of their own, I could sign them up for one I guess and use that. I was just hoping to avoid that if possible. It looks like that other dashboard analytics hooks into the Google API key as well, so it…
-
Google Analytics For Clients
That doesn't put the widget in the Wordpress dashboard though... that's the whole reason I use that plugin. Here's the screenshots from the plugin so you know what I mean: http://wordpress.org/extend/plugins/google-analyticator/scree…
-
Google Analytics For Clients
I know that works as far as viewing the analytics at the actual Google analytics site... but the Google analyticator plugin authenticates with Google through my Google account to be able to show the stats on the Wordpress Dashboard. The authenticat…
-
Time/Project Management
I've been using BlinkSale recently... I signed up when I got a promotion discount from mightydeals... and I've been liking it. It doesn't handle expenses really well... but I just created a client for myself and I invoice myself to h…
-
Good Sources for Outsourcing
I'll check that out... Thanks!
-
Good Sources for Outsourcing
That's what I was hoping... that's why I posted it here... lol. I understand the fundamentals of making sites cross-browser and mobile compatible... and if I beat my head into a wall... kick back a few stiff drinks... pray to the right …