• Hello after having worked at this page i realize i need anhor point. But this site is not like other builder that have the optios to do it..here i need to write the code for it. So how this can be done?

    Looking around i found that i might use this to define an anchor point : <a name=”anchor”></a>. I put his in the box where the customizer ask me to write a title, or a descripton or a subtitle…The problem is how to insert code in those space of front page customizer (title, subtile ecc..) because it seems i can save the code there, but when i refresh the code is no more there…so how to write thing there?

    Aldo i don’t know if this will work because when i create the custom link in the menu like this

    https://www.bitcoincriptopoint.com#anchor, then wordpress transform it in?https://www.bitcoincriptopoint.com/#anchor?and i think this will not work anyway

    how do i solve this issue?

    thanks for help

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Looking around i found that i might use this to define an anchor point :

    That’s one way… but not the only way. And, in many cases, not the preferred way (because this adds additional markup, which, in many cases, isn’t necessary at all).

    The anchor #anchor will take you to any element (div, section, paragraph, headline, any HTML element!) that has the id="anchor".

    I can see you’ve already defined three such anchor points: #about, #tokenomics and #contact… and they’re all working fine.

    So I’m supposing you’ve resolved this issue yourself already.

    Thread Starter stefanocps

    (@stefanocps)

    i did not notice that they were defined in the css of the template..so i could sort

    Still i would like to know how i can write in those form of the customizer

    i did not notice that they were defined in the css of the template..so i could sort

    Not in the CSS, but in the HTML.

    The IDs are the section IDs defined in the pre-designed template that came with the theme’s companion plugin.

    Still i would like to know how i can write in those form of the customizer

    Not in Customizer.

    You’ll create the anchor points — the IDs to jump to — inside the page/post itself. So that will be in the editor.

    If you’re using WordPress’ native block editor, then select the block you want to jump to, and in the ADVANCED section of the block’s settings that appear in the right-hand side of the editor, enter your anchor word in the HTML ANCHOR box as pictured below.

    WordPress will add this word as an ID in the HTML code for the block.

    The second part is to create the menu link to jump to that section. If you want to add the links to your main navigation menu, you use the CUSTOM LINKS option in APPEARANCE => MENU to create the anchor links.

    If you’re using some other page builder plugin to build your posts/pages (eg Elementor plugin, Beaver Builder plugin, Classic Editor plugin, Divi theme/plugin, etc), then you need to consult the documentation and/or support for that particular plugin

    Thread Starter stefanocps

    (@stefanocps)

    yes i know how to do in this way, the factis that front page is only html/php (sorry my knowledge is limited whne it comes to programmin). If i open th epage that is designed as home page in wordpress, is totally blank, there is nothing of what appear in the site. So i think it should be done in the php/html but could not find the right file to modify either

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Insert anchor in preformatted frontpage’ is closed to new replies.