gleenk
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Disable red/green BulletI’ll do a try soon. If it works I’ll love you.
Forum: Requests and Feedback
In reply to: BUG Removing menu pageI deduced taht it’s only a usability problem, term is added in ajax without evidence or else so my client could not noticed what he is doing
Forum: Requests and Feedback
In reply to: BUG Removing menu pageI hope problem was solved, but in WP 3.8.1 I should not add new taxonomy term correctly. If I add a term I had to refresh the page (in the backend) to see it correctly added. Page doesn’t refresh automatically so it seems nothing is working
Forum: Plugins
In reply to: [Flare] Flare Plugin not displaying.Sometimes it happens to me the same thing. I think it goes on conflict with other sharing plugin or some php request in theme but i have never understood why… ??
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Map not showing on FF and IEIt happens on multiple website (no purchased theme, but customized from scracth). I have no examples now, I deactivated it on all my websites and replaced sorry ??
Forum: Plugins
In reply to: [Namaste! LMS] Italian Translation DoneSorry, I linked wrong file…
Here’s the right .mo:
https://dl.dropboxusercontent.com/u/15994979/namaste-it_IT.mo
Please tell me when you downloaded it so i can remove it from DropBox
D.PS: there are some strings probably not rightly set into original files, same labels (menu ones for examples) could not be translated infact.
Forum: Plugins
In reply to: [WP Dropdown Hierarchical Category UI] Thank you! And a suggestion…@kharis when you release the next version with that features? ??
I did the same thing on 2 websites with the same result. 404 error. I activated basic firewall, bad query strings and 5g. I only checked checkboxes, nothing else.
Forum: Fixing WordPress
In reply to: Determining whether a taxonomy is top-level or notHi, no this is not my problem. I need to check terms dynamically. I solved in this way.
Into functions.php:
function get_top_parent_terms( $tassonomia, $termine ){ $topTerms = get_terms( $tassonomia, array('parent' => 0) ); $termini = array(); if ( $topTerms ) : foreach ( $topTerms as $typeTerm ) : $termini[] = $typeTerm->term_id; endforeach; endif; return in_array( $termine->term_id, $termini); }
Into a taxonomy-name.php:
$term = $wp_query->queried_object; if ( !get_top_parent_terms ( 'categorie-servizi', $term ) ) :
And this works. Hope that helps
No, recently not
1. I don’t know why, but it’s the second time with 2 consecutive sites in the last month (wp 3.6) that this happened ??
2. ok1. Unfortunately i dindn’t change anything. I usually have a manual transfer procedure so i export-import db and do query to rewrite urls then use search&replace to complete the work. So, no, it’s not the situation you mentioned. Or not?
2. That’s good. When it will be released?Forum: Plugins
In reply to: [Native Apps Builder] result true and access token errorSame thing
Forum: Plugins
In reply to: [Download Manager] Email notificationLoL what a brilliant answer! How do I have to edit the code?
Forum: Plugins
In reply to: [3B Meteo] Larghezza al 100%Ciao Andrea, purtroppo anche il wizard non permette di interagire con le dimensioni. Peccato, basterebbe che la tabella originale avesse una dimensione fluida al 100% invece che fissa! ?? Grazie comunque troverò un altra soluzione!