crashtest
Forum Replies Created
-
Forum: Plugins
In reply to: [My YouTube Channel] version 2.0.0 problemsglad to help you if possible, where can i find that log?
The previous version was 1.5.1, i have 2 widgets, here you can see the settings:
With version 2.0.0 i set the same, excluding the option “use playlist instead of channel” (not present in last version) and tried to select/unselect the privacy option in new version. Same results.
Forum: Plugins
In reply to: [Flexible Recent Posts] Excerpt lenght conflictyes, i set a custom lenght in frp widget, but it’s ignored and overrided by excerpt lenght global setting
Forum: Plugins
In reply to: [Widget Logic] widget_logic incompatible with WP 3.7.1i’m experiencing problems too. In my case the widgets with no code in widget logic box appear only in home, nor in pages neither in archives.
same problem here
Forum: Plugins
In reply to: [Special Recent Posts] Multilanguage widget Titlehad the same problem, we have manually temporary solved.
In file special-recent-posts/classes/class-main.php
we’ve replaced
// Building category title HTML. $category_title_link = $this->srp_create_tag('a', get_cat_name($thisCategoryId), array('class' => 'srp-widget-title-link', 'href' => $srp_category_link, 'title' => get_cat_name($thisCategoryId)));with:
// Building category title HTML. $category_title_link = $this->srp_create_tag('a', preg_replace('/ @'.ICL_LANGUAGE_CODE.'/', '', get_cat_name($thisCategoryId)), array('class' => 'srp-widget-title-link', 'href' => $srp_category_link, 'title' => preg_replace('/ @'.ICL_LANGUAGE_CODE.'/', '', get_cat_name($thisCategoryId))));it works in our template
Forum: Plugins
In reply to: [Simply Exclude] conflict with Catch IDs and Recently Registeredyes, it’s fixed now, thank you very much! 😉
Forum: Plugins
In reply to: [Recently Registered] No data showingi did some test and it seems to be a Simply Exlude conflict:
Forum: Plugins
In reply to: [Recently Registered] No data showingin db table all users have their register date, but the plugin doesn’t show it. The “Registered” column added by the plugin is empty, even if order is working.
Here is the code of each cell of the column, taken with firebug:
<td class="registerdate column-registerdate"></td>the cells are there but are empty
Forum: Plugins
In reply to: [Recently Registered] No data showingwp 3.5, i checked in db and register date of users is correct
Forum: Plugins
In reply to: [Recently Registered] No data showingsame problem here, never imported the users. It worked fine and i was able to see the register date, i don’t know after which wordpress or plugin update this error started.
it works, thx! Conflict is gone.
thx for answer, version is 2.4.4, i open it in notepad++ and lines are different:
so do i have to try to comment these lines?
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] [Plugin: Wysija Newsletters] URL in emailit’s not me, is an user and yes, he uses Tiscali webmail 😉
thx for your answer Ben, if you want, it’s possible and would be helpful, i’ll can check for you and test if, for example, you want try to replace that word with another in the URL Wysija generates.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] [Plugin: Wysija Newsletters] URL in emaili found this in link that gives errors:
&c_ontroller=stats&action=analyse&wysija-page=1&wysijap=subscriptionsif i delete the underscore in c_ontroller link works. Hope it’s helpful 😉
the marked lines in this image?