childofnewlight
Forum Replies Created
-
The issue was apparently on the server’s end. Awhile back our host migrated us to a new server but forgot to delete the old instance of the website. The website was still accessible by IP address and apparently bots were still invading it.
So this *was not* an issue with iThemes Security.
Forum: Reviews
In reply to: [BuddyPress No Captcha reCaptcha] Great job!Answering my own question:
.g-recaptcha { float: right; }
Modify the g-recaptcha class moved it to where I wanted it.
Forum: Reviews
In reply to: [BuddyPress No Captcha reCaptcha] Great job!Could you elaborate which class you modified? I’ve only managed to get it shift a couple of pixels.
Forum: Plugins
In reply to: [WooCommerce] Related and Related ProductsThank you! Helped me as well.
Forum: Plugins
In reply to: [WooCommerce] How to setup varied or conditional flat rat shipping?Just to clarify, I’d like to do something like this…
Set “t-shirt” class to:
if [qty] = 1 then .75 | if [qty] > 1 then 1.75 + ( .75 * [qty] )
Base shipping cost of 2.75.
So, if the quantity = 1 then it’ll cost $0.75 + a base of $2.75 equaling $3.50. If quantity = more than 1, then base price of $1.75 plus $0.75 per item.
The base price would get me to $5.50 then .75 more for each additional item. Is there a way to do something like this?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce adding weird string to all urls ?v=XXXXXXXXXXXXThank you!
Forum: Themes and Templates
In reply to: [evolve] Background and blockquote color issuesExample: https://jesusisrisen.org/
current color is set to a blueish green, but it’s showing up as just white.
Forum: Fixing WordPress
In reply to: You do not have sufficient permissions to access this page.After going entry by entry in the database I found that in the “wp_user_roles” something got messed up. I copied a list found on this website of the default roles and it instantly started working.
Hope this helps.
Forum: Fixing WordPress
In reply to: You do not have sufficient permissions to access this page.I deleted the entire install. All that remains from the previous install is the database. I am still getting the same error.
Forum: Fixing WordPress
In reply to: You do not have sufficient permissions to access this page.I also replaced the wp-includes directory. Still no help.
EDIT:
Using the “new post” option I was able to uninstall all of the plugins and re-installed WP using the WP update page. I can now access just about everything in the admin, but the Toolbar is useless and login still goes to “You don’t have permissions.”
Forum: Fixing WordPress
In reply to: You do not have sufficient permissions to access this page.I also deleted the wp-admin folder and re-uploaded. Cleared cache and cookies. Still the same problem.
I can access the dashboard if I go to a blog post and click edit. I can navigate most of the cpanel, but inside plugins if I click on a tab for settings I get the error. If I try to visit the wordpress update page I get the error.
I’ve checked the file/folder permissions and they all seem fine.
Forum: Fixing WordPress
In reply to: You do not have sufficient permissions to access this page.I also should mention I have the following plugins installed…
addthis, adsense-widge,t akismet, bbpress, better-wp-security, buddypress, funcaptcha, global-admin-bar-hide-or-remove, hotfix, lightbox-plus, s2member, simple-trackback-validation, tinymce-advanced, twitter-widget-pro, use-google-libraries.
I had been messing around with bbpress, buddypress, and s2member about an hour before the problem started.
Forum: Fixing WordPress
In reply to: 3.5 Broke "Create Link" button and "Text" tab in post editorFound the problem. It’s my theme. Strange that theme would effect the editor. But meh… guess I have to wait for an update unless someone has an idea on how to fix it?
Forum: Fixing WordPress
In reply to: 3.5 Broke "Create Link" button and "Text" tab in post editorTimestamp: 12/12/2012 3:11:33 PM Error: TypeError: e is undefined Source File: https://jesusisrisen.org/wp-admin/load-scripts.php?c=1&load[]=jquery,utils,plupload,plupload-html5,plupload-flash,plupload-silverlight,plupload-html4,json2&ver=3.5 Line: 2 Timestamp: 12/12/2012 3:11:33 PM Error: TypeError: jQuery(...).tabs is not a function Source File: https://jesusisrisen.org/wp-content/plugins/seo-ultimate/includes/tabs.js?v=7.5.7 Line: 21 Timestamp: 12/12/2012 3:28:33 PM Error: TypeError: e(...).uniqueId is not a function Source File: https://jesusisrisen.org/wp-includes/js/jquery/ui/jquery.ui.dialog.min.js?ver=1.9.2 Line: 5 Timestamp: 12/12/2012 3:28:36 PM Error: TypeError: c.curCSS is not a function Source File: https://jesusisrisen.org/wp-content/themes/arjuna-x/lib/jquery-ui-1.8.10.custom.min.js?ver=3.5 Line: 10
define('SCRIPT_DEBUG', true);
had little effect. Link dialogue wouldn’t appear unless I double clicked, then it’d appear down in the bottom left. When attempting to “add link” the page reverts back to the all posts page.(It did however allow the text tab to work)
Disabling plugins gives some limited results. Instead of changing the page it does add the link, but the link dialogue does not dismiss, the page is still greyed out, and canceling the dialogue does not work (the rest of the page remains disabled) and the only way out is to reload or back button.
Opening in the latest version of IE had the same results