danielvierab
Forum Replies Created
-
Forum: Plugins
In reply to: [LH Dashboard Notes] unable to delete a noteHi Pete
Plugin version: Version 1.08
WP Version: 4.9.4
Role: Administrator
Regards,
DanielForum: Plugins
In reply to: [Banner Ads Rotator] Errors…I want to like this..butjust go and edit your banner. Under “geo” tab just mark at least one country
Forum: Fixing WordPress
In reply to: 1 post by user with specific category pageI found myself a way to do it
<?php
$blogusers = get_users_of_blog();
if ($blogusers) {
foreach ($blogusers as $bloguser) {
$user = get_userdata($bloguser->user_id);
$args=array(
‘author’ => $user->ID,
‘post_type’ => ‘post’,
‘post_status’ => ‘publish’,
‘posts_per_page’ => 1,
‘caller_get_posts’=> 1,
);
$my_query = null;
$my_query = new WP_Query($args);
if( $my_query->have_posts() ) {
while ($my_query->have_posts()) : $my_query->the_post();
if ( in_category(‘opinion’) || in_category(‘esta-pasando’) || in_category(‘nacional-opinion’) || in_category(‘internacional-opinion’) ) {
?><div class=”autor”>
<div class=”autor-thumb”>
<?php echo get_wp_user_avatar(get_the_author_meta(‘ID’), ‘original’ ); ?>
</div>
<div class=”autor-bio”>
<h2><?php the_author() ?></h2>
<h3><?php the_title(); ?></h3>
<?php the_excerpt(); ?>
</div>
</div><div class=”clear”></div>
<?php
};
endwhile;
}}
}
?>Forum: Plugins
In reply to: [NextGen NivoSlider] not working with NEXTGEN 2.0.58Unfortunately no.
I’m just using version of NEXTGEN 2.0.40Excelent Man
You’re a genius!!!!!!!Many thanks.
Regards
DanielI made it work, with a separate .js file, but only if I remove the part of the code on the plugin .js that defines the function
$.fn.wpcf7NotValidTip = function(message) { …..
What am I missing?
Best Regards
DanielThanks
It’s working when I replace it on plugin .js file, but I tried dylanjameswagner suggestion with no luck.
I’m a designer and not a programmer. Please dylanjameswagner could you be a little more specific on how to do it with a site script file?
I created a theme.js and loaded (both on header or footer) but it’s not working.
Not sure if my .js has everything needed.Thanks again
Best Regards
DanielForum: Reviews
In reply to: [IvyCat AJAX Image Slider] Great but need more featuresThanks for your quick response!
Great!
Is the random post order available?Hello
Is this feature available yet? couldn’t find it.I need two rows of thumbnails but I’ve been changing CSS with no luck. Any help?
Same problem here, did you find a solution?
ThanksForum: Plugins
In reply to: [WP eCommerce] Unable to change currency symbols VUBThanks. This made the trick. Problem solved.
Regards
DanielForum: Plugins
In reply to: [WP eCommerce] Unable to change currency symbols VUBJaper, gracias por la respuesta.
Con gusto te mando lo que yo traduje, solo dime a que correo.
Otra cosa, yo trate de hacer lo que sugieres, pero no me funciono, en que tabla cambiaste el signo
saludos
DanielForum: Plugins
In reply to: [WP eCommerce] traslate the Currency sign locationSame problem with Currency sign for Venezuelan Bolivar, did you find an answer?
i need that too