LifeLibertyVA
Forum Replies Created
-
Yes! A wacky fix, but I’ll take it. Thank you! I appreciate your prompt attention in helping me solve my issue.
I just switched to Nivo and it looks the same. All images are captioned. Here’s the screenshot:
https://prnt.sc/lojn0mForum: Themes and Templates
In reply to: [Minamaze] No Sidebar in Mobile View?Thank you for this! I also added a line to change the width from 25% to 100%. ??
@media screen and (max-width: 685px) {
#sidebar {
display: block !important;
width: 100%;
}
}All the best!
Forum: Themes and Templates
In reply to: [Minamaze] No Sidebar in Mobile View?I’m sorry for not being clear; I don’t want to hide the sidebar, I want to show it. Typically in mobile view, whatever’s in the sidebar drops down below the main content, but in Minamaze it doesn’t. Example: https://www.compasscarecommunity.com/vision-tours/
I would love to, but honestly, I don’t know why it resolved. I ran a scan 2 weeks ago and it picked up that result, among many others. I bulk-removed the bad files, but when I rescanned, that one remained. I tried accessing the file via ftp (not there) and I believe I also cleared my cache at that point, but another scan returned the same results, so I ignored it and figured I’d address it again in a week.
Wordfence messaged me that there were new bad files. This time I found the script that was causing the issue, removed the new bad files and rescanned. That one file still remained. I believe I cleared my cache at that point and scanned again, but it was still there, so I opened this support question. I don’t recall exactly what I did next – I think I cleaned up another file, or stopped ignoring a core file or something, but the next scan was clean. Sorry I don’t have a better answer. I will be sure to document it if it occurs again. Thanks for a great plugin and for your follow-up!
I think I resolved the issue!
Forum: Themes and Templates
In reply to: [WEN Associate] Custom CSS doesn't change menu colorDone!
Forum: Themes and Templates
In reply to: [WEN Associate] Custom CSS doesn't change menu colorThat’s it! Thank you Wen Solutions!
Forum: Themes and Templates
In reply to: [WEN Associate] Custom CSS doesn't change menu colorI’m sorry, I wasn’t clear. I would like to change the navigation text hover and bottom border color from #ff794c to #871C2E. I plugged the new color into the code below, but do not see the change. I even tried using !important.
#site-navigation li a:hover,
#site-navigation li:hover > a,
#site-navigation li.current-menu-item > a,
#site-navigation li.current_page_item > a {
border-bottom: 5px solid #871C2E !important;
opacity: 1;
}#site-navigation ul li li.current-menu-item a ,
#site-navigation ul li li a:hover,
#site-navigation ul li li:hover > a{
color: #871C2E !important;
}Thank you zachevans! This fixed the issue for me too. Hope they are going to release an updated optimizer to work with the latest version!
Forum: Themes and Templates
In reply to: [Attorney] Blog Length ExcerptsHi legal_lifeboat. I tried changing my Reading options to Summary, but that didn’t work, so I changed the following line in the content.php file…
Within the
<div class="entry-content post_content">
portion fo the code, change the_content to the_excerpt.This seems to work partially, however I don’t see any text instructing readers to “continue reading” as suggested by the rest of the code.
Anyone else?
Hi benfigueiredo,
I can’t recall exactly, but I think my problem had something to do with the WP Super Cache plugin not playing nicely. Are you by chance using that plugin?
You can always try ctrl+f5 to clear you browser’s cache first of course.
Forum: Plugins
In reply to: [Testimonials Widget] Trying to upgrade – Fatal error on line 44I haven’t, but I believe I am already running PHP 5.3. Checking with my host now…
Forum: Plugins
In reply to: [Testimonials Widget] Trying to upgrade – Fatal error on line 44Same here. The latest update Version: 2.16.2 broke my site and had to use ftp to overwrite with the old version. Please fix!
Forum: Plugins
In reply to: Can I get "Send this password to the new user by email" checked by default?Sorry, Remko-Creative – sadly this is one of those issues that got sent to the back burner and never revisited. I couldn’t figure it out. Perhaps there is no way to do this and that’s why no one has offered a reply. Best of luck! Let us know if you find anything. ??