MaryMak
Forum Replies Created
-
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:
http://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!
Forum: Plugins
In reply to: [Theme Blvd Sliders] Crop selection reverts to defaultWow. That was fast. Thank you so much!
Forum: Plugins
In reply to: [Ultimate TinyMCE] Cursor is placed within last taghttp://wordpress.org/support/plugin/post-snippets
No rush. I’m heading to bed for the night. 🙂
Forum: Plugins
In reply to: [Ultimate TinyMCE] Cursor is placed within last tagYou’re awesome. I really like the way Post Snippets creates a form with all of the variables for the snippet content. Do you know of a way to do that and have it write html rather than a shortcode?
Forum: Plugins
In reply to: [Ultimate TinyMCE] Cursor is placed within last tagWell, I wasn’t using a plugin for the initial content, just thinking I could use Post Snippets for what they will add later, but I tried it with just shortcodes and it works well enough. They’ll just have to learn how to identify shortcode blocks.
Incidentally, it DOES still happen when your plugin is deactivated so, not your problem I guess. Sorry for bothering you and thanks for all that you do. Your plugin is great!
Forum: Plugins
In reply to: [Ultimate TinyMCE] Cursor is placed within last tagWow, fastest response ever! They are being inserted as html. Should it be a shortcode?
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Seeing DoubleJust wanted to confirm that commenting out the query_posts() line in theloop.php worked. Thanks again!
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Seeing DoubleI’ll comment it out. Thank you so much!
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Seeing DoubleP.S. I am just using the simple [my_calendar] shortcode in the page referenced above.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Seeing DoubleHello,
I am actually having this same issue. Not sure if this will help but here is my site:
http://honuco.com/calendar/And here is the theme I am using:
http://smthemes.com/simpleone/Thank you!
Forum: Fixing WordPress
In reply to: Making the default "NO LINK" for imagesFound the answer here…
http://wordpress.org/support/topic/why-are-images-linked-by-default?replies=19
Forum: Fixing WordPress
In reply to: Making the default "NO LINK" for imagesAlso looking for this info…