Mew
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Calculator not showing on page.Hi. When I tried embedding one of the default calculator forms that were included it showed up fine though. It’s only with the calculator that I customized that nothing shows up. I don’t use too many plugins on this install. I’ll try some things though to see if they help. Will report back later.
Forum: Plugins
In reply to: [Calculated Fields Form] Calculator not showing on page.Hi. Thanks for replying.
Here is the page: https://shop.crosswithyou.net/shop/calculator
The password is “testing.” Nothing shows on the page at all. Checking the page source, it completely stops after:<link href="https://shop.crosswithyou.net/shop/wp-content/plugins/calculated-fields-form/css/stylepublic.css" type="text/css" rel="stylesheet" /> <link href="https://shop.crosswithyou.net/shop/wp-content/plugins/calculated-fields-form/css/cupertino/jquery-ui-1.8.20.custom.css" type="text/css" rel="stylesheet" />
So for rounding up, it should be
return ceil((fieldname4*.05)+fieldname4)
?Thanks in advance.
Forum: Plugins
In reply to: [Calculated Fields Form] Calculator not showing on page.Whoops, the fieldname5 calculation is:
(function(){ if (fieldname4<=1000) return (fieldname4*.1)+fieldname4; if (1000<fieldname4 && fieldname4<=3000) return (fieldname4*.08)+fieldname4; if (fieldname4>3000) return (fieldname4*.05)+fieldname4; })();
Nothing shows on the page at all.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Disable Likes entirelyAhh! Gotcha.
I did click it but totally missed it the first time around. Sorry about that, and thanks for the help!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Disable Likes entirelyThere unfortunately does not seem to be an option to do that, otherwise I would have already done so.
Here’s what my screen looks like: https://img442.imageshack.us/img442/962/jetpack.jpg
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Stats not loadingYay, works now! Thank you~
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Stats not loadingI’ve submitted my results. Hope to get this solved soon! Thank you.
I got the same error when I used Firefox but it worked when I tried using Internet Explorer. Perhaps that’ll solve the issue for you as well.
Er nevermind, I got it. I was simply using my Amazon login. Whoops!
I signed up for an API account on both the American and Japanese Amazon sites yet when I enter the information in the plugin, it keeps telling me:
Status: Not Ready
Error: An error occurred sending request. Status code: 403
I am using an Amazon Japan tracking code. Help, please?
Forum: Themes and Templates
In reply to: Pop Blue 2-col theme compatible with 2.7?Yes, it works. I was actually using the 3-column version, not 2. Of course there’s no spiffy comment threading or anything though.
I looked at the guide here on WP and had a hard time updating the theme so that it would have the new comments features. Anyone wanna help me out with this?
Forum: Plugins
In reply to: Are these plugins compatible with 2.7?If anyone else is wondering, yes, all the plugins work. I didn’t test WP WebClap Plugin but I doubt anyone here uses it anyway.
Forum: Plugins
In reply to: Are these plugins compatible with 2.7?Yes, but I don’t want to upgrade if they’re not going to work.
Forum: Plugins
In reply to: Looking for WP-phpBB3 bridgeI suppose that’s an idea but I would rather have people who are exclusively registered on my site be able to access rather than anyone with an OpenID.
Is there anything other than WP-United available?? If I used that, would it like, replace WP registration?
Forum: Themes and Templates
In reply to: Display preview WITH formatting?I don’t mind the ellipsis. I fond out how to format the more link position. It said how in the plugin documentation. I added
.more-link { font-weight: bold; text-align: right; }
to my template’s stylesheet and voila! The link is still in its own separate paragraph but oh well. It’s no biggie. Thanks for the help!