I have installed some CSS ID links on the website www.das-erlebnisbad.de/startseite to go directly to the respective sub-items via the menu.
Unfortunately, these jumps only work when I’m already on the respective page. But I would like the jump to also be possible from another side. For example from das-erlebnisbad.de/sauna-vicus to das-erlebnisad.de/erlebnisbad/#kurs.
Can someone tell me why this is? The PHP version is up to date.
Thank you in advance.
]]>Am I able to change the name of the #boxzilla-1234 trigger?
I did a search for this and couldn’t find an answer.
Thanks
]]>I’ve been working on this for over 2 days and I’m really stuck. I’m a basic user with very basic IT/site knowledge but having read through forums for the last 2 days I need help please.
The menu buttons take me to the top of page, rather than the section.
My single-page site menu buttons have https://homepage-url/#CSS ID tags on and these DO work on mobile but not on laptop/tablet.
Each section DOES have the CSS ID in the Divi Builder box. (about, demos, etc)
This happened after a few things changed:
– I updated plugins. (After discovering the issue and reading tips online, I deactivated each plugin in turn but still nothing worked)
– I got help from the hosting customer service re updating php because the site was loading really slowly/timing out and I was getting ‘Flash of Unformatted Text’ at start up. (Fine now)
– I changed the permalinks to postname. (I know! It’s just a static page and I changed it from one of the date options to postname before reading I shouldn’t have done that. I tried changing it back to each of the other four options but nothing worked.)
– Cache was cleared in WordPress.
– Cache was cleared on both mobiles and both laptops in case that was showing cached info.
I don’t know why it works on mobile and not pc.
Can anyone give me any ideas please? I’m not a coder of any kind and know nothing about html at all, just the Divi Builder blocks..!
Thank you very much.
]]>Tried the Health Check & Troubleshooting plugin that offers a troubleshooting mode, to turn off all plugins. No change. I do not suspect the theme (yet).
Here is a link for both system info and console errors …
]]>have even deleted, reset the whole WordPress and deactivate plugins for this but the same issue, the smooth scrolling is not working somehow.
Tried even with different browsers from edge and chrome, firefox, but the same issue.
“Boka Tid” is with anchor and “Kontakt” with css id.
Does someone know how to solve this? =/
site is optimized for desktop
]]>I am new to WordPress development and am currently in the process of creating my first theme.
My problem is that the CSS settings are not shown in my header when I use an ID. If I change the elements in my CSS not by the ID but by their name (e.g. section), it works. In the rest of my document the CSS settings for ID’s are shown, only not in the header.
For example, if I use ‘header section’ instead of #headerNav, the changes will implemented.
header.php:
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title></title>
<?php wp_head();?>
</head>
<body>
<section id="myGrid">
<header>
<section id="navHeader">
<h1><a href="#"></a></h1>
<nav>
<?php wp_nav_menu(
array(
'theme_location' => 'top-menu',
'menu_class' => 'navigation'
)
);?>
</nav>
</section>
<section id="navMain">
<h2><?php the_title();?></h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Adipisci, deleniti eos quis nam ratione facilis blanditiis porro nesciunt recusandae, magni quasi molestias magnam temporibus explicabo unde natus dolor hic deserunt!</p>
<section id="navMainButton">
<button>First Button</button>
<button>Second Button</button>
</section>
</section>
</header>
style.css:
body{
margin: 0;
padding: 0;
font-family: Calibri;
background: rgb(234,239,240);
color: rgb(6,39,60);
}
header{
color: rgb(250,250,250);
background: rgb(6,39,60);
height: 600px;
z-index: 200;
position: relative;
}
#headerNav{
position: fixed;
width: 100%;
background: rgb(6,39,60);
box-shadow: 0px 1px 5px rgb(6, 21, 60);
display: grid;
grid-template-rows: auto;
grid-template-columns: 50% 50%;
}
]]>Slide Anything works great BUT …
I can only put 1 slider per page !!!!!
How can I put somme more ?
My 2 sliders (site still in testing) work fine on 2 different pages but can’t work together.
Thank’s in advance for your help.
]]>Thank you very much to the team for looking into it.
Marc