- Posts: 185
- Thank you received: 0
problems with "blocker"
-
dh12355@gmx.de
Inactive member -
Topic Author
- Offline
- Member
-
Less
More
8 years 7 months ago #47108
by dh12355@gmx.de
problems with "blocker" was created by dh12355@gmx.de
i use RS Form Pro under
hellasphone.mybestfinder.com/index.php/paraggelia.html
When i sent the form no menu item can click.
I wrote to the support of RS Form Pro.
They told me that the problem is:
<div id="blocker"></div>
The CSS definition assigned for this element is:
#blocker {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 9999;
}
Do you have any solution for me?
When i sent the form no menu item can click.
I wrote to the support of RS Form Pro.
They told me that the problem is:
<div id="blocker"></div>
The CSS definition assigned for this element is:
#blocker {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 9999;
}
Do you have any solution for me?
Please Log in to join the conversation.
8 years 7 months ago #47111
by milos
Replied by milos on topic problems with "blocker"
Hello,
I think you can remove the #blocker safely because you don't have any sub-menus of your menu. Edit index.php of the template and remove this line:
Best regards,
Milos
I think you can remove the #blocker safely because you don't have any sub-menus of your menu. Edit index.php of the template and remove this line:
Code:
<div id="blocker" ></div>
Best regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.310 seconds