• Resolved bethopeningdoors

    (@bethopeningdoors)


    After one of the most recent updates our results and details pages are displaying incorrectly. The results page Next/Previous links are not working and are displayed funky. On the Details page the links for sharing/contact/print/ect are displaying code. I believe there is something wrong with the herfs but I am not sure. Here are links to examples of the 2 pages in question.

    Results page:

    Details page:

    Also are there templates that can be added to change the layout of these pages?

    Thank you
    Bethany

    https://www.ads-software.com/plugins/dsidxpress/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter bethopeningdoors

    (@bethopeningdoors)

    the links didn’t post the way I entering them… Here they are again.

    Results page click here

    Details page click here

    Thanks,
    Bethany

    Hello Bethany,

    I hope you are doing well!

    There is a filter within the WordPress page and post editor called, “wpautop” that all content within pages and posts is run through when you create a new page / post on your blog. The filter helps save you time on some formatting issues within pages / posts without you having to know HTML. [read more about this filter here: https://codex.www.ads-software.com/Function_Reference/wpautop%5D

    dsIDXpress is programmed to REMOVE this filter to protect the look and feel (the formatting) of all pages generated by dsIDXpress.

    The issue that you are currently experiencing is because your theme is forcing the content of our pages to be processed by the “wpautop” filter, or similar functionality, which then changes the formatting of our pages and produces the errors that you see within the those pages.

    Typically, this occurs because the theme developer has implemented a short-code called “raw” directly into the theme. “Raw” was popularized before WordPress introduced short-code API [read about short-code API here: https://codex.www.ads-software.com/Shortcode_API%5D, and is implementing a less than perfect content filtering stack, which leads to the forceful execution of “wpautop”. It is important for theme developers to use the short-code API when building short-codes to alleviate issues such as the one you are currently experiencing within your blog.

    The issue itself will need to be addressed within the theme. We’d advise you to contact the theme developer directly so they are able to address the issue in the theme and then offer a theme update with the new version of the theme code. If you attempt to fix the issue yourself through the code you’ll end up having to update it again every time the theme developer releases a new version of your theme.

    There COULD potentially be another plugin causing the issue too. However, in the majority of cases this issue is directly in the theme itself.

    Please let us know if you have any additional questions or concerns.

    Thank you!

    Lindz Connell
    Diverse Solutions Team

    Thread Starter bethopeningdoors

    (@bethopeningdoors)

    When the theme was developed it was a one-time thing with no updates or support so if I change the themes code its not going anywhere. In what php file might the raw code be? Functions would be my guess but anywhere else I should look?

    Thank you!
    Bethany

    Thread Starter bethopeningdoors

    (@bethopeningdoors)

    I just fixed it! It was a plugin. Not sure exactly which one but there were only 3 or 4 I had installed lately and the pages not loading correctly just started. I am so glad it wasn’t the theme!

    Thanks!
    Bethany

    Hey Bethany!

    That’s great to hear! I am glad you were able to figure it out. To figure out which plugin was the culprit, you can re-enable them one at a time. After enabling one, check to see if the issue still exists.

    If it does not, then re-enable the next plugin. Check for the issue again.

    And keep that up till you find the culprit! That way you can use whatever other plugins you need for your site and just keep the one plugin disabled that was causing the issue.

    Hope this helps!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Results and Details pages displaying bad code’ is closed to new replies.