This is the header of my document
\documentclass[12pt,a4paper]{report}
\usepackage{import}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\textwidth=450pt\oddsidemargin=10pt
\usepackage{makeidx}
\makeindex
\usepackage{graphicx}
\usepackage{subcaption}
\setlength{\parindent}{1em} %indentazione paragrafo
\setlength{\parskip}{0.5em} % spazio tra due paragrafi
\renewcommand{\baselinestretch}{1.5} %interlinea
\usepackage{float}
\usepackage{enumitem}
\usepackage{csquotes}
\usepackage[backend=biber, style=verbose-ibid, ibidpage=false]{biblatex}
\bibliography{bibliography}
I'm using \autocite{} and biblatex package to cite into the footer page my references. But I'm in truble when I cite twice an article because into the footer appears the string "ibid".
How can I insert a cross-refence and avoid to have the "ibid" on the footer page ? Thanks

verbose-ibidis a style that produces a full citation in the footnotes on a first cite, a shorter author-title reference on subsequent citations and "ibid." when you cite the same source several times in direct succession. Are you looking forstyle=verbose-ibid,? – moewe Feb 25 '21 at 07:08ibidin the footer. – Lx2pwn Feb 25 '21 at 08:03style=verbose,? – moewe Feb 25 '21 at 08:04