Forum

Thread tagged as: Error, Installation, Feathers

CTRL E - Issues

Hello,

I have installed the feathers quill and added the JavaScript to the page however when Ctrl E is pressed all I get is a question mark ? appear in the URL.

Any ideas on where I am going wrong? I believe I have followed the perch documentation for both feathers and Ctrl E correctly I am adding this feature to perch_v2.8.8.

Also I am testing this on a blog post

Many Thanks

Gary Thompson

Gary Thompson 0 points

  • 6 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

If you view source on the page, you should see something like this at the end:

<script src="/perch/core/assets/js/public_helper.js" async></script>
<script async>var cms_path='/perch/core/apps/content/page/?id=21';</script>

What does yours say?

Hello,

mine says:

<script src="/perch/addons/feathers/quill/js/jquery-1.8.2.min.js" type="text/javascript"></script>
    <!--[if lt IE 9]><script src="/perch/addons/feathers/quill/js/respond.min.js" type="text/javascript"></script><![endif]-->
Drew McLellan

Drew McLellan 2638 points
Perch Support

Ok, so nothing like the above?

Have you turned it on in Settings? Are you logged in?

I have settings turned on and I am logged in also.

I have:

perch/addons/feathers/quill

perch/config/feathers.php

with

<?php
    include(PERCH_PATH.'/addons/feathers/quill/runtime.php');
?>

included inside feathers.php

I also ahve

 <?php perch_get_javascript(); ?>
</body>
</html>

At the end of every page.

The JavaScript ( non Perch ) that runs through my pages are as follows:

<script src="loveit/respond.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/zozo.tabs.min.js"></script>
Drew McLellan

Drew McLellan 2638 points
Perch Support

All that really matters is that you have

<?php perch_get_javascript(); ?>

Can you try logging out and back in to the control panel?

Ok logging out and back in seems to have worked, however it takes me to the admin home page and not the post page?

Its now showing:

<script src="/perch/core/assets/js/public_helper.js" async></script>
<script async>var cms_path='/perch/core/apps/content/page/?id=21';</script>

Does this Ctrl E feature work with the Perch Blog App? Or is it only for pages

If I create a post within Blog ideally its that post I would like to edit and have it jump to.

Drew McLellan

Drew McLellan 2638 points
Perch Support

It's primarily for pages right now.