andyspliethof
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Post Title RelevenceHi Luke,
I feel like a fool. One of our content editors added a plugin to custom sort posts. It’s called “Intuitive Custom Post Order” located here “http://hijiriworld.com/web/plugins/intuitive-custom-post-order/”Once I disabled the plugin, the search worked as expected. Posting here in hopes that it helps anyone else. I now highly recommend deactivating all plugins and then step back into it slowly by testing between each plugin activation. We have just over 800 posts.
Resolved
Andy
Forum: Plugins
In reply to: [BackUpWordPress] ERROR 500Latest update (installed today) crashed the admin section of two of my sites. Disabled for now.
Andy
Forum: Plugins
In reply to: [Archive Content with Archived Post Status] visibility of postAs stated above, any user with the read_private_posts capability will be allowed to view Archived posts on the front-end. There is a filter to change the default read capability called aps_default_read_capability.
Frankie, how so you set a user to read_private_posts capability? We have three admins and we cannot see one another’s archived posts.
Andy
Forum: Plugins
In reply to: [ImageMapper] Image map areas in wrong placeI had the same issue. It ended up being the margin for images set in my theme style sheet. I added images dimensions and set the margin to zero in custom CSS and it fixed my issue.
.imgmap-frontend-image img{
width: 814px;
height: 612px;
margin: 0px;
}Forum: Fixing WordPress
In reply to: Archive links do not workAny luck on this? I have the same issue on my wife’s blog:
http://steadyasshegrows.com/I’m using custom permalinks: /%category%/%postname%/
If I use any of the “Common Settings”, it works.