Help with editing your site http://www.webeden.co.uk/forum/categories/help-with-editing-your-site/feed.rss Wed, 16 May 12 21:39:50 -0400 Help with editing your site en-CA Dynamic content http://www.webeden.co.uk/forum/discussion/1203/dynamic-content Mon, 23 Apr 2012 15:46:25 -0400 simonforum 1203@/forum/discussions Incorrect number of items in the cart?? http://www.webeden.co.uk/forum/discussion/1212/incorrect-number-of-items-in-the-cartss Mon, 30 Apr 2012 15:21:46 -0400 lizstrutt 1212@/forum/discussions Content added by viewers http://www.webeden.co.uk/forum/discussion/1204/content-added-by-viewers Mon, 23 Apr 2012 15:56:31 -0400 simonforum 1204@/forum/discussions ]]> Adsense http://www.webeden.co.uk/forum/discussion/1202/adsense Mon, 23 Apr 2012 15:39:11 -0400 simonforum 1202@/forum/discussions Payment options. http://www.webeden.co.uk/forum/discussion/1031/payment-options. Thu, 01 Dec 2011 04:48:08 -0500 Fiona 1031@/forum/discussions Its probably so simple & im just missing it.

Thank you in advance.
]]>
opening links in a seperate tab? http://www.webeden.co.uk/forum/discussion/1144/opening-links-in-a-seperate-tabs Sat, 25 Feb 2012 13:11:33 -0500 kjyahoo 1144@/forum/discussions Big grey box at the bottom of my pages http://www.webeden.co.uk/forum/discussion/1139/big-grey-box-at-the-bottom-of-my-pages Sat, 18 Feb 2012 11:06:51 -0500 abrakidabra 1139@/forum/discussions
Thanks for looking - Simon]]>
Blog Comments http://www.webeden.co.uk/forum/discussion/1125/blog-comments Wed, 08 Feb 2012 12:51:56 -0500 Noel 1125@/forum/discussions Am I being thick here??]]> BLOG http://www.webeden.co.uk/forum/discussion/1106/blog Fri, 27 Jan 2012 14:32:24 -0500 goodyukuk 1106@/forum/discussions The 'outside-site borders' http://www.webeden.co.uk/forum/discussion/1098/the-outside-site-borders Mon, 23 Jan 2012 15:02:32 -0500 Sam001 1098@/forum/discussions Drop down tabs (FONT!?!?!?!) http://www.webeden.co.uk/forum/discussion/899/drop-down-tabs-fontsss Mon, 15 Aug 2011 21:28:15 -0400 randbclothing 899@/forum/discussions
I have yet to ask for help before, mainly because the system is so amazing and fun to use! This is the company website: www.rupertandbuckley.com
You will notice that when one hovers over Gentlemen & Ladies, a drop down tab appears. This is perfect! However the font in these drop down tabs are less from perfect. Despite hours of looking for the option to change the font of the drop down tabs, I have come up clueless.
I am sure you can agree this font looks out of place on our website. Therefore, I ask the wonderful world of Webeden to help me sort out this 'hilarious' error.

Really looking forward to hearing from you guys. I am preparing myself for the comment that outlines how easy it is to correct this issue. However I am blonde so I should alert you to all of this now! aha!

]]>
Margin/Border Removal & Back Button Issues http://www.webeden.co.uk/forum/discussion/1071/marginborder-removal-back-button-issues Mon, 09 Jan 2012 05:46:21 -0500 snackjockey 1071@/forum/discussions
Also, when people visit my site and try to navigate from page to page in their browser, they get thrown off the page when using the back button. A friend of mine who's a little more tech savvy than me, said this is because I'm masking the webeden domain name to my own www.snackjockeyfoods.com, or something. If it's a chore for my potential customers to view my website, it's not cool, and needs to be fixed. So what have you got for me Webeden?]]>
Beta Shop - help needed... http://www.webeden.co.uk/forum/discussion/1072/beta-shop-help-needed... Mon, 09 Jan 2012 11:00:51 -0500 carl 1072@/forum/discussions
I would like to know if there is anyway, to add sizes to the product / items...

For example at this moment in time i have set up Replica home and away shirts but wonder if there is a way of setting up sizes in the beta shop... i am only wishing to use the beta shop features, as the paypal button factory envolves editing html wich i am clueless to.

Thanks for any help.

PS Webeden site maker is the best.]]>
Shop query - muliple products http://www.webeden.co.uk/forum/discussion/1045/shop-query-muliple-products Sun, 18 Dec 2011 14:17:09 -0500 webmarco 1045@/forum/discussions
i'm creating a site with several sections that I want to add the paypal widget to each section. I chose the retail layout on the from webedens templates which has add to cart and basket icons.

But when the beta shop was launched I thought it was much more flexible.....until I tried to add another for each product section.

My questions is, should I just use 1 shop on my site featuring everything on it? or should I go for the previous version which allows you to create different sections, then go to paypal at the end?
Another query is: Can I "add to cart" in the beta shop without being directed to paypal all the time?

thanks]]>
Selling more than one of an item. http://www.webeden.co.uk/forum/discussion/1036/selling-more-than-one-of-an-item. Tue, 06 Dec 2011 08:34:49 -0500 johnluty 1036@/forum/discussions Backround Colours http://www.webeden.co.uk/forum/discussion/1024/backround-colours Sat, 26 Nov 2011 10:59:05 -0500 Frankie J 1024@/forum/discussions
Does anyone know how to make a gradient backgrond for our websites. At present the site only allows solid colours or imported backgrounds?

Frankie]]>
Typing in URL http://www.webeden.co.uk/forum/discussion/1016/typing-in-url Fri, 11 Nov 2011 15:22:10 -0500 helen-backe 1016@/forum/discussions How to create a drop down Menu http://www.webeden.co.uk/forum/discussion/206/how-to-create-a-drop-down-menu Wed, 05 May 2010 15:27:57 -0400 kenbuilder 206@/forum/discussions
Well thanks to a little help from the HTML Snippet and and my friend Raybobagins, I have the code. This is an example of the code you need to place in the HTML Snippet:

<script language="javascript">
function myChangeHandler()
{
window.open(this.options[this.selectedIndex].value, '_parent');
this.form.submit();
}
</script>

<form id="myform1">
<select onchange="myChangeHandler.apply(this)">
<option>Please select....</option>
<option value="http://www.webeden.co.uk">Webeden</option>
<option value="http://twitter.com">Twitter</option>
</select>
</form>

In this example the pages choosen would be http://www.webeden.co.uk and http://twitter.com. You'd need to replace these with the actual pages you would like as the destination.

Hope that all makes sense
Ken]]>
Linking from a Menu http://www.webeden.co.uk/forum/discussion/993/linking-from-a-menu Wed, 19 Oct 2011 06:51:54 -0400 Charlie 993@/forum/discussions I need to be able to point a page on a menu to a (www) link. I have tried various ways - eg. inserting a shape or text box over the top of the menu, but without any success. It all looks naff. I think, I am going to have to delete the current menu and create seperate buttons with links on the page master. Unless anyone has any ideas or suggestions. Yours gratefully and hopefully, Charlie]]> How to show Blog List http://www.webeden.co.uk/forum/discussion/991/how-to-show-blog-list Thu, 13 Oct 2011 15:45:27 -0400 ptanner85 991@/forum/discussions
The only problem I have is that all the blogs I post are displayed after each other since of displaying them as titles and then your able to select the post you require.]]>
link on text http://www.webeden.co.uk/forum/discussion/986/link-on-text Mon, 03 Oct 2011 07:59:54 -0400 munchkinsandmums 986@/forum/discussions Designing Website before it goes live http://www.webeden.co.uk/forum/discussion/650/designing-website-before-it-goes-live Fri, 25 Feb 2011 23:43:19 -0500 Frankie J 650@/forum/discussions
Is it possible to design a website before making it live. I am looking to build a website for a buisness I have coming but im not ready for it to go live yet, is there a way to design only?

Frankie]]>
problem uploading pics http://www.webeden.co.uk/forum/discussion/653/problem-uploading-pics Mon, 28 Feb 2011 14:28:55 -0500 littleorchard 653@/forum/discussions revamping my site but having photo problems
having trouble uploading photos keep getting error code 446 contact support
please help me]]>
Site Align and Display size error http://www.webeden.co.uk/forum/discussion/550/site-align-and-display-size-error Thu, 20 Jan 2011 20:25:00 -0500 jts123 550@/forum/discussions
When in site editing mode the site displays all parts as I would like them to appear. And overall alignment is perfectly 'centered' to the display/monitor.

But, when I save and log-out, to veiw the site as it would look to other vistors, the site appears pulled over towards the left of the screen and parts of the site on its right-hand margin are cropped off or missing!

Can anyone offer suggestions on why this is happening please?

Cheers

John.]]>
Has anyone used design help http://www.webeden.co.uk/forum/discussion/828/has-anyone-used-design-help Wed, 20 Jul 2011 12:05:41 -0400 essentialhorse 828@/forum/discussions SITE SIZE http://www.webeden.co.uk/forum/discussion/805/site-size Sun, 26 Jun 2011 00:23:42 -0400 okinawalife 805@/forum/discussions Using Xheader http://www.webeden.co.uk/forum/discussion/781/using-xheader Wed, 27 Apr 2011 17:15:03 -0400 RamsayBate 781@/forum/discussions Is it possible to use other header templates, eg. xheader files on webeden ? <!-- s:) --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile" /><!-- s:) -->]]> Site Counter http://www.webeden.co.uk/forum/discussion/729/site-counter Thu, 31 Mar 2011 10:17:58 -0400 Alison Cross 729@/forum/discussions
My intention was to then just link up the new site to her domain name and quietly delete the old site. However, it has just dawned on me that she will then lose her 11000 visitor total on her original site's counter. Which I don't want to happen.

Any solution available?

AX]]>
Hovering Adobe panel text version http://www.webeden.co.uk/forum/discussion/512/hovering-adobe-panel-text-version Sat, 25 Dec 2010 15:43:24 -0500 townshendcluster 512@/forum/discussions
when i view my site as a text version, from ipad, iphone etc.... there is a hovering page navigation and Adobe download panel obscuring my pages.

Is it possible for me to move that panel so it hovers somewhere else?

thanks very much in advance
regards
arran]]>
Right clicking problem !! http://www.webeden.co.uk/forum/discussion/718/right-clicking-problem- Sun, 27 Mar 2011 21:11:07 -0400 Mortisha 718@/forum/discussions
How can i make it that once a thumbnail is opened to full size it cannot be right clicked. It is a photography site and i sell the photos. I have checked the box that does not allow the photo to be downloaded but i would rather nothing happens when right clicked. For example my friend has his website and after opening a thumbnail to full size, if i then right click all you get is "copyright protected".

Any help here will be greatly appreciated as its driving me nuts !!

Oh and while im at it. When i open a thumbnail there is just a white square in the righthand corner to shut the photo down again. How come there is no red cross like every other website ive ever visited :/]]>