Mike Sneed
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Adding Bcc after a select recipient's email addressThanks for your reply!!
The trick is that I have about 4 select recipients and the client I’m working for wants a bcc only of one of them. Not all of them.
Is there a way?
Thanks so much!!
Forum: Themes and Templates
In reply to: [Customizr] Logo & Favicon are gone!Thanks EF I deactivated the plugins and the child theme on a local install and the logo worked fine.. I just got to figure it out for the live one.
Thanks for the help!
MichaelForum: Themes and Templates
In reply to: [Customizr] Add login/logout link in footerThanks EF I found a different solution.. appreciate the help! M
Forum: Themes and Templates
In reply to: [Customizr] Logo & Favicon are gone!I am on the latest Customizr.. but I’ll try that. Thanks.
Forum: Themes and Templates
In reply to: [Customizr] Logo & Favicon are gone!Good Idea.. I’ll give that one a try!
Forum: Themes and Templates
In reply to: [Customizr] Logo & Favicon are gone!I had to go ahead a hard code in an image replace to put the logo back.. any thoughts would be greatly appreciated!
Thanks,
MForum: Themes and Templates
In reply to: [Customizr] Uploading VideoHi MeanMary,
Try searching in the snippets area which is what I did and there seems to be something in the works.. Nikeo says something about it here.
Cheers.
Forum: Plugins
In reply to: [WP Job Manager] job filters input value doesn't show in IE8 and 9Kinda cool! Sorta like a shim/ shiv if you will!
Mike, great plugin by the way.. I’ll donate soon.
Best,
MichaelForum: Themes and Templates
In reply to: [Customizr] How can I change header's background color?For me I used classic CSS and used the class .tc-header which targets the header area..
Something like this:
.tc-header { background-color: black; }Hope this helps.. also, Customizr has the “Customize it” section to use (when you’re logged in and you can put the CSS there too..).
Mike
I implemented the changes along with some percentage based changes to the image work and widths as needed per individual Media Queries.. things are coming together!
Thanks again rdell and d4z_c0nf. Much appreciated!!!
All best,
MichaelThanks rdell and d4z_c0nf.. I’ll implement those fixes and let you know my progress.. Thanks heaps for the help!
Michael
Thanks rdell..
I put in those changes and you can see them here.
The other thought I had was possibly making the images smaller and not having a fixed width declared in the CSS for the CSS hover effects wrappers like for
.viewfor example.Thanks for the help.
MichaelForum: Themes and Templates
In reply to: [Customizr] Large gap under the slider in IE8I actually figured it out.. I found a post that Nicolas answered at stackoverflow.. this is the code in case anyone wants it:
/* Adjust the Slider Height */ #customizr-slider.carousel .item { height: 250px; min-height: 250px; line-height: 250px; }Here’s the link here. It’s at the bottom.
Thanks!
MichaelForum: Themes and Templates
In reply to: [Customizr] Changing button text and colour?Here’s some code to change the button color.. some of the other code could be over kill but I put it in anyway..
It makes the top have a border-radius a color like periwinkle and an off-white text color as well as takes away the ugly default hairline border around a basic button.. I was using the ‘OpenSans’ font at the time so I put in font-family: inherit;
Add it to the custom css box in Customizr or to your style.css stylesheet.
You can always customize it, of course 🙂
button { color: #fafafa; background-color: #8296AD; border-top-left-radius: 14px; border-top-right-radius: 14px; border: medium none; margin: 35px 0 0 35px; padding: 10px 35px; cursor: pointer; font-family: inherit; font-size: 1em; line-height: 1; position: relative; text-align: center; text-decoration: none; }Forum: Themes and Templates
In reply to: [Customizr] My site in IE8 isn't reponsiveNo worries.. recently the moderator on a few posts asked me to make sure I knew how to add a link properly.. I was way too tired to figure it out in that moment 🙂