Viewing 6 replies - 1 through 6 (of 6 total)
  • The URL doesn’t work. I get an SSL cert error, and if I override that it’s a 404 Not Found.

    Thread Starter Akhtar Nawaz

    (@akhtarjan)

    Hi, It’s working fine at ou end, can you please check in incognito mode or go to https://www.avn-astrologie.nl/ then you can click on the third menu item “astrologen”

    Here you can see the screenshot as well
    https://tinyurl.com/y7yo5cgv

    I get a WebReus parking page when I go to that one (and the only menu items are “Home” and “Contact”).

    From your screenshot it looks like something is definitely positioned wrong in the css but it’s hard to tell without loading the page in the browser developer tools.

    What I usually do for troubleshooting stuff like this is open the developer tools in the browser (in Firefox it’s F12, I don’t remember Chrome’s shortcut for it, but it should be in the Tools menu) then use the “select element” tool to point a the thing that’s wrong and then look at which CSS the tools say are applying to that element.

    Thread Starter Akhtar Nawaz

    (@akhtarjan)

    Hi again, We have fixed the SSL issue, Kindly check now or you check in another browser. thanks

    Thread Starter Akhtar Nawaz

    (@akhtarjan)

    Hi did you check? We are waiting for your response.
    Thanks

    Yeah, I can get into it now. Your CSS has this in it:

    .um-member-name a {
    	content: "Bekijk profiel";
    	font-size: 0px;
    	height: 58px;
    	width: 120px;
    	position: absolute;
    	display: block;
    	left: 33%;
    	bottom: -0px;
    }

    If I disable the “position: absolute” and the “width: 120px” then it looks normal to me.

    • This reply was modified 4 years, 10 months ago by justdave. Reason: fix formatting of code
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Member Grid has been broken’ is closed to new replies.