Callab
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search results title but no postalrighty 🙂 Thanks for the solution!!!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search results title but no postInteresting. So you were right. When I turn off highlighting, all the posts work. Why might highlighting affect only these few posts from showing? If I want highlighting should I just recreate the posts? Or will I eventually have the same issue again?
I turned highlighting back on for now so you can see what its doing.
Thank you!!Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search results title but no postOH! Sorry, I messed up your testing because yesterday I decided to try to unpublish the EdReady post and copy&paste into a brand new post to see what happened. So the the dysfunctional EdReady post is not there anymore :/ And the new post is the one you successfully searched and found.
Yes, I am using highlighting. The posts that are currently not appearing in search results correctly are as follows:
Desmos Calculator
Youtube:
Simple English Wikipedia
Duolingo
American Museum of Natural History
Real Age
This is AnthropologyThese were all that I could find doing various searches to discover which posts weren’t working. Kinda strange how it is just a few….there must be something in common between these posts causing the issue, but I cannot figure it out :/ At least I have learned that creating a new post works, so if I can’t find another way, I will just recreate all the posts that are not showing up in search.
I will try turning off highlighting and see what happens…
Forum: Fixing WordPress
In reply to: Page search results displays post title but NO postI tried repairing the database through phpMyAdmin. It did not fix the problem :/
Forum: Fixing WordPress
In reply to: Page search results displays post title but NO postWell, I repaired the database using the define(‘WP_ALLOW_REPAIR’, true); line in my wpconfig.php file, going to the url and selecting “repair & optimize”. The results showed all tables as ‘okay’. I checked the site and it didn’t change anything. I found another way to repair the database through cPanel phpMyAdmin. So, I’ll try that tomorrow and get back with you. Any other possibilities come to mind?? I’m sure we’ll figure out this mystery eventually. I am wondering if it has something to do with the Relevanssi search plugin I use? Thanks!!
Forum: Fixing WordPress
In reply to: Page search results displays post title but NO postI see, well I very much appreciate your willingness to troubleshoot with me gabrielcastillo! K, i am going to try to do the database repair and see what happens 🙂
Forum: Fixing WordPress
In reply to: Page search results displays post title but NO postAt least we have eliminated a few possible causes 🙂
Forum: Fixing WordPress
In reply to: Page search results displays post title but NO postNope 🙁 I tried another theme. Same issue! And its just with a handful of posts, the same ones I listed above. Hmmmmmm…… Who else can I ask about this stuff?
Forum: Fixing WordPress
In reply to: Page search results displays post title but NO postGood thought on the possibility of duplicate posts, but not the case :/ I will try switching themes and see what happens….
Forum: Fixing WordPress
In reply to: Page search results displays post title but NO postAlso, fyi: I use Relevanssi Search plug-in and have a Responsive-child Theme
Forum: Fixing WordPress
In reply to: Page search results displays post title but NO postStill need help…Please someone help me solve my issue! I have no idea where to start. Trying to figure out what is in common between those several posts that are misbehaving, and haven’t got a clue yet. They were all created at different times, some are older and some very newly edited. I have tried updating several of them, which hasn’t made a difference in the search result. Needing more ideas to investigate 🙂 Thank you
Forum: Fixing WordPress
In reply to: Page search results displays post title but NO postOkay, on my dashboard I went to Settings > Permalinks > Save Changes. Still had same issue with those few posts when searched for. I tried saving the permalink settings a 2nd time, still no change. Did I do it correctly? Any other ideas? Thank you.
Forum: Plugins
In reply to: [BEMO A-Z Index] How to change font?I figured it out!! I used firebug to look at the code and test changes temporarily and I found that the following code is what I needed to make the change 🙂
@media screen and (min-width: 981px) {
tt, var, pre, kbd, samp, code {
font-family: helvetica;
font-style: normal;
}
}Yay, I’m proud of myself being so new to this stuff, haha. Thanks all
Forum: Plugins
In reply to: [BEMO A-Z Index] How to change font?Here is my site and the page using this index plugin if that helps!
Forum: Plugins
In reply to: [BEMO A-Z Index] How to change font?Thanks bemoore. I added the code you suggested to my child theme style.css and no change :/ Any other ideas!? 🙂