alaina13
Forum Replies Created
-
That’s exactly what the problem was. Thank you for answering my question so quickly!
Forum: Plugins
In reply to: [Genesis Staff Bio Grid] List cutting offI found the shortcode parameter and changed it. The whole list is showing up now.
Thanks!
Forum: Plugins
In reply to: [Genesis Staff Bio Grid] Plugin CSSThanks! I will try that and let you know how it goes. Thanks too for the heads up about the title meta. That class is where most of my edits are. I do not believe that the class exists anywhere else in the CSS for my site. I’ll double check, though.
Forum: Plugins
In reply to: [Genesis Staff Bio Grid] List cutting offHi Jon,
Here’s the short code: [staff position=”Session Speaker” linkto=”single”]
I poked around in the plugin code and saw the limit is set to 20. Obviously, I don’t want to have to edit it that way unless I’d have to.
Thanks so much for your help!
Forum: Plugins
In reply to: [Genesis Staff Bio Grid] Plugin CSSWanted to just add some info:
I’m using the shortcodes instead of the archive page.
Here is the code all the code I’m trying to edit and what I’m trying to edit it to. When I inspect it using Chrome, it shows both sets of CSS, but the plugin overrides my theme CSS.
Current code
.title-meta { background: rgba(0, 0, 0, 0.5); padding: 10px; position: absolute; bottom: 0px; width: 100%; color: white; font-size: 13px; line-height: 1.3em; font-weight: bold; } .staff-grid-archive .content .entry-title a, .staff-profile .entry-title a, .staff-member.type-staff-member .entry-title a { color: #fff; border:none; } .staff-grid-archive .content .entry-title a:hover , .staff-profile .entry-title a:hover , .staff-member.type-staff-member .entry-title a:hover { color:rgba(255,255,255,0.6); }
New/desired code
.title-meta { background: none; position: inherit; padding-top: 0px; bottom: 0px; width: 100%; font-size: 13px; line-height: 1.3em; font-weight: bold; } .staff-grid-archive .content .entry-title a, .staff-profile .entry-title a, .staff-member.type-staff-member .entry-title a { text-decoration: none; color: #c01414; } .staff-grid-archive .content .entry-title a:hover , .staff-profile .entry-title a:hover , .staff-member.type-staff-member .entry-title a:hover { color: #55acee; }
Forum: Fixing WordPress
In reply to: Deleted staged site; live site now brokenHere’s something I noticed today in the file manager in cPanel: https://awesomescreenshot.com/02d3wlz805
It looks like it is still minifying even though I deactivated the plugin. Do you think this could be causing issues?
Forum: Fixing WordPress
In reply to: Deleted staged site; live site now brokenHey!
Thanks for the tip. I deactivated W3 Total Cache which was minifying the hymn and css. It doesn’t look any different on my phone yet, but I will try it from a different computer today.
Forum: Plugins
In reply to: [Translate WordPress - Google Language Translator] CSS IssuesHi Rob,
The CSS edits I made are still working!
Thanks for checking in.
-Alaina
PS: The updates are great!
Forum: Plugins
In reply to: [Enhanced Media Library] Error 404Wuteng, what did you end up doing?
Forum: Plugins
In reply to: [Enhanced Media Library] Error 404I’m having this same issue too! It was working for a bit and then stopped. Not sure what happened. I checked to see if there was a conflict with plugins and that wasn’t the case.
I love this plugin, but this is a major drawback.
Any help or insights would be great!
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] How to center search form?I’m having an issue with my website (surprise, surprise since it’s on a free host). Feel free to still answer this, but there is no access to my site.
Thanks!