Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Destruire

    (@destruire)

    Try checking your contactform and dmsguestbook if it works fine while the WP Super cache is disabled. It’s working fine in my site. You may also want to clear first your Cache in WP Super cache Plugin and re visit the page.

    Destruire

    (@destruire)

    Currently in your sidebar code for the image is:

    <div class="textwidget">
    	<a target="_blank" href="http://jxliu.com/click/?s=105394&c=25302" title="1 mês">
    		<img border="0" alt="1 mês" src="http://farm5.static.flickr.com/4001/4450838327_2166208dab_m.jpg">
    	</a>
    	<small>
    		<a target="_blank" href="http://creativecommons.org/licenses/by/2.0/" title="Attribution License">
    			<img width="30" height="30" border="0" align="absMiddle" alt="Creative Commons License" src="http://www.the-wedding-page.com/wp-content/plugins/photo-dropper/images/cc.png">
    		</a>
    		<a target="_blank" href="http://www.photodropper.com/photos/">photo</a>
    		credit: <a target="_blank" href="http://www.flickr.com/photos/7369606@N02/4450838327/" title="pquintale">pquintale</a>
    	</small>
    </div>

    Change it to:

    <div class="textwidget">
    	<center>
    		<a target="_blank" href="http://jxliu.com/click/?s=105394&c=25302" title="1 mês">
    			<img border="0" alt="1 mês" src="http://farm5.static.flickr.com/4001/4450838327_2166208dab_m.jpg">
    		</a>
    		<br />
    		<small>
    			<a target="_blank" href="http://creativecommons.org/licenses/by/2.0/" title="Attribution License">
    				<img width="30" height="30" border="0" align="absMiddle" alt="Creative Commons License" src="http://www.the-wedding-page.com/wp-content/plugins/photo-dropper/images/cc.png">
    			</a>
    			<a target="_blank" href="http://www.photodropper.com/photos/">photo</a>
    			credit: <a target="_blank" href="http://www.flickr.com/photos/7369606@N02/4450838327/" title="pquintale">pquintale</a>
    		</small>
    	</center>
    </div>

    I hope this helps.

    Destruire

    (@destruire)

Viewing 4 replies - 1 through 4 (of 4 total)