rowdya22
Forum Replies Created
-
Forum: Plugins
In reply to: [Best Quiz Plugin for WordPress: WP Quiz] Disappearing DataI have checked those values and they are all set very high.
The error log is showing an issue with
max_input_vars
but it is set to 10000[02-Feb-2017 12:30:25 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0
an info.php file shows the update as 10000 as well.
Forum: Themes and Templates
In reply to: [Dyad] Tags & Read MoreShould have waited just a little longer. I found the solution:
/* Read More */ .posts .link-more a:hover { text-decoration: underline; } .entry-content .link-more a { background-color: #fff; color: #174800; } .posts .hentry:hover .link-more a { background-color: #174800; color: #fff; }
Forum: Themes and Templates
In reply to: [Dyad] Tags & Read MoreI have an identical question. Specifically how you can edit the color and the mouse over color.
Below is what I have tried so far:
https://keto.therowdyhelpdesk.com
/* Read More */ .posts .link-more a:hover { text-decoration: underline; } .entry-content .link-more a { background-color: white; color: lime; } .link-more a { background-color: blue; color: lime; }
Forum: Themes and Templates
In reply to: [Dyad] Custom CSS changes to front pageAwesome that did it thanks. I have been working in bash to much, cant keep all the comments straight!
Forum: Themes and Templates
In reply to: [Hueman] Customize field background colorI got it working!
I added the code to the main.css instead of the custom.css file.
.entry pre { background: black !important; color: lime !important; }
Why do you think it didnt work from the custom.css file? I would like to keep my changes there for best practices. Still i’ll likely end up making a child theme anyways.
Forum: Themes and Templates
In reply to: [Hueman] Customize field background colorhttps://therowdyhelpdesk.com/cli
Same link. Code was applied to custom.css file which should work site wide.
Forum: Themes and Templates
In reply to: [Hueman] Customize field background colorTried that and its still not working
Forum: Themes and Templates
In reply to: [Hueman] Customize field background colorhttps://therowdyhelpdesk.com/cli
You can see an example on the home page