ksmith101
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: second install of WP on same domain?Thanks Mercime and Pothi….here goes…which me luck
Forum: Fixing WordPress
In reply to: second install of WP on same domain?So I actually do a complete second install of WP into the root?
Any issues that you ran into that might help me before I run into them? 🙂
Forum: Fixing WordPress
In reply to: page for use only when contact forms are filled out and sentNever mind…the theme I am using allows me to exclude the thank you page from the menu.
Forum: Fixing WordPress
In reply to: page for use only when contact forms are filled out and sentsorry, here is a link to my contact form page…after the viewer submits this page is when I want another thank you page to appear.
href=”http://wildandwonderfulphotography.com/blog/contact-us-2/”>
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Table Sorting Not Happening?Tobias,
Sharp eye! The quotation made all the difference.
THANKS!
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Table Sorting Not Happening?Sorry, my link is actually my blog…
http://www.wildandwonderfulphotography.com/blogKathy
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Table Sorting Not Happening?I hope I can post to an existing issue instead of opening a new one.
I have wp-table reloaded working fine for one table on my site, but another one does not give me the sort in the top row even though I have the box ticked off to do so. The other thing I noticed is the background color of the working table has a color but the nonworking table has white as the background color on the top row.
The following has been aded to the Custom CSS box in the plugin options for wp-table reloaded. It was added to change the font size, etc. This may be causing my problem, but I dont know what part. I have removed parts of this code and tested it without a fix.
.wp-table-reloaded-id-6 td {
text-align: center;
font-size: 14px;
padding: 2px;
color: #000000;
}
.wp-table-reloaded-id-6 td a:hover {
color: #fa1608;
}.wp-table-reloaded-id-13 td {
text-align: center;
font-size: 14px;
padding: 2px;
color: #000000;
}.wp-table-reloaded-id-13 td a:hover {
color: #fa1608;
}.wp-table-reloaded .row-1 .column-1,
.wp-table-reloaded .row-1 .column-2,
.wp-table-reloaded .row-1 .column-3,
.wp-table-reloaded .row-1 .column-4
{
color: #000000;
font-size: 14px;
}My site is http://www.wildandwonderfulphotography.com
The table not working is on the Library link from the top menu. Also notice the last line of the table is not aligned properly.
The table that is working is on the Article link from the top menu.Any help will be greatly appreciated.
Kathy