Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author kevinweber

    (@kevinweber)

    Hi,
    yes, you can use it. Here’s a piece of code that’s very similar:

    <div class="modal-title">
    	          <h3>Do you love this plugin as much as I do?</h3>
    	        </div>
    
    	        <div class="modal-body" style="text-align:center">
    
    	        	<p><a href="https://kevinw.de/" target="_blank"><img src="https://INSERT-IMAGE-URL-HERE" style="-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;"></a></p>
    				<p><a href="https://kevinw.de/wbounce/" target="_blank" style="color:#009000;font-size:20px"><h4>wBounce by Kevin Weber</h4></a></p>
    				<p style="font-size:15px">I\'m the developer of this plugin. Feel free to contact and follow me <a href="https://twitter.com/kevinweber" title="Kevin Weber on Twitter" target="_blank" style="color:#4099FF">on Twitter</a>. And subscribe to my list for WordPress enthusiasts:</p>
    
    				<div id="mc_embed_signup">
     				 <form>
      				  <input type="email" placeholder="[email protected]">
     				   <input type="submit" value="learn more ?">
     				   <p class="form-notice">*this is a fake form</p>
     				 </form>
    				</div>
    
    	        </div>
    Thread Starter Der-Bank-Blog

    (@der-bank-blog)

    Super. Vielen Dank. Werde ich gerne austesten und mit meinen Daten erg?nzen

    I really impressed by your works. Not just this one, other Inline Comment plugin is also great.

    My question which related to your ready-theme is how can i remove arrows on slider?

    https://prntscr.com/5q31mx

    I found it:

    .wbounce-modal .modal {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    Thanks for the help, drosseros, but my solution was slightly different; leaving it here for others.

    .wbounce-modal.underlay{
      overflow-x: hidden !important;
      overflow-y: hidden !important;
    }

    Notice that the selector is .wbounce-modal.underlay — No spaces.

    ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘May I ask for some design help’ is closed to new replies.