Azurite
Forum Replies Created
-
I figured out what the issue was–I apologize for assuming it had to be this plugin doing it, because as it turned out, it was the WP Default Header plugin, which allows me to specify different headers for each page/post. I had set the headers that way, and when the URLs changed, the plugin didn’t know where to point, even though the header files existed at the new URLs and showed up as “options.”
Another plugin, the CKEditor, had a way of generating links using existing WordPress pages, but it basically just inserted the existing URL–and that also needed updating once I changed the domain name.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Parked vs. Add-On Domains?Hi there,
Thanks! I talked to my host and they allowed me to switch one of my available add-on domains to become a parked domain, and that did the job. Near as I can tell, everything is working fine now!
I should add, I’m using a child theme of Twenty Eleven.
Forum: Plugins
In reply to: [WP Display Header] Custom header per tag pageI hate to bump, but alas, I can’t edit my former posts.
So while I was able to assign a specific header to each individual tag, the links that I have, which are meant to find ANY posts with tag A OR B OR C, ends up finding the post all right, but still displays the default header.
But if I go to https://sailormoon.seventh-star.net/tag/fashion
or https://sailormoon.seventh-star.net/tag/costumes
The correct post AND header shows up.
Does the WP Display Header plugin not recognize the commas in a tag archive, e.g. Tag A OR Tag B?
Forum: Plugins
In reply to: [WP Display Header] Custom header per tag pageI think I actually figured it out.
If you go to the Edit Tags option for a post/page (if you have the plugin that enables it for both), the Header options will be there. I assume that if I want to apply a specific heading to multiple tags, I have to go into EACH of those tags and pick that header, so if someone clicks on a menu link that is a tag search/archive page for BOTH tags A and B, A and B’s headers must be the same.
Forum: Plugins
In reply to: [WP-DraftsForFriends] Unable to share a draftOkay, I added you without having to send the confirmation email. I think it should work. I’ve emailed you the username and password, the site in question is the subdomain ‘sailormoon.’
Forum: Plugins
In reply to: [WP-DraftsForFriends] Unable to share a draftI had a plugin turned on which made the site invisible to everyone but Admins. I changed the setting so that it should be visible to registered users, which should include the account I made for you that has Editor access.
If that doesn’t help, let me know, but I’m not sure where to look for JavaScript errors for the file you mentioned. My Superadmin Helper WLS log doesn’t record any errors that I can tell, so it would have to be somewhere else, maybe on my site’s cPanel?
Forum: Plugins
In reply to: [WP-DraftsForFriends] Unable to share a draftUnfortunately, it’s still having the same problem for me, where I click the “Go” button and nothing happens.
I noticed that in this master, the version number didn’t change, but I didn’t know if that was intentional on your part or not.
Were you able to load the activation page eventually?
Forum: Plugins
In reply to: [Links With Icons Widget] Links not in a listThankfully I wrote the customizations down so I can apply them later, if need be.
Hopefully there’ll be a way to update it so that people can choose to have images only or images with text, linked just the way they want.
Forum: Plugins
In reply to: [WP-DraftsForFriends] Unable to share a draftSent.
The Multisite is set up to create subdomains, e.g. sitename1.domain.com, sitename2.domain.com.
Forum: Plugins
In reply to: [Links With Icons Widget] Links not in a listAwesome, that worked! I used the CSS
.link_with_icon { float: left; list-style-type: none; }
to hide the bullet point as well.
Thank you!
Forum: Plugins
In reply to: [Links With Icons Widget] Links not in a listWould it be this part where I switch around where the A tag is so that it wraps around the single IMG tag:
echo '<li class="link_with_icon"><img src="//'.$imgsrc.'"><a '.$fol.$tar.'href="'.esc_attr($$link).'">'.esc_attr($$name).'</a></li>';
So I would make it look like this instead:
echo '<li class="link_with_icon"><a '.$fol.$tar.'href="'.esc_attr($$link).'"><img src="//'.$imgsrc.'">'.esc_attr($$name).'</a></li>';
Forum: Plugins
In reply to: [WP-DraftsForFriends] Unable to share a draftWell…
We’ve made progress. I installed the master and I can now select a draft and pick a time, but when I click the Go button to create a link for the draft, nothing happens.Forum: Plugins
In reply to: [Links With Icons Widget] Links not in a listHere’s a screenshot of what I mean: an image of the issue in question
Forum: Plugins
In reply to: [WP-DraftsForFriends] Unable to share a draftI’d rather not. Do you need administrative access? I can create a test user…
Barring that, I did just try to uninstall and reinstall the plugin, and the issue persists.
I’m wondering if the plugin has problems with long post titles, colons, apostrophes, or other characters.
My shortest post title is 22 characters including a space. Most of my post titles include colons, apostrophes or other special characters.
I’m not sure if the draft link WP-DwF is generating would have a problem with that.
ETA: I’m using WordPress Multi Site. I’ve tested the plugin, which is Network Activated, on my other sites, and the issue persists, even with a draft title of just “Draft Test.”