-
Hosting - with client access to their own database / control panel?
Hi there, Thanks for the info. I haven't personally had an issue with 1and1 but I am aware they don't have the best reputation. I think EZPZ Hosting sounds pretty good for what my requirements are. Cpanel sounds like it will take care of what I need. By the sounds of it all hosting includes cPanel. I got in touch with them and they said I'd need a reseller account. Sounds like the cost is pretty reasonable so will check them out! Will use your signature...
-
Hosting - with client access to their own database / control panel?
Hi everyone, I have a requirement to do some social media stuff such as Facebook competition apps which would include data entry forms for different clients. Each client will want the ability to log in to the hosting and manage their own database. It wont be inappropriate to give a client root access and see the other databases for obvious reasons. I'm thinking of taking out a new hosting plan with a company as my current host (1and1) doesn't seem to offer this service. So the plan is basically go buy a generic sounding domain where I can host all my Facebook work on and buy an SSL certificate so it meets Facebook's requirements then I will need to be able to create and manage multiple MySQL databases and give each client access to their own database either via their own control panel login or a link to log into the database directly with PhpMyAdmin. The main thing is that they don't see the other databases. Can anyone recommend anything? I'm thinking somewhere in the region of a shared hosting plan so that sort of price range rather than full on dedicated or anything... Rich
-
Forum limitations
Oh right ok then. Thanks for keeping my post count 25. I had someone in mind for the job so have sent them a PM about it. Cheers
-
Forum limitations
Hi there, I need 25 posts in order to send a PM to a member which is quite annoying. Also I cant post on the job forum yet.
-
Really basic native wordpress gallery solution..?
There is a gallery plugin which is similar in layout / functionality but uses thumbnail images instead of numbers so I'm going to have a go at tweaking the js - in theory it should be pretty easy but I will have to see how the code was written. Hopefully it wont require any major rewriting otherwise I will probably struggle!
-
Really basic native wordpress gallery solution..?
Hi there, I have been looking to make a really simple wordpress gallery and I am sure there must be one out there which is similar to what I am trying to make. It would be easier to show an image of the type of interface I am after: As you can see it is essentially a simple gallery that uses numbers to display the list of images. It would load the first image by default and then clicking on the subsequent number would load the following images. There are a few nice versions of this functionality out there such as http://benjaminsterling.com/jquery-jqgalscroll-photo-gallery/ but I was wondering if anyone has seen anything more integrated into WordPress' native gallery functionality such as in a theme or plugin?
-
Anyone use Opencart
Thanks for the input guys. I think I will definably continue playing around with OpenCart as it seems like looks like it contains some good features and would hopefully suit most clients needs so long as they aren't too unusual. Its good to know what to look for and what to be aware of when it comes to plugins. It sounds messy having to modify core files so as long as that isn't the standard. In an ideal world it would be great for plugins to live in their own directory. It sounds like great care would need to be taken when installing plugins if there are multiple files to be placed in multiple locations. I need to spend some time working out the template system and to see how I would go about building my own skins etc.
-
Anyone use Opencart
Hi there, I have been doing a bit of research with E-commerce solutions and noticed a site using OpenCart. It looked like a nice site so I looked into OpenCart and downloaded it and had a bit of a play with it. It seems to be pretty good and took no time at all to get up and running. I searched this forum and found no posts relating to it which is slightly worrying but thought I would be the first to ask if anyone has heard of it and what they think of the platform? I also tried installing Magento and that appears to be much more advanced and probably a bit out of my league to be working with, although I am only testing the water right now, so just trying to learn so if/when a project comes up I will be armed and ready! Cheers Rich
-
Multiple currencies in an shop
Hi there, Just an update with this job. I haven't started development yet as the design has only just been finished but now I am approaching the development stage and now going to assess my options. A quick update about the job: The website is for a company that hand make Wedding Invitations and similar products including: Save the Date, Favours, Thank You cards, Table Stationery and Engagement Invitations. Each types of product has about 8 – 15 ‘ranges’. Each range will span different product types as people could order multiple products in the same range so everything matches the theme of their wedding. In total that would be roughly 50-60 products available to buy. The only eCommerce part of the website is to order individual samples of products. A customer can browse around the website and select a number of different products they want to order samples for, but once they want to make a full order then they contact the company via email or phone rather than ordering through the website – so with that regard its not really a full ecommerce solution, but it at least needs the main essensials such as shopping cart functionality, and one other thing which I will explain shortly... I'm not sure if I need full eCommerce functionality for this, because ultimately all I think I need (and what the client is happy to have) is a WordPress website which users can order samples using PayPal only. The reason wordpress was preferred is ultimately this is a content based website with the ability to choose a series of products to order samples for. There are no special things to consider such as item stock (items will always be in stock) or product sizes or other special requirements. The only specific and perhaps tricky functionality I have been asked to implement is the ability for customers to choose to display prices in the following 4 currencies: GBP, USD, EUROs and Australian Dollars. The idea was that people are more likely to buy if the prices are displayed in their currency, so the ability to perform this function by adding a variable with the currency choice to the URL so that the website owner could advertise to locations which use the specific currency. I.e website.com/products?currency=usd Also if there were the 4 currency choices on the website such as in the header, the user could click to change the prices to their currency. The client would like to specify each product with the different currencies manually rather than using some kind of service to calculate the difference, so they could choose nicer looking values such as £50, €60 $90 for the same product, even though they are aware they will be absorbing the difference. Up until now I have been planning on building the website in WordPress and using the GetShopped plugin as it seemed to offer all these features out of the box (more or less) but now I am having my doubts as I haven’t seen an example of a GetShopped powered website which has multiple currency selection functionality even though it says it supports it. It offers the abiliy to add a product and specify a number of different currency amounts which is fine, its just I haven’t seen any front end working example on a website where it lets you switch prices to your currency of choice. Can anyone offer any advice or suggestions? I would really like to use wordpress if possible as I am more confident with it, but I would consider other options also. Can anyone show any examples of a wordpress plug-in powered website or an alternative ecommerce platform being used on an website which lets a user change the prices to match the currency of choice? Many thanks Rich
-
Wordpress - adding post category does not update asynchronously
Ok fixed - I just needed to tidy my functions file up and remove some whitspace
-
Wordpress - adding post category does not update asynchronously
Hi there, I think there is a bit of a glitch with my Wordpress installation. I have built a new theme on the latest version of Wordpress (Version 3.3.1 as of this post). When adding a new category, (both in a regular post or custom post) the new category doesnt appear, I have to actually refresh the page in order for it to show up. If I am writing a new post that means I need to save / publish a post before I can refresh the page. This is a bit annoying as normally I am used to Wordpress adding the new category and updating the page asynchronously so I can then choose the new category straight away. Has anyone had this happen to them before? I have kept my theme really light at the moment so not sure what could be causing it. Most of my custom code is for some custom post types I have been making, but the issue is present for standard posts too. Cheers Rich
-
Wordpress export / import - for site deployment
Ah that makes sense. I'll try that next time and see how I get on. Thanks
-
Wordpress Advert / Banner management plugin?
Hey, that would be very kind of you. I'll PM you my email address. Thanks, Rich edit - don't currently have enough posts to send a message to users. Doh
-
Wordpress Advert / Banner management plugin?
Hi Everyone. I have been doing a bit of research into advertising plug-ins for WordPress. I would like to know if anyone has had any experience with using any and could make a recontamination? I have a client who wants to be able to add his own banners (I guess affiliate) and control which pages they show up. This seems fair enough and it looks like there are plenty of plug-ins that do this. He also would like to be able to connect to an advertising network. I'm not exactly sure how this would work. The site is quite small and is basically going to be a fashion blog. Would there be a solution to automatically load banners onto the site for revenue generation purposes? Can anyone recommend anything or point me in the right direction? Cheers Rich
-
Wordpress export / import - for site deployment
Hi guys and girls. I have been trying to figure out the best way of working when it comes to WordPress and deploying sites live. Basically what is the quickest, easiest and most reliable way of moving an entire WordPress site from local to live, or from one domain to the other? I always develop sites locally on my machine using XAMPP, then I upload the site into a test server when showing the client. To do this I create a new database on the sever. Then I migrate everything across to the clients server when finally deploying the site live. When it comes to the data, as far as I can tell I have the following 2 options which both are not exactly ideal: 1) First of all, exporting the database in phpMyAdmin isn't the best solution since all of the links (to images etc) are exported and will all need rewriting. Is there a way around this which is quick to correct? It seems exporting the database in this way is great for backup and restore use, but I'm not convinced it is a solution when it comes from moving all the data from another location. Anyone have any thoughts on this? I have tried the WordPress Admin Tools > Export method. This seems to be pretty cleaver as it is supposed to rewrite links, but it left all of the old links in the posts which is pretty annoying, although this should be something which I could correct with Finding/Replacing url strings in the source code. Anything thing which was annoying is the Featured image's were all messed up so I ended up having to re-upload them manually. This is far from ideal when it comes to more content heavy sites. Anyone managed to get this feature working ok? Does anyone reading this do anything different than the above and can suggest a better workflow? Is there a plugin which handles this or am I missing something quite obvious? (can never rule that out!!) Cheers Rich