Title: danielvierab's Replies | WordPress.org

---

# danielvierab

  [  ](https://wordpress.org/support/users/danielvierab/)

 *   [Profile](https://wordpress.org/support/users/danielvierab/)
 *   [Topics Started](https://wordpress.org/support/users/danielvierab/topics/)
 *   [Replies Created](https://wordpress.org/support/users/danielvierab/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/danielvierab/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/danielvierab/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/danielvierab/engagements/)
 *   [Favorites](https://wordpress.org/support/users/danielvierab/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/danielvierab/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/danielvierab/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LH Dashboard Notes] unable to delete a note](https://wordpress.org/support/topic/unable-to-delete-a-note/)
 *  Thread Starter [danielvierab](https://wordpress.org/support/users/danielvierab/)
 * (@danielvierab)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/unable-to-delete-a-note/#post-10089634)
 * Hi Pete
    Plugin version: Version 1.08 WP Version: 4.9.4 Role: Administrator Regards,
   Daniel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Banner Ads Rotator] Errors…I want to like this..but](https://wordpress.org/support/topic/errorsi-want-to-like-thisbut/)
 *  [danielvierab](https://wordpress.org/support/users/danielvierab/)
 * (@danielvierab)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/errorsi-want-to-like-thisbut/#post-5896596)
 * just go and edit your banner. Under “geo” tab just mark at least one country
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [1 post by user with specific category page](https://wordpress.org/support/topic/1-post-by-user-con-specific-category-page/)
 *  Thread Starter [danielvierab](https://wordpress.org/support/users/danielvierab/)
 * (@danielvierab)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/1-post-by-user-con-specific-category-page/#post-4894299)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextGen NivoSlider] not working with NEXTGEN 2.0.58](https://wordpress.org/support/topic/not-working-with-nextgen-2058/)
 *  Thread Starter [danielvierab](https://wordpress.org/support/users/danielvierab/)
 * (@danielvierab)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/not-working-with-nextgen-2058/#post-4708022)
 * Unfortunately no.
    I’m just using version of NEXTGEN 2.0.40
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Validated required fields do not dissappear when corrected since update](https://wordpress.org/support/topic/validated-required-fields-do-not-dissappear-when-corrected-since-update/)
 *  [danielvierab](https://wordpress.org/support/users/danielvierab/)
 * (@danielvierab)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/validated-required-fields-do-not-dissappear-when-corrected-since-update/#post-4427872)
 * Excelent Man
    You’re a genius!!!!!!!
 * Many thanks.
 * Regards
    Daniel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Validated required fields do not dissappear when corrected since update](https://wordpress.org/support/topic/validated-required-fields-do-not-dissappear-when-corrected-since-update/)
 *  [danielvierab](https://wordpress.org/support/users/danielvierab/)
 * (@danielvierab)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/validated-required-fields-do-not-dissappear-when-corrected-since-update/#post-4427870)
 * I 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
    Daniel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Validated required fields do not dissappear when corrected since update](https://wordpress.org/support/topic/validated-required-fields-do-not-dissappear-when-corrected-since-update/)
 *  [danielvierab](https://wordpress.org/support/users/danielvierab/)
 * (@danielvierab)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/validated-required-fields-do-not-dissappear-when-corrected-since-update/#post-4427869)
 * Thanks
    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
    Daniel
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[IvyCat AJAX Image Slider] Great but need more features](https://wordpress.org/support/topic/great-but-need-more-features/)
 *  Thread Starter [danielvierab](https://wordpress.org/support/users/danielvierab/)
 * (@danielvierab)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/great-but-need-more-features/#post-7749357)
 * Thanks for your quick response!
 * Great!
    Is the random post order available?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IvyCat AJAX Image Slider] [Plugin: IvyCat AJAX Image Slider] Feature Request: Slider Navigation](https://wordpress.org/support/topic/plugin-ivycat-ajax-image-slider-feature-request-slider-navigation/)
 *  [danielvierab](https://wordpress.org/support/users/danielvierab/)
 * (@danielvierab)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-ivycat-ajax-image-slider-feature-request-slider-navigation/#post-3101528)
 * Hello
    Is this feature available yet? couldn’t find it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextGEN Scroll Gallery] [Plugin: NextGEN Scroll Gallery] 2.02 beta: two rows of thumbs and images](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-202-beta-two-rows-of-thumbs-and-images/)
 *  [danielvierab](https://wordpress.org/support/users/danielvierab/)
 * (@danielvierab)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-nextgen-scroll-gallery-202-beta-two-rows-of-thumbs-and-images/#post-2856121)
 * I need two rows of thumbnails but I’ve been changing CSS with no luck. Any help?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JJ NextGen JQuery Slider] [Plugin: JJ NextGen JQuery Slider] Make slider load quicker?](https://wordpress.org/support/topic/plugin-jj-nextgen-jquery-slider-make-slider-load-quicker/)
 *  [danielvierab](https://wordpress.org/support/users/danielvierab/)
 * (@danielvierab)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-jj-nextgen-jquery-slider-make-slider-load-quicker/#post-2614402)
 * Same problem here, did you find a solution?
    Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] Unable to change currency symbols VUB](https://wordpress.org/support/topic/unable-to-change-currency-symbols-vub/)
 *  Thread Starter [danielvierab](https://wordpress.org/support/users/danielvierab/)
 * (@danielvierab)
 * [15 years ago](https://wordpress.org/support/topic/unable-to-change-currency-symbols-vub/#post-2208175)
 * Thanks. This made the trick. Problem solved.
    Regards Daniel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] Unable to change currency symbols VUB](https://wordpress.org/support/topic/unable-to-change-currency-symbols-vub/)
 *  Thread Starter [danielvierab](https://wordpress.org/support/users/danielvierab/)
 * (@danielvierab)
 * [15 years ago](https://wordpress.org/support/topic/unable-to-change-currency-symbols-vub/#post-2208154)
 * Japer, 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 Daniel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] traslate the Currency sign location](https://wordpress.org/support/topic/traslate-the-currency-sign-location/)
 *  [danielvierab](https://wordpress.org/support/users/danielvierab/)
 * (@danielvierab)
 * [15 years ago](https://wordpress.org/support/topic/traslate-the-currency-sign-location/#post-2123473)
 * Same problem with Currency sign for Venezuelan Bolivar, did you find an answer?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] [Plugin: WP e-Commerce] Need something like Product Group in 3.7.5 for new version](https://wordpress.org/support/topic/plugin-wp-e-commerce-need-something-like-product-group-in-375-for-new-version/)
 *  [danielvierab](https://wordpress.org/support/users/danielvierab/)
 * (@danielvierab)
 * [15 years ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-need-something-like-product-group-in-375-for-new-version/#post-2211627)
 * i need that too

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/danielvierab/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/danielvierab/replies/page/2/?output_format=md)