blogger323
Forum Replies Created
-
Forum: Plugins
In reply to: [Standard Widget Extensions] Widget area IDs in which AW is effectiveAfter more than a week of silence, I’d like to mark this as resolved.
Forum: Plugins
In reply to: [Standard Widget Extensions] Does it work with Genesis Theme Framework?As I wrote in the mail, you need to modify your theme to use Accordion Widget feature. The feature expects a single element just after the heading as a target of the effect.
Anyway, I’d like to mark this as resolved.
Forum: Plugins
In reply to: [Thin Out Revisions] Problem with TinyMCE since plugin updateIt seems I can replay it on WordPress 4.0.1. I will try to find a root cause. Thanks!
Forum: Plugins
In reply to: [Thin Out Revisions] Problem with TinyMCE since plugin updateThanks for your information and testing. And sorry for missing your post details. I’m happy to hear that you resolved it by the WordPress update.
If you could give me a name of failed themes, available for free, I will try to find workarounds.
Anyway, I’d like to mark this topic as resolved.
Forum: Plugins
In reply to: [Thin Out Revisions] Problem with TinyMCE since plugin updateAny error message in your JavaScript Console? With Chrome, use the keyboard shortcut Command – Option – J (Mac) or Control -Shift -J (Windows/Linux) to open the console.
If you could identify what conflicts with TOR, it would help me a lot. It might be between another plugin and TOR.
A theme you mentioned seems not free, and I can’t try it…
Forum: Plugins
In reply to: [Thin Out Revisions] Problem with TinyMCE since plugin updateHello,
As you mentioned, I switched between Text and Visual on the Edit Post page, but I couldn’t replay that.
Is it really caused by TOR? What happens when you disable TOR?
Forum: Plugins
In reply to: [Standard Widget Extensions] Widget area IDs in which AW is effectiveWhen you use this parameter, the ‘Class of Widgets’ parameter is still effective. And ‘text-8’ might fail, because it will act as ‘#text-8 .widget’ selector. You should put IDs of parent container for this parameter.
You can use the ‘Custom Widget Selectors’ parameter, instead. It’s a selector string for your widgets, like:
#secondary .widget, #content-sidebar .widget
Maybe, ‘#text-8, #linkcat-452’ will work for you. Additionally, when you use ‘Custom Widget Selectors’, you need to style heading icons by yourself like below.
#text-8 .hm-swe-expanded { background: url(https://server/wp-content/plugins/standard-widget-extensions/images/minus.gif) no-repeat left center; } #text-8 .hm-swe-collapsed { background: url(https://server/wp-content/plugins/standard-widget-extensions/images/plus.gif) no-repeat left center; }
I’m trying to change the GUI and make these things more understandable in the future release.
Forum: Plugins
In reply to: [Thin Out Revisions] Custom post typesDone. I’d like to mark this topic as resolved.
But if you notice anything wrong in this release, please let me know.
Forum: Plugins
In reply to: [Standard Widget Extensions] Does it work with Genesis Theme Framework?Twitter: @blogger323
If you inform your twitter account, I’ll follow. Then you can use DM.Mail: [my id]@gmail.com
Of course, [my id] = ‘blogger323’. I’m avoiding spam bots.Forum: Plugins
In reply to: [Standard Widget Extensions] Does it work with Genesis Theme Framework?It seems you don’t have an appropriate ID. What happens if you set like below?
Custom Widget Selectors: .widget
Selector for Headings: h4If it doesn’t work for you, could you show me your sample site?
Forum: Plugins
In reply to: [Thin Out Revisions] Language updateThanks!
I will release the next version soon, including the updated translation.Forum: Plugins
In reply to: [Thin Out Revisions] Language updateHi mister klucha,
Bonne Année!
And thanks again for your translation.Here is answers for your questions.
- Regarding ‘History’, this is because the translation is only for the default value and you seem having made the translation after saving your option in English. I confirmed it works well for a first-time user by initializing my settings.
-
The ‘Hook Priority’ option is used as a priority parameter for add_filter() function. TOR adds a memo list at the end of the content. And if there is another plugin modifying the content, you can assign the processing order by setting the priority.
If you have a better translation, please tell me.
Regards,
Forum: Plugins
In reply to: [Thin Out Revisions] Custom post typesSupport for custom post types has been in my to-do list for a long time. I thought it would be needed. But no one has asked me so far. So it is still remaining in the to-do list…
OK. It’s time to implement it. Not in the next release, which is coming soon. The release after the next release, hopefully available in the beginning of the year ??
Forum: Plugins
In reply to: [Standard Widget Extensions] Problem with Ajax Standard Widget ExtensionsIn version 1.7, the Ajax support get improved. You no longer have to change the plugin files.
But you still have something to take care of. Check the following entry.
Forum: Reviews
In reply to: [Standard Widget Extensions] Great plugin, especially for big blogsIn SWE 1.7, hm-swe-expanded/hm-swe-collapsed classes are used to indicate widget status. Check it out!