MaryMak
Forum Replies Created
-
Forum: Plugins
In reply to: [Shortcode Widget] Issue with version 1.3OK, will have the client try that. Thank you!
Im waiting for a fix for this as well. It seems to happen often where the image is just stuck on “1 size being compressed” and no image available. It will stay that way forever if the image isn’t deleted or replaced.
I am currently using another plugin, “Enable Media Replace” that makes it easier that deleting and re-uploading but am hoping this will be fixed soon.
Thank you!
Forum: Plugins
In reply to: [Sponsors] Formatting in sponsor descriptionHi Jan,
I’ve played with this a bit and found the following:
- I can now add a line break in the visual editor and it displays correctly and also is still there after saving and going back in to edit later.
- If I add a paragraph return, it shows in the visual editor and stays there after save but shows only as a line break on the actual webpage. A double line break doesn’t work either.
The line break is fine for my current needs but it may still be confusing or frustrating for other users who would like to add a paragraph.
Here are screenshots of the editor and result if it helps:
https://imgur.com/a/Cm919Please let me know if you need any clarification.
Thanks so much for your attention to this!
Forum: Plugins
In reply to: [Sponsors] Formatting in sponsor descriptionHi Jan,
I am on vacation but will be able to try this out on Wednesday afternoon.
Forum: Plugins
In reply to: [Sponsors] Formatting in sponsor descriptionHi Jan,
If I put in a paragraph or line break in the visual editor it doesn’t show at all. If I add it in the text editor, it displays correctly after publish, however it is gone when I go in to edit the sponsor again later.
Does that make sense?
Forum: Plugins
In reply to: [Sponsors] Formatting in sponsor descriptionWow. Thanks for the quick response!
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Breaks site after WP 4.4 update.Thank you @corey! That worked perfectly. Happy Holidays!
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Security error with password protected page formsTo simplify:
Here is the page that is password-protected:
https://wma.edu/bot/The pw is:
Wma2014When the password is entered, there are two issues:
1. There is a security warning
2. The resulting page is a white screenForum: Plugins
In reply to: [Equal Height Columns] Use with expanding contentHi again,
I know you are not my personal programmer but I’m having the same issue with Gravity forms and conditional fields. I asked them to help me include their hook into the code you provided and this is what they said:
You can use the gform_post_conditional_logic_field_action hook to run custom code when a field has been hidden or displayed by conditional logic. See the following page of the documentation: https://www.gravityhelp.com/documentation/article/gform_post_conditional_logic_field_action/
I can’t figure out how to work that into what we’ve already done for toggles. Does it need to be done differently?
Forum: Plugins
In reply to: [Custom Post Type UI] Using custom taxonomies in conditional statementsTried a few on that page that seemed appropriate and none worked. Any suggestions for a function that will just look for the slug of my custom “categories?”
Forum: Plugins
In reply to: [Equal Height Columns] Use with expanding contentP.S. I wanted to donate to your plugin but the link takes me to your website.
Forum: Plugins
In reply to: [Equal Height Columns] Use with expanding contentDone. Thank you so much!
Forum: Plugins
In reply to: [Equal Height Columns] Use with expanding contentWonderful! Thank you so much. The theme uses the Bootstrap collapse script so I updated your code to the following:
var equalToggle = function() { setTimeout( function() { jQuery( '#sidebar_layout .fixed-sidebar,#sidebar_layout #content' ).equalizeTheHeights(); console.log( 'equal heights has retriggered' ); }); } $('.tb-toggle').on('shown.bs.collapse', equalToggle); $('.tb-toggle').on('hidden.bs.collapse', equalToggle);
I really appreciate your quick and helpful response!
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Page never stops loadingHello,
Here is the link:
https://kentlemon.com/swakie/However, the problem seems to have fixed itself. It is working perfectly today.
Thank you so much for your time. ??
Never mind – found another post here that helped. Thanks!