New Landing How can we help? Themeforest Theme Support Flexform Remove the link on the title of the articles

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Flexform
  • #68664
    blaouchez
    Member
    Post count: 448

    Hi,

    How to remove the link on the title of the articles (only for a category “publications”).

    I want to create articles without excerpt, it is therefore not necessary that the title be related

    Pierre

    #68708
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please always share website URL to change and attach a marked screenshot to get fast and quick reply .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #68755
    blaouchez
    Member
    Post count: 448

    Hi,
    Exemple “Publications” : http://storrer-avocats.com/site/publications
    Pierre

    #68781
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css
    body.page-id-150 ul.blog-items li.blog-item div.details-wrap h4{display:none;}

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #68824
    blaouchez
    Member
    Post count: 448

    always the same result
    I tested in the css sheet and theme options> css
    Pierre

    #68825
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    HI,
    Custom css is not working with your site . I would like to suggest to upgrade latest version fo theme 1.6.1 .

    Thanks

    #68829
    blaouchez
    Member
    Post count: 448

    Sorry, I’m wrong about it!!!
    I tested but the title disappears : http://storrer-avocats.com/site/publications

    #68845
    blaouchez
    Member
    Post count: 448

    With latest version fo theme 1.6.1 : the title of publications is hidden

    #68853
    blaouchez
    Member
    Post count: 448

    I don’t know if my question is understandable, but I want to keep the title but remove the title link.

    In the end, the title does not change but you can not click on it.

    Thank you for your patience ๐Ÿ˜‰

    Pierre
    PS : my website is almost finished and it is my most important question

    #69078
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    It is possible to remove the link on all article titles by removing the link from the php file, however it is not possible to do it for only one category.

    – Kyle

    #69111
    blaouchez
    Member
    Post count: 448

    ok, how remove the link from the php file ?

    #69117
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Open up sf-post-formats.php and find line 394, replace:

    $post_item .= '<h4><a href="'.$post_permalink.'">'.$post_title.'</a></h4>';

    with

    $post_item .= '<h4>'.$post_title.'</h4>';

    – Kyle

    #69128
    blaouchez
    Member
    Post count: 448

    Perfect, thank you Kyle !

    #69130
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem! ๐Ÿ™‚

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register