klewis
Forum Replies Created
-
Perfect! Thank you
Forum: Plugins
In reply to: [Download Manager] htaccess involvementAs I mentioned prior, I don’t have the ability to modify the configuration file for nginx. I need a wp solution.
Forum: Plugins
In reply to: [Download Monitor] Force redirect back to homeI got it working! Thanks
- This reply was modified 11 months, 3 weeks ago by klewis.
Thanks for getting back with me Prashant! I solved my issue. It was my wp_options table in WordPress getting bloated. So I ran some SQL commands against it to correct some autoload items in that table.
All good now!
- This reply was modified 1 year, 6 months ago by klewis.
Excellent work! Thank you.
That worked – awesome job! awesome turn around!
Actually that was perfect, and I got it working. Many thanks!
Thanks for the feedback!
So if we can pretend the domain is https://google.com, what would your example look like above?
Forum: Fixing WordPress
In reply to: Regarding create-block for dynamic blockI’m facing the same exact issue.
I’m on windows 10 with npm version 8.1.1, and node version 16.13.0If the –variant is no longer an option for creating blocks, how do we insure that we are creating a dynamic block, vs a static block?
Forum: Plugins
In reply to: [WP Import Export Lite] How can this plugin handle language translations?Yes, we were thinking about using the Google Language Translator plugin. Unless you have a different recommendation.
- This reply was modified 2 years, 10 months ago by klewis.
Forum: Plugins
In reply to: [WP Import Export Lite] ampere sign on exportMaybe I wasn’t clear…Not talking about the import process. Talking about the “export process” and how it handles ampere signs when we get the data out of WordPress.
If I could reword my request in another way…
Is there a way for the plugin to detect newlines within a single cell upon importing the .cvs into WordPress? And either preserving that line-break, or converting that line-break to a character?, or do something with the line-break, so that each item in that single cell can be distinguished.
Perhaps there is more to the “CSV Delimiter” option upon importing our .csv file, to help detect line-breaks within a single cell, and do something to them? It just feels like its deleting the line-breaks as we import our .csv files.
Thanks for any feedback
Just in case anyone is in this same situation, with having WordPress 5.9+ and TwentyTwentyOne Version: 1.5 as your parent theme, from your child theme can you create a theme.json file in its root directory and apply the following code to it…
{ "version": 1, "settings": { "color": { "palette": [ { "name": "Magenta", "slug": "magenta", "color": "#ff00ff" }, { "name": "Cyan", "slug": "cyan", "color": "#00ffff" } ] } } }
Saving this code from your child theme will allow you you to see your custom color pallet not only when you edit pages, but also when you edit posts and custom post types.
- This reply was modified 3 years ago by klewis.
Thank you!