Search found 89 matches

by nox
Sat Feb 07, 2026 9:50 am
Forum: Support
Topic: change of text in Simple Blog: how?
Replies: 3
Views: 42070

Re: change of text in Simple Blog: how?

And if you want to remove Read more arrow (I was looking for a simple way to remove it without editing blog plugin files), paste this inside .csv file:

Code: Select all

"↪",""
by nox
Sat Feb 07, 2026 9:37 am
Forum: Support
Topic: change of text in Simple Blog: how?
Replies: 3
Views: 42070

Re: change of text in Simple Blog: how?

Back to blog post translations, there is another option using functions and csv.

Inside your theme folder, create two files: functions.php and dutch-lang.csv (you can change dutch-lang to anything, but also make sure to update inside functions.php)

Open functions.php and paste:
<?php

global ...
by nox
Sat Feb 07, 2026 9:13 am
Forum: Plugins
Topic: How to update a language pack
Replies: 7
Views: 8829

Re: How to update a language pack

Also check your "Missing strings part 1" screenshot, maybe blur https:// in orange color too.
by nox
Sat Feb 07, 2026 9:08 am
Forum: Plugins
Topic: How to update a language pack
Replies: 7
Views: 8829

Re: How to update a language pack

Hi eagleman,

for Security tab, you could copy and paste into your csv file and change to your language. I would add them one at a time and check if they are already present in the csv file. I couldn't find a solution for modal-popup notifications (red, green, blue).


MODIFIED SECURITY TAB
">Admin ...
by nox
Wed Nov 26, 2025 9:18 pm
Forum: Support
Topic: [SOLVED] What I experienced as a new user
Replies: 2
Views: 91577

Re: What I experienced as a new user

Hello Jurassic (Mike) and welcome! User feedback is always valuable, and I hope WonderCMS developers will use information you provided for future releases.


Let me start at the end. To post something in this forum, I had to create an account, of course. Well, my password was not accepted because ...
by nox
Mon Sep 29, 2025 5:54 pm
Forum: Support
Topic: Drop Down Menu Problem
Replies: 21
Views: 436420

Re: Drop Down Menu Problem

Hey NorfolkGreg,

here is an example of GregCustom theme with Javascript menu: https://wonde.rf.gd/home
Main menu links with submenus are not leading to respective pages, but serving as a menu reveal.
Hamburger menu is a button above WonderCMS menu, visible on smaller screen view port (600px ...
by nox
Wed Sep 24, 2025 4:31 am
Forum: Support
Topic: change of text in Simple Blog: how?
Replies: 3
Views: 42070

Re: change of text in Simple Blog: how?

Hi jojootjenl,

I absolutely love your mini outdoor library, logo and colors you used.

Before you begin, create a copy of the files:
plugins/simple-blog/class.simpleBlog.php
themes/default/css/style.css

so if something goes wrong, you can replace them back.

To change Simple blog text, browse your ...
by nox
Wed Sep 24, 2025 3:30 am
Forum: Support
Topic: Drop Down Menu Problem
Replies: 21
Views: 436420

Re: Drop Down Menu Problem

Hi NorfolkGreg,

hope everything is going well for you.

Checked your website again and I would keep everything as is for the menu. And only for the tier 2 sub-menu where the arrow is visible, add with css pointer-events: none; just on the arrow. If we look at Games sub-menu:

Menu (using input ...
by nox
Wed Jul 30, 2025 1:55 am
Forum: Support
Topic: why links are always opening in a new window
Replies: 5
Views: 185736

Re: why links are always opening in a new window

To make things clear, WonderCMS doesn't insert anything, if it did, nobody would use it.
You can check all issues here: https://github.com/WonderCMS/wondercms/issues
People would log that issue if it was present. I just did a third clean WonderCMS installation (private and demo hosting) and there ...
by nox
Tue Jul 29, 2025 4:05 pm
Forum: Support
Topic: why links are always opening in a new window
Replies: 5
Views: 185736

Re: why links are always opening in a new window

Hello albgreco,

this sounds like a browser or OS issue, there are no bugs (as far as I know) with that issue in WonderCMS.
Check your website using another browser, that's the easiest approach.
Or go through Chrome settings and see if open in new window/tab is enabled. Chrome Help: https://support ...