Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #180735

    The website in question is here: http://danverspublicschools.org/dhs/

    All the buttons on the homepage (created with the layout builder) used to work before updating and now are adding in broken html to the link instead of linking directly. For example, instead of the “Powerschool” button linking to http://ps.danvers.mec.edu/public/ as it’s supposed to, it’s going to http://danverspublicschools.org/dhs/%3Ca%20href=%22http://ps.danvers.mec.edu/public%22%20rel=%22nofollow%22%3Ehttp://ps.danvers.mec.edu/public%3C/a%3E

    This is a serious issue. Any ideas?

    #180875

    Hi tstirl!

    Have you tried recreating the button from scratch? Please post the login details here so that we can check. Set it as a private reply.

    Cheers!
    Ismael

    #181647
    This reply has been marked as private.
    #182148

    Hi!

    Please install this plugin: http://wordpress.org/plugins/solid-code-theme-editor/ and make sure that we can edit the theme files with it. (set the folder permission of the theme to 777). I can’t reproduce the issue on my test servers and I need to debug the code on your server.

    Best regards,
    Peter

    #182158
    This reply has been marked as private.
    #182247
    This reply has been marked as private.
    #182254

    OK… I did some research and the problem was actually cropping out of a line I added to the functions.php file to make links clickable in their URL state.

    add_filter('the_content', 'make_clickable', 9);

    It just occurred to me that this might be the root of the problem and, lo and behold, it was. Sorry for using up your time but glad I was able to solve it before you had to use any more. Great theme, we love it and so do our clients!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Buttons from Layout Builder not Going to Right Location’ is closed to new replies.