pisoj1
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to create a custom datepicker field at checkout?I’ve done this:
add_action('woocommerce_multistep_checkout_before_order_info', 'destinationStep'); function destinationStep() { wp_enqueue_script('jquery-ui-datepicker'); wp_enqueue_style('jquery-style', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css'); $contents .= '<div class="customSteps" style="display: block;"> <script> jQuery(function(){ jQuery(".date_supply").datepicker({dateFormat : "dd-mm-yy"}) }) </script></div>';It adds the class/property hasDatepicker but it’s still a text field…What am I doing wrong?
Forum: Plugins
In reply to: [WooCommerce] How to create a custom datepicker field at checkout?What would be the best way to do that? I tried a few ways with importing scripts and none seemed to work.
Forum: Themes and Templates
In reply to: Recommend a simple theme that displays a lot of info.I did have a good look at “magazine themes”. But I found they were all very heavy on lots of content in a small space…
I basically just want it more like a traditional website. Post on each page. Not so much blog posts.
The other thing is they all had far too many columns. I’d probably prefer if the main text would just be one column in the middle. Perhaps some widgets off to the side. So 2 column max, but the first one needs to be quite large.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Can't see fields :(well I found a way to fix it myself kinda…it seems I have issues with pages and short code…so I just make a post and put it as a page URL
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Can't see fields :(Just tried installing a chatbox, it seems anything with “short code” does not work….any ideas on how I can add it manually or something
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Can't see fields :(Still does not solve issue, is their a way I can manually add it? If I add other plugins they work just anything with a form does not.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Can't see fields :(🙁 still no help?