crochetedowl
Forum Replies Created
-
Forum: Plugins
In reply to: [Byline] How to display an "and" between the last or only two Byline termsMy site is under a Coming Soon page. I’d be willing to set up a Subscriber account for you so that you can see the page, but if it’s necessary, I guess that I could temporarily remove the Coming Soon page.
Forum: Plugins
In reply to: [Byline] How to display an "and" between the last or only two Byline termsOkay, sorry. It obeys the “last child” rules now.
It still knocks down a line, though. It looks like this:
By
author information | categories
Forum: Plugins
In reply to: [Byline] How to display an "and" between the last or only two Byline termsFor some reason, this isn’t working for me.
Even though it’s supposed to be inline, it kicks the author data to the next line.
There are also commas after all of the entries for some reason. The cite is ignoring all of the “last-child” CSS rules.
Forum: Plugins
In reply to: [Byline] How to display an "and" between the last or only two Byline termsI added the CSS. Now, what exactly do we change in byline.php, and how do we change it in order to get this?
If I simply change
$author = get_the_term_list( $post->ID, 'byline', '', ', ', '' );
to$author = get_the_term_list( $post->ID, 'byline', '<li>', '</li><li>', '</li>' );
, then I get a normal list. How do I introduce the ul class?Forum: Plugins
In reply to: [Connections Business Directory] Change "Categories" on templateThanks; the colon was the problem.
Forum: Plugins
In reply to: [Connections Business Directory] Change "Categories" on templateI saw that. It helped for things like changing “Title” to “Job Title,” but it isn’t doing anything for categories.
I have the domain as “connections,” the original string as “Categories,” and the replacement string as “Disciplines.” Nothing happened.
Forum: Plugins
In reply to: [WP Custom Login] Error message on login pageThank you. It works now.
Forum: Plugins
In reply to: [WP Job Manager] Remove location search boxI accidentally had it under job-manager instead of job_manager.
Forum: Plugins
In reply to: [WP Job Manager] display_name instead of user_loginI tried to override the templates, but for some reason, the changes aren’t showing up on my website.
Forum: Plugins
In reply to: [WP Job Manager] display_name instead of user_loginIdeally, I would add something to my theme’s functions file.
Forum: Plugins
In reply to: [WP Content Copy Protection] Drag & Drop don't workThanks!
Forum: Plugins
In reply to: [WP Content Copy Protection] Drag & Drop don't workYou’re not alone, JahLive. I can drag and drop images now, too. I’m using a Mac, and I’m having this problem with Chrome, Firefox, and Safari.
I temporarily deactivated my other plugins and moved to the Twenty Ten theme. That didn’t fix anything.