brasstacks
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] simple Checkbox listBuzztone
All the dropdown options for your checkbox-931 tag need to be grouped together into a single CF7 tag.
Does this mean that out of all the optios I have to pick one? What I was hopeing for was the viewer to be able to check of multiple options. Can you give me an example of the options all in one tag.
You also appear to not have setup your Mail section to suit your particular input in the form section.
Also not sure what you mean here. The input side seems fine, it does not transfer to the email when the email is submitted.
WOuld much appreciate it if you could give me an example to setting this up
Thanks
Phill
Forum: Plugins
In reply to: [Contact Form 7] simple Checkbox listBuzztone
My form appears properly on the website page. And the viewer is able to fill it out and submit it. However I then receive the email from the page visitor but it does not include the checked of list choices:
From: Phillip <Phill@???????????????????.com>
Subject: Test for formMessage Body:
This is the additional info box filled in—
This mail is sent via contact form on browns Marine https://brownsmarine.comHope this hakes sense
Thanks,
Phill
Forum: Plugins
In reply to: [Contact Form 7] simple Checkbox listBuzztone
Thanks for your help with this.
This is what i have under the form section:
<p>Your Name (required)
[text* your-name] </p><p>Your Email (required)
[email* your-email] </p><p>Subject
[text your-subject] </p>[checkbox checkbox-931 exclusive “Deliver boat with shop truck/trailer (include address and time in notes below)”]
[checkbox checkbox-931 “Pressure wash hull”]
[checkbox checkbox-931 “Tape, sand waterline, paint bottom”]
[checkbox checkbox-931 “Remove shrink wrap (we recycle)”]
[checkbox checkbox-931 “Wash only”]
[checkbox checkbox-931 “Wash and detail”][checkbox checkbox-931 “Wax Hull Only “][checkbox checkbox-931 “Wax hull and interior”]
[checkbox checkbox-931 “Paint outdrive (anti-fouling)”]
[checkbox checkbox-931 “Pain O/B bracket and/or trim tabs (anti-fouling)”]
[checkbox checkbox-931 “Check bilge pump operation – repair/replace if necessary”]
[checkbox checkbox-931 “Check fuel gauge(s) and sender(s) – repair/replace if necessary”][checkbox checkbox-931 use_label_element “Deliver boat with shop truck/trailer (include address and time in notes below)” “Pressure wash hull” “Tape, sand waterline, paint bottom” “Remove shrink wrap (we recycle)”]
<p>Include any additional information or requirements
[textarea your-message] </p>To help us eliminate spam mail please the answer the question
[quiz quiz-323 “3+1=?|4”]<p>[submit “Send”]</p>
This is what i have under the mail section:
From: [your-name] <[your-email]>
Subject: [your-subject]Message Body:
[your-message]—
This mail is sent via contact form on browns Marine https://brownsmarine.comThanks,
Phill
Forum: Themes and Templates
In reply to: Ubercart to WooCommerce – SEOOrionspants
The site transfere from Ubercart to Woocommerce went very well. I ended up using cart2cart and I did the transfere. Once the two sites were set up to make the transfere as per there instructions it was easy. I transfered 100 products over 2000 customers and over 2500 transactions. Everything transfered over including SKU, description weight etc The only issue I had was with some of the images. They could have done it for me, but so many needed updating anyway, I decided to manually update once the transfere had been made.
I also was able to transfere a second time a few weeks later when I launched the new site and wanted to make sure I had all the latest customers, sales etc.
Cost was around $160.00 which was a deal in comparison to the man ours it would take to manually transfere the info over. If you go to the cart2cart website it will calculate and give you an estimate based on how many products customers etc.
Woo commerce is great, free but expect to spend some cash adding in the plugins you will need to really get the most out of it.
Good luck with it all!
Phill
Forum: Themes and Templates
In reply to: Spacing between elementsForum: Themes and Templates
In reply to: Help replacing artwork in themeThanks for the suggestions.
I have depelted most of these items and still have o grey area that affects the slider area. I have tried multiple combinations of adjusting the CSS to get this to work but the piece of background to the right and below still remain
This one really has me stumped!
This is how the site is right now with the following CSS:
/* CYCLE SLIDER */
.slidecontainer{ background:#333;
border-top:0px solid #444;
border-left:0px solid #222;
border-right:0px solid #222;
border-bottom:0px solid #050505;
-moz-border-radius: 2px; -webkit-border-radius: 2px;margin-bottom:10px;
float:left;
color:#999;
}.slidecontainer h1, .slidecontainer h2, .slidecontainer h3, .slidecontainer h4, .slidecontainer h5{color:#eee;}
.slidecontainer p {color:#999;}#cyclewrapper{position:relative; float:left;margin:0; padding:0;}
#cycle{overflow:visable; z-index:1; float:left; }
#cycle ul{display:inline; float:left;}
#cycle .buttonwrap{clear:left;}#cycle h1{background:none; border:none; color:#444;}
.slide { position:relative; float:left;}
.slide_fullwidth{width:960px;}
.cycle_fullwidth{width:960px;}#prev-slide, #next-slide { width:30px; height:30px; bottom:10px; margin-bottom:0px; }
#prev-slide { background:url(lib/img/theme/prev.png) no-repeat center center; position:absolute; right:0px; margin-left:30px; z-index:100; }
#next-slide { background:url(lib/img/theme/next.png) no-repeat center center; position:absolute; right:0px; margin-right:10px;z-index:100; }Forum: Themes and Templates
In reply to: Help replacing artwork in themeAny more thoughts on how I can get rid of the caption area and just have my slide fill the slider area?
Forum: Themes and Templates
In reply to: Help replacing artwork in themeEmil
I tried it both ways and was not able to remove the caption area or fill the space fully with my new artwork stll had caption area at the bottom of the slider I tried removing all references to full size captions in the code ect.
Here is my CSS code before changes for the cycle slider. Do you see anything else that might need adjusting? I suspect it is some kind of padding but there are no values in here.
Is there a way to send you a jpg of what I am trying to achieve?
Thnkas
Phill
/* CYCLE SLIDER */
.slidecontainer{ background:#333; padding:0px;
border-top:0px solid #444;
border-left:0px solid #222;
border-right:0px solid #222;
border-bottom:0px solid #050505;
-moz-border-radius: 2px; -webkit-border-radius: 2px;
box-shadow:0px 1px 3px rgba(0, 0, 0, .4);
-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, .4);
-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, .4);
background: -moz-linear-gradient(top, #303030, #111);
background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#111));
-ms-filter:”progid:DXImageTransform.Microsoft.gradient(startColorstr=#303030, endColorstr=#111)”;
margin-bottom:0px;
float:left;
color:#999;}
.slidecontainer h1, .slidecontainer h2, .slidecontainer h3, .slidecontainer h4, .slidecontainer h5{color:#eee;}
.slidecontainer p {color:#999;}#cyclewrapper{position:relative; float:left;margin:0; padding:0;}
#cycle{overflow:hidden; z-index:1; float:left; }
#cycle ul{display:inline; float:left;}
#cycle .buttonwrap{clear:left;}#cycle h1{background:none; border:none; color:#444;}
.slide { position:relative; float:left;}
.cycle_fullwidth .slide-mini-caption{ padding:10px; position:absolute; left:4px; bottom:4px; float:left; background:url(lib/img/theme/black_alpha_80.png);}
.cycle_fullwidth .slide-caption{ padding:10px; position:absolute; left:4px; bottom:4px; margin-bottom:-200px; width:872px;background:url(lib/img/theme/black_alpha_80.png); display:none;}.slide-caption p b{ color:#eee; margin:0 0 10px 0; font-size:14px;}
.slide-mini-caption p b{ color:#eee;}
.slide-mini-caption p,
.slide-caption p { color:#777; margin:0; }.cycle_fullwidth .slide-mini-caption p,
.cycle_fullwidth .slide-caption p {max-width:800px;}.cycle_normal .slide-mini-caption p,
.cycle_normal .slide-caption p {max-width:530px;}
.content-default #cyclewrapper, .content-fullwidth #cyclewrapper{margin-bottom:0px;}.slide_fullwidth{width:960px;}
.cycle_fullwidth{width:960px; float:left; }.cycle_normal .slide-mini-caption{ padding:10px; position:absolute; left:4px; bottom:4px; float:left; background:url(lib/img/theme/black_alpha_80.png);}
.cycle_normal .slide-caption{ padding:10px; position:absolute; left:4px; bottom:4px; width:562px;background:url(lib/img/theme/black_alpha_80.png); margin-bottom:-200px; display:none;}.slide_normal{width:590px;}
.cycle_normal{width:590px; }#prev-slide, #next-slide { width:30px; height:30px; bottom:10px; margin-bottom:0px; }
#prev-slide { background:url(lib/img/theme/prev.png) no-repeat center center; position:absolute; right:30px; margin-left:0px; z-index:100; }
#next-slide { background:url(lib/img/theme/next.png) no-repeat center center; position:absolute; right:10px; margin-right:0px;z-index:100; }Forum: Themes and Templates
In reply to: Help replacing artwork in themeGreat I will give that a shot.
I will let you know how I get on.thanks
Phill
Forum: Themes and Templates
In reply to: Help replacing artwork in themeemiluzelac
Appreciate your follow up with this.
I have found this code in my CSS but not sure how to achieve what I need with this. Do I take it out to allow my slider image to fill the space? Am I going in the right direction by placing my desired background in the slider image itself or should I be bringing in a seperate background image somehow?I do use the dev tools through crome on a mac truth is I have a hard time selecting on the page what I want to see the code or CSS for
Cheers
Phill
Forum: Themes and Templates
In reply to: Help replacing artwork in themeThanks for your quick reply, I was able to get somewhat closer to what I am trying to achieve.
I cannot find the values that remove the black caption section covering the bottom of my slider artwork. As you can see I have built the background into each slide and was hoping that by setting the slider full width values to the full 960 width it would fill the space. This I set in the CSS further down in what you sent me.Any further Ideas would be great to hear
Here is the link to the home page again
Thanks,
Phill
Forum: Plugins
In reply to: [WP Post Columns] [Plugin: WP Post Columns] [end_columns] tag shows in textI just installed this plugin and had the same issue.
i have just removed it and it is not affecting my layout, even though the author says to include it otherwise it may disrupt the layout.Try leaving it off and see what happens