Oby.
Forum Replies Created
-
You can by going into “Advanced settings” of the plugin and then you enter the ID page to exclude :
https://prnt.sc/rdtawv
See this post:
- This reply was modified 5 years, 10 months ago by Oby..
It does work! Thank you very much!! 🙂
No it does not work with the wrong animation. I would be happy to give you admin access to my site if you wish to troubleshoot it further.
Thank you. After verification it happens in Google Chrome (Version 68.0.3440.84 64-bit).
I use Google Chrome and Firefox. If I remember well this was on Google Chrome. It happens only sometimes.
Oh sorry! Thanks for letting me know.
I had a developer inspected the plugin but he could not find nothing wrong. I also contacted namecheap technical support twice and they couldn’t find anything wrong either. The 408 time out error does not even show up on the server log… If someone was able to fix it let me know. I saw another person also had the same problem on namecheap hosting… probably a server issue because it works on another hosting I have (dream host).
Actually I found the fix to add transparency to the login button and also change the position of the form. Here it is :
/*Change Position of Log In Form to Center*/ #login { margin-top: 350px; } /*Add Transparency to "Log In" button*/ #wp-submit { background-color: rgba(29,113,206,0.6) !important; }I found the fix. For some reasons it’s doesn’t seem possible to remove the icon from the AAM plugin.
I removed it for all users except with admin level by adding the following code to my functions.php of the child theme :
// Remove "Contact" from Contact From 7 in the admin menu (except for adminitrator) if (!(current_user_can('administrator'))) { function remove_wpcf7() { remove_menu_page( 'wpcf7' ); } add_action('admin_menu', 'remove_wpcf7'); }Would be great to fix this in the next update?
Thank you it worked!! 🙂 How do I do the same with the “Login” button?
Thank you it did work! I also made the socials icon bigger and change the color. I am sharing my code :
/*Change Copyright Font Properties*/ .copyright { font-size: 16px; color: white; font-weight: bold; } /*Change Social Icons Font Properties*/ .fa { color: white; font-size: 1.5em; }- This reply was modified 7 years, 5 months ago by Oby..
Thank you so much ! Here is my website : https://goo.gl/6Pyqja
I contacted Namecheap support and they told me it was not on their end.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Bring the rows closerThank you so much!! It worked! 🙂