Title: gnruble's Replies | WordPress.org

---

# gnruble

  [  ](https://wordpress.org/support/users/gnruble/)

 *   [Profile](https://wordpress.org/support/users/gnruble/)
 *   [Topics Started](https://wordpress.org/support/users/gnruble/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gnruble/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gnruble/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gnruble/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gnruble/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gnruble/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/gnruble/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/gnruble/replies/page/2/?output_format=md)

 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [What is this slider?](https://wordpress.org/support/topic/what-is-this-slider/)
 *  [gnruble](https://wordpress.org/support/users/gnruble/)
 * (@gnruble)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/what-is-this-slider/#post-3340340)
 * Hey there,
 * It’s just a built-in part of the Maggie theme, available at Mojo Themes [here](http://www.mojo-themes.com/item/maggie-news-magazine-wordpress-theme/).
 * I would just give you the code for the slider, but it’s built around a lot of
   different stuff in the theme and wouldn’t work unless you did a ton of PHP coding.
 * Here’s a list of alternatives I found though – some of which are free:
    [http://allyouneedislists.com/design/web-design-logos/10-fantastic-content-slider-plugins-for-wordpress/ ](http://allyouneedislists.com/design/web-design-logos/10-fantastic-content-slider-plugins-for-wordpress/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [@import stylesheet](https://wordpress.org/support/topic/import-stylesheet/)
 *  Thread Starter [gnruble](https://wordpress.org/support/users/gnruble/)
 * (@gnruble)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/import-stylesheet/#post-3049197)
 * Figured it out; it’s just yoursite.com/wp-content/uploads/theme-name/style.css
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [@import stylesheet](https://wordpress.org/support/topic/import-stylesheet/)
 *  Thread Starter [gnruble](https://wordpress.org/support/users/gnruble/)
 * (@gnruble)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/import-stylesheet/#post-3049127)
 * Well, to use custom CSS with Disqus you either have to use the editor at your
   admin panel on Disqus.com, or [@import](https://wordpress.org/support/users/import/)
   your WordPress stylesheet via the editor at Disqus.com — you can’t modify the
   comment form using the WordPress editor without first importing it on the Disqus
   admin panel.
 * The only reason I need to import it is because I can’t import any fonts from 
   Google Web Fonts unless I use the WordPress stylesheet. It cancels out my custom
   CSS if I try to do it with Disqus’ editor.
 * All I need to do is import my WordPress stylesheet to the Disqus editor – so 
   yes; I’m trying to [@import](https://wordpress.org/support/users/import/) the
   stylesheet from within my theme directory.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [@import stylesheet](https://wordpress.org/support/topic/import-stylesheet/)
 *  Thread Starter [gnruble](https://wordpress.org/support/users/gnruble/)
 * (@gnruble)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/import-stylesheet/#post-3049120)
 * A link to the modified Disqus form?
 * [http://techpounce.com/2012/07/12/disqus/#disqus_thread](http://techpounce.com/2012/07/12/disqus/#disqus_thread)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [@import stylesheet](https://wordpress.org/support/topic/import-stylesheet/)
 *  Thread Starter [gnruble](https://wordpress.org/support/users/gnruble/)
 * (@gnruble)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/import-stylesheet/#post-3049115)
 * Yeah — its exact location is `public_html/wp-content/themes/maggie/style.css`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Styling PHP-generated Content?](https://wordpress.org/support/topic/styling-php-generated-content/)
 *  Thread Starter [gnruble](https://wordpress.org/support/users/gnruble/)
 * (@gnruble)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/styling-php-generated-content/#post-2912804)
 * Thanks! 😀
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Styling PHP-generated Content?](https://wordpress.org/support/topic/styling-php-generated-content/)
 *  Thread Starter [gnruble](https://wordpress.org/support/users/gnruble/)
 * (@gnruble)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/styling-php-generated-content/#post-2912802)
 * Sorry to keep bothering you – I’m finally getting somewhere, but now whenever
   I change the properties of any of the three classes, it just chooses one and 
   styles all three blocks that way.
 * Here’s what I have:
 *     ```
       .alpha .tiny-list {
       background : url('http://techpounce.com/wp-content/uploads/2012/07/Android-BG.png') !important;
       }
   
       .omega .tiny-list {
       background : url('http://techpounce.com/wp-content/uploads/2012/07/Appl-BG.png') !important;
       }
   
       .block_11 .tiny-list {
       background : url('http://techpounce.com/wp-content/uploads/2012/07/Win-BG.png') !important;
       }
       ```
   
 * Why would it be doing that?
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Styling PHP-generated Content?](https://wordpress.org/support/topic/styling-php-generated-content/)
 *  Thread Starter [gnruble](https://wordpress.org/support/users/gnruble/)
 * (@gnruble)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/styling-php-generated-content/#post-2912797)
 * Thanks, but what would the class be for the CSS? I’ve tried every combination
   of everything I could think of, with and without !important and I still can’t
   get anything to change.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Post content deleted itself possibly?](https://wordpress.org/support/topic/post-content-deleted-itself-possibly/)
 *  Thread Starter [gnruble](https://wordpress.org/support/users/gnruble/)
 * (@gnruble)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/post-content-deleted-itself-possibly/#post-2781766)
 * I was thinking it was probably up to one of the plugins – I just installed a 
   couple right before he made the post, but have since removed them.
 * I’m starting to think it’s probably lost forever, but I still want to make sure.
 * I have access to phpMyAdmin, what commands would you recommend to check things
   out?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [A single post is destroying my sidebar… Why?](https://wordpress.org/support/topic/a-single-post-is-destroying-my-sidebar-why/)
 *  Thread Starter [gnruble](https://wordpress.org/support/users/gnruble/)
 * (@gnruble)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/a-single-post-is-destroying-my-sidebar-why/#post-2753719)
 * Wow. That was it. Thanks jkovis!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [GazpoMag h2 links are tricky…](https://wordpress.org/support/topic/gazpomag-h2-links-are-tricky/)
 *  Thread Starter [gnruble](https://wordpress.org/support/users/gnruble/)
 * (@gnruble)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/gazpomag-h2-links-are-tricky/#post-2752201)
 * Thanks! I guess I need to read up on how to properly code CSS a little bit.. 
   😛
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [GazpoMag h2 links are tricky…](https://wordpress.org/support/topic/gazpomag-h2-links-are-tricky/)
 *  Thread Starter [gnruble](https://wordpress.org/support/users/gnruble/)
 * (@gnruble)
 * [14 years ago](https://wordpress.org/support/topic/gazpomag-h2-links-are-tricky/#post-2751990)
 * :visited are all set to #000 – main page still randomly setting h2’s to green…
 * I already have firebug installed, but I don’t get how that helps any more than
   looking directly at the CSS?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [GazpoMag h2 links are tricky…](https://wordpress.org/support/topic/gazpomag-h2-links-are-tricky/)
 *  Thread Starter [gnruble](https://wordpress.org/support/users/gnruble/)
 * (@gnruble)
 * [14 years ago](https://wordpress.org/support/topic/gazpomag-h2-links-are-tricky/#post-2751953)
 * Oops; messed up the link there; [TechPounce.com](http://techpounce.com)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Messing with CSS, now bullets are showing up everywhere](https://wordpress.org/support/topic/messing-with-css-now-bullets-are-showing-up-everywhere/)
 *  Thread Starter [gnruble](https://wordpress.org/support/users/gnruble/)
 * (@gnruble)
 * [14 years ago](https://wordpress.org/support/topic/messing-with-css-now-bullets-are-showing-up-everywhere/#post-2750729)
 * Wow… Now I feel stupid lol
 * Thanks – Now I just have to work on cleaning some stuff up 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Messing with CSS, now bullets are showing up everywhere](https://wordpress.org/support/topic/messing-with-css-now-bullets-are-showing-up-everywhere/)
 *  Thread Starter [gnruble](https://wordpress.org/support/users/gnruble/)
 * (@gnruble)
 * [14 years ago](https://wordpress.org/support/topic/messing-with-css-now-bullets-are-showing-up-everywhere/#post-2750720)
 * Well the problem is, there weren’t bullets there before. I’ve gotten similar 
   errors before that result in bullets popping up, but I can’t imagine what could
   have caused it this time.
 * The only thing I’ve done is changed the colors for h2/links. I’m thinking I must
   have accidentally cut something out or left out a bracket somewhere… I checked
   it over with the CSS validator even, and still couldn’t find the culprit.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/gnruble/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/gnruble/replies/page/2/?output_format=md)