bonniee29
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Grow] Cannot read properties of undefined (reading ‘map’)did you ever find out what the issue was with this? I am getting the same error
@danieliser thank you so much, I did assume the pop up loaded that way. I am very excited to implement this code I really appreciate your help!!
Thank you so much!!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom CSS Isnt loadingHi Tobias,
Thanks for your response! I cant believe I made that stupid mistake with the important tags thank you for correcting me. It is working now, I think maybe a strong caching plugin I was using was preventing it. Thank you also for the header row correction. I love your plugin I will be donating to it shortly!
Bonnie
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom CSS Isnt loadingHi Tobias,
Thanks for getting back to me!! I added the important because I couldn’t get the CSS to load. I removed them and it is still not loading. I am using a CSS minifier to increase load times. Could this be affecting it?
Thank you!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Custom CSS Isnt loadingYes! Here is the page: https://be4.com/new-target-gallery-page/
This is the CSS in the plugin options that isnt loading:
.tablepress-id-2 tbody td !important {
background-color: transparent;
}.tablepress thead th {
background-color: #6abca3;
}.tablepress thead th:hover {
background-color: #fff;
}.dataTables_wrapper label input,
.dataTables_wrapper label select !important {
float: none;
white-space: nowrap;
padding-bottom: 30px;
width: 30%;
margin: 0 auto;
}.tablepress-id-2 .odd td !important {
background-color: transparent;
}.tablepress-id-2 .even td !important {
background-color: transparent;
}