FranBailey
Forum Replies Created
-
Tobias,
My file editor puts a warning symbol to the left of each line in question and when I put my cursor over it the message appears.
Thank you again!
Fran
Tobias,
Your suggestion worked! Thank you so much!
Fran
Thank you, Tobias. I will try your suggestion and let you know the results.
The warnings include:
“The properties padding-top, padding-bottom, … can be replaced by padding.”
“Using width with padding-right can sometimes make elements larger than you expect.”
Fran
It’s been 2 months. How much longer do we have to wait for the next update of WPL? Will the next version of WPL be completely PHP 7 compatible or just more compatible?
Are you referring to the Gallery tab in WPL Settings? When I click on it I see sections for Resize, Watermark and Optimization. I don’t see a specific Images field.
Thank you for explaining that I need to map to the “Location” field in the “Address Map” category for location information such as “City” and “State” and that “Price Unit” does not need to be mapped. If I am understanding you, there is also nothing to map for “Images”. So that others will not be confused by this I hope you will update page 5 of your WPL MLS Add-On Manual.
Thank you, Tobias. I didn’t find the byte order mark, but reinstalling the plugin has apparently fixed the problem.
Fran
I had to remove the plugin. When I changed a password in WordPress I got the message, “Warning: Cannot modify header information – headers already sent by (output started at …/public_html/wp-content/plugins/tablepress-edit-field-size-disabled/tablepress-edit-field-size.php:1) in …/public_html/wp-includes/pluggable.php on line 914”
When I logged out and tried logging back in to my site I just got a white page. Removing the folder for the plugin fixed the white page problem.
Please advise.
Hi Tobias,
Regarding setting the widths for individual columns:
1. Instead of
#edit-from-bodyI think you mean#edit-form-body.2. Also what would you use instead of .tablepress-edit-screen-id-123 to have the column width change apply to all tables for editing? I tried .tablepress-edit-screen, but that didn’t work.
Thanks for your help!
FranThank you, Tobias!
I noticed that even though I increased the cell height it didn’t change until I clicked on a cell. So that I can see all the data in my cells without having to click on a cell I changed
#edit-form-body .focus tdto
#edit-form-body td, #edit-form-body .focus tdand adjusted the height accordingly.
It would be great in future versions to be able to adjust the width of specific columns so that those that don’t need as much space don’t use as much space on the screen as columns with more data.
At a recent WordPress Meetup here in Chicago several of us agreed that you have a very helpful plugin. Keep up the good work! Another donation is on its way!
Fran
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Error Code: AJAX call failedMy bad. I missed that there was an update for Tablepress. I just updated and it works fine now!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Error Code: AJAX call failedI just realized what changed since Tablepress worked yesterday! My host WPEngine upgraded WordPress to version 3.7.1!
Tobias, have you tested Tablepress with 3.7.1?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Error Code: AJAX call failedI just started experiencing the same problem. Tablepress worked for me yesterday, but now when I try to save changes I get:
Saving failed: AJAX call successful, but unclear data. Try again while holding down the “Shift” key.I tried holding down the Shift key and get:
Error: The table could not be saved.However, it is saving some changes – when I delete rows and change row contents. It is not saving changes when I change a row from hide to show.
I have not updated or added any plugins since it worked yesterday. Here’s my debug & version info:
· Website: http://www.chicagometroarearealestate.com
· TablePress: 1.0
· TablePress (DB): 18
· TablePress table scheme: 3
· Plugin installed: 2013/04/05 04:59:12
· WordPress: 3.7.1
· Multisite: no
· PHP: 5.3.2-1ubuntu4.19
· mySQL (Server): 5.5.30-30.2-log
· mySQL (Client): 5.1.68
· ZIP support: yes
· UTF-8 conversion: yes
· WP Memory Limit: 40M
· Server Memory Limit: 256M
· Magic Quotes: off
· WP_DEBUG: falseI will try deactivating my other plugins.
Forum: Plugins
In reply to: dsIDXpress not recognizing Thesis2 templatesHi Gisha,
Did you ever get this issue resolved? I’m considering dsIDXpress for my real estate blog which is currently on Thesis 1.7. I was wondering if it would work with Thesis 2.0.
Forum: Fixing WordPress
In reply to: $cache_categories No Longer Working in 2.7Found my own solution:
<?php $this_category = get_category($cat); ?>
<?php if ($this_category->parent == 2) : ?> <?php echo single_cat_title() .”, IL” ?>