Sonja London
Forum Replies Created
-
Forum: Plugins
In reply to: [Display Posts - Easy lists, grids, navigation, and more] Display post formatI figured it out.
[display-posts taxonomy="post_format" tax_term="post-format-video" ]Forum: Plugins
In reply to: [I-Agree] Does this plugin record the agreement?What is the upgrade path?
Will settings/data be preserved?
Forum: Themes and Templates
In reply to: [Spine] Changing Foundation SASS variables in child theme?Then – Is it time to start a new discussion about how to manage themes like Spine and any others that use SASS/LESS?
CSS preprocessors are clearly a major trend in website development. Does this mean the “child theme” concept is dying for all but the smallest of changes?
I would love to hear if any other Spine users have come up with a way to make use of Foundation variables and still be able to easily update to the latest Spine version?
Forum: Plugins
In reply to: [qTranslate] When will the qTranslate update for WP 3.8 be available?I could, but I do not want to have to take on the responsibility of merging updates on the rare occasions when Qian Qin actually fixes bugs.
AND I doubt that most of the million plus people who have downloaded this plugin do either. Some of them probably cannot.
The real solution is for some fine people, perhaps like yourself, to be allowed to help Qian Qin.
Forum: Plugins
In reply to: [qTranslate] When will the qTranslate update for WP 3.8 be available?Good news – Qian Qin has FINALLY submitted an update to SVN/Trac to change the version number.
Version: 2.5.38 Version: 2.5.39b define('QT_SUPPORTED_WP_VERSION', '3.7.1'); define('QT_SUPPORTED_WP_VERSION', '3.8.1');Sadly, that appears to be the only issue addressed. And we still have to wait for it to go live.
Forum: Plugins
In reply to: [Read and Understood] Not seeing exportMarking resolved
Forum: Plugins
In reply to: [Read and Understood] Not seeing export@peter – My bad. I made the assumption that not specifying dates would cause it to default to all. It seems to do exactly the opposite and default to none.
Might be a possible enchantment to
- Default to all
- Give a warning message if dates are not entered
I like first option
Forum: Plugins
In reply to: [Read and Understood] Parameter error on settings?No worries. Thanks for the response & fix.
I will do some more testing and share my thoughts on possible enhancements .
Forum: Themes and Templates
In reply to: [Spine] how to activate the orbit slider?@andrew – Have not heard back from Paul.
Since orbit JavaScript is included, I ended up adding following code to functions.php. Ideally this would be in your child theme. This code assumes you want the slider on the front page.
<?php function zyx_add_orbit_scripts(){ if ( is_front_page() ){ // Default homepage wp_enqueue_script( 'foundation-orbit', // SPINE2_FOUNDATION_JS_URL . 'foundation.orbit.js', get_template_directory_uri().'/foundation/javascripts/foundation/foundation.orbit.js', array( 'jquery', 'foundation-app' ), SPINE2_VERSION, true ); } } add_action('wp_enqueue_scripts', 'zyx_add_orbit_scripts');Forum: Reviews
In reply to: [qTranslate] No support when there are errorsNo we dont. Especially with automatic updates. And sometimes it is longer than a few weeks.
And there is no excuse. Many people have offered to help the author, have been ignored. Many have actually coded fixes for him, which he ignored.
I strongly recommend not using this plugin.
If your budget is limited try polylang.
If you can afford a few $ use WPML.
Forum: Plugins
In reply to: [Improved user search in backend] Search by email?@blackbam – We are interested as well?
Forum: Plugins
In reply to: [Improved user search in backend] Search first and last name@justin_gigasavvy – Great idea & thanks for the enhancement.
@blackbam – will you consider this for an enhancement in an upcoming release?
Forum: Reviews
In reply to: [Events Made Easy] Full featured but problematicDid you post a support request or suggestions in the support tab?
Your feedback could be very helpful to the author.
Forum: Plugins
In reply to: [Read and Understood] Parameter error on settings?Looks like you may have just omitted an underscore using
_()instead of__().I have patched a local copy and it seems to be working.
Thanks again for writing this plugin. It solves about 80% of what we need.
Forum: Plugins
In reply to: [Read and Understood] Parameter error on settings?Just to make sure this was not a plugin conflict, I installed it on a second test site with out extra plugins.
It had the same error.
I am excited about the potential for this plugin as it seems to track the acknowledgement and may be able to serve as an e-signature of sorts.