Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author DCoda

    (@dcoda)

    It just seems to affect the adds that you have displayed at the sides and the top.
    Please tell me more about these.
    In the new version there will be new css so this might not happen when this is released.

    Thread Starter sijo55

    (@sijo55)

    I commented out these two ads and yes, now it works fine.
    This is the CSS for these two ads:

    .leftads {
    	width:100px;
    	height:600px;
    	position:absolute;
    	top:105px;
    	border-width: 0px;
    	margin-left: -91px;
    }
    .rightads {
    	width:100px;
    	height:600px;
    	position:absolute;
    	top:104px;
    	border-width: 0px;
    	margin-left: 970px;
    }

    One more thing. When I press the top choices in admin page: Forms, Akismet, Getting Started and ReCAPTCHA I get a blank page with this error message:
    You do not have enough privileges to access this page.
    What causes this error?

    Plugin Author DCoda

    (@dcoda)

    Do I Take it that your site is not set to english?

    The plugin looks up menu names to create these links, and in some cases the _() translate function does not return the name that was used for the menu.
    There is a fix in the new version we are working on that does seem to always pick the correct translation.

    I cannot think of hand of any css that should affect the above css, but we will check for this when we do the styling for the new release.

    Thread Starter sijo55

    (@sijo55)

    My site is Norwegian.
    I’ll wait for the new release..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘SurveyMe breaks my site’ is closed to new replies.