masterbip
Forum Replies Created
-
Please any help? I think it is really simple but I can’t achieve this!
It was so simple …
Using not a select but a textbox and with something like this:<?php if (!((get_post_meta($post->ID, 'wpcf-vehiculo-txt-reloj', TRUE))=='')) { // IF NOT EMPTY echo '<li class="fd-reloj"></li>'; } // IF EMPTY else{} ?>
Done!
And please, without using Views Plugin. Thanks!
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] Get value and turn into "img src"For anyone who needs something like myself I found this PLUGIN
https://www.ads-software.com/plugins/contact-form-7-get-and-show-parameter-from-url/This is perfect and work like a charm!!!
Thanks again!
That is the real solution, thanks a lot aramaz!!!
I have trouble with qtranslate in each upgrade, but Qtranslate ROCKS!Forum: Plugins
In reply to: [Weather Underground] LanguageI post the translation without testing … and is not working ??
——————
Edit: Sorry but it worked like a charm, you only have also to disable in options “Cache forecast results”
Thanks!!!Forum: Plugins
In reply to: [Weather Underground] LanguageAca esta para ESPA?OL: Acepto modificaciones!
if ( $label == ‘Sunday’ ) { $label = ‘Domingo’; }
else if ( $label == ‘Monday’ ) { $label = ‘Lunes’; }
else if ( $label == ‘Tuesday’ ) { $label = ‘Martes’; }
else if ( $label == ‘Wednesday’ ) { $label = ‘Miercoles’; }
else if ( $label == ‘Thursday’ ) { $label = ‘Jueves’; }
else if ( $label == ‘Friday’ ) { $label = ‘Viernes’; }
else if ( $label == ‘Saturday’ ) { $label = ‘Sabado’; }if ( $conditions == ‘Clear’ ) { $conditions = ‘Despejado’; }
else if ( $conditions == ‘Chance of Snow’ ) { $conditions = ‘Probabilidad de Nieve’; }
else if ( $conditions == ‘Chance of Rain’ ) { $conditions = ‘Probabilidad de Lluvia’; }
else if ( $conditions == ‘Chance of Freezing Rain’ ) { $conditions = ‘Probabilidad de Lluvia helada’; }
else if ( $conditions == ‘Chance of Sleet’ ) { $conditions = ‘Probabilidad de AguaNieve’; }
else if ( $conditions == ‘Chance of Thunderstorms’ ) { $conditions = ‘Probabilidad de Tormenta’; }
else if ( $conditions == ‘Cloudy’ ) { $conditions = ‘Nublado’; }
else if ( $conditions == ‘Flurries’ ) { $conditions = ‘Nieve suave’; }
else if ( $conditions == ‘Fog’ ) { $conditions = ‘Niebla’; }
else if ( $conditions == ‘Freezing Rain’ ) { $conditions = ‘Lluvia helada’; }
else if ( $conditions == ‘Haze’ ) { $conditions = ‘Neblina’; }
else if ( $conditions == ‘Mostly Cloudy’ ) { $conditions = ‘Mayormente nublado’; }
else if ( $conditions == ‘Mostly Sunny’ ) { $conditions = ‘Mayormente Soleado’; }
else if ( $conditions == ‘Overcast’ ) { $conditions = ‘Nublado con poca visibilidad’; }
else if ( $conditions == ‘Partly Cloudy’ ) { $conditions = ‘Parcialmente nublado’; }
else if ( $conditions == ‘Partly Sunny’ ) { $conditions = ‘Parcialmente Soleado’; }
else if ( $conditions == ‘Rain’ ) { $conditions = ‘Lluvia’; }
else if ( $conditions == ‘Scattered Clouds’ ) { $conditions = ‘Nubes Dispersas’; }
else if ( $conditions == ‘Sleet’ ) { $conditions = ‘Aguanieve’; }
else if ( $conditions == ‘Snow’ ) { $conditions = ‘Nieve’; }
else if ( $conditions == ‘Sunny’ ) { $conditions = ‘Soleado’; }
else if ( $conditions == ‘Thunderstorms’ ) { $conditions = ‘Tormentas electricas’; }
else if ( $conditions == ‘Thunderstorm’ ) { $conditions = ‘Tormenta Eléctrica’; }
else if ( $conditions == ‘Unknown’ ) { $conditions = ‘Desconocido’; }Forum: Plugins
In reply to: [List category posts] Get POST ID and use it on templateI figured it out by myself.
Just using$single->ID
in my custom template file.
Exammple:<a href="#" rel="'.$single->ID.'">'.$this->get_post_title($single).'</a>
Returns:
<a href="#" rel="1424">THE POST TILE</a>
Forum: Plugins
In reply to: [List category posts] Custom PaginationI have sorted this, but this would be a great feature.
I used css to hide all elements but first and last item:.nav-redonda-gris-dos ul.lcp_paginator li{ display:none; float:left; text-indent:6500px; } .nav-redonda-gris-dos ul.lcp_paginator li:first-child{ display:block; width:50px; height:50px; background:transparent url(../imagenes/left-off.png) no-repeat 0px 0px; margin-right:6px; } .nav-redonda-gris-dos ul.lcp_paginator li:first-child a{ display:block; width:50px; height:50px; background:transparent url(../imagenes/left-on.png) no-repeat 0px 0px; } .nav-redonda-gris-dos ul.lcp_paginator li:last-child{ display:block; width:50px; height:50px; margin-left:6px; background:transparent url(../imagenes/right-off.png) no-repeat 0px 0px; } .nav-redonda-gris-dos ul.lcp_paginator li:last-child a{ display:block; width:50px; height:50px; background:transparent url(../imagenes/right-on.png) no-repeat 0px 0px; }
Well … there is a lot more code but it’s an idea of what i made.
Keep the idea in mind for a future update. Thanks!
Forum: Plugins
In reply to: [List category posts] Custom PaginationDear Pcandocodigo … is there a way to do it … not to get numbers but only left and right arrows/image ??
Thanks again in advance.Forum: Plugins
In reply to: [List category posts] Category as classNevermind, i used excerpt to do it. Is not the best but it solved my problem. If anybody got an answer … will be appreciatted.
Thanks!Forum: Plugins
In reply to: [List category posts] Display category nameI want to use category nice name to style the links … it’s some way to do it with template file or shortcode?
I asked also this athttps://www.ads-software.com/support/topic/category-as-class?replies=1#post-5226699
Thanks in advance!
Thanks for that, but didn’t worked as expected.
I search something and it still appears in results page as
“PRIVATE: The title of the included page”Do i have to do something with my search function?
Thanks a lot for your answer.
Forum: Plugins
In reply to: [qTranslate] WordPress 3.7 ?This is one of the best FREE plugin here. It′s a monster. Im going to do what you suggest. If it′s not working I’m going to wait for next update.
Thanks again for this amazing FREE plugin.
Forum: Plugins
In reply to: [WooCommerce] Related Products Filter