Title: diegooli's Replies | WordPress.org

---

# diegooli

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NavMenu Addon For Elementor] JS Erros and no Display](https://wordpress.org/support/topic/js-erros-and-no-display/)
 *  [diegooli](https://wordpress.org/support/users/diegooli/)
 * (@diegooli)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/js-erros-and-no-display/#post-10735616)
 * Same issue and the “Three Line Menu Navicon” render as square
 * jquery-migrate.min.js?ver=1.4.1:2 JQMIGRATE: Migrate is installed, version 1.4.1
   
   frontend.min.js?ver=1.1.2:408 Uncaught TypeError: Cannot read property ‘querySelector’
   of null at cbpHorizontalSlideOutMenu._init (frontend.min.js?ver=1.1.2:408) at
   new cbpHorizontalSlideOutMenu (frontend.min.js?ver=1.1.2:398) at frontend.min.
   js?ver=1.1.2:499 at frontend.min.js?ver=1.1.2:501 at frontend.min.js?ver=1.1.2:
   503
    -  This reply was modified 7 years, 7 months ago by [diegooli](https://wordpress.org/support/users/diegooli/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Zerif Lite] Import Adobe Edge into Zerif Theme Section](https://wordpress.org/support/topic/import-adobe-edge-into-zerif-theme-section/)
 *  Thread Starter [diegooli](https://wordpress.org/support/users/diegooli/)
 * (@diegooli)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/import-adobe-edge-into-zerif-theme-section/#post-7415040)
 * Now there is a blank with the specified dimensions (550px/400px), but nothing
   is displayed yet.
 * But thanks anyway, I think the problem should not be related to the theme.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Content Update Notification] nothing happens when content has been added or updated](https://wordpress.org/support/topic/nothing-happens-when-content-has-been-added-or-updated/)
 *  Thread Starter [diegooli](https://wordpress.org/support/users/diegooli/)
 * (@diegooli)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/nothing-happens-when-content-has-been-added-or-updated/#post-6966572)
 * thanks 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Content Update Notification] nothing happens when content has been added or updated](https://wordpress.org/support/topic/nothing-happens-when-content-has-been-added-or-updated/)
 *  Thread Starter [diegooli](https://wordpress.org/support/users/diegooli/)
 * (@diegooli)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/nothing-happens-when-content-has-been-added-or-updated/#post-6966564)
 * ahh, I have published now a page and it works. But it didnt work with custom 
   post type. Any solution?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Questions] "You have already participated in the poll"](https://wordpress.org/support/topic/you-have-already-participated-in-the-poll/)
 *  [diegooli](https://wordpress.org/support/users/diegooli/)
 * (@diegooli)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/you-have-already-participated-in-the-poll/#post-6376326)
 * Where is this new plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Taxonomy & Directory] Onclick tag set this tag as user preferences](https://wordpress.org/support/topic/onclick-tag-set-this-tag-as-user-preferences/)
 *  Thread Starter [diegooli](https://wordpress.org/support/users/diegooli/)
 * (@diegooli)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/onclick-tag-set-this-tag-as-user-preferences/#post-6912651)
 * instead of Most Popular tag list, I want to display all wordpress tags, and when
   the user click in one, the tag goes to preferences, and so the user can save 
   it.
 * Sorry my english.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Taxonomy & Directory] it works, But how can I use data?](https://wordpress.org/support/topic/it-works-but-how-can-i-use-data/)
 *  Thread Starter [diegooli](https://wordpress.org/support/users/diegooli/)
 * (@diegooli)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/it-works-but-how-can-i-use-data/#post-6908081)
 * I got it, thanks anyway o/
 * > <?php
   >  $user_id = get_current_user_id(); $taxonomies = get_object_taxonomies(‘
   > user’, ‘object’ ); wp_nonce_field( ‘user-tags’, ‘user-tags’ );
   >  wp_enqueue_script( ‘user_taxonomy_js’ );
   >  if ( empty ( $taxonomies ) ) {
   >  ?> <p><?php echo __( ‘No taxonomies found’,
   > WP_UT_TRANSLATION_DOMAIN ); ?></p><?php return; }
   >  ?>
 * >  <?php
   >  foreach ( $taxonomies as $key => $taxonomy ):
   >  // Check the current user can assign terms for this taxonomy
   >  if ( ! current_user_can(
   > $taxonomy->cap->assign_terms ) ) { continue; } $choose_from_text = apply_filters(‘
   > ut_tag_cloud_heading’, $taxonomy->labels->choose_from_most_used, $taxonomy );//
   > Get all the terms in this taxonomy $terms = wp_get_object_terms( $user_id, 
   > $taxonomy->name ); $num = 0; $html = ”; $user_tags = ”; if ( ! empty( $terms)){
   > foreach ( $terms as $term ) {
   >  $user_tags[] = $term->name;
   >  $term_url = site_url() . ‘/’ . $taxonomy->rewrite[‘
   > slug’] . ‘/’ . $term->slug; $html .= $term->name . ‘,’;
   >  $num ++;
   >  } $user_tags = implode( ‘,’, $user_tags ); } ?> <?php echo $html;?
   > > <?php endforeach; ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PostRatings] max ratings set to 10000](https://wordpress.org/support/topic/max-ratings-set-to-10000/)
 *  [diegooli](https://wordpress.org/support/users/diegooli/)
 * (@diegooli)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/max-ratings-set-to-10000/#post-6880406)
 * Same here. Re-install the plugin not work. What Can I do?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Rowling] Page in mobile responsive not working](https://wordpress.org/support/topic/page-in-mobile-responsive-not-working/)
 *  [diegooli](https://wordpress.org/support/users/diegooli/)
 * (@diegooli)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/page-in-mobile-responsive-not-working/#post-6179064)
 * There is a blue circle at the top right in mobile responsive, it works. But If
   I want a normal menu, no hide/expand. How I can do that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPeMatico RSS Feed Fetcher] get RSS Feed URL in single.php](https://wordpress.org/support/topic/get-rss-feed-url-in-singlephp/)
 *  Thread Starter [diegooli](https://wordpress.org/support/users/diegooli/)
 * (@diegooli)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/get-rss-feed-url-in-singlephp/#post-6895753)
 * I found myself , thanks anyway
 * > <?php
   >  echo get_post_meta(get_the_ID(), ‘wpe_feed’, true); ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Search and display PDF files](https://wordpress.org/support/topic/search-and-display-pdf-files/)
 *  [diegooli](https://wordpress.org/support/users/diegooli/)
 * (@diegooli)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/search-and-display-pdf-files/#post-6472952)
 * Any solution?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Awesome Surveys] Survey doesn't show input elements in the front](https://wordpress.org/support/topic/survey-doesnt-show-input-elements-in-the-front/)
 *  [diegooli](https://wordpress.org/support/users/diegooli/)
 * (@diegooli)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/survey-doesnt-show-input-elements-in-the-front/#post-6559486)
 * same here, nothing yet?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form DB] "Submitted Login" anonymous](https://wordpress.org/support/topic/submitted-login-anonymous/)
 *  Thread Starter [diegooli](https://wordpress.org/support/users/diegooli/)
 * (@diegooli)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/submitted-login-anonymous/#post-6621203)
 * I commented the code:
 * > // If the submitter is logged in, capture his id
   > /*
   >  if ($user) { $order = ($order < 9999) ? 9999 : $order + 1; // large order
   > num to try to make it always next-to-last $wpdb->query($wpdb->prepare($parametrizedQuery,
   > $time, $title, ‘Submitted Login’, $user, $order)); } */
 * “Submitted login” is not displayed anymore
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Category Library] Plugin error](https://wordpress.org/support/topic/didnt-work-88/)
 *  [diegooli](https://wordpress.org/support/users/diegooli/)
 * (@diegooli)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/didnt-work-88/#post-5535826)
 * for me too =/
 * any other solution?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Alligator Menu Popup] Hiding the address line](https://wordpress.org/support/topic/hiding-the-address-line/)
 *  [diegooli](https://wordpress.org/support/users/diegooli/)
 * (@diegooli)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/hiding-the-address-line/#post-5724839)
 * So, there aren’t other way?

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

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