Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1004791

    Hi
    I have to check the menu setting and article file is there is anything wrong with them. Please send me sote super user details via private reply.

    paky50 Friend
    #1004894
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1005000

    Hi
    I fixed it directly on your site.

    The item_title.php file was missing from templates/ja_teline_v/html/layouts/joomla/content folder.
    And you have below code in custom.css file that hide the title.

    .itemid-328 .view-article .article-title,.article-header h1{display:none}

    Kindly remove it and issue is solved.

    paky50 Friend
    #1005099

    Hi, i need of this code to remove the title at some articles of some categories.
    Example:
    At articles of necrologie category i need to remove the title.
    At articles of others categories i dont need to remove the title.

    I hope it’s clear.

    Have you a solutions?

    Many thanks


    1. Screenshot1
    2. Screenshot2
    Pankaj Sharma Moderator
    #1005106

    Hi
    The css wll be apply with respect to the menu item, So if you have different articles or category under a menu hiding the title it work for all articles under that menu.
    You can give me URL on which menu you want to hide the aritlces title.

    paky50 Friend
    #1005109

    This is the Menu:


    1. Screenshot3
    Pankaj Sharma Moderator
    #1005118

    Hi
    Use this code in custom.css file

    .itemid-328.view-article .article-title{display:none}
    
    paky50 Friend
    #1005123

    Perfect. Thanks

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

This topic contains 8 replies, has 2 voices, and was last updated by  paky50 7 years, 2 months ago.

The topic ‘Title of articles’ is closed to new replies.