Title: Al_ambique's Replies | WordPress.org

---

# Al_ambique

  [  ](https://wordpress.org/support/users/auberlu/)

 *   [Profile](https://wordpress.org/support/users/auberlu/)
 *   [Topics Started](https://wordpress.org/support/users/auberlu/topics/)
 *   [Replies Created](https://wordpress.org/support/users/auberlu/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/auberlu/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/auberlu/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/auberlu/engagements/)
 *   [Favorites](https://wordpress.org/support/users/auberlu/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[iQ Block Country] WP Super Cache late init option is required](https://wordpress.org/support/topic/wp-super-cache-late-init-option-is-required/)
 *  Thread Starter [Al_ambique](https://wordpress.org/support/users/auberlu/)
 * (@auberlu)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/wp-super-cache-late-init-option-is-required/#post-13897048)
 * Still looking for a solution. I had to disable IQ Block Country as it was useless…
   I know Wordfence also has country blocking, but it is a paid option.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[iQ Block Country] WP Super Cache late init option is required](https://wordpress.org/support/topic/wp-super-cache-late-init-option-is-required/)
 *  Thread Starter [Al_ambique](https://wordpress.org/support/users/auberlu/)
 * (@auberlu)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/wp-super-cache-late-init-option-is-required/#post-13732611)
 * Well it looks like it’s not working anymore… Does anyone have a solution to make
   both these plugins work? They’re supposed to, maybe a new update introduced a
   conflict 🙁
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Display featured page instead of post](https://wordpress.org/support/topic/display-featured-page-instead-of-post/)
 *  Thread Starter [Al_ambique](https://wordpress.org/support/users/auberlu/)
 * (@auberlu)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/display-featured-page-instead-of-post/#post-10739760)
 * Well I’ve found half of the solution.
    Replacing ‘post’ by ‘page’ inside the 
   query in each file works :
 * $args = array(
    ‘posts_per_page’ => $number, ‘post_type’ => ‘post’ **‘page’**,‘
   ignore_sticky_posts’ => true, ‘post_status’ => $post_status, ‘no_found_rows’ 
   => true, );
 * For some reason the theme’s developper didn’t allow files inside inc/ folder 
   to be overwritten by a child theme.
    I don’t see any way to bypass this lack,
   other than applying the changes in each file after every theme update. Seems 
   like an issue that could be resolved in future update maybe? 🙂
    -  This reply was modified 7 years, 10 months ago by [Al_ambique](https://wordpress.org/support/users/auberlu/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Access Manager] Show edit link only where needed?](https://wordpress.org/support/topic/show-edit-link-only-where-needed/)
 *  [Al_ambique](https://wordpress.org/support/users/auberlu/)
 * (@auberlu)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/show-edit-link-only-where-needed/#post-9210935)
 * Well I have the same issue. Edit link is displayed even if the user does not 
   have the edit permissions. Also I read somewhere that this text should be displayed
   only for admins, but it’s not : editors can see it, and it’s useless. They don’t
   need to know about groups. I want this to be hidden since I have many editors
   on my website, unfortunately there is not even a css class linked to it so we
   need to modify core files which is bad : see here [https://wordpress.org/support/topic/how-to-remove-assigned-groups-notification/](https://wordpress.org/support/topic/how-to-remove-assigned-groups-notification/)
   
   Why not adding a setting for this? Thanks
    -  This reply was modified 9 years, 2 months ago by [Al_ambique](https://wordpress.org/support/users/auberlu/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Clef Two-Factor Authentication] Use only for administrators](https://wordpress.org/support/topic/use-only-for-administrators/)
 *  Thread Starter [Al_ambique](https://wordpress.org/support/users/auberlu/)
 * (@auberlu)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/use-only-for-administrators/#post-7265625)
 * Hello,
    I found an easy way to use Clef only for Administrators. Maybe it’s not
   the best but here’s how I achieved it :
 * 1) Enable Clef login only for admin-level users (like explained before).
    2) 
   Create two separate login pages : 1 for classical users, and another one only
   for admins. On the clasical login page, add the following CSS by editing the 
   page :
 *     ```
       <style type="text/CSS">
       .clef-login-container{
       display: none!important;
       }
       </style>
       ```
   
 * This CSS will hide the Clef login button for classical users who don’t use clef,
   but it will still be shown on the admin login page.
 * I precise that I use Theme My Login. Therefore when I want to create a login 
   page I just need to put the shortcode [theme-my-login] on it and the page automatically
   shows a login form.
    If you use another login system it might not work that way.
 * This solution works well on my website since I don’t use a login widget because
   of spam (captcha is not nice in the sidebar), but it won’t probably fit with 
   other websites.
 * The best is still to encourage users to use Clef since it’s pretty easy 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Clef Two-Factor Authentication] language](https://wordpress.org/support/topic/language-147/)
 *  [Al_ambique](https://wordpress.org/support/users/auberlu/)
 * (@auberlu)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/language-147/#post-6581614)
 * Same problem, can’t find where the problem is…
    In the .po file, it is translated
   so the problme is not here. Only the admin interface is translated. I have to
   translate it myself by editing the code directly, not very good 🙁 EDIT : this
   topic is NOT solved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shield Security – Smart Bot Blocking, Brute-Force Login Protection & File Scanning] Login not working anymore](https://wordpress.org/support/topic/login-not-working-anymore/)
 *  Thread Starter [Al_ambique](https://wordpress.org/support/users/auberlu/)
 * (@auberlu)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/login-not-working-anymore/#post-7136265)
 * Thanks for your help.
 * I can see this error in Chrome’s console :
 * > Failed to clear temp storage: It was determined that certain files are unsafe
   > for access within a Web application, or that too many calls are being made 
   > on file resources. SecurityError
 * I turned off all other settings in the plugin (firewall, hack protection etc…)
   but I’m still getting a blank page 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shield Security – Smart Bot Blocking, Brute-Force Login Protection & File Scanning] Login not working anymore](https://wordpress.org/support/topic/login-not-working-anymore/)
 *  Thread Starter [Al_ambique](https://wordpress.org/support/users/auberlu/)
 * (@auberlu)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/login-not-working-anymore/#post-7136239)
 * I know the conflict is with BuddyPress, but I can’t turn it off….
    It’s like 
   if Shield renames the login page URL even though I don’t ask him to do it, or
   something like that…
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[TablePress - Tables in WordPress made easy] Great](https://wordpress.org/support/topic/shit-4/)
 *  Thread Starter [Al_ambique](https://wordpress.org/support/users/auberlu/)
 * (@auberlu)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/shit-4/#post-7794887)
 * Hey again,
 * Indeed, my theme (custom parament) interfers with TablePress’ css, because even
   with other plugins, like Websimon Tables, I have some trubbles with the css.
 * Thanks for your help, but I’ll keep using Websimon now that I’m used to this 
   plugin.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[TablePress - Tables in WordPress made easy] Great](https://wordpress.org/support/topic/shit-4/)
 *  Thread Starter [Al_ambique](https://wordpress.org/support/users/auberlu/)
 * (@auberlu)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/shit-4/#post-7794878)
 * Hello man,
    Sorry for that bad rating, but every css codes I tried didn’t work.
   Your plugin is indeed not ***, it seems to be freaking nice in fact. But it’s
   damageable that there’s no visual editor for the css, like on that plugin called“
   Websimon Tables”.
 * I learnt CSS / HTML / PHP by myself, therefore I’m not very good. I tried to 
   apply some !important rules, but the result was never good. I think there’s just
   something I messed, like a td or th, I didn’t get how it works with your plugin,
   you add some thead td etc…
 * I’ll see if I can remove my rating, because your long reply and the time you 
   lost because of me deserves a better one.
 * For the updates, you’re right, bug the thing is that most of the pluggins don’t
   purpose a visual CSS editor, or are not translated, so I have to edit directly
   the files, and I don’t update the plugins I edited.
 * Sorry for the time wasting, and I hope you’ll understand what I say, since I’m
   not english and I may have done some mistakes.
 * EDIT : hell man, I’m sure you almost had an heart attack when you saw you had
   a 1 star rating. When I see you ask people to change their rating when they put
   4… 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Swift SMTP (formerly Welcome Email Editor)] Dont work for "Forgot password"](https://wordpress.org/support/topic/dont-work-for-forgot-password/)
 *  [Al_ambique](https://wordpress.org/support/users/auberlu/)
 * (@auberlu)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/dont-work-for-forgot-password/#post-3787662)
 * Hello there.
    Same issue, zitrusman’s solution isn’t working. The default forgot
   password mail is sent instead of the custom one. Please consider this bug as 
   a major ont to fix in the next ver. Thanks for your work.

Viewing 11 replies - 1 through 11 (of 11 total)