diegooli
Forum Replies Created
-
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] JS Erros and no DisplaySame 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 6 years, 2 months ago by diegooli.
Forum: Themes and Templates
In reply to: [Zerif Lite] Import Adobe Edge into Zerif Theme SectionNow 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.
thanks ??
ahh, I have published now a page and it works. But it didnt work with custom post type. Any solution?
Forum: Plugins
In reply to: [Questions] "You have already participated in the poll"Where is this new plugin?
Forum: Plugins
In reply to: [User Taxonomy & Directory] Onclick tag set this tag as user preferencesinstead 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
In reply to: [User Taxonomy & Directory] it works, But how can I use data?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
In reply to: [WP-PostRatings] max ratings set to 10000Same here. Re-install the plugin not work. What Can I do?
Forum: Themes and Templates
In reply to: [Rowling] Page in mobile responsive not workingThere 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
In reply to: [WPeMatico RSS Feed Fetcher] get RSS Feed URL in single.phpI found myself , thanks anyway
<?php
echo get_post_meta(get_the_ID(), ‘wpe_feed’, true);
?>Forum: Plugins
In reply to: Search and display PDF filesAny solution?
Forum: Plugins
In reply to: [Awesome Surveys] Survey doesn't show input elements in the frontsame here, nothing yet?
Forum: Plugins
In reply to: [Contact Form DB] "Submitted Login" anonymousI 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
In reply to: [Media Category Library] Plugin errorfor me too =/
any other solution?
Forum: Plugins
In reply to: [Alligator Menu Popup] Hiding the address lineSo, there aren’t other way?