straw94
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Can’t login to my siteSure, I’d like to, but their form isn’t reachable until Friday, September 23rd đ
I was just wondering if anyone had ever had the same issue and/or had any idea of how to fix this, as this is really the first time I’m getting this message although I’m using Jetpack for ages on multiple sites !Hi Teodor,
Well I finally asked a dev to help me and the issue is solved, although I have no clue about what was wrong ^^
Thanks anyway,
D.Hi,
You’re right, I’ve installed some other plugins doing more or less the same thing (custum login page) and the issue occurs with all of them, so it looks more like an issue due to the HTTPS I guess. I’ve used these plugins in the past on other HTTP websites without any problem so my bet is that there must be something to do to make them work on an HTTPS site but I can’t figure out what.
At the moment when I try to login I’m not redirected anywhere, I remain on the same page but the credentials are not recognized by the system. I’m not using any redirection plugin (I have iThemes Security installed but disabled, that is supposed to do a redirection but as I suspected the redirection to cause the problem I’ve deactivated it for now).
Best,
D.I’m still investigating this and can’t find the difference between my current site and others that run great with this plugin : could it be linked to the fact that the site is on https ? could it be an issue with permissions missing on some files ?
Thanks in advance for your help,
DeborahForum: Plugins
In reply to: [Theme My Login] Can't login on the TML pageMy mistake, the issue is caused by another plugin.
Forum: Fixing WordPress
In reply to: Categories and tags not available for PagesI’ve found a plugin to do this anyway.
Thanks for your help !Forum: Fixing WordPress
In reply to: Categories and tags not available for PagesWell I have several sites running with WordPress and I’ve always had categories and tags available in the Pages tab.
Hi,
Sorry for the delay !
No, actually if you go to http://actu.etoilecasting.com/evenements-a-venir you’ll see a piece of code displayed on the page at the very bottom…Cheers,
DeborahHi,
Well, it didn’t đ
I’ve added this to my functions.php file as you suggested :function em_validate($result, $EM_Event){
if (!is_user_logged_in() && !strlen(trim($_REQUEST[‘booking_comment’]))){
$EM_Event->add_error(‘Merci de remplir votre nom, mail, tĂ©lĂ©phone et URL de votre book en ligne EtoileCasting.’);
$result = false;
}
return $result;
}
add_filter(’em_event_validate’,’em_validate’, 1, 2);and the whole page became white.
Thanks anyway.
Well my dashboard is in French but the translation for this fiels would be something like : “Format by default for a events list footer” and was filled in with “</tbody></table>” before I added “
<h2>EvĂšnements passĂ©s</h2>[events_list scope=”past” order=”DESC” limit=”18″]”.Thanks
I’ve removed the piece of code but here is what appeared without image nor links :
[events_list format_header=”” format_footer=”
“] [CONCOURS] Gagnez votre shooting photos avec Emmanuelle FrĂ©get ! [events_list format_header=”” format_footer=”
“] [BOOK] RĂ©alisez votre book photo avec Greg Alexander [events_list format_header=”” format_footer=”
“] [COACHING] Gagnez votre coaching artistique avec Bruno Clairin ! [events_list format_header=”” format_footer=”
“] [CONCOURS] Le Point Virgule fait lâOlympia et Bobino ! [events_list format_header=”” format_footer=”
“] [HUMOUR] Gagnez vos places pour dĂ©couvrir Fary ! [events_list format_header=”” format_footer=”
“] [PHOTOS] Grand shooting photo fĂȘte des mĂšres ! [events_list format_header=”” format_footer=”
“] [HUMOUR] Gagnez vos places pour dĂ©couvrir Louis-JosĂ© Houde [events_list format_header=”” format_footer=”
“] [CHANT] Casting exclusif avec Renaud Hantson [events_list format_header=”” format_footer=”
“] [NOUVEAU] Inscrivez-vous aux Rencontres Casting [events_list format_header=”” format_footer=”
“] [CONCOURS] Gagnez votre shooting photos au studio RGBOOK â Paris [events_list format_header=”” format_footer=”
“] [CONCOURS] Gagnez vos places pour la finale des Impertinentes [events_list format_header=”” format_footer=”
“] Stage VallĂ©e CinĂ©ma : Participez Ă une formation dâacteurs [events_list format_header=”” format_footer=”
“] Concours Les Impertinentes, les grandes de demain montent sur scĂšne [events_list format_header=”” format_footer=”
“] [CONCOURS] Spectacle Ă©vĂ©nement « Anne Le Musical » [events_list format_header=”” format_footer=”
“] Concours Miss Ronde France 2014 [events_list format_header=”” format_footer=”
“] [CONCOURS] Gagnez votre shooting photo avec Emmanuelle FrĂ©get [events_list format_header=”” format_footer=”
“] [CONCOURS] Gagnez vos places pour le concert de Yoann FrĂ©get ! [events_list format_header=”” format_footer=”
“] Casting exclusif avec la coach vocale Lisa BaumannNo, it’s displayed but looks broken : http://actu.etoilecasting.com/evenements-a-venir
Thanks.
In which field should I put that ?Forum: Plugins
In reply to: [WOW Slider] WOW Slider with Events ManagerHi, do you want an admin access to the site to check it out?
Thanks,
D.Forum: Plugins
In reply to: [WOW Slider] WOW Slider with Events ManagerRight, my mistake : I can display it on an event page indeed, but it doesn’t show up on the events list page, the one that is created by Events Manager (with the shortcode [CONTENTS] or [events_list] inside).
Thanks,
D.