This support ticket is created 6 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
il mio problema era che tutti gli elementi : post title - featured image, ecc restassero sempre alla stessa posizione rispetto lo sfondo e fossero anche Responsive.
ho creato un div "contenitore" (freccie) e al suo interno ho messo : background", "post title", "featured image" ecc . infatti se sposti il DIV "contenitore" si spostano anche tutti gli elementi. Perfetto !
------> <div class="contenitore"> <------
<div class="lapide-creatura" style="background-image:url('[wpv-post-field name='wpcf-layout-ricordo']');"/>
<div class="titolo-creatura">[wpv-post-title]</div>
<div class="prima-foto">[wpv-post-featured-image size="custom" width="400"]</div>
<div class="dedica">[types field='dedica'][/types]</div>
<div class="dedica-seconda">[types field='dedica-seconda'][/types]</div>
<div class="data-decesso">[types field='data-decesso'][/types]</div>
</div>
[php]
vedi online: <em><u>hidden link</u></em>
ora devo rendere TUTTO responsive .
DOMANDA: secondo te si fa modificando la classe ".contentore" ? Come ?
[php]
.contenitore {
position:relative;
top:5px;
left:5px;
width: 800px;
height: 600px;
}
SE NON CAPISCI, VEDO DI FARE TRADURRE IN INGLESE DA UNA PERSONA....GOOGLE NON E' BRAVO COME TRADUTTORE ?
You can use media screens and give margin in percentage(%) instead of pixels, in this way all elements will move together.
Please note this requires a custom code or modifications which falls into Custom coding & custom development and it is out of support policy (https://toolset.com/toolset-support-policy/). So we recommend to contact Toolset recommended service providers to further discuss the custom approach. We have some recommended list of service providers here if you would like to take a look: https://toolset.com/consultant/
era per chiudere il post e permettere anche ad altri "comuni mortali" di imparare una cosa nuova.
grazie comunque
se posso fare una critica costruttiva, aiutate chi non è un programmatore o esperto come voi. in fondo non è un lavoro che ho chiesto ma un piccolo aiuto !
Sorry for the inconvenience. We are always happy to help you, but I believe there is confusion. If you can please tell us the exact expected output then we can provide you CSS for that.
per capire meglio ho creato una pagina di esempio : hidden link
come potete vedere è tutta responsive: tablet, smartphone.
il layout "creatura schede" che è usato per i tipi di post "creature" invece non è responsive
vedi : hidden link
Il Layout "creature schede" ha delle classi per posizionare gli elementi: titolo, foto, ecc.
non capisco cosa c'è che non va nel codice CSS. Ci deve essere una proprietà del CSS che rovina il responsive