sierramike
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Fix translation on action links and logout linkFound another line to change in the same file, to correct widget’s title :
line 89 echo $this->get_option( 'before_title' ) . __( $this->get_title( $action ), 'theme-my-login') . $this->get_option( 'after_title' ) . "\n";
Forum: Plugins
In reply to: [Theme My Login] Translating Theme My LoginDear Plugin author,
I subscribed to Zanata to translate your plugin to French, but unfortunately each time I enter a translation it is not saved. I cannot find a place where to download an existing French translation.
I understood you switched your translation method some versions ago, but may I suggest you have waited until the new system is up and running, and filled at least with all existing translations ?
Forum: Plugins
In reply to: [Cocorico Social] Shortcode not workingNo, for me a standard wordpress website, no multi-site, no multi-domain.
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Title wrongly renderedThanks for your help, sure I’ll let you know as soon as I update!
Forum: Plugins
In reply to: [Cocorico Social] Le texte d'invitation ne s'affiche pasAny news about this issue ?
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Title wrongly renderedLook at my blog : https://mmm16.ztb.fr
On the right sidebar, your plugin is the first widget. It doesn’t render the title correcty like all other widgets, because the <h3> tag is nested into a <div> one level too low.If you look at the source code of the page, the html code of the rendered widget is :
<div id=”sfsi-widget-2″ class=”widget sfsi”>
<div class=”sfsi_widget” data-position=”widget”>
<div id=’sfsi_wDiv’></div>
<h3>Restez connectés / Stay in touch</h3>
<div class=”norm_row sfsi_wDiv” style=”width:225px;text-align:left;position:absolute;”>Where the next standard wordpress widget renders like this :
<div id=”recent-posts-2″ class=”widget widget_recent_entries”>
<h3>Articles récents</h3>-
As you see, the <h3> tag is immediately at the start of the widget, in the <div> of the widget.
If you take my correction, it will render correctly.
Cheers
Forum: Reviews
In reply to: [SM CountDown Widget] Easy to setup but needs more featuresThanks for this suggestion, I didn’t plan to add this functionnality but if you’d like to contribute, you are welcome!
Forum: Reviews
In reply to: [SM CountDown Widget] One of the best aroundThe spelling has been fixed, you can safely update to 1.2!
Forum: Plugins
In reply to: [SM CountDown Widget] doesn't saves the input dateOh, I missed your support request.
I just fixed this issue and now the widget is working. You can update to version 1.2.
Forum: Plugins
In reply to: [OptionTree] Theme mode not workingWonderful ! That’s what I needed, thank you so much !
Forum: Plugins
In reply to: [OptionTree] Cudazi mono theme settings don't work after upgradingOk, I’m understanding what to do, but I have one remaining question :
In the deprecated get_option_tree() function, we were able to use a preloaded array to cut down database queries.
Is this now implemented inside the ot_get_option() ? As I don’t see this functionnality anymore …
Forum: Plugins
In reply to: [OptionTree] Cudazi mono theme settings don't work after upgradingThanks for pointing that out !
If fact, it seems to be an old theme, because it is set to work with option tree 1.1.8, which is very old now. The developer doesn’t seem to want to support it anymore, but I understand we are a couple of users still wanting to use it. I’ll try to update the theme as a fork.
Do you have some documentation you may write in the old times maybe when you released v2 of the plugin and most things changed ?Thanks !
Forum: Plugins
In reply to: [OptionTree] Cudazi mono theme settings don't work after upgradingHi,
I have the same issue, did you solve anything out ?
If you help me, I’ll post a fork of the Cuzadi Mono theme in the near future.Hi,
In addition, I see some weird behouviour when a widget has a tag using css class “widget” in it, your javascript counts one more widget and sets for example “one-fourth” instead of “one-third”.
This is fixed in the scripts.js, at the end, lines 32-33 (in v 1.3.2), in the find statement you should set find(‘> .widget’), the “>” is used to get only the first level tags, so it works fine ??
Could you add this in the next release ?
Forum: Plugins
In reply to: [Weather and Weather Forecast Widget] Is the cache working?Do you have auto-location enabled ?
That would make a new call for every user visiting your site as they may not live in the same location ??
-