gnruble
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: What is this slider?Hey there,
It’s just a built-in part of the Maggie theme, available at Mojo Themes here.
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:
https://allyouneedislists.com/design/web-design-logos/10-fantastic-content-slider-plugins-for-wordpress/Forum: Themes and Templates
In reply to: @import stylesheetFigured it out; it’s just yoursite.com/wp-content/uploads/theme-name/style.css
Forum: Themes and Templates
In reply to: @import stylesheetWell, to use custom CSS with Disqus you either have to use the editor at your admin panel on Disqus.com, or @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 the stylesheet from within my theme directory.
Forum: Themes and Templates
In reply to: @import stylesheetA link to the modified Disqus form?
Forum: Themes and Templates
In reply to: @import stylesheetYeah — its exact location is
public_html/wp-content/themes/maggie/style.css
Forum: Fixing WordPress
In reply to: Styling PHP-generated Content?Thanks! ??
Forum: Fixing WordPress
In reply to: Styling PHP-generated Content?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('https://techpounce.com/wp-content/uploads/2012/07/Android-BG.png') !important; } .omega .tiny-list { background : url('https://techpounce.com/wp-content/uploads/2012/07/Appl-BG.png') !important; } .block_11 .tiny-list { background : url('https://techpounce.com/wp-content/uploads/2012/07/Win-BG.png') !important; }
Why would it be doing that?
Thanks
Forum: Fixing WordPress
In reply to: Styling PHP-generated Content?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
In reply to: Post content deleted itself possibly?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
In reply to: A single post is destroying my sidebar… Why?Wow. That was it. Thanks jkovis!
Forum: Themes and Templates
In reply to: GazpoMag h2 links are tricky…Thanks! I guess I need to read up on how to properly code CSS a little bit.. ??
Forum: Themes and Templates
In reply to: GazpoMag h2 links are tricky…: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
In reply to: GazpoMag h2 links are tricky…Oops; messed up the link there; TechPounce.com
Forum: Themes and Templates
In reply to: Messing with CSS, now bullets are showing up everywhereWow… Now I feel stupid lol
Thanks – Now I just have to work on cleaning some stuff up ??
Forum: Themes and Templates
In reply to: Messing with CSS, now bullets are showing up everywhereWell 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.