-
AuthorPosts
-
September 30, 2021 at 5:42 pm #1323062
Ho applicato la correzione – solo noto che non si applica l’allenamento del testo che non deve seguire l’immagine ma deve solo rimanere con paragrafo allineato a destra allego codice per capire dove c’è lo sbaglio:
.search-result-image img {
float: left;
float: left; padding: 4px 10px 0px 0px;
display: inline;
clear: both;
}
.search-result-image img {
text-align: right;
}allego screenshoot in pvt per far capire come voglio che il paragrafo del testo sia allineato a destra non seguendo l’immagine.
- This topic was modified 3 years, 1 month ago by cristinagrafik.
October 1, 2021 at 6:07 am #1323088Hey cristinagrafik,
Thanks for the screenshot and login details. The page your linked to only redirects to the backend of the site when I try to access it though, did you remove it? And about your problem; do you not want the text to wrap under the image?
Best regards,
RikardOctober 1, 2021 at 9:44 am #1323109Buongiorno la ringrazio per la risposta.
Alla sua domanda che non voglio testo sotto l’immagine?
Si, non voglio che il testo vada a capo sotto l’immagine.Cordialmente, Cristina
October 1, 2021 at 12:18 pm #1323130Hi,
Thanks for the update and clarification. I still can’t access the page you linked to though, it redirects /wp-admin/. How can we access the page in question?
Best regards,
RikardOctober 1, 2021 at 4:12 pm #1323168Ti allegato il link per accedere.
ti ringrazio per la rapida risposta.
October 2, 2021 at 5:02 am #1323230Hi,
Thanks for the update. I can login to your site without any problem, but the URL in private redirects to /wp-admin/, I’m not sure if that is your login URL? If it is, then please post a link to where we can see the element which is shown in your screenshot as well.
Best regards,
RikardOctober 4, 2021 at 12:40 pm #1323448Buongiorno,
Tu confermo Il link che ti ho inviato in pvt è quello d’accesso.
per sicurezza come richiesto ti invio screenshot.Grazie
October 4, 2021 at 3:33 pm #1323478Hi,
I added following code to bottom of Quick CSS field in Enfold theme options > General Styling
.search-results .entry-content { clear: both; }
Please review your website :)
Best regards,
YigitOctober 8, 2021 at 10:15 pm #1324164Purtroppo il testo va ancora a capo sotto l’immagine.
Tale codice non applica la modifica.
.search-results .entry-content {
clear: both;
}Inoltre volevo sapere se si poteva ampliare questo questo codice:
.search-result-image img {
width: 500px;
height: 500px;
}un ulteriore codice per ampliare la regola per rendere l’immagini per orizzontale non schiacciate come nello screshoot che allego pvt.
- This reply was modified 3 years, 1 month ago by cristinagrafik.
October 8, 2021 at 10:26 pm #1324166Guardi ho risolto la porzione dell’immagini.
Ma non riesco a capire come mai non applica correttamente questo codice..search-results .entry-content {
clear: both;
}October 8, 2021 at 10:30 pm #1324167Guardi ho risolto perché non applicava tale regola.
Le allego la correzione in pvt.Ora e tutto ok.
Grazie
October 9, 2021 at 12:07 am #1324169Un ulteriore domanda per inserire nell’immagine della pagina di ricerca – il link del prodotto – per rendere anche l’immagine linkabile – volevo sapere quale delle due regole css sono idonei – allego in post pvt.
Grazie
October 12, 2021 at 12:35 pm #1324528Hi,
Unfortunately, that would not be possible using only CSS. You would need to modify theme files to achieve that. Please refer to @guenni007’s post here – https://kriesi.at/support/topic/images-in-the-search-results-page/#post-1296077
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.