port2906
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Footer shortcodes?Thank you for your help! So where do I need to put these?
Forum: Themes and Templates
In reply to: [Base WP] Set Menu BreakpointThank you! What CSS do I need to add within the media query?
Forum: Themes and Templates
In reply to: [Storefront] Editing header/footerI am using a child theme. I’m trying to add a link to the cart next to the search bar and switch out the header text for a logo, and I’m trying to change the footer copyright text and add 4 columns for a menu in the footer.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Search barI put display:none to get rid of the cart — I’d rather just put some text that says “Cart” next to the search bar and link to the page. Do you know how I could do this?
Forum: Plugins
In reply to: [WooCommerce] Search barSure — it’s stage2.mediaboxdesign.com.
Forum: Fixing WordPress
In reply to: Email errors when moving WordPress site between hostsSorry to be difficult — but I tried that and it didn’t work. Any other ideas?
Forum: Fixing WordPress
In reply to: Email errors when moving WordPress site between hostsContact Form 7, but even when I tried other plugins none of them worked. I have read that this could be a database issue — is that possible? Something with the MX records or IP addresses maybe? (I’m new with transferring these things, so I’m sorry if this sounds incredibly naive!)
Forum: Themes and Templates
In reply to: [Business One] Customizing the Home PageI will for sure give it a rating. Thank you!
Could you give me a little bit more information on which theme file/files I need to edit?
Thanks!
Forum: Fixing WordPress
In reply to: Error in Functions – Site BrokenDo I need to login to my hosting site and start over? It won’t let me access Wordress admin.
Forum: Fixing WordPress
In reply to: Error in Functions – Site BrokenYes – thanks for responding so quickly. I foolishly tried to put in a company name where the footer text was executing by adding <p>MBox</p> following the footer info in the functions file.
Forum: Plugins
In reply to: [Contact Form 7] Styling CF7Additionally, is there a way to style a contact form to look like the one at the bottom of this page? I don’t like this contact form, and I would like to replace it if possible with a contact form styled so that the name and email boxes are on the same line, if that makes sense.
Thanks again for your help. I really appreciate it!
Forum: Plugins
In reply to: [Contact Form 7] Styling CF7Great, thank you! I finally got it to work.
One problem, though – it styles everything except for the larger text area, “Message.” This is the page I’ve been working on, and the CSS I’m using is listed below. Can you tell me what to add to make it style the message section as well?
Thanks!
.wpcf7-form input,
#wpcf7-f235-p1277-o2 .wpcf7-form textarea{
background:#ffffff;
border:1px solid #989898;
border-radius:5px;
width:262px;
margin: 4px 0 8px 0;
padding: 5px 7px;
color: #000000;
font-size: 14px;
vertical-align: middle;
}
.wpcf7-form p {
color:#484848;
margin-top:3px;
font-size:15px;
}
.wpcf7-form .wpcf7-submit {
background:#787878;
border-radius:5px;
cursor:pointer;
width:100px;
margin:7px 0;
padding: 5px 15px;
color:#fff;
align: center;
}
.wpcf7-form .wpcf7-submit:hover{
background:#585858;
}Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Receiving Payment Information?That worked! Thank you so much mbrsolution!
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Receiving Payment Information?Never mind, I figured out the name issue. I just need help with the testing.
Thanks again for your help!
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Receiving Payment Information?I figured out how to create Sandbox accounts, but am unsure as to how I receive or claim payment. In addition, when I pull up the PayPal checkout screen, it lists my personal email address in the top left corner. Is there a way to remove this? I would rather it display my business name or email – or nothing at all.