valeriedore
Forum Replies Created
-
Oh! I didn’t see it .. Thank you!
Forum: Networking WordPress
In reply to: Create a sub subfolderHi ckchaudhary,
Thanks! I will try with the multi-network plugin.
Valérie
Forum: Plugins
In reply to: [MultilingualPress] Hide a non plublic site from switcher.Hi Frank,
Thank you very much! It works perfectly!
Valérie
Hi thanks,
Sorry, The categories was not activated in the setting.. -_-;
Valérie
I found it,
For the complete event description it’s : #_EVENTNOTES
Valérie
Hi,
Thanks for your answer, in fact, I need the excerpt on the Home page, (section Scheduled events) https://westmounthistorical.org/whawp/
But, my client want the full event on this page : https://westmounthistorical.org/whawp/events/#oureventspage
I found #_EVENTEXCERPT, works when I want the full events, but when I write an excerpt, it apply the excerpt on the home and events page. I was wondering if an other code exist to place the full event for one place and the excerpt for an other.
I used this code :
<?php echo EM_Events::output(array('scope'=>'all', 'format'=> '<div class="avada-row"> <div class="col"> #_EVENTIMAGE <h4>#_EVENTNAME</h4>#_EVENTEXCERPT</div> </div>', 'category'=>12, 'limit'=>1000)); ?>
Thanks again,
ValérieForum: Plugins
In reply to: [MultilingualPress] language switcher widgetThanks a lot! ??
Forum: Plugins
In reply to: [MultilingualPress] Alternative language title shown only when loggingThanks. I didn’t find why it’s not working, but if I put the code for each button in a text widget, it’s working.
Ex.:
<a href="https://francaisaffaires-immersion.hec.ca/zh/multimedia/" rel="alternate">中文</a>
Maybe it’s my theme.
Thanks again!
Forum: Plugins
In reply to: [MultilingualPress] Alternative language title shown only when loggingHi and thanks for your answer.
Unfortunately, everything is checked and still not working. Well, it’s working, but only when I’m logging.
Forum: Plugins
In reply to: [MultilingualPress] Alternative language title shown only when loggingThis is the site : https://francaisaffaires-immersion.hec.ca/
The language is suppose to appear before the facebook logo.
Forum: Hacks
In reply to: Want to give access to edit a particular post to particular roleHi,
Unfortunately, it does not work. However, thank you so much for the help!
Forum: Hacks
In reply to: Want to give access to edit a particular post to particular roleSorry, I have trouble explaining what I want to do.
The widget must stay, it is part of the site and replaces the “text” widget. Its aim is to be able to edit the same way as in a post.
What they want is to restrain the user to edit “Aujourd’hui” only.
https://www.dropbox.com/sc/3fyo88573fq9yhy/AAAvkaDjyZRd6TnH0nolBqPia
https://www.dropbox.com/sc/qlcypudb9fvax5t/AAA3_0puFHVSVKQhVzuufe6saForum: Hacks
In reply to: Want to give access to edit a particular post to particular roleThe plugin it’s exactly what I need, but unfortunately, is not working with the plugin I use (WYSIWYG Widget). So I need to found an other way. This is why I post here. :/
I use this plugin for my client who don’t knows how to code. And they want give restrictions to their editor on which widget they can edit in the site.
Forum: Hacks
In reply to: Want to give access to edit a particular post to particular roleHi,
Thanks for your answer.
That’s the one I used in the first place, but the box does not appear in the WYSIWYG Widget, unfortunately…
Perhaps with some code in the function file, it would work, but I do not have the skills to code that.
Forum: Fixing WordPress
In reply to: Moving WordPressThanks,
I made ??the change and it works everywhere.