• Resolved worchyld

    (@worchyld)


    On the portal theme, I get quotation marks on some pages (“) but I do not know how to get rid of them. I cannot find any reference in the code to where the quotation marks are coming from.

    Has anyone else been able to remove them?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there worchyld. Do you have a URL I can take a look at? I might have slipped in unnecessary quotation marks by accident somewhere.

    Thread Starter worchyld

    (@worchyld)

    Can you email me or direct message me an email address and I will send screenshots as the website is not live and is currently in maintenance mode until I can clean up a few things.

    Its on the home page, I do not know where the quotation marks are coming from

    Thread Starter worchyld

    (@worchyld)

    I think i might have ID’d the cause, it was in my testimonials plug in

    ie:

    .testimonial:before, .testimonial:after {
    	content: "\201C";
    	position: absolute;
    	font-size: 80px;
    	line-height: 1;
    	color: #999;
    	font-style: normal;
    }
    .testimonial:after {
    	content: "\201D";
    	right: 10px;
    	bottom: -0.5em;
    }

    The content were putting in massive quote marks at the top and bottom o the page but now I have resolved it

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Getting rid of quotation marks on page templates?’ is closed to new replies.