• Resolved mikehende

    (@mikehende)


    Hey guys, any site was hacked and it cost me some money to fix this situation and get the backup live again but the backup did not come exactly complete so I can use a little help in trying to do 4 edits please?

    First, the READ MORE button at the bottom of the home page is not linking to the Services page anymore, where/how can I fix this?

    Next, the video lower down on the Home page is now undersized. Looking at the Width and Height after restore it was showing 660×615, I tried changing to 960×815 then hit UPDATE button but not seeing any changes on the page? Help please.

    https://i.postimg.cc/GmhPkRk3/Screen-Shot-2021-08-19-at-8-52-14-AM.png

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator bcworkz

    (@bcworkz)

    It seems the services page with slug “services” is missing. You may need to recreate it. If the desired services page does exist, but with a different slug, you could update the button’s link. How to do so depends on how it came to be in the first place. Try opening the home page for editing and see if it’s at the bottom of page content.

    The video at correct size for the page is much smaller than 960 wide, it’s 460. Are you using a retina display which has double resolution? Add this to the Additional CSS customizer section:

    .home #text-5 iframe {
        width: 460px;
        height: 259px;
    }
    Thread Starter mikehende

    (@mikehende)

    Yes that works for the video, thank you very much!

    This is where I can get to the code under Appearances-Widgets:

    https://i.postimg.cc/sXkvVYwB/Screen-Shot-2021-08-20-at-2-21-30-PM.png

    This is the Services page url:
    https://www.pcandnetservices.com/wp-admin/customize.php?url=https%3A%2F%2Fwww.pcandnetservices.com%2F

    I am thinking that url needs to be place inside the button code? If yes, would you be able to add and give me the full code for the Read More button please?

    I am seeing this her sin my searches but I don’t know what the entire code should be:

    https://www.freecodecamp.org/news/how-to-create-an-html-button-that-acts-like-a-link/

    • This reply was modified 4 years, 9 months ago by mikehende.
    Moderator bcworkz

    (@bcworkz)

    The widget content is where to change the link destination. But the customizer link is not the URL to use. You want the page slug for the correct page to replace what is currently “services/” For example, if you want the button to link to pcandnetservices.com/computer-repair-nyc/, replace “services/” with “computer-repair-nyc/”.

    Those How_To instructions can be used in place of the [button] shortcode. The shortcode essentially does all of that for you, given the right parameters (text, link, size, etc.) If you’d like to learn do more HTML coding for yourself, you could replace the shortcode with custom HTML from the How-To, but my giving you the answer won’t help you learn 😉 TBH, if I were you, I’d simply replace “services/” with the correct page slug.

    Thread Starter mikehende

    (@mikehende)

    Ok thank you!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘I need a few EDITS help please?’ is closed to new replies.