belderiver
Forum Replies Created
-
Forum: Plugins
In reply to: [Gallery Plugin for WordPress - Envira Photo Gallery] Lightbox not workinghttps://css-tricks.com/snippets/wordpress/include-jquery-in-wordpress-theme/
Take a look here for changing your version of jQuery in WP.
Forum: Plugins
In reply to: [Gallery Plugin for WordPress - Envira Photo Gallery] Lightbox not workingYep, rolled back to jQuery 1.8.3 and it’s dandy.
It would be nice if envira updated the version of fancybox they’re relying on but I’m making this as resolved.
Forum: Plugins
In reply to: [Gallery Plugin for WordPress - Envira Photo Gallery] Lightbox not workingThis seems likely to be the issue…
Forum: Plugins
In reply to: [Custom Taxonomy Order] "No terms found"I’ll give it a whirl and report back shortly!
Forum: Plugins
In reply to: [Cyclone Slider] Image classes?You can set up a class exemption list… It just isn’t working like I’d hoped it would for some reason. =P Anyway I think I’ll be fighting with the other plugin rather than this one.
Forum: Plugins
In reply to: [Cyclone Slider] Image classes?Thanks! The class is taking but unfortunately adding it didn’t solve my problem, so I will need to find another work-around.
Forum: Plugins
In reply to: [Cyclone Slider] Image classes?Tried to do it through my custom JS file, it broke more than it fixed. Here’s what I tried:
jQuery(document).ready(function ($) { $('.cycloneslider-slide').find('img').setAttr('class','cyclone-slider-image'); }
Forum: Fixing WordPress
In reply to: Can't log in as anything but admin?Thanks for the responses guys, but problem resolved; Needed to manually set a password in the admin panel for the account, though I don’t know why.
(For the sake of more background/posterity: This is a validated wordpress.com account for a www.remarpro.com blog. I imported the account as an author to the blog along with several associated posts. I have done this with a few other blogs/accounts and never encountered a problem before, but this worked.)
Forum: Themes and Templates
In reply to: Existing comments won't display, but you can post newLoading issues are server related rather than a broken function, and twentyeleven comments template is working fine…
I just wish I knew what caused the problem in the first place!
Forum: Themes and Templates
In reply to: Existing comments won't display, but you can post newSeems to be something to do with the comments template or their associated functions, though why they mysteriously stopped working is a complete mystery and I’m encountering all kinds of loading problems now as well.
Can anyone recommend a good comments template, then? I was using the one from here:
https://themeshaper.com/2009/07/01/wordpress-theme-comments-template-tutorial/Forum: Themes and Templates
In reply to: Existing comments won't display, but you can post newI also deleted my stylesheet to see if it would be any help, and they still didn’t show up…
The site’s local at the moment. Can’t upload it right now but I can provide a link later.
Forum: Themes and Templates
In reply to: How to change the width of a search bar in Google chrome?Try using inspect element on chrome and looking for the element’s class or ID. That oughtta save you some trouble in the future.
Forum: Themes and Templates
In reply to: Existing comments won't display, but you can post newReverting to a very basic header doesn’t seem to impact the problem. Thought that might be where the problem was, now I really don’t know.
Forum: Themes and Templates
In reply to: Existing comments won't display, but you can post newYes. They all exist; they just don’t display.
Forum: Themes and Templates
In reply to: How to change the width of a search bar in Google chrome?It looks alright on my end, but you can target the search bar in css with #s or the form with #searchform and then set a width.