-
AuthorPosts
-
November 28, 2016 at 8:00 pm #717942
Con la barra de progreso de puede hacer algo como esto:?
November 30, 2016 at 4:22 pm #718858Hola!
That should be possible. Can you please post a link to your page where you have your progress bar element?
Best regards,
YigitP.S.: If you would like to receive replies in Spanish, please let us know so our Spanish speaking moderators can help. However, since we have more English speaking moderators, you would receive quicker replies if you post your questions in English :)
November 30, 2016 at 4:43 pm #718875Hola Yigit,
Thanks for your time and san google translate.
The page is http://warnerspa.cl/administracion-de-instalaciones-no-industriales/
And what I need to do is + – this:
November 30, 2016 at 4:50 pm #718877Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-progress-bar:nth-child(3), .avia-progress-bar:nth-child(4), .avia-progress-bar:nth-child(5), .avia-progress-bar:nth-child(6), .avia-progress-bar:nth-child(7), .avia-progress-bar:nth-child(8) { width: 90%; margin-left: 10%; }Best regards,
YigitNovember 30, 2016 at 5:11 pm #718889It worked!! almost :)
The problem is that I misconfigure the pages where I occupy the progress bar,
http://www.warnerspa.cl/seguridad/ – http://www.warnerspa.cl/saneamiento-ambiental/
I know that changing the order and numbering of child (X) of the elements of the bar could fix the issue, but I think this could cause problems in the same way laterIs it possible to change this directly in the code to call the bar?
For example I know that the code for a pair of bars would be:<div class="avia-progress-bar-container avia_animate_when_almost_visible avia-builder-el-3 el_after_av_textblock avia-builder-el-last av-striped-bar av-animated-bar avia_start_animation"> <div class="avia-progress-bar theme-color-bar icon-bar-yes"> <div class="progressbar-title-wrap"> <div class="progressbar-icon"> <span class="progressbar-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"> </span> </div> <div class="progressbar-title">barra 1</div> </div> <div class="progress avia_start_animation"> <div class="bar-outer"> <div class="bar" style="width: 100%" data-progress="100"> </div> </div> </div> </div> <div class="avia-progress-bar theme-color-bar icon-bar-yes"> <div class="progressbar-title-wrap"> <div class="progressbar-icon"> <span class="progressbar-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"> </span> </div> <div class="progressbar-title">barra 2</div> </div> <div class="progress avia_start_animation"> <div class="bar-outer"> <div class="bar" style="width: 95%" data-progress="100"> </div> </div> </div> </div> </div>Could you modify directly here and not through the global css?
November 30, 2016 at 5:13 pm #718891Hi,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your progress bar element and give it a custom CSS class (“your-custom-class” in my example) and then change the code to following one
.your-custom-class .avia-progress-bar:nth-child(3),.your-custom-class .avia-progress-bar:nth-child(4), .your-custom-class .avia-progress-bar:nth-child(5), .your-custom-class .avia-progress-bar:nth-child(6), .your-custom-class .avia-progress-bar:nth-child(7), .your-custom-class .avia-progress-bar:nth-child(8) { width: 90%; margin-left: 10%; }Best regards,
YigitNovember 30, 2016 at 9:13 pm #718983I got lost
Enable custom css, insert class, but I do not know what part of the code I have to modify
Adjunct full progress bar code and block code ss
<div class="avia-progress-bar-container avia_animate_when_almost_visible avia-builder-el-3 el_after_av_textblock avia-builder-el-last av-striped-bar av-animated-bar avia_start_animation"> <div class="avia-progress-bar theme-color-bar icon-bar-yes"> <div class="progressbar-title-wrap"> <div class="progressbar-icon"> <span class="progressbar-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"> </span> </div> <div class="progressbar-title">Mantención de Campamentos, Edificios y Oficinas</div> </div> <div class="progress avia_start_animation"> <div class="bar-outer"> <div class="bar" style="width: 100%" data-progress="100"> </div> </div> </div> </div> <div class="avia-progress-bar theme-color-bar icon-bar-yes"> <div class="progressbar-title-wrap"> <div class="progressbar-icon"> <span class="progressbar-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"> </span> </div>      <div class="progressbar-title">Aseo de: </div> </div> <div class="progress avia_start_animation"> <div class="bar-outer"> <div class="bar" style="width: 100%" data-progress="100"> </div> </div> </div> </div> <div class="avia-progress-bar theme-color-bar icon-bar-yes"> <div class="progressbar-title-wrap"> <div class="progressbar-icon"> <span class="progressbar-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"> </span> </div> <div class="progressbar-title">Campamentos</div> </div> <div class="progress avia_start_animation"> <div class="bar-outer"> <div class="bar" style="width: 100%" data-progress="100"> </div> </div> </div> </div> <div class="avia-progress-bar theme-color-bar icon-bar-yes"> <div class="progressbar-title-wrap"> <div class="progressbar-icon"> <span class="progressbar-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"> </span> </div>      <div class="progressbar-title">Oficinas </div> </div> <div class="progress avia_start_animation"> <div class="bar-outer"> <div class="bar" style="width: 100%" data-progress="100"> </div> </div> </div> </div> <div class="avia-progress-bar theme-color-bar icon-bar-yes"> <div class="progressbar-title-wrap"> <div class="progressbar-icon"> <span class="progressbar-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"> </span> </div> <div class="progressbar-title">Áreas Comunes </div> </div> <div class="progress avia_start_animation"> <div class="bar-outer"> <div class="bar" style="width: 100%" data-progress="100"> </div> </div> </div> </div> <div class="avia-progress-bar theme-color-bar icon-bar-yes"> <div class="progressbar-title-wrap"> <div class="progressbar-icon"> <span class="progressbar-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"> </span> </div>      <div class="progressbar-title">Servicios Higenicos </div> </div> <div class="progress avia_start_animation"> <div class="bar-outer"> <div class="bar" style="width: 100%" data-progress="100"> </div> </div> </div> </div> <div class="avia-progress-bar theme-color-bar icon-bar-yes"> <div class="progressbar-title-wrap"> <div class="progressbar-icon"> <span class="progressbar-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"> </span> </div>      <div class="progressbar-title">Casas de Cambio </div> </div> <div class="progress avia_start_animation"> <div class="bar-outer"> <div class="bar" style="width: 100%" data-progress="100"> </div> </div> </div> </div> <div class="avia-progress-bar theme-color-bar icon-bar-yes"> <div class="progressbar-title-wrap"> <div class="progressbar-icon"> <span class="progressbar-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"> </span> </div>      <div class="progressbar-title">Otras dependencias </div> </div> <div class="progress avia_start_animation"> <div class="bar-outer"> <div class="bar" style="width: 100%" data-progress="100"> </div> </div> </div> </div> <div class="avia-progress-bar theme-color-bar icon-bar-yes"> <div class="progressbar-title-wrap"> <div class="progressbar-icon"> <span class="progressbar-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"> </span> </div> <div class="progressbar-title">Gestión de Mensajería </div> </div> <div class="progress avia_start_animation"> <div class="bar-outer"> <div class="bar" style="width: 100%" data-progress="100"> </div> </div> </div> </div> <div class="avia-progress-bar theme-color-bar icon-bar-yes"> <div class="progressbar-title-wrap"> <div class="progressbar-icon"> <span class="progressbar-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"> </span> </div> <div class="progressbar-title">Administración de Edificios de Oficinas </div> </div> <div class="progress avia_start_animation"> <div class="bar-outer"> <div class="bar" style="width: 100%" data-progress="100"> </div> </div> </div> </div> <div class="avia-progress-bar theme-color-bar icon-bar-yes"> <div class="progressbar-title-wrap"> <div class="progressbar-icon"> <span class="progressbar-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"> </span> </div> <div class="progressbar-title">Lavado de Prendas Industriales </div> </div> <div class="progress avia_start_animation"> <div class="bar-outer"> <div class="bar" style="width: 100%" data-progress="100"> </div> </div> </div> </div> <div class="avia-progress-bar theme-color-bar icon-bar-yes"> <div class="progressbar-title-wrap"> <div class="progressbar-icon"> <span class="progressbar-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"> </span> </div> <div class="progressbar-title">Mantenimiento Preventivo y Correctivo de Instalaciones </div> </div> <div class="progress avia_start_animation"> <div class="bar-outer"> <div class="bar" style="width: 100%" data-progress="100"> </div> </div> </div> </div> </div>Do you help me with the code change?
-
This reply was modified 8 years, 11 months ago by
rwarner77.
November 30, 2016 at 10:57 pm #719017Hey!
Please add this code in Quick CSS field and add “your-custom-class” in Clase CSS :)
If that does not work, please create a temporary admin login and post it here privately :)Regards,
YigitDecember 1, 2016 at 2:08 pm #719232Thanks Yigit
I can thank you and I can comeDecember 1, 2016 at 2:51 pm #719252Hi,
User credentials did not work for me.
“ERROR: Nombre de usuario no válido. ¿Olvidaste tu clave?”. Can you please check once again? :)Best regards,
YigitDecember 1, 2016 at 2:55 pm #719257my error, tries again
December 1, 2016 at 2:59 pm #719259December 1, 2016 at 3:19 pm #719269Perfect, just what I needed
thank you very muchDecember 1, 2016 at 3:27 pm #719278Hey!
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
Yigit -
This reply was modified 8 years, 11 months ago by
-
AuthorPosts
- The topic ‘Barra de Progreso’ is closed to new replies.
