kitcorsa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My posts on wordpress.com?also noticed that when loged into wordpress.com and i visit someones www.remarpro.com site i sometimes get the wordpress.com admin bar at the top to all a repost of the posts im reading… this doesn’t work on my .org site
Forum: Fixing WordPress
In reply to: My posts on wordpress.com?yeah i have jetpack installed but cant see where or what to do to share with wordpress.com
Forum: Hacks
In reply to: Direct Required – Flooring Site – E-commerce/bookingWe also been thinking about scrapping the paypal deposit option as Brother will think people might not want to give a deposit…. competitors don’t ask for one…. so just a case of getting the room sizes, giving them a estimate then allowing them to book a visit via email. email will contain the rooms and sizes plus customer name, email and address.
Forum: Hacks
In reply to: Direct Required – Flooring Site – E-commerce/bookingworking now, moved code about a bit ?? still need to figgure out how to email the quote inc the information entered to myself and the client when the paypal button is clicked
Forum: Hacks
In reply to: Direct Required – Flooring Site – E-commerce/bookingcan’t get this to work for some reason in wordpress, works as a stand alone page like above but when i add the script and html to a new page template and the css to my css file all i get s the add room button but when i click it nothing happens :-S
Forum: Fixing WordPress
In reply to: My posts on wordpress.com?it must be possible as mentioned the post that came up was a wordpress org site and i was posting on the .com site
Forum: Hacks
In reply to: Direct Required – Flooring Site – E-commerce/bookingthats a good point about the heigh, think ill change that to width and length
Forum: Hacks
In reply to: Direct Required – Flooring Site – E-commerce/booking<!doctype html> <html> <head> <meta charset="UTF-8"> <title>Untitled Document</title> <script src="https://code.jquery.com/jquery-1.9.1.js"></script> <style> .x, .y{ width:100px; margin-left:5px; } .name { width:150px; } #cost, #email { display:none; } #email { width:400px; height:200px; } </style> </head> <body> <div id="rooms"></div> <button id="add">Add room</button><br> <input type="text" id="cost" disabled><br /> <textarea id="email" disabled></textarea> <script> var price = 1.5; // Price per sq feet $("#add").bind('click', function () { $('#rooms').append('<div class="room"><input class="name" type="text" placeholder="Room Name"><input class="x" type="text" placeholder="Room Width (ft)"><input class="y" type="text" placeholder="Room Height (ft)"></div>'); $('#rooms .x, .y').on('change', function () { var cost = 0; var email = ''; $('.room').each(function () { var x = $(this).children('.x').val(); var y = $(this).children('.y').val(); var name = $(this).children('.name').val(); if (!x) {x = 1;} if (!y) {y = 1;} cost = cost + (x*y); email = email + '\n Room name:'+name+' Room Dimensions: '+x+'x'+y+' Estimate: £'+((x*y)*price); }); $("#cost").val('Estimated Price: £'+(cost*price)).show(); $("#email").val(email); }); }); </script> </body> </html>
I have to following so far ??
just want to see if I can take this a little further and add a discount option I can turn on and off when required…. ie get 100 sq meter and get 10% discount
Forum: Plugins
In reply to: [Facebook Album Sync] Albums and images not loadingis this plugin now unsupported??
Forum: Hacks
In reply to: Direct Required – Flooring Site – E-commerce/bookingyou could have a drop down for number of rooms where the selection then generates the correct number of length – width fields. This is basic javascript stuff.
could you point me in the direction of this please, if its basic.
Forum: Hacks
In reply to: Direct Required – Flooring Site – E-commerce/bookingthanks for your reply,
the issue about floor sizes is something we have already thought about. And have creates pages and images on how to measure a room. Basically it works in same way as buying a carpet for a room, you measure the longest runs, the areas of “waste / cut off” are then included in the price, as a carpet you would not piece together, with the wood floor restoration, paying for area thats not getting restored/treated might sound wrong, but a room that has more angles and cut outs and shapes take longer to restore that a square room as the edge or the room is actually longer and getting the machine round the corner is harder so allot is done by hand. This extra money also allows for the use or nails, pins, extra wood, french polishing scratch removers etc, that may or may not be required. As said this is a basic estimate and final quote is given after survey.
i never changed a thing on mine, and its all working fine again now…. must have been facebook error or something
ive been getting the same problems, i found that it does post to facebook when i publish there and then, but seems to fail on scheduled posts
Forum: Fixing WordPress
In reply to: User google maps to show informationthats looks exactly what i was on about…. thanks Media X
Forum: Fixing WordPress
In reply to: jargon in admin… whats happening??no url sorry just my IP address…. which i dont want on a public forum.
i have 3 other wordpress site running on the same place all fine… wierd