jonathanappleseed
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Certain variable products links brokenYes, that’s what I’m looking at. It’s confusing for me too why they are not updating.
Forum: Plugins
In reply to: [WooCommerce] Certain variable products links brokenYes, but when I updated the permalinks those are unchanged.
Forum: Plugins
In reply to: [WooCommerce] Certain variable products links brokenOk, well I tried switching to the default permalink structure, and was planning on setting up referral links for all the incoming links to the new structure. However, when I go to edit product the permalinks there have not changed to default, they are the same as before.
The only way I can access the products on the front end is to figure out what the new link would be manually. So this seems to show me that the issue is not theme related. I had to switch back to my custom structure, but I still cannot access some of the most important products in my shop and I’m spending hours a day with people on the phone trying to use it… This is a huge pain.
Forum: Plugins
In reply to: [WooCommerce] Certain variable products links brokenSo I can’t use a standard setting for custom permalinks?
I don’t understand why this stopped working.
I’m hardcoding links from other websites and other sections of the site to go to that product. I should be able to do this, no?
I don’t want to use the default permalinks settings…
Forum: Plugins
In reply to: [WooCommerce] Certain variable products links brokenHi Mike.
So before I tried removing %product_cat% from the custom permalink and that did not work.
So I tried setting it to default.
The problem that I see now is that it is not updating the links from my template. But either way my problem is not solved because I have extensively linked to the product using the custom permalink structure: /shop/%product_cat%
It was also working previously and then stopped unexpectedly.
Forum: Plugins
In reply to: [WooCommerce] Certain variable products links brokenThanks for responding.
I checked and it doesn’t change anything. “room-board” is a subcategory of “tepoztlan-2016”. There are currently two functioning products in the same subcategory:
https://www.ibogainealliance.org/shop/tepoztlan-2016/room-board/individual-meal-tickets/
https://www.ibogainealliance.org/shop/tepoztlan-2016/room-board/meal-plans/
Forum: Plugins
In reply to: [WooCommerce] Certain variable products links brokenI am using the Kleo theme. It worked for these exact same products previously, and it is currently working for other variable products such as:
https://www.ibogainealliance.org/shop/apparel/ibogaine-t-shirt-mens/
and
https://www.ibogainealliance.org/shop/tepoztlan-2016/room-board/individual-meal-tickets/Ok, the problem is solved. I just left that file there and added another .htaccess file in the plugin directory with the following code:
<Files *.php> allow from all </Files>
Hi,
Yes, so there is an .htaccess file in the /wp-content/ folder that is blocking scripts from being called in any directory below it.
It has the following text:
<Files ~ ".*\..*"> order allow,deny deny from all </Files>
Can you tell me how to change this so that the files will be called? Should I just delete the .htaccess file?
The host confirmed that there is nothing blocking the running of scripts in the folders. Any other idea what might be causing this?
I’ve contacted support, but I do see the markers in the backend, which must mean that the php is being handled. I’m not sure if it makes a difference, but I’m just using the trial version to test it.
Sorry, the map is here https://www.ibogainealliance.org/ibogaine/law/
Hi Mikko,
Thanks for the quick response. Disabling that option solved the problem.
I am using a premium theme that uses K Elements to build most of our pages out of short codes, but the part of the site that we’re using Relevanssi for is a custom post type that are displayed with totally custom code. Not having that option enabled doesn’t affect us.
But yes, the problem was particularly noticeable when updating pages that had shortcode elements.
These errors were resolved for me by changing to HTML 5 doctype.
Your doctype statement should just be:
<!DOCTYPE html>
Dude… Marcus just told me to set “No Categories Page” and that was the only thing so far that has given any progress.