jdblundell
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Incoming links not working properly@bill – If you hover over the title bar (incoming links) you should see the word “Configure” appear in blue. Click on that and you’ll be able to change/update your link.
bump?
Similar question…
I think I need to blog caching of a few pages to get a plugin to work correctly.
My WordPress install is at https://www.casadeblundell.com/jonathan
I think I need to block https://www.casadeblundell.com/jonathan/tweet-pics/
along with https://www.casadeblundell.com/jonathan/tweet-pics/?image_id=52 and/or any other image_id queries.
I’ve tried –
/jonathan/tweet-pics/
/jonathan/tweet-pics/?image_id=
/jonathan/wp-content/plugins/tweetpress/and –
/tweet-pics/
/tweet-pics/?image_id=
/wp-content/plugins/tweetpress/But none of them seem to work. Are these the proper syntax?
If so, perhaps there’s something else I need to block caching on.
I’m wondering if I have settings set correctly as well.
We would like members to receive an e-mail as soon as they register, letting them know that their account will be reviewed and they should gain access to the site within 24 hours.
Then, once they’re verified and activated, we’d like them to receive a follow-up email letting them know the account is now active.
However, the check box next to Custom Verification Message is not active or able to be checked.
So they’re receiving the first message and not the second (follow-up approval e-mail).
We have:
Email verification turned off
Admin verification turned on
Custom New User Message is turned on (with the initial e-mail in the field)
Custom Verification Message is not accessible to enable or disable its “grayed out”
Custom Admin Notification is turned onAnd I think those are all the relevant settings. Is there something else we should do to send a follow-up email once the accounts are activated?
Forum: Plugins
In reply to: [Plugin: WordPress SEO by Yoast] Links on the Post Page not workingFound the problem –
The Holy Scripturizer Plugin: https://scripturizer.wordpress.com/
Didn’t think that would have anything to do with the Post Page but I guess it does.
Downside, looks like the project has been closed. Bummer. Guess I’ll have to weed through it myself and see if I can find a fix.
Having some issues related to my add new post page.
Deactivated all my plugins and received a similar error (except 508 characters) when I reactivated this one.
I’m guessing it’s related to extra blank lines of code at the end of a PHP file.
Unfortunately it doesn’t appear to change/fix my other issue to deactivate or reactive the plugin.
But I’ll be checking out WordPress Mobile Pack either way. Thanks for the heads up.
Forum: Plugins
In reply to: [Plugin: WordPress SEO by Yoast] Links on the Post Page not workingAs a follow-up, the issue only happens after I add content into the WordPress SEO fields. If I go to an older post that doesn’t have any information added (or if I create a new post) I can use all the links until I start filling in the WordPress SEO form fields.
Forum: Alpha/Beta/RC
In reply to: Child Themes in 3.1-RC2Thanks!
That’s what I assumed but with the issue Andrew brought up, regarding the WordPress Theme editor, I wanted to be sure I was understanding how child-themes work elsewhere.
Forum: Alpha/Beta/RC
In reply to: Child Themes in 3.1-RC2Perhaps as a matter of clarification…
I’m having some issues with a child theme but I’m not sure if it’s related to the child theme, 3.1 RC2 or the latest update to the P2 theme.
When you have a theme, where does it typically pull Java files and additional files for the theme?
I’ve essentially copied the entire theme (and related files) into a separate directory and set it up as the child theme. But since I’ve lost some functionality after a theme upgrade I wonder if I need to make changes to the original theme files instead of in the child theme files.
Forum: Plugins
In reply to: Dropdown Category Selection for Publishing Posts in P2 theme v.1.1.3This is exactly what I’m trying to do but @noble’s solution seems to fail with P2 1.2.1.
I’m pretty sure I had it working with an earlier version of P2 on my test machine but now that I’ve upgraded it doesn’t want to play well with the new version :-(.
Here’s my site (currently in the final stages of development – will go live once this is fixed again :-)):
https://www.simplechurchipedia.com
I can select the category from the drop down, but the posts only display in either status, post, link, quote etc. categories.
Is there something missing in 1.2.1 that would force WordPress to give the drop down option priority over the buttons (status, post, link) up top? Or even allow WordPress to tag the posts with multiple categories?
Forum: Fixing WordPress
In reply to: Incoming links not working properlyHere’s the link I’ve used that seems to work…
Simply change the last part of the link (past link:) to your own URL
Forum: Alpha/Beta/RC
In reply to: Child Themes in 3.1-RC2Wow! So that just added even more frustration to my situation — but also explains what happened to the widget area I had on a not so often used install I’m running with a Twenty-Ten Child theme.
My understanding of child themes is they’re based on hierarchy of files – where WordPress will look for a called file in the child theme directory first and then look in the parent theme if it’s not there.
Not sure why that wouldn’t be the case for the Theme Editor on default as well with an exclusion in place for the parent themes.
I assumed that was always the case since I typically build my child themes by copying the main files (header.php, single.php, sidebar.php, etc. etc.) from the parent theme and making changes that way.
Now I guess I’ll be spending a lot of time today weeding through my child themes and finding out which files I’ve been editing – the parent or child. ??
Forum: Fixing WordPress
In reply to: Inserting photos into P2 postsThanks Lance! That’d be great if it’s fixed!
I may try the RC version on my local box to see how/if it works.
Would hate to knock out a site a week or two before launch ??
I must be missing something – because I’ve always had the CSS in my theme style sheet and every time I update the plugin I have to copy it over to the plugin’s stylesheet.
Forum: Fixing WordPress
In reply to: Remove kubrick style in headermay be too late for you – but I ran into this issue with a theme my wife downloaded.
Check your Functions.php file. More than likely there’s a lot of Kubrick header settings and misc settings you don’t need.