karisletten
Forum Replies Created
-
Forum: Plugins
In reply to: [Classic Editor] Category list no longer scrollingThe above code didn’t work for me but the following did. Using the plugin Admin CSS MU I added
.categorydiv div.tabs-panel,.customlinkdiv div.tabs-panel,.posttypediv div.tabs-panel,.taxonomydiv div.tabs-panel,.wp-tab-panel {
height: 200px!important;
}Forum: Plugins
In reply to: [Stream] PHP 8.2 Deprecation noticesSame errors on a site running the latest version of Stream and PHP 8.1
No, both the live site and staging site are on 7.3. In the staging site I did try 7.4 and also 7.2 and 7.1 and had the same error. PHP 5.6 breaks everything else. ??
Forum: Plugins
In reply to: [WP Docs] Sort Files by DateWow, that would be awesome! We can definitely use this plugin as is and if a future update has this feature that would be amazing.
I am having the same issue. Text tab doesn’t work, and when I deactivate Yoast it works fine.
For me I was on WordPress 5.5.1 and Yoast 15.0 and yes, all the other plugins were updated. I do have Classic Editor and am using a page builder (one by Goodlayers that comes with their themes) but there are a lot of pages and posts that have content in the WP editor, so that is where I noticed the issue.
I solved it by rolling back to Yoast version 14.5.
I did take screenshots of console errors:
Yoast 15.0 installed
https://pasteboard.co/Jtnmaqu.png
Yoast 14.5 installed
https://pasteboard.co/Jtnmv42.pngForum: Plugins
In reply to: [Form Builder | Create Responsive Contact Forms] email notificationSo you can not use any email address that has your domain to receive the notifications?
The website I’m using this plugin on is https://www.mrhqroofs.com and the business owner would like to receive the notifications at his business email [email protected].
Forum: Plugins
In reply to: [The Events Calendar] Events Calendar Problem resulting in missing menu barI am also having a problem with this plugin affecting my menu. I have customized a template I purchased, which has a drop down menu style. After I activate the plugin, the drop downs disappear as soon as you move your mouse down to the submenu. Obviously, I have heavily modified .css files, so I thought the problem may be caused by the layering of items, and/or could be fixed by making the menu the highest z-index. But that did not work. I reverted back to the original, untouched .css files (where the menu was working fine) and the problem still persisted. It was only after I de-activated the plugin that I the menu became usable again. I am so disappointed. I really liked this plugin but now I guess I will be searching for another calendar plugin unless anyone has a solution.
My website with the disappearing menu problem is here: https://www.karisletten.com/iowfair
Forum: Fixing WordPress
In reply to: Text Widget Links Not ActiveYes! Alchymyth, that was exactly it! You made my day.
Forum: Fixing WordPress
In reply to: Text Widget Links Not ActiveThanks. Right now I am not even overly concerned with whether or not the links open in a new or same tab. The links are not active whether I put my original code, your code, or this:
<a href="https://www.facebook.com">facebook</a> <a href="https://www.twitter.com">twitter</a> <a href="https://www.pinterest.com" >pinterest</a> <a href="https://www.goodreads.com">goodreads</a>
Forum: Fixing WordPress
In reply to: Text Widget Links Not ActiveOkay, well they work in a plain HTML document. Can you enlighten me?