dogma00
Forum Replies Created
-
Yes! Now it works. Thanks!
Hi,
thanks, but I got the same result with the rule in the plugin’s own CSS field.
And the same result with and without cache.
Weirdly, “rolling” term works as expected, but if you try “tero” for example, it won’t show any results. If you look at the html, the results are there, but without the highlight class. If I remove the rule, “tero” starts showing results again.
Other test terms that definitely should find several results are “primus”, “crimson” and “beatles”, for example. (Btw also weirdly “jethro” and “keuhkot” work while these don’t.)
I left the rule on for now, so you can test it if you like. Caching is disabled.
To test, try “rolling” as the search term. If you open the first result, you’ll notice that there’s no human-readable, visible “rolling” text in the article. The text is in one of the links (to rollingstone.com).
Forum: Plugins
In reply to: [WP2Static] Front page missingAch, forgot to mention that https is forced only on the server, not locally where WP resides. And the local machine is running OS X 10.12.6.
WP-config forces the local site to use address http://localhost/pyyhepaiva just so that the site shows up in the browser. Could that be the source of headache?
These are the wp-config.php settings:
define(‘WP_HOME’,’http://localhost/pyyhepaiva’);
define(‘WP_SITEURL’,’http://localhost/pyyhepaiva’);Meanwhile, after I fixed the front page manually, I noticed that the static front page history didn’t go past /page/2/. Then I noticed that category history doesn’t go past page 2 either, and tags neither.
But that was fixed by including all of them in the crawling text field.
I also tried adding first / in the crawling text field, then /pyyhepaiva/ (which is the actual relative local address) and finally /index.php. The last one worked in a way: output was broken. Styles and images were missing. And the included file was index.php, but without php code, just with rendered html.
Thanks for the Boring Talks link! Hadn’t heard of that one.
- This reply was modified 7 years, 4 months ago by dogma00.
Forum: Plugins
In reply to: [WP2Static] Front page missingWhoa, _that_ was fast. Impressed!
The theme is Elegant Grunge with some small modifications in a child theme.
WP version is 5.0.3.
Active plugins:
– Classic Editor 1.3
– Classic Editor Addon 2.4.0
– Cool Tag Cloud 2.08
– PayPal Buy Now Button 1.7.2
– WP Random Blog Description Versio 1.3
– … and of course WP2Static 6.3The site is hosted at the local web hotel https://planeetta.net/
It’s a LiteSpeed Web Server. About the server OS, I got this info with “cat /proc/version” in Terminal:
Linux version 3.10.0-962.3.2.lve1.5.24.6.el7.x86_64 ([email protected]) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-28) (GCC) ) #1 SMP Tue Dec 4 03:50:32 EST 2018
No additional security layers, AFAIK, except that .htaccess forces the pages load over HTTPS. Not that necessary anymore with a static site, I guess, but I haven’t changed that.
Permalinks are just the article names. And they do work. For example:
https://pyyhepaiva.fi/pyyhepaiva-turussa-2006/ (a regular article)
https://pyyhepaiva.fi/category/paul-neil-milne-johnstone/ (category listing)
https://pyyhepaiva.fi/tag/runosato-2017/ (tag listing)
https://pyyhepaiva.fi/about/ (a page)So, all the pages seem to be there, including category and tag pages. Just the front page has escaped through a wormhole to some planet where it can live more frontpage-friendly life.