removing Posting Image from Page – Complete Theme

Home Forums All Other Themes removing Posting Image from Page – Complete Theme

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #85966
    RalfRalf
    Participant
    • Topics: 8
    • Replies: 32
    • Total: 40
    Member since: January 6, 2017

    Hi Team,

    as I already asked for healing touch pro (https://www.sktthemes.org/forums/topic/remove-page-image-healing-touch-pro/ ) it is useful to have a page without an image (e.g. if I will show a page with a photo gallery.

    I’ve tried to use a transparant pixel, which works – no image shown – but the space for the image is still occupied.
    So my question: Is it possible to define – per page – NO image as Page image?

    example where I do not want to have an image (1×1.gif, transparent pixel used) but the space is still occupied:
    http://schwarzpulverfreunde.de/training/

    I’ve tried the code snippet from healing touch pro (“.innerbanner img { height:auto;}”)- but this doesn’t work in complete theme…

    BTW I cannot find the information for exakt size of page images … Which is it?

    Thanks & regards,
    Ralf

    #86017
    RalfRalf
    Participant
    • Topics: 8
    • Replies: 32
    • Total: 40
    Member since: January 6, 2017

    Hi Team,
    any advice?

    Thanks & regards,
    Ralf

    #86104
    RalfRalf
    Participant
    • Topics: 8
    • Replies: 32
    • Total: 40
    Member since: January 6, 2017

    Hi team,
    could you please kindly take care about my question?
    thanks!

    Ralf

    #86112
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:

    .page_head, .post_head { min-height: inherit; height: 0;}

    Regards,
    Brad

    #86140
    RalfRalf
    Participant
    • Topics: 8
    • Replies: 32
    • Total: 40
    Member since: January 6, 2017

    Hi Brad,
    thanks for this advice.
    Works.
    Do you have the exakt size of page images for me?
    thanks,

    Ralf

    #86143
    RalfRalf
    Participant
    • Topics: 8
    • Replies: 32
    • Total: 40
    Member since: January 6, 2017

    Hi BRad,
    sorry, does NOT work as expected.
    Now NO image s shown …
    I’m looking for a code which allows NO image as well as show up an image…

    Any idea?

    Thanks & regards,
    Ralf

    #86151
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:

    Remove

    .page_head, .post_head { min-height: inherit; height: 0;}

    And add this new code there

    .page_head, .post_head { min-height: inherit; height: auto;}
    .page_head img, .post_head img { width: auto !important; height: auto !important; min-height: inherit !important;}
    .page_head { background:none;}

    Regards,
    Brad

    #86215
    RalfRalf
    Participant
    • Topics: 8
    • Replies: 32
    • Total: 40
    Member since: January 6, 2017

    Hi Brad,
    thanks for this one.
    Works know as expected.
    Do you have the exakt size of page images for me?
    thanks,

    Ralf

    #86225
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    The size of the page images is 1400×300.

    Regards,
    Brad

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.