Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the question-answer domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u845912282/domains/pickplugins.com/public_html/wp-includes/functions.php on line 6121
Problem with header + pop up

Problem with header + pop up

Ticket for: Team Showcase
0
Problem with header + pop up 1
Tania Izquierdo
Nov 19, 2023 09:44 PM 1 Answers
Member Since Jan 1970
Unsolved Solved Mark as Solved Mark as Unsolved
Subscribed Subscribe Not subscribe
Flag(0)

Hello.
There is an issue and when clicking on a team member's photo, the pop up that displays appears below the page header, instead of above it. how can I fix this please? I need to fix this problem as soon as possible, thank you.
https://hosting144252eu-268806.webempresa.site/equipo

I leave you the access and link to the web to fix it.

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Problem with header + pop up 2
Azizul Raju
Nov 20, 2023
Flag(0)

Hi,
I can see you've set a z-index value 101 under the class name of the title. Please lower the value to resolve the overlap issue.
Screenshot: https://ibb.co/S0NbhKj

And to make the popup centered please edit your Team and under Custom scripts => Custom CSS option paste the CSS code that I've entered below.
Screenshot: https://ibb.co/56B8Bq6
Code to copy:
.popupbox-wrapper .elements-wrapper{
position: absolute !important;
margin: 0 !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
}

Problem with header + pop up 3
Azizul Raju
- Nov 23, 2023 10:20 AM
Flag (0)
0

Again you’ve set a ‘z-index’ value 100 on the ‘footer’ section.
Lowering the value to ’99’ fixed this issue.
Screenshot: https://i.ibb.co/4gp0dkw/z-index-issue-on-footer.png

Problem with header + pop up 4
taniaizquierdo.design
- Nov 22, 2023 08:11 PM
Flag (0)
0

Perfect, thank you.
I would also need to solve this same problem but it happens with the footer. I mean, the pop up is “hidden” as it is displayed below the footer, instead of above it. how could I fix it? Thanks in advance.

https://hosting144252eu-268806.webempresa.site/equipo

Sign in to Reply
Replying as Submit


Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/u845912282/domains/pickplugins.com/public_html/wp-content/plugins/post-grid/includes/functions-builder.php on line 10