twhitaker
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Advice for column width issue?Thank you. After playing around a bit more I realized I can control the width of one column with:
td.early_vote_location-field {
width: 200px;
}That got the narrowest column to be fixed and always provide room for the hours column. Thanks!
Forum: Plugins
In reply to: [Participants Database] Help with import pleaseMarking as solved
Forum: Plugins
In reply to: [Participants Database] Help with import pleaseThank you! I checked in a text editor and the csv looked correct with the right enclosures.
I did figure it out though by playing with the import settings that I was just overlooking. Once I changed the enclosure and delimiter options from “AUTO” to ” and , that fixed it. Maybe since some ev_hours fields had the enclosures and others did not (due to the one line vs multiple lines) maybe that threw off the AUTO option being able to pick up the enclosure? Thanks for the help.
Thomas
Forum: Plugins
In reply to: [Participants Database] Help with import pleaseHere’s an example screenshot of the spreadsheet I’m working with in 2 versions. The file with just one value in column D works, but the file with that same value for every row doesn’t work.
Forum: Plugins
In reply to: [Participants Database] Issue with headers on pageHi Roland,
Quick note to say THANKS for your quick help on this. It was much appreciated by the org working towards the election day deadline!
Cheers,
ThomasForum: Plugins
In reply to: [Participants Database] Issue with headers on pageHi – thanks for the quick response;
We’ve been using this same code with no issues so far:
[pdb_list search= true search_fields=”district_zips” suppress=true template=default]
Forum: Plugins
In reply to: [Participants Database] Importing url textHi Roland,
I was able to make some tweaks based on your intro to CSS posts, so thanks for that! One thing I haven’t been able to crack is how to remove the table borders that are showing up on my them when I use the list short code default template:
I’m able to remove the borders on the front end by changing to border:none for the element “table td, table th”
but I can’t figure out what the final syntax should be to make that change in the custom CSS. Any tips?
I’ve tried different variations of .pdb-searchform table td, table th {border: none; }
Thanks in advance,
ThomasForum: Plugins
In reply to: [Participants Database] Importing url textThanks for the quick response. Ok I’ll play around with the link text some more.
Would using the Image Expansion Kit allow me to bypass the FTP portion of the process? I also need to resize a lot of these images so wondering if that kit might be worth it.
Thomas
Forum: Plugins
In reply to: [Participants Database] Searching by zipcodeHi Roland,
Changing the field to text-area did the trick. Very helpful, thank you!
- This reply was modified 6 years, 2 months ago by twhitaker.