winterstreet
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Organiser] “No posts found” on event category archivesI’m having the same issue, but on all of my event categories. I’ve tried disabling all the other plugins, but that did’t help.
I heard back from Siteground. The issue is that the site was migrated to a different server and since DNS uses an A record there’s some sort of redirect happening to the new IP address. They had notified the site owner about the migration, but that information never made it to me. I’m pretty sure once the DNS gets updated that the problem will be solved. Thanks.
@wfscott I had already tried what you described before posting, and I still see the wrong IP address. I’ll check with Siteground support, and reply back here if I find out anything useful.
It’s sent. Thanks for the assistance.
Forum: Plugins
In reply to: [Redirection] Regex for “parked domain” not workingThere is some sort of caching. There’s the option to pause it for 24 hours, which I just did. But this example url, https://newhorizonsgapyear.org/events/, still loads as is without forwarding to https://anandacollege.org/events/.
Forum: Plugins
In reply to: [Redirection] Regex for “parked domain” not workingThey are.
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Widget code pushes admin bar downAs a test, I just set up a brand new installation of WordPress locally. Stock theme TwentyNineteen, the only plugin installed is Gtranslate. Selected “Show floating language selector: Top Right”. Same results, a gap at the top for admin users. https://cl.ly/741949fbbf2a. That’s three different sites I’m getting this on, so I don’t think it’s just my site that is the issue.
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Widget code pushes admin bar downThanks for the offer to look into it, but I think I’ll pass on that. It only shows to admin users so I guess I’ll leave it as-is for now.
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Widget code pushes admin bar downOK well, this other site is not using the widget and it behaves the same. It’s using the “Show floating language selector: Top Right”. https://cl.ly/8d53cd25e09e
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Widget code pushes admin bar downMaybe this will be fixed ina future update? But I wouldn’t call this resolved.
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Widget code pushes admin bar downHere is the widget code, the only thing I changed was to remove the “Please Select” option.
<!-- GTranslate: https://gtranslate.io/ --> <select onchange="doGTranslate(this);" class="notranslate" id="gtranslate_selector" aria-label="Website Language Selector"><option value="en|en">English</option><option value="en|ru">Russian</option><option value="en|es">Spanish</option></select><style type="text/css"> #goog-gt-tt {display:none !important;} .goog-te-banner-frame {display:none !important;} .goog-te-menu-value:hover {text-decoration:none !important;} .goog-text-highlight {background-color:transparent !important;box-shadow:none !important;} body {top:0 !important;} #google_translate_element2 {display:none!important;} </style> <div id="google_translate_element2"></div> <script type="text/javascript"> function googleTranslateElementInit2() {new google.translate.TranslateElement({pageLanguage: 'en',autoDisplay: false}, 'google_translate_element2');} </script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2"></script> <script type="text/javascript"> function GTranslateGetCurrentLang() {var keyValue = document['cookie'].match('(^|;) ?googtrans=([^;]*)(;|$)');return keyValue ? keyValue[2].split('/')[2] : null;} function GTranslateFireEvent(element,event){try{if(document.createEventObject){var evt=document.createEventObject();element.fireEvent('on'+event,evt)}else{var evt=document.createEvent('HTMLEvents');evt.initEvent(event,true,true);element.dispatchEvent(evt)}}catch(e){}} function doGTranslate(lang_pair){if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair=='')return;var lang=lang_pair.split('|')[1];if(GTranslateGetCurrentLang() == null && lang == lang_pair.split('|')[0])return;var teCombo;var sel=document.getElementsByTagName('select');for(var i=0;i<sel.length;i++)if(/goog-te-combo/.test(sel[i].className)){teCombo=sel[i];break;}if(document.getElementById('google_translate_element2')==null||document.getElementById('google_translate_element2').innerHTML.length==0||teCombo.length==0||teCombo.innerHTML.length==0){setTimeout(function(){doGTranslate(lang_pair)},500)}else{teCombo.value=lang;GTranslateFireEvent(teCombo,'change');GTranslateFireEvent(teCombo,'change')}} </script>Forum: Plugins
In reply to: [Simple Widget Classes] Plugin removed from WordPressSounds like if you’re unaware of it that it would be a security issue, that or something related to terms of service.
According to Wordfence anyway:
This means that a plugin is no longer available to install from WordPress.org. Plugins can be removed from WordPress.org for a variety of reasons, including that the author intentionally stopped its development or converted it to a “paid only” plugin. A plugin can also be removed if it violates WordPress.orgs terms of service or if it contains vulnerabilities. If it contains vulnerabilities, it may be restored to the repository within a few days. As a general recommendation, unless you are familiar with the code in the plugin, we suggest that plugins that have been removed from the WordPress.org repository are removed from your site.
https://www.wordfence.com/help/scan/scan-results/#plugin-removed
- This reply was modified 6 years, 10 months ago by winterstreet.
Forum: Plugins
In reply to: [Simple Widget Classes] Plugin removed from WordPressOK thanks for replying, I’ll wait to see if he says anything.
I think I tried this already unsuccessfully, but it worked this time. I wiped the settings and used a new Google account. The backup worked fine. Not sure if it was an issue with the Google account or an update (since my last attempt) to the plugin that fixed the problem. But it’s working. Thanks again.
Thanks I appreciate your assistance on this, but I don’t think I want spend any more time trying to get this to work.