Everything posted by metalpotatouk
-
Need CSS Help - Will Pay
With respect, I'm offering cash because I need help. Some people will accept, some will not. I'm a genuine person and I'm willing to pay for the help I receive. As far as I'm aware, it is not against the rules to offer to pay for help. Regarding your concern that we are a web design company charging for services, again - with all due respect - how the business is run is nobody elses business but our own. We're not as experienced as some, but what we can do, we do well. We are certainly not a company that charges over the odds for what is offered. When we need help, we're not afraid to ask for it, and when help is received that helps us solve a problem, a few bucks to the person offering that help is a sign of thanks, respect, and a nice gesture. That is all.
-
Need CSS Help - Will Pay
I've found a fix for this.
-
Can this be done with Wordpress, or with a Wordpress Plugin?
Hey guys, thanks a lot for your input. In the end, I found a portfolio plugin which has automated the process of creating a custom post type, taxonomies, CSS etc for me. I've made a bunch of my own modifications to it and it's now doing exactly what my client has asked for. Really do appreciate your help though.
-
Can this be done with Wordpress, or with a Wordpress Plugin?
Hi Jack, There is no shop setup, and no ecommerce functions are required here. She will not be selling on her website. She just wants a page where she can feature products that she feels her followers would be interested in. I'm thinking it might be an idea to create a custom post type in Wordpress, and treat the product of the week almost like a portfolio. What I'm not sure how to replicate is getting the posts on the front end to be laid out like this: http://ilovelof.tumblr.com/
-
Can this be done with Wordpress, or with a Wordpress Plugin?
Hey guys, A client of mine has asked me to implement a 'Product of the Week' feature for her website. Doesn't really need much explaination, she wants to feature a product each week, and when you hover on the product, it shows you a price and where it's from. She also want's a page of all past product of the weeks on her site, to be laid out like this website: http://ilovelof.tumblr.com/ Can this be done? Does anyone know of a plugin that might do this? Any advice would be appreciated. Cheers Conor
-
Metal Potato Website Review... Please
Hi Daniel, Thank's a lot for taking the time to review my site, and indeed, for the kind comments. I've added a bit of extra padding in above the 'Why Choose Us' and the 'What We Do' headings, and will try changing their colour when I get into the office tomorrow. We all lead busy lives, so I appreciate the input.
- Metal Potato Website Review... Please
- Metal Potato Website Review... Please
- Metal Potato Website Review... Please
-
Metal Potato Website Review... Please
Hello guys, We've been working on our new company website for a few weeks now, and have recently relaunched. We went from a traditional multi-page corporate website, and decided to go in the direction of a one-page website for a couple of reasons. We stopped offering a pick-and-mix bag of different services and just concentrated on one: web design We wanted to get rid of all the clutter, be incredibly specific, and right to the point We wanted to invoke some personality into the website and it's copy. You need to, with a name like Metal Potato So with the site launched, I would love to have some feedback from you guys - users, web designers, copywriters, experts in your field. Please be brutally honest with me. If the site can be improved in any way, I am very open to the idea of making changes. www.metalpotato.com Thanks very much Conor
-
Hello from 4D Hosting
Welcome dude.
-
Hi there, I've got a blog but I need design help
Welcome to the forum dude. Not a bad looking site. I like the domain.
-
ShemsEddine says hello
Hey dude, welcome to the forum. I'm pretty new too and am in a similar situation to you. I've just bought a web design company, don't have a huge amount of experience, but hoping to get help where needed on this forum, which has already given me several fixes to problems.
-
Hello from a newbie
Hello Eve, I'm Conor, also new around here. I've just bought a web design company in the UK, have a little bit of experience but not massively qualified. This seems like a pretty decent forum though, been helped several times already.
-
Big Hell to everyone
Hey Mohammed, I'm new here too. That's a nice looking website for your first try!
-
Hi Guys
Hey Adam, I currently purchase my domains through 123, but I use TSO to deal with the hosting. Haven't had any issues with either.
-
Hey Peeps
Hey guys, I'm Conor and have just purchased the web development company in the UK called Metal Potato. I intend to outsource the work that comes in and am interested in making some contacts on this forum to enable me to do that. Say hello if you're interested. :-)
-
Good html editor
I currently use Coda. Did use Dreamweaver until a few months ago.
-
Why Wont .imageBox img:hover Work? Will Pay!
No problem at all. :-)
- Tie a Button In with Smooth Scrolling Effect Already On Site
-
Tie a Button In with Smooth Scrolling Effect Already On Site
Hey guys, If you take a look at my website, and click any of the links in the menu, you will notice that the website smoothly scrolls to the relevant section. If you scroll back to the top, you will see a blue box in my header with two buttons, one to the contact page, one to request a call back. The one that goes to the contact page does not scroll smoothly, it jumps right to the page. I asked the developer who I bought the theme from how I can make that one button scroll smoothly to the contact page, and his response was "You’d have to tie those buttons into the smooth scroll javascript which is called in /style/js/scripts.js" I have no idea how to do what he has just described, Does anybody here know how I can make that one button smooth nicely like the rest of the menu please? I have included the relevant part of the scripts.js file below, as well as the button code that I am using. My site is www.metalpotato.com/mpnew/ Scripts.js: /*-----------------------------------------------------------------------------------*/ /* ANCHOR SCROLL /*-----------------------------------------------------------------------------------*/ /** * jQuery.LocalScroll - Animated scrolling navigation, using anchors. * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com * Dual licensed under MIT and GPL. * Date: 3/11/2009 * @author Ariel Flesler * @version 1.2.7 **/ (function($){var l=location.href.replace(/#.*/,'');var g=$.localScroll=function(a){$('body').localScroll(a)};g.defaults={duration:1e3,axis:'y',event:'click',stop:true,target:window,reset:true};g.hash=function(a){if(location.hash){a=$.extend({},g.defaults,a);a.hash=false;if(a.reset){var e=a.duration;delete a.duration;$(a.target).scrollTo(0,a);a.duration=e}i(0,location,a)}};$.fn.localScroll=function({b=$.extend({},g.defaults,;return b.lazy?this.bind(b.event,function(a){var e=$([a.target,a.target.parentNode]).filter(d)[0];if(e)i(a,e,}):this.find('a,area').filter(d).bind(b.event,function(a){i(a,this,}).end().end();function d(){return!!this.href&&!!this.hash&&this.href.replace(this.hash,'')==l&&(!b.filter||$(this).is(b.filter))}};function i(a,e,{var d=e.hash.slice(1),f=document.getElementById(d)||document.getElementsByName(d)[0];if(!f)return;if(a)a.preventDefault();var h=$(b.target);if(b.lock&&h.is(':animated')||b.onBefore&&b.onBefore.call(b,a,f,h)===false)return;if(b.stop)h.stop(true);if(b.hash){var j=f.id==d?'id':'name',k=$('<a> </a>').attr(j,d).css({position:'absolute',top:$(window).scrollTop(),left:$(window).scrollLeft()});f[j]='';$('body').prepend(k);location=e.hash;k.remove();f[j]=d}h.scrollTo(f,.trigger('notify.serialScroll',[f])}})(jQuery); /** * Copyright (c) 2007-2012 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com * Dual licensed under MIT and GPL. * @author Ariel Flesler * @version 1.4.5 BETA */ ;(function($){var h=$.scrollTo=function(a,b,c){$(window).scrollTo(a,b,c)};h.defaults={axis:'xy',duration:parseFloat($.fn.jquery)>=1.3?0:1,limit:true};h.window=function(a){return $(window)._scrollable()};$.fn._scrollable=function(){return this.map(function(){var a=this,isWin=!a.nodeName||$.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!isWin)return a;var b=(a.contentWindow||a).document||a.ownerDocument||a;return/webkit/i.test(navigator.userAgent)||b.compatMode=='BackCompat'?b.body:b.documentElement})};$.fn.scrollTo=function(e,f,g){if(typeof f=='object'){g=f;f=0}if(typeof g=='function')g={onAfter:g};if(e=='max')e=9e9;g=$.extend({},h.defaults,g);f=f||g.duration;g.queue=g.queue&&g.axis.length>1;if(g.queue)f/=2;g.offset=both(g.offset);g.over=both(g.over);return this._scrollable().each(function(){if(e==null)return;var d=this,$elem=$(d),targ=e,toff,attr={},win=$elem.is('html,body');switch(typeof targ){case'number':case'string':if(/^([+-]=?)?\d+(\.\d+)?(px|%)?$/.test(targ)){targ=both(targ);break}targ=$(targ,this);if(!targ.length)return;case'object':if(targ.is||targ.style)toff=(targ=$(targ)).offset()}$.each(g.axis.split(''),function(i,a){var b=a=='x'?'Left':'Top',pos=b.toLowerCase(),key='scroll'+b,old=d[key],max=h.max(d,a);if(toff){attr[key]=toff[pos]+(win?0:old-$elem.offset()[pos]);if(g.margin){attr[key]-=parseInt(targ.css('margin'+)||0;attr[key]-=parseInt(targ.css('border'+b+'Width'))||0}attr[key]+=g.offset[pos]||0;if(g.over[pos])attr[key]+=targ[a=='x'?'width':'height']()*g.over[pos]}else{var c=targ[pos];attr[key]=c.slice&&c.slice(-1)=='%'?parseFloat(c)/100*max:c}if(g.limit&&/^\d+$/.test(attr[key]))attr[key]=attr[key]<=0?0:Math.min(attr[key],max);if(!i&&g.queue){if(old!=attr[key])animate(g.onAfterFirst);delete attr[key]}});animate(g.onAfter);function animate(a){$elem.animate(attr,f,g.easing,a&&function(){a.call(this,e,g)})}}).end()};h.max=function(a,{var c=b=='x'?'Width':'Height',scroll='scroll'+c;if(!$(a).is('html,body'))return a[scroll]-$(a)[c.toLowerCase()]();var d='client'+c,html=a.ownerDocument.documentElement,body=a.ownerDocument.body;return Math.max(html[scroll],body[scroll])-Math.min(html[d],body[d])};function both(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery); jQuery(document).ready(function($){ $('.scroll,.nav-collapse .nav').localScroll({ offset: {top:-90, left:0} }); $('.nav-collapse .nav a').click(function () { $(".nav-collapse").collapse("hide") }); }); And the button code: [button link='http://metalpotato.com/mpnew/#lets-talk' color='blue']<i class="icon-heart"></i> Contact Us[/button] Thanks guys. Hope you can help.
- Problem with Testimonials Increasing Page Height (CSS, I THINK!)
-
Problem with Testimonials Increasing Page Height (CSS, I THINK!)
Hey guys, Could you take a look at the link below, scroll down to the testimonials area, as the first testimonial slides to the next, you will notice that the area increases/decreases in size, and so does the 4 square bullet points. I realise this is due to the testimonials being different lengths. Is there anything I can do to make that area fixed so that the jumping around does not happen? I'm not great with code or CSS, so consider me a complete dummy and give me as much detail into how it can be fixed as possible. Thanks very much chaps. http://metalpotato.com/mpnew/
-
Why Wont .imageBox img:hover Work? Will Pay!
That's cool. The way I saw it is these people have rightfully learned the technical skills and for helping me fix something that was time sensitive, a few dollars was nothing. But I now appreciate people really are here to help, which is great. Not enough people go out of their way to help others anymore.
-
Why Wont .imageBox img:hover Work? Will Pay!
Hey Web Guru, I managed to fix this myself a bit earlier on. The selector was correct but I had the hover effect background colour on the wrong selector, hence why it wasn't working. Thanks for being willing to help me though.