Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • sftechbeat Friend
    #946332

    bump

    Pankaj Sharma Moderator
    #946445

    Hi
    I do not suggest you to hide the standard option of Joomla , Becuase all new templates use Joomla default options to add the images , and you will get same design like demo .
    If you will use the images inside the articles , it may create some issue is design part (not same like demo) .
    For future articles i suggest you to add images via Images and Links option from Article . I am not sure how its not available in your older Joomla as the options is in J2.5 and 3.x .

    if you still want to hide the full article images in article view add below code in custom.css file to hide the images

    .article-main .article-intro-media {
        display: none;
    }

    path : /css/custom.css file . (if custom.css file not present kindly create it )

    Hope it helps .

    multimediavideo Friend
    #1007834

    Hello,
    I also have the same problem, I added this code in file custom.css

    .article-main .article-intro-media {
        display: none;
    }

    to hide the image in the intro and does not work. Can you help me.
    Thank You
    Multimediavideo

    Pankaj Sharma Moderator
    #1007843

    Hi
    Kindly post your site URL here.
    Also provide description of issue .

    multimediavideo Friend
    #1007849

    Hello,
    this my site develop http://svilupposito.ens.it

    View attachment sreenshot for description issue


    1. Schermata_2017-02-03_alle_10_23_50
    2. Schermata_2017-02-03_alle_10_24_14
    Pankaj Sharma Moderator
    #1007863

    Hi
    Add below code in custom.css

    .view-article .article-intro-media img {
        width: 100%;
        display: none;
    }
    multimediavideo Friend
    #1007874

    Ok for the intro image this hide. When I put the full image must be displayed, no hide.

    View article example with intro and full image
    http://svilupposito.ens.it/notizie/111-tavola-rotonda/8275-comunicazione-importante-su-ricalcolo-isee

    Thank You
    Multimediavideo

    multimediavideo Friend
    #1007896

    Hello,
    i can resolve read this article https://www.joomlart.com/forums/topic/showing-only-full-image-in-article-view/

    Thank You for support
    Multimediavideo

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

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

The topic ‘Remove Intro/Full Article Image’ is closed to new replies.