Trap Beats & Instrumentals
Forum Replies Created
-
Forum: Reviews
In reply to: [Rename wp-login.php] Works really fineSo many thanks.
Forum: Reviews
In reply to: [Rename wp-login.php] Works really fineYes for sure, maybe I didn’t expressed well. Both plugins works fine at the same time, I mean they works, but if you try to log in after install Rename WP-Login.php, with both plugins activated the Captcha Code plugin doesn’t generate any Captcha image, if works fine for you try again in hidden mode for Chrome to avoid cache.
Forum: Reviews
In reply to: [Rename wp-login.php] Works really fineThis one, so many thanks for the very quick reply http://ww.wp.xz.cn/plugins/captcha-code-authentication/
Forum: Themes and Templates
In reply to: How to show a positioned iFrame properly?The problem was a Souffle from Mothemes issue that in the Style.CSS of the theme set up a default “max-width: 100%;” for iFrames. You can fix that modifying the style.css and deleting the iframe class from the “max-width: 100%;” section near the video, embed and object section.
In my case I have solved that setting up “max-width: none;” at that single iFrame in order to keep the theme style files unmodified, the result:
<center><div id="divplaya" style="width: 641px; height: 223px; overflow: hidden;"><iframe id="ifplaya" style="width: 1280; height: 1080px; margin-top: -539px; margin-left: -188px; max-width: none;" src="http://www.soundclick.com/surcebeats" width="1280" height="1080" scrolling="no" frameborder="0"></iframe></div></center>Working! 😀
Thanks!