Hi,
I recently started using Corvid because I wanted to create a Menu-box that would show only in some pages with the “show in all pages” option.
The code works just fine, the text-box doesn’t appear in the pages I selected but when I go to the pages where I wanted the text to show, it doesn’t. However, if I refresh the page it shows it right after.
I tried pinning the text-box to the site and it still doesn’t work. Any idea what could be happening?
Hi 
You probably have a code to hide the box on some pages, so the box will be hidden, but when you visit a page where the box is suppose to be visible, you don’t have code to check if the box is hidden or not and then show it.
What happens when you reload the page is, the page doesn’t have a code to hide the box, so it appears, so when you navigate to a page that hides the page and come back, you don’t have code to show it again.
All of this is just an assumption.
Ahmad
You will need to supply more information in order for the community to be able to assist. What are you trying to do? How? Share your code.
I am seeing similar problem where the menu (list of items) only show on page reload/refresh on mobile site. The menu is not hidden and is visible on all pages/tabs. To reproduce
- Click on Menu from any page
- Navigate to new page
- Click on Menu (hamburger) icon
- Displays empty list
Work Around:
- Refresh page
- Click Menu, displays all options correctly