jakeic
Forum Replies Created
-
Forum: Plugins
In reply to: [Improve My City] Styling IssueThe lake photo is part of the theme. It is the header image. The css for that section is:
.header-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 10;If I change the z-index to -10 instead of 10 it looks like this. There are still some formatting issues the “Display” and “Order” dropdowns.
Any ideas if this can be fixed?
Forum: Plugins
In reply to: [Improve My City] Styling IssueI currently only have it installed locally on my computer using XAMPP for testing. We are in the process of upgrading to WordPress. Is there any other information I could supply to you to help you out? Otherwise I could send you the link once we get upgraded but that may be a little while yet.
Thanks!
Forum: Plugins
In reply to: [StaffList] Problem adding columns to StafListAnother issue is regarding the table page to see data. In this case, I can see regular and extra data in the pop up card, when mouse over icon, so data are there. For any reason extra columns doesn’t appear in this table view. This is something I don’t know how to fix it but I can live with it.
+1. It would be a nice feature if that additional data would show up in the table. Hopefully that can be added sometime in the future.
Forum: Plugins
In reply to: [StaffList] Random Entries Not Being InsertedI figured this out. I tried making the change in phpmyadmin and it gave me an error saying the email address is too long. It turns out it was set to a max of 32 characters. I changed it to 64 and then they added fine.
Forum: Plugins
In reply to: [StaffList] Import doesn't workThanks for the help!
Forum: Plugins
In reply to: [StaffList] Import doesn't workThat seems to have fixed it! I was getting issues saying I had to replace every time and couldn’t append. I ended up just deleting the whole database and re-installing again and then it would let me append like it should. Thanks!
Forum: Plugins
In reply to: [StaffList] Import doesn't workIt was set to ANSI encoding but I changed it to UTF-8 and I get the same message. I tried changing to UTF-8-BOM and then it says firstname is a non-standard column.
Here is where it gets interesting.. I set it back to standard UTF-8 but added an extra column at the end called fax. When I upload that file is gives me the option to do the import and replace everything since I added the new row. That worked like it should. I can then add another person and it will give me the option to append or replace. I did replace and it duplicated everything and added the one new row.
If I go back to the standard 5 columns I get the same message as before. It doesn’t even give me and option to replace everything. Is there something wrong with it importing just the default 5 columns?
a) Windows 10
b) Excel 2010 and then Notepad++ to change encoding
c) UTF-8
d) 4.5.2