• Resolved Edward G. Shlikas

    (@edward-g-shlikas)


    How do I restore or install functionality into the Home, Our Services, About u, and Contact Us icons in the header? Right now when I click on these 4 icons in the header, I get error response which says “Oops! The page cannot be found” and when I click on it further it says you have to restore them from the Trash to edit them, but when I search the trash, there’s nothing in the trash.

    I would like to know how to make these 4 Heafer icons functional or create pages for them. Ideally, I would like to return to the top of the page when you click on Home, to go to the bottom of the page and the Contact us section, when you click on the Contact us icon in the header, and to go to the about us section of the page, when you click on About us in the Headre, And finally, when you click on the Our Services icon in the Header, it would go to a new page with pricing information.

    Please let me know how I can accomplish this. I have tried many ways, but have been unsuccessful to date. Very frustrating. Thinking about using a new theme.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter Edward G. Shlikas

    (@edward-g-shlikas)

    My website address is https://www.shlikas.com if that helps any.

    Thread Starter Edward G. Shlikas

    (@edward-g-shlikas)

    I found some pages in the trash and restored them.

    MariusG

    (@marius_codeinwp)

    Hello Edwards,

    You can see how to set the links in the documentation here: https://themeisle.com/documentation-zerif-lite/#s12

    Kind regards,
    Marius

    Thread Starter Edward G. Shlikas

    (@edward-g-shlikas)

    I cannot find the Zerif lite Menu for Home, We Focus On, About Us, Our Team, Testimonials, and Contact Us.

    When I click on Navigation, my only choices are Footer, Header Top Bar, and Primary, No “Menu 1”.

    Thread Starter Edward G. Shlikas

    (@edward-g-shlikas)

    I want Home to go to the top of my Zerif Lite page, after I click on it. How do I accomplish this? Now it goes to some other page, when I click on Home.

    I also want it to go to the other sections of my Zerif Lite page like Focus On, Testimonials, Contact Us. How do I accomplish this?

    How do I get just these items in the Menu Header bar at the top of the Zerif Lite Page?

    https://www.shlikas.com

    Thread Starter Edward G. Shlikas

    (@edward-g-shlikas)

    All I want in the menu in the header of my Zerif Lite page are the Zerif Lite section names and for my web page to jump to the sections when they are clicked on in the header.

    How do I accomplish this with Zerif Lite?

    https://www.shlikas.com

    MariusG

    (@marius_codeinwp)

    Hello Edward,

    I inspected your website and it seems you managed to do it, the menu links to where you wanted it.
    For the homepage to jump to top, replace the Home current link with:
    https://www.shlikas.com/#home

    Note: your current link for homepage starts with 4 w -> it’s wwww.

    Regards,
    Marius

    Is it possible to change the menu anchors? For example, my page is now called Practice Areas where the Our Focus section used to be. But when someone clicks on the link “Practice Areas” in the menu at the top, it jumps to Practice Areas, but the URL reads horrickslaw.com/#focus

    Wondering if it’s possible to change this (maybe using custom css) to horrickslaw.com/#practice

    Thanks,
    Scott

    MariusG

    (@marius_codeinwp)

    Hello Scott,

    Unfortunately you can only do it by editing the code.
    For example our focus section has
    <div id="focus" ...>
    you should replace it with
    <div id="practice" ...>

    This can only be accomplished by manually editing the code though, not just custom CSS.

    Kind regards,
    Marius

    So if I wanted to change the testimonials section to “Membership” I’d have to go replace everything in the testimonials.php that said testimonials with “membership”? Then it would work if I put …/#membership ?

    Mainly just wondering where this piece of code:
    <div id=”testimonials” … >
    is in the editor.

    Thanks!

    MariusG

    (@marius_codeinwp)

    Hello Scott,

    You will find that line in Appearance->Editor->testimonials.php

    Kind regards,
    Marius

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘How do I restore or create functionality to the Home, Our Services, About Us,’ is closed to new replies.