Search found 41 matches

by nox
Tue Jan 02, 2024 3:41 pm
Forum: Support
Topic: Logo placement
Replies: 11
Views: 17850

Re: Logo placement

Great! I'm glad it worked out for you.
by nox
Tue Jan 02, 2024 3:37 pm
Forum: Support
Topic: Editing database.js
Replies: 2
Views: 7010

Re: Editing database.js

Hi joseluis,
sure, here is a database.js example:
https://github.com/WonderCMS/wondercms/ ... atabase.js

You can add new pages or delete existing, set page order, visibility (menu items) and so on.
Create a backup just in case before editing database.
by nox
Thu Dec 28, 2023 5:22 pm
Forum: Support
Topic: Logo placement
Replies: 11
Views: 17850

Re: Logo placement

Adding logo without editing theme.php: Paste inside footer or sidebar area, while logged in admin: <style> .navbar .container .navbar-brand { display: flex; flex-direction: row; align-items: center; gap: .5rem; } .navbar-brand:before { content: ''; background: url(data/files/logo.png); background-si...
by nox
Thu Dec 28, 2023 5:11 pm
Forum: Support
Topic: Logo placement
Replies: 11
Views: 17850

Re: Logo placement

You are welcome :) For Paper P theme, check inside theme.php for: <a class="navbar-brand" href="<?= $Wcms->url() ?>"> <?= $Wcms->get('config', 'siteTitle') ?> </a> and add img before site title, so it looks like this: <a class="navbar-brand" href="<?= $Wcms->url() ...
by nox
Wed Dec 27, 2023 12:53 pm
Forum: Support
Topic: Logo placement
Replies: 11
Views: 17850

Re: Logo placement

Hello Durhamwilly, what theme are you using? You are free to change theme.php file (themes - ThemeName - theme.php). Here is an example logo for Sky theme: Add inside theme.php, where section id="topMenu" starts (but just copy <a class... line>) <section id="topMenu"> <a class=&q...
by nox
Thu Dec 21, 2023 12:43 am
Forum: Support
Topic: Rearrange Menu
Replies: 2
Views: 10435

Re: Rearrange Menu

Hey antoonpermadi, if you are using default theme Sky, add this CSS style in your footer (but first switch to Code view if you have Summernote Editor plugin): <style> .menu>li {order: 0;} .menu>li:nth-of-type(2) {order: 3;} </style> This should work fine if you have 3 items in the menu. First line i...
by nox
Fri Dec 01, 2023 9:58 am
Forum: Plugins
Topic: WonderCMS Gallery
Replies: 7
Views: 11791

Re: WonderCMS Gallery

Nicely done joshwlms!
by nox
Thu Nov 30, 2023 10:37 pm
Forum: Plugins
Topic: WonderCMS Gallery
Replies: 7
Views: 11791

Re: WonderCMS Gallery

Oh man, I'm glad I was able to help :D

<iframe> content from other sources ignores css styling.
Maybe it is possible with javascript but never looked into it.
by nox
Thu Nov 30, 2023 6:27 am
Forum: Plugins
Topic: WonderCMS Gallery
Replies: 7
Views: 11791

Re: WonderCMS Gallery

Albumizr is really great, works better and easier to use compared to Google Albums. It's worth looking into their main product jAlbum too. There is a way to cover their logo with text block or icon, but just to disable additional options. Information about author should be listed somewhere, like thi...
by nox
Wed Nov 29, 2023 4:52 am
Forum: Plugins
Topic: WonderCMS Gallery
Replies: 7
Views: 11791

Re: WonderCMS Gallery

Hey joshswlms, there was a really old plugin which doesn't work anymore. What type of gallery do you need? I was thinking how to enable a really simple gallery for people to update without me checking every time and there is a way, but a bit clunky. Here is a demo (masonry layout): https://jsfiddle....