keithkirkhamkk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding phone button and menu text for mobile viewingIf you are using a responsive WP theme, you may try this plugin:
Forum: Networking WordPress
In reply to: Is Multisite the best options for meWhether you decide to use multi-site or individual sites comes down to how you want the site to look overall and ease of management. Either works and does the job, but both have + / – to them. From the sounds of it I would probably go the multi-site route if setting one up for EVERY province since the layouts should be the same from the sounds of it and just the content different. Additionally you can setup each group to have their own admin of the individual sites while still still being the network admin to control everything in general and this would work well with the selling rights portion of it to retain control while letting other people adjust as they wish. Since language (at least French / English) will be factored in, it works well.
I found this video pretty helpful in explaining the multi-site features:
If you instead set this up for only a few provinces, it makes more sense to just clone the existing site and then setup each one individually, just changing the text / listings as required. You can use WordPress Duplicator plugin to clone a wp site:
http://wordpress.org/plugins/duplicator/
And there is a video to showcase the configuration steps:
In regards to the GEO redirects, there’s no 100% method of doing this since things like proxy servers exist and people hide their locations. You can use mod_geoip if your server supports it to write simple .htaccess scripts (many help articles online if googled) otherwise you can do this through plugins / other options. You can force them to go to their page if detected. The other way of handling this is to setup an entry page that lets someone choose the province and then go to that site only. Generally it’s best to have a conjunction of these based on what you’ve mentioned as this way you can force those you detect to go to the right site, and those that come up unknown can be prompted it for it. There’s definitely some freedom on how to set this up based on how strict you want this to be and how you want it to end up functioning.
Forum: Networking WordPress
In reply to: Should I use Multisite?Like catacaustic said, you don’t quite need a multi-site for your case. For the member-only issue, you may wanna check out this plugin:
http://wordpress.org/plugins/wordpress-access-control/
And here is a video tutorial link to learn the steps for configuration. Hope that helps
Forum: Fixing WordPress
In reply to: Adding Google Analytics CodeA workaround for your is to install a plugin called Google Analytics for WordPress. With this plugin, you don’t need to go through the header/footer section.
Check this out!
http://wordpress.org/plugins/google-analytics-for-wordpress/