WeDivine
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Text Color And Center Allign In FooterHere it is
<footer id="footer"> <?php echo blaskan_footer_structure(); ?> <?php echo blaskan_primary_nav() ; ?> </footer> <!-- / #footer --> </div> <!-- / #wrapper --> </div> <!-- / #site --> <?php wp_footer(); ?> </body> </html> <!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr><tr><td align="center"><a href="https://www.paypal.com/webapps/mpp/paypal-popup" title="How PayPal Works"><img src="https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_dc_ae.jpg" border="0" alt="PayPal Acceptance Mark"></a></td></tr></table><!-- PayPal Logo --> ©WeDivine
Forum: Plugins
In reply to: [Magic Action Box] How Can I Add Additional Fields to Magic Action Box?I did that, it changed the format, but still doesnt have the new fields…
Here is the code from mail chimp
‘<!– Begin MailChimp Signup Form –>
<div id=”mc_embed_signup”>
<form action=”https://wedivine.us7.list-manage.com/subscribe/post?u=c490006ac3a8898ff59d5837e&id=e9269fff7f” method=”post” id=”mc-embedded-subscribe-form” name=”mc-embedded-subscribe-form” class=”validate” target=”_blank” novalidate>
<h2>Subscribe to our mailing list</h2>
<div class=”indicates-required”><span class=”asterisk”>*</span> indicates required</div>
<div class=”mc-field-group”>
<label for=”mce-EMAIL”>Email Address <span class=”asterisk”>*</span>
</label>
<input type=”email” value=”” name=”EMAIL” class=”required email” id=”mce-EMAIL”>
</div>
<div id=”mce-responses” class=”clear”>
<div class=”response” id=”mce-error-response” style=”display:none”></div>
<div class=”response” id=”mce-success-response” style=”display:none”></div>
</div> <div class=”clear”><input type=”submit” value=”Subscribe” name=”subscribe” id=”mc-embedded-subscribe” class=”button”></div>
</form>
</div><!–End mc_embed_signup–>’
The fields I am trying to have are “Ask a FREE Psychic Question” “E-Mail” and “Name”
Am I doing something wrong?
Forum: Plugins
In reply to: [Magic Action Box] How Can I Add Additional Fields to Magic Action Box?I added the fields in my signup form, and copied the html into Magic Action Box. The fields show up in Mail Chimp but not in Magic Action Box…Do you have any ideas?
Forum: Themes and Templates
In reply to: Fixed Sidebar As Screen ScrollsI’d like to see my header in the center, the dimensions balanced, with the sign up form underneath and there being enough space for the social media and testimonials. Right now everything is lopsided. Do you know how to fix that?
Forum: Plugins
In reply to: [Magic Action Box] How Can I Add Additional Fields to Magic Action Box?Hello,
I have been working on this for a while, I am not sure what I am doing wrong. I got the html code, posted it in the Magic Action Box copy/paste function, processed code, nothing changed. What do you suggest to do?Forum: Plugins
In reply to: [Magic Action Box] How Can I Add Additional Fields to Magic Action Box?Hmm, all I am trying to do is add extra fields to the sign up form. Can this be done without autoresponders?
Forum: Plugins
In reply to: [Magic Action Box] How Can I Add Additional Fields to Magic Action Box?Hey,
With mailchimp you have to pay for autoresponders, is there a way to set up these fields without autoresponders, or is there a legitimate service with free autroresponders?Forum: Themes and Templates
In reply to: Fixed Sidebar As Screen ScrollsHmm I am totally lost. Trying to play with the dimensions and make it fit. Stumped. Do you have any ideas? Not sure where I am going wrong.
‘/*
Theme Name: Coraline Child
Theme URI: wedivine.org
Description: Child theme for the Coraline
Author: WeDivine
Author URI: wedivine.org
Template: coraline
Version: 3.5.1
*/@import url(“../coraline/style.css”);
#access a {
color: green;
font-size: 13px;
font-family: Cambria;
display: block;
line-height: 3.333em;
padding-bottom: 0;
padding-left: 1.2125em;
padding-right: 1.2125em;
padding-top: 0;
text-decoration: none;
}.two-column #primary {
position: fixed;
right: 10px;
top: 240px;
width: 300px;
!important}#submenu a {
color: #FFFFFF;
font-size: 30px
font-weight: bold;
padding: 3px 5px 3px 7px;
text-shadow: 0 1px 0 #555555;
}
#submenu a:hover {
text-shadow: 1px 1px 1px #000000;
}#access {
margin-top: 50px;
}.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
border-radius: none !important;
box-shadow: none !important;
}#branding img {
border: none;
}#footer, #footer a {
color: #F660AB;
}.two-column #container { max-width: 980px; }
#container {
/* Create some empty space to right for scrolling box */
margin-right: 250px;
}’Forum: Themes and Templates
In reply to: Fixed Sidebar As Screen ScrollsHey, thank you for the response! I am an absolute noob and am trying to wrap my head around this, but am very confused.
I entered the code you sent def looks better already! How do I add a width rule? If I could move the sidebar down a little bit it would look right, not sure how to do this.
Going to reserch media queries right now thank you so much!
Forum: Plugins
In reply to: [Magic Action Box] How Can I Add Additional Fields to Magic Action Box?Hey, thanks for you prompt response!
Is there a free autoresponder you recommend? I am looking for a workaround due to budget reasons and would really appreciate if you know of any.
Thank you
Forum: Themes and Templates
In reply to: Fixed Sidebar As Screen ScrollsOk. How would I fix this on computer though? As well as on iphone?
Forum: Themes and Templates
In reply to: Fixed Sidebar As Screen ScrollsHey,
Thank you for responding, really appreciate it. The sign up form is scrolling now but the ratios are off. The sidebar is all the way up where the header is. Also it is not respondive to iphone, the sidebar is in middle of screen. How can we can the ratios in tact and responsive?Forum: Themes and Templates
In reply to: Fixed Sidebar As Screen ScrollsHello kjode, thank you for responding!
Where exactly in the style sheet should this go? Tried it in a few places, couldnt get it to work. Here is the code for my child theme css below
/* Theme Name: Coraline Child Theme URI: wedivine.org Description: Child theme for the Coraline Author: WeDivine Author URI: wedivine.org Template: coraline Version: 3.5.1 */ @import url("../coraline/style.css"); #access a { color: green; font-size: 13px; font-family: Cambria; display: block; line-height: 3.333em; padding-bottom: 0; padding-left: 1.2125em; padding-right: 1.2125em; padding-top: 0; text-decoration: none; } #submenu a { color: #FFFFFF; font-size: 30px font-weight: bold; padding: 3px 5px 3px 7px; text-shadow: 0 1px 0 #555555; } #submenu a:hover { text-shadow: 1px 1px 1px #000000; } #access { margin-top: 50px; } .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { border-radius: none !important; box-shadow: none !important; } #branding img { border: none; } #footer, #footer a { color: #F660AB; } .two-column #container { max-width: 980px; }
Thanks again!
Forum: Themes and Templates
In reply to: Moving Sidebar to the Right (Page is Squeezed)So I would need to post this same code in sidebar and content sections?
Forum: Themes and Templates
In reply to: Moving Sidebar to the Right (Page is Squeezed)Ok thank you!
Sorry I took so long to respond, had 10,000 things going on ?? Really appreciate your help.