• I am getting the following error when clicking a link with inline div:

    “The requested content cannot be loaded. Unexpected response.”

    Code is:

    
    <a href="#contentpop">Link</a>
    	
    	<div class="fancybox-hidden">
    
    			<div id="contactpop" style="width:600px;height:500px;">
    
                    [contact-form-7 id="2464" title="Content Pop"]
    
    			</div>
    
    		</div>
    
    

The topic ‘Error’ is closed to new replies.