mimmo84
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Rest API header throws validation errorsI have the same problem too. I hope it will resolve soon.
E’ un buon plugin sarebbe un peccato doverci rinunciare per qualche cliente un po’ più esigente. Comunque state facendo davvero un ottimo lavoro!
Continuate così! 🙂Perfetto tutto chiaro!
Si ho provato anche sia con
<script<---------SOMETHING--------->disqus.js<---------SOMETHING---------></script>che con
<script<---------SOMETHING--------->disqus-comment-system<---------SOMETHING---------></script>ma come risultato ottengo che vengono disabilitati tutti gli script presenti nella pagina in cui sono presenti i commenti…
Nella seconda domanda intendo comunque bloccare gli script (cosa che il tuo plugin è già in grado di fare) ma al contempo mi piacerebbe avere una classe (da posizionare opportunamente nel proprio codice) per poter oscurare alcuni div che funzionano con gli script bloccati. Spero di essere stato più chiaro questa volta ;P
In ogni caso grazie per aver risposto prontamente! 🙂Risolto il problema con disqus. Attualmente utilizzo il plugin “Disqus Comment System” per disabilitarlo basta aggiungere nella textarea Custom (da bloccare) il seguente script:
<script type='text/javascript' src='http://nomedominio/wp-content/plugins/disqus-comment-system/media/js/disqus.js?ver=4.4'></script>è importante sostituire al posto di “nomedominio” il nome del dominio del proprio sito e al posto di “?ver=4.4” la versione corrente di wordpress. Per essere sicuri di inserire lo script corretto basta cercarlo ispezionando la pagina contenente i commenti.
A questo punto sorge un altro problema per cui avrei un suggerimento. Poichè disabilitando il suddetto script sparisce anche ogni traccia di css relativo ai commenti (lasciando lo spazio relativo ai commenti poco chiaro e brutto da vedere) ho pensato che si potrebbe inserire a proprio piacimento un div con una classe speciale es. “hide-before-accept” che nasconde il suo contenuto fino a quando l’utente accetta i cookies.
Es. se non voglio mostrare i tasti SHARE di facebook, di google plus o i commenti fino a quando l’utente accetta i cookies potrei procedere nel seguente modo:<div class="hide-before-accept"> <!-- tasti share di facebook --> </div> <div class="hide-before-accept"> <!-- tasti share di google plus --> </div> <div class="hide-before-accept"> <!-- commenti --> </div>Thanks Mrinal. If i enable the option “Enable Guest Post” and disactive the option “Require Name and Email address” all works fine. However it would be more professional a check on nickname and on e-mail.
Thanks. I had already read both articles but still don’t understand what the problem is. The guide is written that if a user already exists with the same email address, the post will assign to that existing user. If I try to do that i get the message that I quoted above.
Some other suggestion?
Forum: Plugins
In reply to: [Meta Box] how to declare the custom sizeI Submitted the code
add_image_size( 'YOURSIZE', 700, 700, true );after loading the images then to work I had to reinstall the theme
Forum: Themes and Templates
In reply to: [Flat Bootstrap] Category page doesn't exist?Thanks! you were right…I forgot to check it
Forum: Plugins
In reply to: Plugin/hack for creating a "filterable" grid but not involving posts?Uops i forgot the links the first is here:
https://ww.wp.xz.cn/plugins/awesome-filterable-portfolio/
the second is here:
http://www.dconnell.co.uk/blog/index.php/2013/07/30/creating-an-animated-filterable-grid-of-items-using-shuffle-js-a-free-alternative-to-isotope-masonry-and-quicksand/
😀Forum: Plugins
In reply to: Plugin/hack for creating a "filterable" grid but not involving posts?Hi i have the same problem…have look here
the problem is that the elements of the grid have an annoying popup that the popup’s creator did not solved yet. But actually this plugin do what u want i think.
Otherwise if you are able to use you can try this tutorial
Good Luck!
Pls if you can solve this problem can you tell me how you did it? Ty 🙂Forum: Plugins
In reply to: [Twitch TV Embed Suite] How to add the code in your template?thank you for help!