Harm10
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SKT Full Width] Untranslated text stringsCan I get some reply to know that my issue will be picked up?
I found some more strings that need to be covered in the pot file.You probably do not mean the version update we just got from WP?
I understand your position on this. Can I help in some way?
Thanks for replying and picking up the fix.
I did some investigating.
In file sgComment.js in folder assets/page/scripts is the following code:SGComment.ajaxDelete = function(id) { if (confirm('Are you sure?')) { var deleteAction = 'Comment_ajaxDelete'; var ajaxHandler = new sgrbRequestHandler(deleteAction, {id: id}); ajaxHandler.dataType = 'html'; ajaxHandler.callback = function(response){ location.reload(); }; ajaxHandler.run(); } };
when changed to
SGComment.prototype.ajaxDelete = function(id) { if (confirm('Are you sure?')) { var deleteAction = 'Comment_ajaxDelete'; var ajaxHandler = new sgrbRequestHandler(deleteAction, {id: id}); ajaxHandler.dataType = 'html'; ajaxHandler.callback = function(response){ location.reload(); }; ajaxHandler.run(); } };
the error is gone.
So please update your file!
Forum: Themes and Templates
In reply to: [Magcast] Info bar menu date not in my languageI located the code that displays this date only in English in /inc/structure/header-extensions.php.
Changing the code from
<div class="date"><?php echo date("l, F j , Y"); ?></div>
to
<div class="date"><?php echo date_i18n("l, F j , Y"); ?></div>
solves the problem!So please incorporate this change in the next update!
Forum: Themes and Templates
In reply to: [Enigma] Cannot register on forum?Consider this question as solved.
Forum: Themes and Templates
In reply to: [Enigma] Cannot register on forum?For all others…………… the weblizar forum can only be used by Premium users.
This is not noted on their forum and also not on the registering pages.
Mentioning this to weblizar support resulted in no reaction……..
The only thing they gave me was a link to this forum.Customer friendliness apparently does not apply for free users……….. ??
Forum: Themes and Templates
In reply to: [Enigma] Cannot register on forum?OK. I just tried that. Now awaiting response.
I was just experimenting with the different lay-outs so I put the lot on one page…… ??
Surely I am not going to use it like that. But even so it is a bug you should be aware of. Low prio I should think?I just wanted to know if you can tell me something about when to expect the addition I suggested. As this is a free plug-in I can understand that working on it is not your highest priority……….. ??
Did you understood that both shortcodes are there at the same time in the same page?
If I use them separately the list is OK.This means the css files in the subfolder of Theme Switcha?
Currently there are font-icons.css and settings.css as files in this folder.
If not what file(s) do you mean?If this is the case perhaps the documentation should be clarified on this?
I know this is probably hard to answer………. is there some planning on your to-do list? ??
Perhaps I can be of help in testing or the sorts?Forum: Plugins
In reply to: [WP-SpamShield] Missing argument warning displayed on screenThanks for the info. I just submitted a support request on the official support page.
Forum: Plugins
In reply to: [WP-SpamShield] Tiny PHP Warning in error logs, not a big dealJust updated to 1.9.9.8.6 and the messages have disappeared from my screen. Thanks for the quick support!