Search found 40 matches

by nox
Sun Jul 24, 2022 5:00 am
Forum: Support
Topic: [SOLVED] Canonical url - problem with Facebook Sharing Debugger
Replies: 14
Views: 12230

Re: [SOLVED] Canonical url - problem with Facebook Sharing Debugger

Thanks wiz, works like a charm.
by nox
Wed Jul 20, 2022 7:43 pm
Forum: Support
Topic: [SOLVED] Canonical url - problem with Facebook Sharing Debugger
Replies: 14
Views: 12230

Re: Canonical url - problem with Facebook Sharing Debugger

Sure thing :D
If I find a better solution, I'll post it here.
Cheers
by nox
Tue Jul 19, 2022 9:32 pm
Forum: Support
Topic: [SOLVED] Canonical url - problem with Facebook Sharing Debugger
Replies: 14
Views: 12230

Re: Canonical url - problem with Facebook Sharing Debugger

I'm not a programmer or developer, so can't say this is the right way :oops:
Also, not sure what happens if the website is in other languages.
How does the page url looks like...
by nox
Tue Jul 19, 2022 6:11 am
Forum: Support
Topic: [SOLVED] Canonical url - problem with Facebook Sharing Debugger
Replies: 14
Views: 12230

Re: Canonical url - problem with Facebook Sharing Debugger

Hey c0mp0ser, honestly I'm not sure this is the right way to do it. <?php echo $_SERVER['REQUEST_URI']; ?> shows everything after the domain, for example, on Contact page: https://mywebsite.com /contact Inside head tag will look like this: <meta property="og:url" content="/contact/&qu...
by nox
Mon Jul 18, 2022 3:36 pm
Forum: Support
Topic: [SOLVED] Canonical url - problem with Facebook Sharing Debugger
Replies: 14
Views: 12230

Re: Canonical url - problem with Facebook Sharing Debugger

This kind of works, but personally I would use it for testing only. Change: <meta property="og:url" content="<?= $this->url() ?>"> to: <meta property="og:url" content="<?php echo $_SERVER['REQUEST_URI']; ?>"> Facebook shows title, image and description correct...
by nox
Mon Jul 18, 2022 11:17 am
Forum: Support
Topic: [SOLVED] Canonical url - problem with Facebook Sharing Debugger
Replies: 14
Views: 12230

Re: Canonical url - problem with Facebook Sharing Debugger

I see now, Facebook really displays home page information for all pages. But testing Open Graph meta using online testers (checkers) shows current page (page name, description, image) as it should.
by nox
Sun Jul 17, 2022 7:17 pm
Forum: Support
Topic: [SOLVED] Canonical url - problem with Facebook Sharing Debugger
Replies: 14
Views: 12230

Re: Canonical url - problem with Facebook Sharing Debugger

Hi c0mp0ser, not sure if I understand completely, so please let me know if I missed your quesiton. I did a quick OpenGraph test and it shows the domain name (but not domain-name/about us), image with same filename as page title (there is an issue with titles using spaces) and description: <!-- Searc...
by nox
Thu Jul 14, 2022 10:41 pm
Forum: Support
Topic: [SOLVED] Saving Pop-Up + summernote issue
Replies: 6
Views: 3294

Re: Saving Pop-Up + summernote issue

Hey mrshaef,

your question is understandable. I should read at least twice before answering :)
by nox
Sat Jul 09, 2022 12:21 am
Forum: Support
Topic: [SOLVED] Saving Pop-Up + summernote issue
Replies: 6
Views: 3294

Re: Saving Pop-Up + summernote issue

Hello mrshaef, there is an option to disable confirmation pop-up under: Settings > Security > Save Confirmation Pop-up: Off If you want auto save out of the way, try this css snippet which moves animation circle and "saving" title to the top left corner, without an overlay. saving-snippet-...
by nox
Tue Jul 05, 2022 8:56 am
Forum: Support
Topic: [SOLVED] Lost Admin Login Details
Replies: 3
Views: 2163

Re: Lost Admin Login Details

Backup your website if possible (WonderCMS > Settings > Security > Backup) and follow this guide:
https://github.com/robiso/wondercms/wiki/Reset-password

Not sure if WonderCMS sends login details to email.