Joey George
Forum Replies Created
-
Forum: Plugins
In reply to: [Web Stories] webstories editor keep crashingSimilar issue… part of the editor is crashing.
Forum: Plugins
In reply to: [404 Solution] suggestion excludesYes I am a programmer, but not a noble one I guess…
I should start contributing on open source in my free time… if only I could get free time! I will contact you on wp slack.Forum: Plugins
In reply to: [404 Solution] suggestion excludesI do care about the closeness of the url spelling. But there can be similar sites or related sites. For example some article on bitcoin is not on my site, but if I can point the user to bitcoin article on another of my own sites (or some other site) – it will help the user. You will still match the user’s entered url (without hostname) with the list of all urls in the kitty (csv/sitemap/feed) and find the best matches.
Forum: Plugins
In reply to: [404 Solution] suggestion excludesYou decide whats easy… one way or other:
1. upload csv file with all possible urls to suggest (static)
2. provide rss feed urls of any site (dynamic, if news feed changes – suggestions change)
3. provide xml sitemap urls to any site (partially dynamic but read @ time of specifying only) – sitemaps if available, are public for anyone to read.The idea is to have a list of urls to look into when suggesting… not just urls of current site. Its a lot of work I guess, so tread carefully ??
Forum: Plugins
In reply to: [404 Solution] suggestion excludesPerfect – thanks… Where do I give enhancement requests?
It would be nice to include a sitemap url to other sites (eg. news site) and the suggestions module will pickup urls from there. Possible?
I tried disabling security plugins, and Dev mode in cloudflare… but dashboard link is still showing that error. There could be other plugin settings affecting REST api…
Honestly, I do not think this is a huge problem anymore. The Stories Dashboard is of no use anyway. I can safely access my stories from All Stories link. Perhaps, you should remove the Dashboard link from this plugin.
lets continue the discussion on github only… I will close this issue myself… in the end.
- This reply was modified 4 years, 5 months ago by Joey George.
I know… I was forced to create this issue in www.remarpro.com, because the gdocs form you gave required me to add a www.remarpro.com url first. Perhaps I should have just added the homepage url ??
Forum: Plugins
In reply to: [404 Solution] redirects not workingActually, sent too soon… I do have a regular expression redirect for amp files, and that does not seem to work, even with latest version 2.20.2
/amp/(.+) ===> …/$1/amp
Forum: Plugins
In reply to: [404 Solution] redirects not workingSry… I got notification of your message only now.
I installed a url shorten-er plugin for this… so not sure if its resolved.
But if it comes again for any of my sites, I will let you know.Forum: Plugins
In reply to: [Easy Forms for Mailchimp] two copies of same form in a pageno, subscription is fine… I have not checked the saving of interest checkboxes though
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] two copies of same form in a pageI checked online and found creating two forms would fix the issue. I did that, and partially fixed the issue with text field duplicates, but not with checkbox items. My form also has checkbox list, and the list items are having same id, across different forms.
Forum: Plugins
In reply to: [Admin Page Framework] html content with bootstrap cssThanks
Forum: Plugins
In reply to: [Admin Page Framework] html content with bootstrap cssPart of it I guess. Only the ones that affect the main html tags – like body, p, a, li, etc.
Forum: Plugins
In reply to: [Admin Page Framework] execute javascript on button clicknevermind, the attributes collection has onclick event for what I want to achieve.