Site logo

[Support request] Bug in site footer element?

Home Forums Support [Support request] Bug in site footer element?

Home Forums Support Bug in site footer element?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #2484340
    Kees

    Hi,

    See video. We can’t save the footer. It is a custom element. Are we doing something wrong?

    Please let me know.

    Regards,
    Niek

    #2484342
    Fernando
    Customer Support

    Hi Kees,

    Can you translate that error message into English? What does it say?

    We’ll try to assess what’s occurring based on that.

    #2484344
    Kees

    Something like: Update failed. You are probably offline.

    #2484345
    Kees

    And i have checked my connection ofcourse.

    #2484502
    David
    Staff
    Customer Support

    Hi there,

    can you Right Click > Inspect the editor screen to open the browser developers tools.
    Are there any errors in the console before or after you try saving the changes ?

    #2484540
    Kees

    See error in private. Several errors like that

    #2484559
    David
    Staff
    Customer Support

    In Settings > General are the website URLs set to https ?

    #2484562
    Kees

    Yes,

    Found it. There was a script in the htacces:

    # Force trailing slash
    <IfModule mod_rewrite.c>
    RewriteCond %{REQUEST_URI} /+[^\.]+$
    RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]
    </IfModule>

    Removed that. Replaced it with a other code. now it works.

    #2484563
    Kees

    Thanks for your time

    #2484565
    David
    Staff
    Customer Support

    Glad to hear that!!

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.