gregcrowe
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Dara] Hyperlink colorOh crap, the idiot who is putting the text in set a color in the block! No wonder I couldn’t get it to do anything! Sorry to bother, and thanks for your time.
Forum: Fixing WordPress
In reply to: Customize>>Additional CSS vs. theme-child/style.cssThat last part sold it for me! Thanks!
Forum: Themes and Templates
In reply to: [Dara] Hyperlink colorOn a similar note, I put the following in my additional CSS:
a {
color: #000;
text-decoration: none;
font-weight: bold;
}a:hover,
a:focus,
a:active {
color: #fff;
text-decoration: none;
font-weight: normal;
}Note that the colors are just so I can see what is working. So, with this in place, the link looks bolded and black, but when I mouse over, it becomes unbolded but stays black. I can’t figure out what could be causing this.
Actually, I just noticed that there is a style that is taking precedence:
p.has-text-color a {color:inherit;}
Why would this exist? Wouldn’t you always have text color in a paragraph, and wouldn’t you always want links to be a different color?
- This reply was modified 6 years, 1 month ago by gregcrowe.
Forum: Themes and Templates
In reply to: [Dara] How Do I Remove Sidebar On All Pages?Like a dream! Thanks!
Forum: Plugins
In reply to: [Booking Calendar] Can’t Add Calendar into a PageSorry, I spoke to soon. I didn’t realize I needed to click in the block to make the tools show up.
Forum: Plugins
In reply to: [Booking Calendar] Can’t Add Calendar into a PageThat did it! Thanks!
- This reply was modified 6 years, 1 month ago by gregcrowe.
Forum: Fixing WordPress
In reply to: New Posts Not Displayed With get-postsNew posts take a while to show up in the feed, but even after they do, the browsers continue to have the same problems. Anyone have any ideas?
Oh, also updating to 4.7.3 did not solve this problem.
Just to see, I tried wp_get_recent_posts instead, but got the same result.
Forum: Fixing WordPress
In reply to: New Posts Not Displayed With get-postsOops. Meant to give my website: http://www.gameindustry.com.
You can probably see what I’m talking about in the “Reviews” section in the upper left of the main content area. When you do Ctrl-F5 one or two posts show up, but when you hit F5 it goes back to not displaying them.
Also, I am not using any caching plugin.
Forum: Plugins
In reply to: [Social Media Feather] Adding an additional URL to the list of followsSorry for not being more specific. For reference my website is http://www.gregcroweactor.com.
I put the URLs for FB, Twitter, Youtube, and Instagram in the settings, and they show up fine in the widget. I wanted to add an IMDB logo that links to my IMDB page (http://www.imdb.com/name/nm2958826/) in the same row. Is that possible? Also, while I have you, is it possible to change the order of the icons in the row?
Thanks!
Forum: Plugins
In reply to: [Social Media Feather] How to change the order of icons appearingWell, don’t leave us in suspense! How did you do it? I’d love to have the sidebar widget put them in the order I choose.
Forum: Plugins
In reply to: [Awesome Surveys] Stuck on admin-ajax.phpWell, I had a chance to go through all of my plugins, and although I couldn’t point out a clear culprit, it appears that our advertisement handler (Ad Rotate) was in the mix. Since we couldn’t afford to get rid of that (or have down time from it while I found a replacement), I decided to find a survey plugin that didn’t have a conflict with any of my other plugins.
Thank you for your efforts.
Forum: Plugins
In reply to: [Awesome Surveys] Stuck on admin-ajax.phpOkay, I will have to wait until late tonight to do that, since I don’t have a testing site. I’ll let you know how it goes.
Forum: Plugins
In reply to: [Awesome Surveys] Stuck on admin-ajax.phpWhile I had the “inspect” on, I noticed this error on the page where the survey is loaded. Is this significant?
http://www.gameindustry.com/working%20images/gin-survey-error.png
Forum: Plugins
In reply to: [Awesome Surveys] Stuck on admin-ajax.phpWell, I haven’t tried anything, since it worked fine this time last year, and I didn’t recall installing any new plugins since then. I certainly haven’t changed any WP settings, but it is possible that an update may have on it’s own.
I’m not sure what you mean by “non-logged-in user.” Our site is open, and no one logs in to view it.
Forum: Plugins
In reply to: [Awesome Surveys] Stuck on admin-ajax.phpI should point out, the above is what it does in Firefox. In IE, it tries to download a file called “admin-ajax.json”, which I have never heard of. We didn’t risk downloading it.