leannel
Forum Replies Created
-
Forum: Plugins
In reply to: [Woocommerce Price by Country] Currency Identifier per 'Price Group'I am also looking to be able to enter the prices for the different groups in a currency I set for that group rather than the base store currency and I think it a fairly high priority to be able to indicate on the front end what currency the price is being shown in.
Hope we see this functionality soon ??
Forum: Plugins
In reply to: [Woocommerce Price by Country] Different currenciesI third this – would be very useful! That would make this exactly what I am looking for ??
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Button still don't show in product details pageIt would be helpful to let everyone know how you solved it for those of us who are still trying to find a solution ??
Forum: Plugins
In reply to: [WooCommerce] Show available color swatches for each item on category pagesI need the same functionality – I purchased the plugin mentioned but it does not do this. It just replaces the drop down list with an image or color swatch rather than showing the plain text. It does not allow you to show the swatches on the catalogue page.
Anyone have any ideas… I have been searching for days!
Forum: Plugins
In reply to: [Yoast SEO] WordPress SEO section in posts and pages not functionalI am using version 1.4.6 and WP version 3.5.1
Since updating I cannot toggle the SEO box under posts or pages. Many of my other toggle options for the theme I use have now also become unusable.
I have spent much time searching for an answer but I haven’t found anything – anyone had any luck yet?
Sorry, for ease of checking what I mean I should have added the website links rather than ask you to type them….sorry!
Now working correctly:
Network 1: https://www.parkquip.com.au
Network 2: https://www.bbqsrusqld.com.auNOT working correctly:
Network 1: https://parkquip.com.au
Network 2: https://bbqsrusqld.com.auRedirects now NOT working (there are only redirects on Network 1):
https://www.parkquip.com
https://parkquip.com
https://www.parkquip.net
https://parkquip.net
https://www.parkquip.net.au
https://parkquip.net.auAND I just discovered that the above redirects are now being sent to https://parkquip.com.au (WITHOUT the www) so this is probably why they are showing the same error.
I am sorry for the length of my comments but if I give you as much information as I can I hope it makes it easier for you to get the picture of what is happening and in turn makes it faster for a resolution – fingers crossed ??
Ok I have spent the last day trying to figure this out and triple checked the install and how I have things set up. I have also re-read through almost every one of the previous support requests looking for hints or answers.
Both network domain names point to the root install of wordpress – I am pretty sure this is correct?
I have a dedicated IP for my hosting and a wildcard configured in the A record for the first network domain – not sure if this is needed for your plugin but thought I’d mention it to be thorough.
I found that I did not have the DEFINE_CURRENT_SITE properly commented out in the wp-config file so corrected this.
The result:
Now you can view my two network’s main domains with no redirection happening so long as you type the address WITH the www.
But…
If you type the address WITHOUT the www still have an issue – I now get the following error:
No site defined on this host. If you are the owner of this site, please check Debugging a WordPress Network for help.
Also, I have 301 redirects for alternate domains (e.g. parkquip.net, parkquip.com) to go to my the main site https://www.parkquip.com.au. These redirects worked just fine previously (before I fixed the commenting out in the wp-config file) but now none of these redirects work and return the same error as above.
Is this an issue with setting up the networks originally using the www in address? Or an issue with my .htaccess file? The 301 redirects are set up using my host account (I use GoDaddy). I have not added the redirects to my .htaccess file as they previously created a conflict there but seemed to work when set up directly on the host.
This is what is in my current .htaccess file:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L]
Would really like to get this working properly as I have a number of networks still to add and much work to do with a client on my back ?? Very much appreciate some help.
Hi and thanks for the reply.
I will try to better explain the problem ??
The issue I’m having is that when you type the web address as https://www.bbqrusqld.com.au (with the www) it opens the correct website. However when you type the web address as https://bbqsrusqld.com.au (without the www) it redirects to https://www.parkquip.com.au – this is NOT correct. There are no redirects in place to do this and it should open up the bbqsrusqld site NOT parkquip site.
The parkquip site is the main website for the first network I set up under wordpress multisites (with a sub-domain install). WordPress is installed in the root of this domain. Then I installed your plugin to activate multiple networks. The bbqsrusqld site is the main site for the second network created using your plugin.
Both networks were created using www in the domain address – I have now read many cases where they say not to do this but it wasn’t evident at the time and I cannot really change this now.
So I need to know why the website on the second network redirects to the first network website when you type the domain name without the www…. I really hope that makes sense!
Overall my structure looks like this:
Network 1: https://www.parkquip.com.au
Network 2: https://www.bbqsrusqld.com.au (this is the site that redirects back to the above site when you don’t use www in the domain address).Sincerely hope this is a little clearer and very much appreciate your help!!!!
Update:
Actually I now just realised that every link on the second network site redirects to the first network main site even though they are absolute links not relative :`(
I hope someone can help me…