spsmw
Forum Replies Created
-
Forum: Plugins
In reply to: [Content Audit] Adding New Menu Items BrokenChiming in to agree with sylviabass – I can’t add new menu items either and get the same “Please try again” error.
Using WordPress 3.5.2 and plugin version 1.5.1.
liliie, thanks for the remove_filter code. That did the trick. Joost, is this a big with the plugin? As others have mentioned, unchecking “force rewrite” for the title doesn’t fully stop messing with wp_title.
This is all very helpful. We do use Role Scoper for visibility/privacy issues, so I may do some experimenting with commenting out that section and seeing if restricted pages then show up in search. Alex, stellar detective work.
To echo Alex, it does appear to happen every time a new post is created.
Okay. Did some sleuthing. This morning my index said “1” so I went back to wp_relevanssi. It appears to only include the most recently created post (in this case with ID 1007). Which matches what the Relevanssi options page has for “Highest Post Indexed,” incidentally.
(This is pretty typical when the index goes missing — only the most recent post/page/whatever can be searched until I rebuild the index.)
So somehow creating a new post doesn’t ADD things to the table, it REPLACES the whole table.
I hit “Build Index” and looked back at my table and it’s all full again, but I reckon as soon as we create a new post it’ll be wiped except for that post’s searchable terms.
Let me know if I can provide you with any other information.
Forum: Fixing WordPress
In reply to: Embedded content shrinks to 150px height when resizedIf it helps anyone, the code that worked for me is wrapping my embed code in a div called .videoWrapper:
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; }
Then in the media query to resize my screen, put
.videoWrapper iframe {width: 100%; height: 100%;}
In case others are having this issue — Lnelson, rather than the loop-single.php you copied, the file you need to copy/replicate is single.php, which has a lot more code in it, including references to header and footer and everything else the page needs to work correctly and look like you want it to.
The template you create replaces single.php for that post, so you need everything single.php has, just tweak it for your uses.
Or (more accurately), are there particular things you want me to look for? Right now the index is working right, so when I go to the wp_relevanssi table I see what appears to be all the important words from my articles. I’ll bop over next time my index goes to 1 and see if looks different?
msaari, how do I check my Relevanssi database table?
I’m using Version 2.9.12. Let me know what other information might be helpful?
Vasyl, whatever you did in the update seemed to fix the issue for me at least. All of my established metabox hiding rules are working again, hooray! Thanks so much for tackling this so quickly. ??
Thank you for getting right on this, Vasyl! Your plugin is super.
ETA: For what it’s worth, I have the same issue as jimaek, where nothing is actually hidden even when I hide metaboxes or what have you through the plugin interface. As jimaek said, the user can’t actually DO anything if they don’t have the capabilities, but the menus still show up in the dashboard. Who knows?
Me too! Sort of seizure-inducing. Anybody found an answer yet?