Search found 695 matches

by wiz
Thu Oct 19, 2017 8:57 pm
Forum: 2.x.x support
Topic: [SOLUTION POSTED // unconfirmed] Installation problem
Replies: 12
Views: 16937

Re: Installation problem

With a simple test - by adding ?page= I was able to access these pages, such as: https://wonder.bitstyl.ru/?page=loginURL https://wonder.bitstyl.ru/?page=example Looks like the URL rewriting nginx.conf isn't working properly. In your code, it seems to have added spaces between characters. Can you tr...
by wiz
Thu Oct 19, 2017 12:00 pm
Forum: 2.x.x support
Topic: [SOLUTION POSTED // unconfirmed] Installation problem
Replies: 12
Views: 16937

Re: Installation problem

Hi DesCod. Can you try replacing the bottom code in your nginx.conf? Please note you'll have to replace "yourSubdomain" with your real subdomain and http://yourSubdomain.domain.com with your actual subdomain and domain. The below part takes care of the URL rewriting that you're having trou...
by wiz
Sat Oct 07, 2017 11:17 pm
Forum: 2.x.x support
Topic: [SOLUTION POSTED // unconfirmed] Installation problem
Replies: 12
Views: 16937

Re: Installation problem

You should be also seeing a file named .htaccess . Seems like your hosting package doesn't htaccess, which creates clean URLs. If you are not running on a Apache server/hosting package, an additional step will be required based on what server you are on. - If you are running on a IIS server, editing...
by wiz
Wed Sep 27, 2017 11:18 am
Forum: Themes
Topic: new theme idea
Replies: 2
Views: 9055

Re: new theme idea

You will need an additional div (as seen in the screenshot), which will be 775px wide (marked in gray area). The 775px will hold the text onto the list and will not go beyond the boundaries along the page Hope this helps. :) You could also make this with percentages or Bootstrap to make it responsiv...
by wiz
Tue Sep 19, 2017 4:56 pm
Forum: 2.x.x support
Topic: [SOLVED] Blog Posts (Testimonials)
Replies: 3
Views: 6302

Re: Blog Posts (Testimonials)

You're welcome. How are you liking WonderCMS, any feedback?
Drop a message if you need any assistance.

Marking this thread as solved.
by wiz
Tue Sep 19, 2017 4:02 pm
Forum: 2.x.x support
Topic: [SOLVED] Blog Posts (Testimonials)
Replies: 3
Views: 6302

Re: Blog Posts (Testimonials)

This can be achieved with additional editable areas/blocks and the help of a functions.php file, which you have to create in your theme folder. Documentation: How to create additional editable areas/blocks Each testimonial can be it's own block. You can then display those blocks/testimonials in your...
by wiz
Wed Sep 13, 2017 3:18 pm
Forum: 2.x.x support
Topic: [SOLVED] How to have links not use www
Replies: 1
Views: 4838

Re: How to have links not use www

There must be some other configuration on your server that does this redirect to www, as WonderCMS doesn't redirect to www by default (except in our demo). Are you familiar with htaccess (if you're running on Apache)? Please check there aren't any other rewrites in other htaccess files that create t...
by wiz
Sat Aug 26, 2017 9:08 am
Forum: Community chat
Topic: Standard standards
Replies: 11
Views: 18988

Re: Standard standards

It was published with version 2.3.0 + Summernote update.
Happy WonderCMS-ing. :)
by wiz
Thu Aug 24, 2017 5:22 pm
Forum: Community chat
Topic: some advice for new version
Replies: 3
Views: 8782

Re: some advice for new version

Just to add:
2.I hope you can add custom code, so that webmaster can add google analystics and ads place,now the content panel can't use javascript code
You can add JavaScript in the content panel - but not in our demo.
by wiz
Thu Aug 24, 2017 5:14 pm
Forum: Themes
Topic: Lite - new theme v2.**
Replies: 6
Views: 12899

Re: Lite - new theme v2.**

Very good. :) If you want your theme added to the official repository / approved themes section, you will have to upload it to GitHub so that users can copy the link to ZIP file and install it through Settings->Themes & plugins.