archerdata
Forum Replies Created
-
Forum: Plugins
In reply to: [Compact WP Audio Player] Observed behaviors with and without template1Yes, in that it’s otherwise perfect except that autoplay doesn’t auto play. I am assuming there’s a conflict somewhere, but I’m not sure how to go about running it down, other than the dreaded “disable all plugins and re-enable them one by one.”
Forum: Plugins
In reply to: [Compact WP Audio Player] Modify colour of template 1 progress barI have found that soemtimes it is necessary to add the !important statement to get precedence over the default CSS, as in:
body { font-size: 20px !important; }Okay … turns out PayPal IPN got turned off, Turned back on and posted this link, which is slightly different from the one you posted above and which matches what’s in the directory:
.../wp-content/plugins/wpstorecart/wpstorecart/payment/ipn.paypal.phpI also checked the .htaccess and no directories are being blocked.
The version is 4.5.16
Under Settings >> Payment … this is the link:
.../plugins/wpstorecart/wpstorecart/payment/gateway.paypal.phpShould I change it to
.../payment/paypal_ipn.phpForum: Themes and Templates
In reply to: [Customizr] Customizr Child Theme settings ignoredOkay, I’m officially flummoxed. I cannot figure out why it did not work before. The Custom CSS box is empty and the code was moved to the child theme … and it seems to work.
I am sorry to waste your time on a non-issue, but I appreciate your help and patience.
Forum: Themes and Templates
In reply to: [Customizr] Customizr Child Theme settings ignoredHere’s the update with the code moved from the Custom CSS box to the child theme:
/* Theme Name: Customizr Child Theme URI: http://themesandco.com/customizr Description: A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun ! Author: Nicolas Guillaume (nikeo) Author URI: http://themesandco.com Template: customizr Version: 1.0.0 */ /* Your awesome customizations start right here ! -------------------------------------------------------------- */ body {background-color: #cccccc; font-family: Georgia, Gentium, serif; font-size: 15pt; color: black; line-height: 1.5em;} H1, H2, H3, H4, H5, H6 {font-family: Arial, Helvetica; color: black;} .cchsm_photo {border: 1px solid #999999;} td.contactinfo {font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: black; vertical-align: top; line-height: 1.25em; background-color: transparent;} .cchsm_hours {font-family: Arial, helvetica, sans-serif; font-size: 12pt;} TR.lifetime {height: 20px;} TD.lifetime {font-size: 12pt;text-align:left;padding:0 0 0 0;margin:0 0 0 0;line-height:1.2em;} TD.bricks {font-size: 12pt;text-align:left;padding:5px 0 5px 0;margin:0 0 0 0;line-height:1.2em;border: 1px solid #999999;text-align:center;} TD.bricksbox {width: 7%; background-color: white; border: 2px solid #000000;} .timelines {font-family: Arial, helvetica, sanserif; font-size: 14pt; text-align: center;} .newsyear {color: #CC0000;} .dropdown-menu {font-size: 12pt;} .dropdown-menu > li.current-menu-ancestor > a {background-color: #E2E2E2;} .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {background-color: #E2E2E2;} .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {background-color: #E2E2E2;} TD.pastxhibittxt {border: 1px solid #999999: font-family: Georgia, Gentium, serif; font-size: 13pt; color: black; line-height: 1.2em;} TC.pastxhibitpix {border: 1px solid #999999: text-align: center;} .entry-meta {display: none;}Forum: Themes and Templates
In reply to: [Customizr] Customizr Child Theme settings ignoredI believe DNS propagation is complete, so here’s the link:
Forum: Themes and Templates
In reply to: [Customizr] Customizr Child Theme settings ignored/* Theme Name: Customizr Child Theme URI: http://themesandco.com/customizr Description: A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun ! Author: Nicolas Guillaume (nikeo) Author URI: http://themesandco.com Template: customizr Version: 1.0.0 */ /* Your awesome customizations start right here ! -------------------------------------------------------------- */ BODY {background-color: #FF0000;}A host, 85.72.238.9(you can check the host at http://ip-adress.com/ip_tracer/85.72.238.9) has been locked out of the WordPress site at http://scriptnurse.com/wp parmanently due to too many attempts to open a file that does not exist. You may login to the site to manually release the lock if necessary.
I WOULD PREFER THE SITE LOCKOUT NOTIFICATION TO LOOK MORE LIKE THIS:PERMANENT SITE LOCKOUT NOTIFICATION
A host, 85.72.238.9 (you can check the host at http://ip-adress.com/ip_tracer/85.72.238.9)
has been locked out of the WordPress site at http://mysite.com/wp PERMANENTLY due to
too many attempts to open a file that does not exist.You may login to the site to manually release the lock, if necessary.
I tried to make it more readable and to correct spelling to make it look more polished.
I really like your plugin as it’s been very effective. Kudos!
A perfect “Login” page option would be to deny and permanently ban ALL attempted admin logins except those listed in a box, one per line … OR … deny ALL admin logins except for users identified as having “Administrator” privileges.
ANY attempt to use “admin” as a login should instantly and permanently BAN the IP.
Forum: Themes and Templates
In reply to: TwentyEleven 1.4 adding image behind siteOMG! I finally figured it out! I added this to my child CSS:
#branding hgroup {height: 118px;}This is the height of the image in the site-title area that was added with this:
/* Load background image in the header block */ #branding { background-color: transparent; background-image: url("../twentyeleven-child/images/topbanner1.jpg"); background-repeat: no-repeat; background-position: top center; border-top: none; }Forum: Themes and Templates
In reply to: TwentyEleven 1.4 adding image behind siteAlso … is it possible to load a single, full size image behind <header> rather than loading two separate images, and to not upload a header image under theme options? That might be easier to control. My full size image is 1000×406.
Forum: Themes and Templates
In reply to: TwentyEleven 1.4 adding image behind siteOoops … http://scriptnurse.com
Forum: Plugins
In reply to: [PC Custom CSS] [Plugin: PC Custom CSS] Does not work in WP 3.4The best solution is to install a TwentyEleven child theme and not use the plugin.
Forum: Fixing WordPress
In reply to: Upgrade 3.4 with TwentyEleven broken: only homepage, no widgetsAdded Twenty Eleven Theme Extensions plugin to make the widgets work again. All issues resolved, except for getting a background image behind the site title … I will open a separate ticket for that specifically.