humanistischnet
Forum Replies Created
-
Thank you again and all the best with your moving.
Thank you, Sir, it has been resolved. The problem has been caused not by your plugin but by this piece of code
/* Show length of excerpt */ function excerpt_count_js(){ echo '<script>jQuery(document).ready(function(){ jQuery("#postexcerpt .handlediv").after("<div style=\"position:absolute;top:0px;right:30px;top:2px;color:#666;\"><small>Auszugslänge: </small><input type=\"text\" value=\"0\" maxlength=\"3\" size=\"3\" id=\"excerpt_counter\" readonly=\"\" style=\"background:#fff;\"> <small>characters (max. 250) .</small></div>"); jQuery("#excerpt_counter").val(jQuery("#excerpt").val().length); jQuery("#excerpt").keyup( function() { jQuery("#excerpt_counter").val(jQuery("#excerpt").val().length); }); });</script>'; } add_action( 'admin_head-post.php', 'excerpt_count_js'); add_action( 'admin_head-post-new.php', 'excerpt_count_js');
- This reply was modified 4 years, 3 months ago by humanistischnet.
Update, it throws out this error in the console:
Uncaught TypeError: jQuery(...).val() is undefined <anonymous> https://www.humanistisch.net/wp-admin/post.php?post=39718&action=edit:257 jQuery 4 i fireWith ready J post.php:257:56 <anonym> https://www.humanistisch.net/wp-admin/post.php?post=39718&action=edit:257 jQuery 4
This happens only in the slider editor window.
P.S.: This problem is limited to the slider editor window – in any other editor window including the slider management overview it does not occur.
Forum: Themes and Templates
In reply to: [OceanWP] Site logo not workingDear all, I think I’ve solved it this issue:
Don’t use the theme customizer to set the logo. Just open the page which is used as homepage in regular edit mode (classic editor). Beyond the TinyMCE editor window you will a couple of options including a field to define the logo.
For me, it seems like a bug of the OceanWP theme. Please fix this so the logo can be set via customizer, this did cost me more than an hour to solve this.
All the best