Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #717942

    Con la barra de progreso de puede hacer algo como esto:?
    Imagen

    #718858

    Hola!

    That should be possible. Can you please post a link to your page where you have your progress bar element?

    Best regards,
    Yigit

    P.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 :)

    #718875

    Hola 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:

    #718877

    Hi,

    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,
    Yigit

    #718889

    It 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 later

    Is 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?

    #718891

    Hi,

    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,
    Yigit

    #718983

    I 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>
    			&nbsp&nbsp&nbsp&nbsp&nbsp<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>
    			&nbsp&nbsp&nbsp&nbsp&nbsp<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>
    			&nbsp&nbsp&nbsp&nbsp&nbsp<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>
    			&nbsp&nbsp&nbsp&nbsp&nbsp<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>
    			&nbsp&nbsp&nbsp&nbsp&nbsp<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 7 years, 4 months ago by rwarner77.
    #719017

    Hey!

    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,
    Yigit

    #719232

    Thanks Yigit
    I can thank you and I can come

    #719252

    Hi,

    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,
    Yigit

    #719257

    my error, tries again

    #719259

    Hey!

    I applied the changes, please review your website now :)

    Best regards,
    Yigit

    #719269

    Perfect, just what I needed
    thank you very much

    #719278

    Hey!

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Barra de Progreso’ is closed to new replies.