codings
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Table of Contents] URL anchorsIs this an active support forum?
Forum: Plugins
In reply to: [FeedWordPress] Great Plugin WORKS@vesica Thanks for bumping this. It looks like WP is changing the format of the URL, so when I post it here, it doesn’t work.
Try https://github.com/radgeek look for FWP—SIC–Em (maybe it will work if I link it like this, if not, then find it from radgeek’s main page there).
https://prnt.sc/un6wa6 (note: different combination of settings were tested, but no matter what, the prices of Add-Ons all went to $0. Module disabled intentionally until this gets figured out.)
Thank you so much for looking into this. Sorry for the waste of your time! The theme appeared to be unmodified, but the theme author had defined .summary .cart {display: flex; } which was causing “woocommerce_before_add_to_cart_button” and “woocommerce_after_add_to_cart_button” to be positioned on the side of the button.
It was really helpful that you checked it on your end and replied. Thanks!
Forum: Plugins
In reply to: [Comments - wpDiscuz] wpDiscuz Version 7.0.0Thank you for taking the time to read and respond. wpDiscuz is already excellent with these things, just ideas to consider when you have more time to explore features later.
For the error messages, did you try it with themes with a sticky header? It gets covered partially buy such layouts using position: sticky;
You have already put a lot of time into finding a suitable place for the error popup, but please check out Twitter when you have a chance: When sending a Tweet on desktop they have a small popup at the center bottom which is much easier to see and would work well in all of the scenarios you mentioned, including mobile.
- This reply was modified 5 years, 11 months ago by codings.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comments Not Showing Up w/ LiteSpeed CacheLate update: Your suggestion worked. Thank you.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comments Not Showing Up w/ LiteSpeed CacheTrying this now. Thank you!
Thank you for the excellent support and top notch plugin!
I should have specified. The error logs in the first comment are from WP debug.log as enabled in wp-config.
Thanks, Arnaud. Plenty of free space in the database. Fairly lightweight site at under 40MB. Optimized for overhead. Host gives 1,000MB MySQL with 1,000 tables.
More info: Been using All in One SEO for years without issues. No settings were changed. This site is running WP 5.4.1 with the following plugins:
- Akismet
- Ban Hammer
- Classic Editor
- Customer Post Type Maker
- Duplicate Post
- Force SSL
- Internal Links Manager
- Limit Login Attempts Reloaded
- Litespeed Cache
- Query Monitor
- Responsive Lightbox
- Sucuri Security
- TimeMCE ADvanced
- Ultimate Member
- WooCommerce
- WP Realtime Sitemap
- wpDiscuz
And also in the server error logs:
WordPress database error Commands out of sync; you can’t run this command now for query SELECT * FROM wp_users WHERE ID = ‘1’ LIMIT 1 made by shutdown_action_hook, do_action(‘shutdown’), WP_Hook->do_action, WP_Hook->apply_filters, wp_ob_end_flush_all, ob_end_flush, All_in_One_SEO_Pack->output_callback_for_title, All_in_One_SEO_Pack->rewrite_title, All_in_One_SEO_Pack->wp_title, All_in_One_SEO_Pack->get_aioseop_title, All_in_One_SEO_Pack->apply_post_title_format, All_in_One_SEO_Pack->title_placeholder_helper, get_userdata, get_user_by, WP_User::get_data_by
Forum: Plugins
In reply to: [Tweet Old Custom Post] It creates links that dont existsGlad someone else posted about this! Tweet Old Custom Post is such a great plugin, but in the last few weeks it started tweeting out random links with strings that don’t appear to be related to anything at all. It’s doing this every day and starting to annoy followers.
For example: http:// examplesite . com/cr73c7jll907hdnn8sn23h565
@philstudio it wouldn’t stop working if you add it correctly to your child theme.
Have the same thing happening. More info in the google forums with a fix: https://support.google.com/maps/thread/13002607?hl=en
The fix mentioned there worked: adding <meta http-equiv=”Content-Security-Policy” content=”upgrade-insecure-requests”> to header.php
You don’t need an extra plugin like others suggested. Just go to your site Dashboard > Appearance > Theme Editor > Theme Header (header.php) and add <meta http-equiv=”Content-Security-Policy” content=”upgrade-insecure-requests”> somewhere between <head> and </head>.
Be careful editing this page within the theme editor if you are inexperienced because no changes you make will be backed up.
- This reply was modified 6 years, 9 months ago by codings.