Dexter800
Forum Replies Created
-
Thank you @nixxxon23, you saved my life! I really really thank you, man.
Please developers, add that code to the next release, it would be so cool.Ok solved
I followed those instructions: You can enable “Require admin review” in Ultimate member -> User Roles -> your user role e.g member and “Registration Status” dropdown.
But it still allow users to register and auto-access without admin review…
Forum: Plugins
In reply to: [Regione Provincia Comune] MailChimpHo risolto da solo. Bisogna modificare il file ajax.js aggiungendo queste righe:
$(“input.citta_mail”).attr(‘value’,comuni_testo);
$(“input.prov_mail”).attr(‘value’,provincia_testo);
$(“input.reg_mail”).attr(‘value’,regione_testo);
dopo la riga 51,
poi bisogna creare questi campi in CF7:
[hidden* mc4wp-CITTA id:CITTA class:citta_mail]
[hidden* mc4wp-PROV id:PROV class:prov_mail]
[hidden* mc4wp-REG id:REG class:reg_mail]In questo modo è anche possibile mettere i campi come obbligatori. Spero di essere stato utile a qualcuno.
Try to add this:
define( ‘ALTERNATE_WP_CRON’, true );
to your config.php file. I solved that way. Maybe it works for you too. Please, let me know.Forum: Reviews
In reply to: [underConstruction] Don't use this!!!Gonna try, thank you
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Send WooCommerce custom values to MailChimp?https://mc4wp.com/kb/send-more-woocommerce-fields-to-list/ …Does it work only with the Pro version?
Forum: Plugins
In reply to: [ACF qTranslate] WYSIWYG field error on page saveResolved, close topic. bye
Forum: Plugins
In reply to: [ACF qTranslate] WYSIWYG field error on page saveOK I got it. I had to set the qT custom field type. Sorry I just found out now! Thank you, great work, really
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Horizontal arrangement for flagsHi lRlevolution. Just open your theme’s footer.php file and write in it this code:
<?php if (function_exists("transposh_widget")) { transposh_widget(array(), array('title' => '', 'widget_file' => 'flags/tpw_flags_css.php')); } ?>
Hope it helps. Sorry we wrote in Italian, anyway mya78 used a different code:
<?php echo qtrans_generateLanguageSelectCode('both'); ?>
I think both will work, just give’em a try.
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Horizontal arrangement for flagsHenrich, well you just have to type some php code inside your theme’s code (usually in the header.php file). Take a look here for explanations: https://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=3&p=16#p16
Hope it helped.Hi Mya, ti chiedo scusa se non ti ho risposto, non è che non volessi aiutarti ma sono stato molto impegnato e mi sono dimenticato! Ad ogni modo non avrei potuto aiutare granché, perché farlo così alla cieca è difficile, ti posso solo consigliare di inserire il tutto in un div che andrà poi messo in un div già esistente nel tema, può essere quello che racchiude il titolo o il search, o un banner, assegnando diverse caratteristiche ai div, via css puoi ottenere quello che vuoi, solitamente io provo con position, float, width e display. Ti consiglio nuovamente Firebug, perché è utilissimo in questi casi.
Great! It does work! thank you.
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Horizontal arrangement for flagsE’ una trappola sempre e comunque, anche perché essere ossessionati dalla precisione in questo lavoro è fondamentale. In bocca al lupo!!!
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Horizontal arrangement for flagsHi, I’m glad to help you if I can. I put that code at the top of the style.css file of the theme’s folder (not plugin’s files), actually I wrote this:
#qtranslate-chooser { margin: 0 18px 0 0; } #qtranslate-chooser li { float:left; margin: 8px 5px 0 0; }
It works for me, but maybe you will have to fix it a little, try using Firebug, if you didn’t.
Simply open the file style.css (you find inside the theme’s folder) using a Notepad or similar, add those lines at the topo, then save the file in the same original format and upload it into the server, at its right place.
If you need some help, just reply. By the way, your name sounds Italian, if you are, we can also talk in Italian, ’cause I am too. Good luck!
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Horizontal arrangement for flagsOk I solved by my own.
Just put this:
#qtranslate-chooser li { float:left; margin: 5px 5px 0 0; }
in your theme style sheet.