Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • kiwilee Friend
    #188380

    Hi Guys,

    Is there a way to remove the unwanted text “Children categories”
    It pops up in “Blog” / “All Categories” on the demo template.
    I don’t think anyone would want those words on a retail web site.
    Maybe a good thing to edit off on the master file somehow.

    http://joomla25-templates.joomlart.com/ja_hawkstore/blog/all-categories.html

    Ninja Lead Moderator
    #496468

    You can find and change it here

    Open language/en-GB/en-GB.com_k2.ini file


    K2_CHILDREN_CATEGORIES="Children categories"

    Or you remove it from php code

    Open templates/ja_hawkstore/htmlcom_k2/ja_hawkstore/category.php file

    from

    <h3><?php echo JText::_('K2_CHILDREN_CATEGORIES'); ?></h3>

    change to

    <h3><?php // echo JText::_('K2_CHILDREN_CATEGORIES'); ?></h3>

    kiwilee Friend
    #496538

    Thanks for that,
    I edited:

    K2_CHILDREN_CATEGORIES=”Children categories”
    to
    K2_CHILDREN_CATEGORIES=””

    Worked a treat.
    Your time was much appreciated.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  kiwilee 11 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum