straw94
Forum Replies Created
-
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 https://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 : https://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.Hi Maeve,
I have the same kind of issue with the PRO plugin on https://actu.etoilecasting.com/webradio : it’s working with the sample song, but when I add a song in the plugin it says “song added” but in the playlist it says “no song added yet”.
I’m trying to add a song for which the mp3 file is online (https://www.etoilecasting.com/media/audios/10620_329983.mp3) and the ogg file already in my media library. What could be the problem ?
Thanks in advance for your help.