nexxai
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SmartAdapt] How can I change the theme to support https?I just went through the same thing as you. The offending file is wp-content/themes/smartadapt/inc/classes/theme-options-class.php lines 663-708. Where they say “http://fonts.googleapis.com….”, remove the “http:” part leaving just “//fonts.googleapis.com”. This will tell the browser to use the same URI as the page was served in (http for http connections, https for https connections).
I don’t know how to submit this as a change, but if someone wants to let the developer know, it would be appreciated.
Forum: Themes and Templates
In reply to: [Zerif Lite] Can't upload team member imagesClosing as resolved.
Forum: Themes and Templates
In reply to: [Zerif Lite] Can't upload team member imagesAnswered my own question. I uploaded the pictures separately and then just entered the URL in that box. I was assuming the “Upload Image” box is *supposed* to open the media upload box but it doesn’t.
Forum: Fixing WordPress
In reply to: RSS problemI know thread necromancy is frowned upon, but thank you so much. Ended up being a few extra lines in the Trackback/Pingback moderation scripts I had installed.
Everything is peachy now.
Forum: Fixing WordPress
In reply to: Trackback/Pingback SpamJust for those who are looking for the same thing:
UPDATE wp_posts SET ping_status=”closed”;
Will change all of your previous posts to disallow Pingbacks, to hamper the latest round of TPBack spam you might be receiving.
Forum: Fixing WordPress
In reply to: Trackback/Pingback SpamCan anyone write a quick SQL query to run through the post DB and clear the “Allow Ping?” flag?
Forum: Fixing WordPress
In reply to: Trackback/Pingback SpamNuclearMoose: Dammit, I even had that ready. It’s version 1.2.1
macmanx: I will remove those Allow Pings, however, I’m wondering if there is a way to script that, as there are about 100 posts that probably have it set.