Search found 695 matches

by wiz
Sun Nov 26, 2017 11:21 am
Forum: 2.x.x support
Topic: [SOLUTION POSTED // unconfirmed] Parameter integration vor Nginx
Replies: 1
Views: 8651

Re: Parameter integration vor Nginx

Unfortunately, I am not aware of a way to install WonderCMS on NGINX without editing the nginx.conf. To make WonderCMS work with NGINX, pasting the following into the nginx.conf file: location ~ database.js { return 403; } autoindex off; location / { if (!-e $request_filename) { rewrite ^/(.+)$ /ind...
by wiz
Tue Nov 21, 2017 11:32 pm
Forum: 2.x.x support
Topic: [SOLVED] Onepager Theme
Replies: 30
Views: 63189

Re: [SOLVED] Onepager Theme

You can simply use

Code: Select all

<?=wCMS::footer()?>
in your HTML, where the footer should be. This will return the login link, if it's not the default. This is the correct behaviour.

Let me know if you need any assistance.
by wiz
Sat Nov 18, 2017 11:47 pm
Forum: 2.x.x support
Topic: [SOLVED] Onepager Theme
Replies: 30
Views: 63189

Re: [SOLVED] Onepager Theme

nion, I see you've hard-coded "login" as the login URL. WonderCMS offers custom login URLs for everyone, so hard codding it might not be the solution. What I suggest is, you simply remove the "login" URL, or use the footer function for displaying the login URL. WonderCMS hides th...
by wiz
Thu Nov 16, 2017 12:00 pm
Forum: 2.x.x support
Topic: [SOLVED] Onepager Theme
Replies: 30
Views: 63189

Re: Onepager Theme

This looks awesome, please share it on GitHub when you're ready.
If you'd like, we can later validate the theme and publish it on https://wondercms.com/themes.

Thanks for sharing!
by wiz
Thu Nov 16, 2017 11:58 am
Forum: 2.x.x support
Topic: [SOLVED] closing Iframe login popup after successful login
Replies: 2
Views: 12064

Re: closing Iframe login popup after successful login

Good work for finding a solution!
by wiz
Thu Nov 16, 2017 11:58 am
Forum: 2.x.x support
Topic: [SOLVED] Nginx parameter
Replies: 1
Views: 8927

Re: Nginx parameter

Hello michelw, if URL rewriting doesn't work, then yes , that will have to be included in your NGINX server configuration and a restart is required. Does WonderCMS work normally after applying this? https://github.com/robiso/wondercms/wiki/NGINX-server-config The above NGINX configuration will creat...
by wiz
Thu Nov 16, 2017 11:56 am
Forum: 2.x.x support
Topic: [SOLVED] Transparent background theme...
Replies: 14
Views: 27389

Re: [SOLVED] Transparent background theme...

When you copy an image from a website, it only saved the "link" to the image, not the image itself. I don't how if this is the same if you copy it from your local Word, it probably encodes the image as text to display it, but I'm not sure since I don't have Word to test this out - what get...
by wiz
Tue Nov 14, 2017 9:41 pm
Forum: 2.x.x support
Topic: [SOLVED] Transparent background theme...
Replies: 14
Views: 27389

Re: [SOLVED] Transparent background theme...

When you paste a picture, only the link to it is saved (not the file). When you upload the file, it is saved in your example.com/files directory.
by wiz
Sun Nov 12, 2017 10:50 pm
Forum: 2.x.x support
Topic: [SOLVED] Transparent background theme...
Replies: 14
Views: 27389

Re: Transparent background theme...

I see what's happening on: http://petslovers.eu/CMS/home

Edit: Just when I started replying I see you've solved the problem! Congratulations! :)
by wiz
Sun Nov 12, 2017 10:38 pm
Forum: 2.x.x support
Topic: [SOLVED] Onepager Theme
Replies: 30
Views: 63189

Re: Onepager Theme

I had a chance to test this out and after further inspection I don't think editing all additional contents will be possible on one page. Please imagine the example below for easier understanding: Page 1 - content (not additional) - additional_content_1 - additional_content_2 Page 2 - content (not ad...