-
AuthorPosts
-
December 17, 2021 at 11:49 am #1333246
Hi there,
after the last update, various pages are no longer displayed correctly. (see image)
Please help urgently as it is a customer project.
Here are the pages:
– https://dr-sorgenfrei.de/praxis/
– https://dr-sorgenfrei.de/karriere/
– https://dr-sorgenfrei.de/diagnostik/netzhaut/
– https://dr-sorgenfrei.de/diagnostik/augenlinse/
– https://dr-sorgenfrei.de/diagnostik/hornhaut/
– https://dr-sorgenfrei.de/diagnostik/sehnerv/
– https://dr-sorgenfrei.de/behandlung/grauer-star/
– https://dr-sorgenfrei.de/behandlung/gruener-star/
– https://dr-sorgenfrei.de/behandlung/makula-degeneration/
– https://dr-sorgenfrei.de/behandlung/fehlsichtigkeit/
– https://dr-sorgenfrei.de/leistungen/sehschule/
– https://dr-sorgenfrei.de/sehen-ohne-brille/laserbehandlung/
– https://dr-sorgenfrei.de/sehen-ohne-brille/linsenimplantat/
– https://dr-sorgenfrei.de/sehen-ohne-brille/linsenanpassung/December 18, 2021 at 4:20 am #1333310Hey Markus,
I can’t see what is going wrong on your site unfortunately, does it make any difference if you deactivate all plugins?
Best regards,
RikardDecember 18, 2021 at 6:01 pm #1333382Hi, I have already deactivated all plugins. it has to come from the topic because everything was OK before the update.
Mainly because it’s not on every page
how can i downgrade the topic to the last version- This reply was modified 2 years, 11 months ago by markmade.
December 19, 2021 at 5:04 am #1333406Hi,
Thanks for the update. We can downgrade for you if you include FTP login details in private as well. Also, do you know which version you were running before you updated?
Best regards,
RikardDecember 19, 2021 at 11:32 am #1333420Hallo,
attached the FTP accessVersion 4.8.7.1
December 19, 2021 at 5:48 pm #1333457Hi,
Thanks for the login, I deactivated all of your plugins and the error was solved, I then activated your plugins one at a time until I found that the error was caused by this code in your Snippets plugin:
function av_breadcrumbs_shortcode( $atts ) { return avia_breadcrumbs(array('separator' => '|', 'richsnippet' => true)); } add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );
the correct code now as found in our documentation is this:
function av_breadcrumbs_shortcode( $atts ) { return Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '|', 'richsnippet' => true ) ); } add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );
I corrected this for you, please clear your browser cache and check.
Best regards,
MikeDecember 20, 2021 at 9:44 am #1333503Hi there,
thanks for the quick professional help. You are the best supportDecember 20, 2021 at 11:25 am #1333513 -
AuthorPosts
- The topic ‘After the last update, pages are not displayed correctly’ is closed to new replies.