Al_ambique
Forum Replies Created
-
Forum: Plugins
In reply to: [iQ Block Country] WP Super Cache late init option is requiredStill 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
In reply to: [iQ Block Country] WP Super Cache late init option is requiredWell 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
In reply to: [ColorMag] Display featured page instead of postWell 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, 8 months ago by Al_ambique.
Forum: Plugins
In reply to: [User Access Manager] Show edit link only where needed?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://ww.wp.xz.cn/support/topic/how-to-remove-assigned-groups-notification/
Why not adding a setting for this? Thanks- This reply was modified 8 years, 11 months ago by Al_ambique.
Forum: Plugins
In reply to: [Clef Two-Factor Authentication] Use only for administratorsHello,
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
In reply to: [Clef Two-Factor Authentication] languageSame 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 solvedThanks 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 🙁
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
In reply to: [TablePress - Tables in WordPress made easy] GreatHey 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
In reply to: [TablePress - Tables in WordPress made easy] GreatHello 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
In reply to: [Swift SMTP (formerly Welcome Email Editor)] Dont work for "Forgot password"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.