Maddtechwf
-
jQuery Help
Hahaha! Fixed it. I wasn't paying attention to the fact that the script was running before the content was on the page. Moved it to the footer and works like a charm.
-
Responsive Gallery
We have an art department that wants to show all the pieces from each of their galleries. With the current software we are using, it show's the parent galleries and then when a gallery is select it's images are loaded. We would like the …
-
Responsive Gallery
I can find all kinds of gallery sliders but I can't find anything that give me the actual option to have multiple galleries show inside a parent gallery and the user just clicks the gallery they want and then it loads that gallery for viewing.
-
Responsive @media points
Well after reordering my CSS with the largest screen size first and the smallest last, it's apply the correct layouts on my mobile devices I'm testing it on.
-
Responsive @media points
I started typing it and then I saw @TheDark12 's comment and it solved my issue. It's reading correctly now.
-
Responsive @media points
We were Desktop first then mobile but looking at the recent analytics for our current site, we have noticed that 80% of our views are from a mobile device.
-
Responsive @media points
/******************************************* * * RESPONSIVE ITEMS * *******************************************/ @media only screen and (max-width: 320px) { /*************************************** * TOP NAVI **************************…
-
Responsive @media points
Is there a certain order that you are suppose to put your break points for responsive design?
-
Responsive @media points
It's on a localhost setup right now.
-
Parsing JSON into a table
@mweldan - thanks for the response. I understand the converting an object but I'm lost on how to look the "obj" to show all of the items returned and I'm also lost on how to alphabetize the list.
-
Reading RSS with JQuery
Never mind, I caught my mistake. I was escaping the hyperlink to early.
-
Reading RSS with JQuery
So I finally got it to work but I used a little different code. XML & AJAX $(document).ready(function(){ $.ajax({ type: "GET", url: "NewsFeed.xml", dataType: &q…
-
Reading RSS with JQuery
I can't use PHP. My network admin does not allow PHP.
-
Reading RSS with JQuery
The link you provided just shows it outputing XML. I need it to read an RSS feed and have it populate a UL.
-
Reading RSS with JQuery
That didn't really cover what I was needing. The RSS feed that I'm trying to read into a UL is structured like this. …
-
Mutli Column List
I tried what you said to do above with CSS but this is what I ended up with. http://jsfiddle.net/maddtechwf/5gYv9/
-
Semi-Complex PHP Loop
Thanks for the help guys. I really appreciate it. I looked at the code again and I forgot a key part. Every three items, has a "row" class wrapped around them along with an "alpha" class on the first item and an "omega&qu…
-
WooCommerce
@liongabriel - You will want to put the code that you changed in WooCommerce stylesheet inside your themes stylesheet so that when you update WooCommerce, you won't loose your changes.
-
Responsive Menu like CSS Tricks
I get it changes with media queries but I didn't know how he made it bump down to a second line.
-
Divs not showing correctly
Thanks for catching the typo. For some reason, my #top-section, is going behind my #content-area. This only happens in IE7.
-
Read directory and populate jquery treeview
Example directory list: ROOT - Folder 1 - File 1 - File 2 - Folder 1.1 - File 1.2 - Folder 2 - Folder 2.1 - File 1 - Folder 2.2 - Fil…
-
Javascript For Div Height
Thanks for all the help guys. I got it working now.
-
WebKit Engine not showing website correctly
HOLY CRAP!!!!! I copied our existing CSS over to work with and didn't noticed that the previous person had put a * { -webkit-margin-before: 0 !important; -webkit-margin-after: 0 !important; } in it. Sorry for all the hassle guys. Thanks for …
-
WebKit Engine not showing website correctly
I will try that Paulie_D.
-
WebKit Engine not showing website correctly
I don't have a link to the site that I can publish to the public. It's all on a localhost right now.