Hi,
Currently I am using CQ5.5 and have created an application in it. But, when I am trying to open any web-page of my application , initially I am getting the content finder in the web-page but few moments later content finder is getting disappeared from the web-page(Once the web page is loaded completely ).
On the other hand I am getting the content finder properly for geometrixx web-pages.
Please suggest.
Thanks,
Debal Das
Solved! Go to Solution.
If the content finder is appearing at the time of page loading and then disappearing then it seems some sort of javascript issue in your code because you are getting it for geometrix. Remove if you have used any script for preventing Xframe scripting ( <script>if (top != self) top.location = location</script> ) because cq5 author displays pages within iframe.
-Dipen-
Views
Replies
Total Likes
If the content finder is appearing at the time of page loading and then disappearing then it seems some sort of javascript issue in your code because you are getting it for geometrix. Remove if you have used any script for preventing Xframe scripting ( <script>if (top != self) top.location = location</script> ) because cq5 author displays pages within iframe.
-Dipen-
Views
Replies
Total Likes
Seems like you have hidden as shown in snapshot. Click the arrow again to show.[img]CF.png[/img]