MaryI
Forum Replies Created
-
Forum: Plugins
In reply to: [Hero Banner Ultimate] DocumentationYou can close this. I figured out how to add a background image without your plugin.
- This reply was modified 5 years, 9 months ago by MaryI.
I just decided to limit the gallery to three images and display them as columns. Not ideal but it’ll work.
Forum: Plugins
In reply to: [Security Headers] Problem with Strict-Transport-SecurityWow, thanks for that feedback. I’ll have to work through this.
Forum: Plugins
In reply to: [Security Headers] Problem with Strict-Transport-SecurityChanging the max-age to 11 million seconds changed STS to green. Thanks!
Forum: Plugins
In reply to: [Security Headers] Problem with Strict-Transport-SecurityCan this plugin help me turn the orange to green? Do I have to change the max-age to do that?
I don’t know what a reverse proxy is. Is that necessary?
Thanks!
Forum: Plugins
In reply to: [MapPress Maps for WordPress] Map disappeared when updated to version 2.43.10You need to enter the Google API key before upgrading to 2.43.10. You can get it here https://developers.google.com/maps/documentation/javascript/get-api-key
Forum: Plugins
In reply to: [MapPress Maps for WordPress] Map disappeared when updated to version 2.43.10Since the developer didn’t reply I rolled back to the previous version of the plugin. I’m going to wait to see if the developer fixes the bugs before I upgrade.
Forum: Plugins
In reply to: [Genesis Columns Advanced] Columns dissapeared when I updated to version 2.0Ugh, I forgot to clear my cache. I’m sorry Nick.
All is well and thanks for your help!
Forum: Plugins
In reply to: [Genesis Columns Advanced] Columns dissapeared when I updated to version 2.0This isn’t working Nick,
div.gca-column.one-half.col2 {
width: 45%;
margin-left: 6%;
}I can’t add a margin in the second column so there’s more space between the two columns.
I was able to add a margin on 2/5’s column.
Thanks!
Forum: Plugins
In reply to: [Genesis Columns Advanced] Columns dissapeared when I updated to version 2.0Hey Nick,
I went with your second suggestion.
(The other option would be to remove the custom column styles in custom.css and then use the class attribute on each shortcode to define a class that you can then apply custom styles to. )
I removed the original styles from my custom.css file and I added class attributes to my columns. Here’s what I added to my css:
div.gca-column.one-half.first.col1 {
width: 45%;
}
div.gca-column.one-half.col2 {
width: 45%;
margin-left: 6%;
}
div.gca-column.two-fifths.col2 {
margin-left: 6%;
}The styling is working for the 2/5ths column but I don’t think it’s working on the two-column layouts.
Forum: Plugins
In reply to: [Gallery Plugin for WordPress - Envira Photo Gallery] CSS ClassesAdd your font to this CSS class – .envirabox-title-float-wrap .child
Add the CSS to your child theme.
I hope that helps.
Forum: Plugins
In reply to: [Gallery Plugin for WordPress - Envira Photo Gallery] CSS ClassesCan you add a caption to the page via Envira Lite? That will make it easier for me to help.
Thanks.
Forum: Plugins
In reply to: [Google for WordPress] Compatible with WordPress 4.4I updated WordPress and all is fine with the plugin. Thanks!
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Update to Version 6.1.0 Wiped Out Share ButtonsThat resolved the issue David. Thanks!
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Update to Version 6.1.0 Wiped Out Share ButtonsI rolled back to the previous version and my buttons came back. Many people are having this issue so it would be appreciated if you could investigate why this is happening.
Thanks.