Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #985932

    Hi,

    A client has pointed out that categories is spelt wrong on the blog page sidebar – I can’t see where this is controlled in X Theme, could you assist please?

    thanks

    #986115
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #987399
    This reply has been marked as private.
    #987435
    Christopher
    Moderator

    Hi there,

    Are you referring to categories name? You should edit category name under posts -> categories.

    Thanks.

    #987799

    Hi,

    No – the word ‘catergories’ is spelt wrong in the left column. Not the category titles

    thanks

    #988103
    Nabeel A
    Moderator

    Hi again,

    Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    jQuery(document).ready(function($){
    	$('.widget_categories .h-widget').html('Categories');
    });

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

  • <script> jQuery(function($){ $("#no-reply-985932 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>