Hello,
My views no longer appear after updating the view plugin. I use the following code to display the view in my page.
<?php echo do_shortcode('[wpv-view name="vue_page_edition" ]');?>
It is also impossible for me to return to a previous version of the plugin, the site then indicates an erro 500
Thanks a lot
Olivier
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Olivier,
Thank you for getting in touch.
I would recommend deleting your current version and reinstall it
https://toolset.com/download/toolset-views/#changelog
Also to test to see if it is an error in your views you can download our blocks plugin and disable views and check again to see if the issue still remains.
https://toolset.com/download/toolset-blocks/#changelog
You view should work the same given that views and blocks at the core are the same plugins.
Thanks,
Shane
Hi Shane,
I have already uninstalled and reinstalled, it does not work.
I cannot use blocks because I integrate the views with a shortcode.
My pages where the shortcode are integrated look like this :
<?php
/**
* Template Name: template-edition
*/
get_header(); ?>
<div class="container">
<div class="row">
<div class="col-sm-6 col-xs-12">
<div><?php echo do_shortcode('[wpv-view name="vue_page_edition" ]');?></div>
<div><?php echo do_shortcode('[wpv-view name="catalogue_vue" ]');?></div>
<div><?php echo do_shortcode('[wpv-view name="composition_vue" ]');?></div>
<div><?php echo do_shortcode('[wpv-view name="vue_page_consultance" ]');?></div>
</div>
<div class="col-sm-6 col-xs-12">
<div><?php echo do_shortcode('[wpv-view name="news_edition_vue" ]');?></div>
<div><?php echo do_shortcode('[wpv-view name="last_synchros_vue" limit="6"]');?></div>
</div>
</div>
</div>
<?php get_footer(); ?>
Hi,
I also tested with block but my views still don't appear.
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Olivier,
Would you mind providing me with admin and FTP access to the site so that I can check on the issue for you ?
I will be enabling the wordpress debugging in order check what is producing the error 500 on your site.
Also please let me know the link of the page where you are getting the error 500.
The private fields will be enabled for your next response.
Thanks,
Shane
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Olivier,
I believe ive spot the issue.
Could you please update to the latest version of wordpress ?
As our plugins require the use of the latest version of wordpress to function correctly.
Thanks,
Shane