hendrikv
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Migrated Website Keeps Forwarding To Old UrlI updated the WP config file of my new site with code that specifies the new url. Like this:
define(
'WP_HOME'
,
'https://www.example.com'
);
define('WP_SITEURL','https://www.example.com');
That did the trick! ??
Forum: Plugins
In reply to: [Polylang] CYRILLIC FONT DOESN’T SHOW UP AFTER RESTORING WEBSITEFinally I found this solution: I manually dropped via FTP the original Ukrainian and Russian language files in the new WordPress directory. And now everything is fine. ??
Forum: Themes and Templates
In reply to: [Radcliffe] Howto change header colour?Hello Anders. Many thanx! I tried some other CSS code first but that didn’t work out. Your’s does! Very happy now! ?? Have a great evening!
Forum: Themes and Templates
In reply to: [Ollie] Differents headers for different blogs on same website?Thanx Mike for your feedback. My workaround (taking the cover image from my initial header and only putting it on the homepage template so that I can apply a svelt header on my other blogs on the same website works fine for me).
Structure of my website for now : 1) a homepage with a header + cover image + blog (all posts). 2) Two supplemental blogs on the same website with the same header but without a cover image (/category/keyword1 and /category/keyword2).
I will continue discovering the Ollie theme. Great work! Have a nice day!
Forum: Themes and Templates
In reply to: [Ollie] Differents headers for different blogs on same website?UPDATE
I found this work-a-round: instead of messing with 2 different headers for each blog I just opted for one slim header for both. And on the blog on my homepage, where I need a fullscreen image on top, I inserted a cover image in the homepage template (and removed it from the header which made everything more complicated it seems).
Forum: Themes and Templates
In reply to: [Ollie] Differents headers for different blogs on same website?Sounds great! Thanks for your reply. I didn’t find a easy way though to make a duplicate of my blog template which I use on my homepage. So I copied all the elements of it and pasted it in a new blog template and replaced the homepage header in it (which contains a big cover image) with a new and lighter header (without cover image). So far so good. But I can’t find a way to apply this new blog template to my second blog on the same website.
I can choose the new blog theme when I create a new post but doen’t see how I can apply it to the whole second blog which still shows the default header with the big cover image when you click on the title of that blog in the main navigation menu.
Am I overlooking something?
Thanx @foosantos for your feedback! But I don’t see any Blog (or Bericht) page under Pages. In my Admin I only see the regular pages linked to the main menu.
Forum: Plugins
In reply to: [Polylang] Polylang Fatal Error since 09/01/23Same problem here (Fatal error: Uncaught Error: Class ‘PLL_Lingotek’ not found). I applied the solution suggested by @patmasayuki and now my site is back up and running. ?? Thank you @patmasayuki!
- WordPress 6.1.1 | PHP 7.4 | Theme: Seedlet version 1.1.13 by?Automattic
I also tried the CSS code proposed by @briantp. But doesn’t change anything. ??
@broignatius1
Did you already posted your issue on the WordFence support forum? -> https://www.ads-software.com/support/plugin/wordfence/I had the same problem on a fresh WordPress install without WordFence plugin installed. But I had another WordPress in the root directory with WordFence active. So it seems WordFence once activated has impact on other WordPress sites when those are located in a subdirectory of a directory where an earlier WordPress config is located. I de-activated WordFence on the original site and now I can do the things I need to do on my fresh WP config without any 403 errors. Once done I’ll make WordFence active again.
Forum: Fixing WordPress
In reply to: I can’t publish or update after upgrade to wp5Even with all of my plugins off I can’t publish or update pages with Gutenberg. So this problem is probably not related with a incompatibility with some plugin. And the problem occurs on all of my sites, independently of the theme I use. So I’m stuck with the Classic Editor for now. Anyone has any idea what can be the cause of Gutenberg preventing updating or publishing pages and posts?
* WordPress MultiSite 5.0.2
* PHP 7.2
* MySQL 5.5Forum: Fixing WordPress
In reply to: I can’t publish or update after upgrade to wp5I have the same problem on my WordPress MultiSite 5.0.2.
1) Installed and let run HealtCheck but this app didn’t reveal any particular problem with my config.
2) installed and activated Classic Editor … and now I can edit and publish again! ??
3) I’ll check later which of my +38 plugins is incompatible with the Gutenberg editor. ??Thanx for the Classic Editor tip!
Forum: Plugins
In reply to: [Featured Galleries] HTTP 500 ERRORThanks for your reply. As I’m not a PHP developer I will pass this to someone who knows PHP. Or do you offer a paid service by any chance for implementing the plugin ?
Thanx and have a nice day!
Hendrik
Ps : I wonder also if there is an online example of a page or website where we can see a live ‘featured gallery’ made possible by the plugin. Just curious how it looks like when it has been implemented. ??
Forum: Networking WordPress
In reply to: Twenty Fourteen Theme not acting responsive on multisite configI wasn’t aware that this iFrame thing could be a problem. Many thanks bcworkz for pointing it out to me.
??
- This reply was modified 7 years, 12 months ago by hendrikv.