Peter Ingersoll
Forum Replies Created
-
Forum: Plugins
In reply to: [Poly Pin Manager] Disable plugin editing and admin menuExcellent. I look forward to the next update!
Forum: Plugins
In reply to: [Cloudways WordPress Migrator] Can I over-write the same destination site?Just FYI, I went ahead and tried it. Seemed to work OK. For example, I did not see any post duplication.
Forum: Plugins
In reply to: [Cloudways WordPress Migrator] Can I over-write the same destination site?I have the same question. I want to redo a migration to Cloudways of an existing site that I previously migrated and now want to overwrite.
Forum: Plugins
In reply to: [Gutenberg Blocks Library & Toolkit - Editor Plus] Settings not savedI have the same issue using GeneratePress Premium and GenerateBlocks Pro. However, I tested with Twenty Twenty-One and deactivated other plugins with the same results: settings not saved / everything active.
Forum: Plugins
In reply to: [Find My Blocks - Locate blocks on your site] Nested Blocks@cjyabraham The new register-route.php file appears to work great for me, too. It makes the plugin incredibly useful. I’m looking forward to when it is included in the plugin.
I found that “Hide notification forever” text link does nothing, but X-ing out the alert seems to stick (at least so far).
Agree! Very ironic to get the “Disable Admin Notices Individually” admin notice. “Forever” just means until the next time I log in…
I also get the same “Uploaded file is either Empty or not a valid JSON file.” when trying to import. I’ve run the content on the JSON file through different JSON validators and they say the JSON is correct and valid. When I try to import, I can see for split second a green text that appears to indicate success, and then it changes to the red error text. Help is appreciated.
- This reply was modified 5 years, 4 months ago by Peter Ingersoll.
- This reply was modified 5 years, 4 months ago by Peter Ingersoll.
Andy,
That makes perfect sense – I completely understanding the cascading aspect.
I’m looking for a way to either add a primary “flag” (adding a “primary” style or “!important” to the CSS) or change the order of the cascade so, at the very least, I can rank categories so that the most “powerful” category is cascaded last.
– Peter
Forum: Plugins
In reply to: [WooCommerce] Related Products shortcode only returns 2 productsI had the exact same problem. It was driving me nuts and I lost most of the day trying to figure this out. I had other plugins that could be used to manage related products, but I could never get the columns to work. I only wanted to use the shortcode, but I also only got two products.
This code fixed it.
Two questions: I modified the wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php. Can I add this to my theme’s function.php or theme folder in some way? I’ve got custom templates in my theme, but I don’t know about includes.
Second: Why is this necessary?
Exactly what I needed to set a minimum height for the area around product catalog images (with modified CSS, of course). Thank you!
Forum: Plugins
In reply to: [Genesis Latest Tweets] Update broke my siteWell, everything is up-to-date, so that apparently means the upgrade process is suspect (i.e.two copies of the plugin installed). I did not try uninstalling everything and then installing only the newest version.
Forum: Fixing WordPress
In reply to: Updated permalinks break after a few minutesIt may be Premise by Copyblogger Media.
I’ll have to give it more time but once deactivated the URLs worked at they seem to be sticking. I’m not sure where the conflict is.
I’ll post to Premise support and see if there is an answer and then finish up here.
Thanks for the help.
– Peter
Forum: Fixing WordPress
In reply to: Updated permalinks break after a few minutesesmi, Krishna –
Not yet. This is a live site, so I can’t try this until later tonight (I’m in the New York time zone.)
Of course, I’m looking for clues of why this might happen to be a bit more efficient. For example, is this more likely to be an issue with the service / host (A Small Orange) and/or something in a configuration outside of WP?
– Peter
Forum: Fixing WordPress
In reply to: Updated permalinks break after a few minutesI’m using the Agency 2.0 child theme. It does not have custom post types. The only CPT I have is the “Profiles” created in ECPT.
One note: I updated/resaved the permalinks and I saw that the .htaccess file changed accordingly (i.e., the file time changed). However, after a few minutes when the URLs broke again, I see that the .htaccess does not change – the permalinks just don’t work.
This is all that’s in .htaccess:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress