Hey there
is it possible to have a back button on the single post page?
Thanks a lot
Maik
Hey there
is it possible to have a back button on the single post page?
Thanks a lot
Maik
Hello There,
Thanks for posting in! The back button or the post entry navigation is only available in Ethos and Integrity stack. I can see that you are using integrity and at the moment, it is not showing because the breadcrumb is disabled. Please go to X > Launch > Options > Headers > Miscellaneous and enable the breadcrumbs option.
Please let us know how it goes.
i did it but its behind the menu … i would love to have it in the post at the top or at the end…
Hello There,
Thanks for updating in. It is behind the menu because of your custom css. You added this:
/*fixed header*/
body.x-navbar-fixed-top-active .x-navbar-wrap {
height: 0 !important;
}
If you remove that code, you will have a layout like this:
And by the way, it seems you have modified your site incorrectly. You have added this code:
<div class="right-content">
<div class="new-left">
<ul>
<li><a href="http://c4k.maikmadoerin.com/">Home</a></li>
<li><a href="http://c4k.maikmadoerin.com/">Deutsch <i class="fa fa-angle-double-down" aria-hidden="true"></i>
</a>
<ul><li><a href="http://c4k.maikmadoerin.com/">English</a></li> </ul>
</li>
</ul>
</div>
<div class="new-right">
<span><i class="fa fa-phone"></i> +41 44 252 97 86</span> <a href="#" class="kon">Kontakt</a>
</div>
</div>
The code should be somewhere inside the body tag and not on the outside. It could potentially mess up your page layout.
Hope this helps.
Thanks a lot.
Still it shows now ther home page instead of the path to the news overview.
And secondly:
what do u mean with modified incorrectly? what exactly do i have to chnage? i paid someone to do this menu for me… can u please help me? thank you so much
Hello There,
Thanks for updating in!
1.) It is showing the home link and the post title. The blog title and link should be present. Did you added a Blog Title in X >Launch > Options > Integrity > Blog Options? Please check out that option setting.
2.) Clearly that someone has added the code incorrectly. Could you please grant us access to your site like WP access and FTP access so that we can correct this issue and place the code in the right place within the body tag.
Cheers.
Thanks alot that helped!
Another question: I thing I have a loading error in my menu bar…
I read the instruction for a child theme and put the code in new header.php in the child theme.
Somehow it looks wrong when laoding the page…
can u help me what i did wrong?
No worries.
Let us know when you have it so that we can check it for you.
Thank you.
Hi There,
I have checked your template files but I couldn’t find where the following code added to your site as mentioned above.
<div class="right-content">
<div class="new-left">
<ul>
<li><a href="http://c4k.maikmadoerin.com/">Home</a></li>
<li><a href="http://c4k.maikmadoerin.com/">Deutsch <i class="fa fa-angle-double-down" aria-hidden="true"></i>
</a>
<ul><li><a href="http://c4k.maikmadoerin.com/">English</a></li> </ul>
</li>
</ul>
</div>
<div class="new-right">
<span><i class="fa fa-phone"></i> +41 44 252 97 86</span> <a href="#" class="kon">Kontakt</a>
</div>
</div>
Basically the issue is that your code appears outside the Theme main template code.
You need to contact your developer with regard to this issue.
Now you will see buttons as follows.
Thanks!
Thanks a lot. Actually it should be in the header.Php file. Regarding to him. Thats in the documentation he gave me in the end
You’re welcome!
sorry but what exactly do i have to move fron the header.php file?
Hi there,
The code that is mentioned above seems to be causing some layout issues, I am not sure what you need to remove, I guess the developer added this to the Child Theme.
So you may need to rename the file from Child Theme, for example, make it header.php_old that will remove the customization and you should see the original header.
You will need to get in contact with the developer and ask him to fix the issue as it is not a thing related to our theme functionality and out of our support scope.
Thank you for your understanding.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.