[Resolved] Hiding the prominent image in the post?

Home Forums Support [Resolved] Hiding the prominent image in the post?

Home Forums Support Hiding the prominent image in the post?

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #212674
    jordi

    Hello Tom

    I need to put outstanding image in the post so that the image appears on the carousel post but do not want the image to appear in the post, as I do?

    Thank you

    Jordi

    #212739
    Tom
    Lead Developer
    Lead Developer

    You could try something like this:

    .page-header-image-single {
        display: none;
    }
    #212762
    jordi

    Hello Tom,

    Fantastic

    It works as I wanted

    I have not updated the theme to the new version I have panic something goes wrong,

    regards

    #212765
    Tom
    Lead Developer
    Lead Developer

    Glad it worked.

    I work very hard to make sure updates go smoothly, but it’s always a good idea to take a backup first just for ease of mind 🙂

    #212773
    jordi

    Do a good job with the theme Tom,

    Every day I make copies of everything, I will update the theme.

    a greeting

    #212777
    Tom
    Lead Developer
    Lead Developer

    Thanks 🙂

    #212804
    jordi

    Hello Tom,

    I’ve already updated, has disappeared header image, a person helped me I made some changes so that the image of the head is not deformed with changes in zomm browser, when you upgrade l gone header

    regards

    #212812
    jordi

    Tom

    There are several problems after upgrade

    header image has despadecido

    I have a signature text in the post, now doubles the text from the blog can not be accessed here to access the post

    video
    http://www28.zippyshare.com/v/6d51jjT7/file.html
    this is tiring
    regards

    #212855
    Tom
    Lead Developer
    Lead Developer

    Can you remind me of the URL to your site so I can take a look?

    Do you have a child theme added with custom functions?

    #212949
    jordi

    Hello Tom,

    clubttheriver.com
    If I have a child theme, at first I did not have the child theme and might put some custom function in the main theme

    Thank you

    #212970
    jordi

    Hello Tom

    I just sent by e-mail the contents of my child theme folder, and the functions and child theme css files

    Thank you

    Jordi

    #213056
    Tom
    Lead Developer
    Lead Developer

    might put some custom function in the main theme

    If you put anything in the main theme, updating it would have deleted it.

    All functions and CSS should be added using the methods in these articles:
    https://generatepress.com/knowledgebase/adding-css/
    https://generatepress.com/knowledgebase/adding-php-functions/

    As for your header, when you go to “Customize > Site Identity” – is a logo uploaded?

    I believe the reason you can’t click those post titles is because of this CSS you’ve added somewhere:

    .inside-header {
        position: absolute !important;
        top: 10px !important;
        right: 0 !important;
        left: 0 !important;
        display: block !important;
    }
    #213090
    jordi

    Hello Tom

    For it is not where to fix the problem in Background Images> Header I have placed the image of the head as he had before the upgrade issue, the problem is not visible on the web

    .Inside-header {
         position: absolute! important;
         top: 10px! important;
         right: 0! important;
         left: 0! important;
         display: block! important;
    }

    This code was already before the upgrade issue that I did yesterday and there was no problem before the upgrade

    Thank you

    #213095
    Tom
    Lead Developer
    Lead Developer

    The background image isn’t working because of this custom CSS:

    .site-header {
        background: none !important;
    }

    The blog links aren’t clickable because of the CSS above – if you remove it you’ll see that they’re clickable again.

    #213353
    jordi

    Hello Tom
    I get not fix anything, I wish I had not upgraded

    there any way to return to the previous version and the web the way it was before

    Thank you

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