• Resolved maxpg

    (@maxpg)


    Hi everyone, I have a problem in the posts.
    Today I tried two plugins to view the most recent posts, but after having deleted them I found problems.
    On the home page (“Sample Packs” go to https://chopshopsamples.com ) when I click on one of the links CHOPSHOPSAMPLES NEWS: the page seems to display a blank and I have to scroll down to see the beginning of the post …
    What happened? Why do I have this problem? What should I change to display posts like pages (see other site links)?
    Please help me !!

    thank you so much ??

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thread Starter maxpg

    (@maxpg)

    Hi Andrew, thank you so much for your answer. I know, but it has always worked well. I have problems only in the section (news) posts.

    On static pages I have no visual problems.
    The site was fine until I canceled the plugins

    I would like the posts to be seen like this page:

    https://chopshopsamples.com/contact-us/

    which code and which page should I modify to solve the problem?

    Please, Andrew, give me a hand ??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In the “Additional CSS” section of the dashboard add this:

    
    .single-featured-image-header {
        display: none;
    }
    

    https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress

    Thread Starter maxpg

    (@maxpg)

    Very well ! It works for posts! ??
    Andrew you are wonderful !!

    Now I have only two things to fix:

    1 – if you click them News> and after Main mews (on the menu)
    the page that opens has duplicates of images … it’s very confusing.

    What should I change?

    2 – On the main page in the section CHOPSHOPSAMPLES NEWS: what should I change to remove the underlining of the links?

    Thank you very much in advance you are amazing !! ??

    Thread Starter maxpg

    (@maxpg)

    Perfect … I think I solved the point number 1 by myself! You gave me an idea to solve it by writing:

    .post-thumbnail {
    ???? display: none;
    }

    It seems to work ! ??

    Now I would just like to remove the underlined in the links on the home page ??

    Thank you ??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I don’t recommend that, as the underline is the main thing that tells people they are links. The CSS to remove the underline is:

    
    .home .entry-content a,
    .home .entry-content a:focus,
    .home .entry-content a:hover {
        box-shadow: none;
    }
    
    Thread Starter maxpg

    (@maxpg)

    Very well ! It works ! Perfect ?? !!

    Andrew you are wonderful !!

    Thank you for all !! ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem in the posts after deleting 2 plugins’ is closed to new replies.