Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter espimedia

    (@espimedia)

    Hello, thank you so much for all your help. Here’s what I ended up using, and I put it on the theme’s custom CSS, this way future MC updates won’t erase it.

    – Notice I had to use !important; or it woulnd’t take it.
    – And I had to delete in the MC widget php style “margin-top: 1.5em;” to center vertically. I tried using “margin-top:none !important;” but would not take.
    – Last I could not get “#mc_signup_submit margin-top:” to work with a % but rather px only. With a % it would change badly among devices,
    too narrow or too wide.

    Thanks again for you help. This works for now -I think- unless you see a better way?

    My humble suggestion for future plugin updates: CSS editing within the plugin dashboard would be great.

    BTW… I also found this great tool to test it: http://ipadpeek.com/

    /* MAILCHIMP WIDGET */
    
    	.mc_input
    {
    		-moz-box-sizing: border-box;
    		-webkit-box-sizing: border-box;
    		box-sizing: border-box;
    		width: 35% !important;
    }
    
    	#mc_signup_submit
    {
    		margin-top: none !important;
    		width: 100px !important;
    
    }
    Thread Starter espimedia

    (@espimedia)

    Hello friends at “mc_nate” any feedback to help resolve this and do an update without the css troubles?

    Thread Starter espimedia

    (@espimedia)

    No response. I have reversed the update to Version 1.2.14 . If plugin creator has feedback would be greatly appreciated.

    Thread Starter espimedia

    (@espimedia)

    My website: http://www.oblatemissions.org

    Here’s what it looked like before the update
    click

    Thread Starter espimedia

    (@espimedia)

    Here’s the only CSS I found which was working fine before updating to 1.3

    /* Newsletter Widget */
    	#pre-hero #newsletter-widget {
    		border-bottom: 1px solid #e1e1e1;
    	}
    
    	#pre-hero #newsletter-widget #mc_signup_form .mc_var_label { display: block; text-align: center; }
    
    	#pre-hero #newsletter-widget .mailchimp-signup .mergeRow {
    		display: none;
    	}
    
    	#pre-hero #newsletter-widget .mc_merge_var, #pre-hero .mc_signup_submit {
    		display: inline;
    	}
    
    	#pre-hero #newsletter-widget .mailchimp-signup input[type="text"] {
    		border: 1px solid #e1e1e1;
    		border-radius: 6px;
    		-webkit-border-radius: 6px;
    		color: #666;
    		padding: 2px;
    		height: 31px;
    	}
    
    	#pre-hero #newsletter-widget .mailchimp-signup input[type="submit"] {
    		font-weight: normal;
    		background: #fac57d; /* Old browsers */
    		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYzU3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDZkMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    		background: -moz-linear-gradient(top,  #fac57d 0%, #ed6d35 100%); /* FF3.6+ */
    		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fac57d), color-stop(100%,#ed6d35)); /* Chrome,Safari4+ */
    		background: -webkit-linear-gradient(top,  #fac57d 0%,#ed6d35 100%); /* Chrome10+,Safari5.1+ */
    		background: -o-linear-gradient(top,  #fac57d 0%,#ed6d35 100%); /* Opera 11.10+ */
    		background: -ms-linear-gradient(top,  #fac57d 0%,#ed6d35 100%); /* IE10+ */
    		background: linear-gradient(to bottom,  #fac57d 0%,#ed6d35 100%); /* W3C */
    		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac57d', endColorstr='#ed6d35',GradientType=0 ); /* IE6-8 */
    		-webkit-border-radius: 6px;
    		border-radius: 6px;
    		color: #fff;
    		text-transform: uppercase;
    		padding: 8px 10px 6px 10px;
    		opacity: 0.9;
    		font-size: 0.75em; /* 12px / 16px */
    	}
    
    	#pre-hero #newsletter-widget .mailchimp-signup input[type="submit"]:hover, #pre-hero .mailchimp-signup input[type="submit"]:focus {
    		opacity: 1.0;
    	}
    	/** end Newsletter **/

    Thread Starter espimedia

    (@espimedia)

    Ok, so I updated to 1.3 and the input text box width as well as the button width got too big. I added this two CSS styles but now my mobile version is not longer fluid. I also had to force the CSS with !important; because I could not find where the .css is. I checked the them and the MC plugin files. My site is http://oblatemissions.org

    #mc_signup_form .mc_input
    {
    width:140px;
    }
    
    #mc_signup_submit
    {
        margin-top: .2em !important;
        width: 100px !important;
    }
    Thread Starter espimedia

    (@espimedia)

    Hello nc_nate, I looked but can’t find the cheat sheet you refer too?

    Thread Starter espimedia

    (@espimedia)

    Any out there that may know what to do? I have now removed via FTP the plugin… yet a blank bar continues to cover my dashboard bar in the front end. Plugin developer has not responded yet.

    Thread Starter espimedia

    (@espimedia)

    CORRECTION:

    Strangely enough, if I activate the plugin and check box for bar TO HIDE… the WP dashboard comes back. QB does not show up at all when ACTIVE instead, it seems it just cover the WP-Dashboard with a blank bar. So in essense the WP Dashboard is there just under it.

    As as in #2 above, I completely removed the plugin and left me with the WP Dashboard bar still cover by the quick notice blank bar. Only way to fix it was to install QB back, the check “HIDE” bar.

    When I uninstalled, are there other files or script I need to remove via FTP? or how can I fix it as I would still like to use it.

    Hello, anyone would any suggestions? I need to do the same. Plugin would be fine in my case.

    Great PlugIn & Happy New Year!! Any way to fix this yet?

    Thread Starter espimedia

    (@espimedia)

    How I did it…

    Took down the DNS masking so I can get in to WP-Admin. Once there, I change the WP url and re-store the DNS masking. So now -in theory, I thin- I can get in the back way, build the site and change the WP url to the root directory when is ready…

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