rnsrobot
Forum Replies Created
-
Forum: Reviews
In reply to: [WooCommerce] Misrepresentation Paypal Gate For Cc Is DisabledHey there,
I’m experiencing the same problem as OP. Short version is – when trying to use the paypal module included in the WooCommerce plugin, the option to pay (via paypal) with a credit card (without signing up for a paypal account) does not appear. The WooCommerce free plugin does explicitly state:
PayPal Standard Gateway – Accept credit cards and PayPal payments
Previous buyer experience tells me what I should see – the option to just input credit card info. As this screenshot displays, it is simply not there.
Sandbox is turned off. AFAIK everything is set up as it should. I’d like to avoid setting up their mijireh payment gateway and just keep it simple, if possible.
Here’s the site – you do not need to create an account in order to make a purchase.
https://apocalypsekow.com/moo/shop/It is possible that I simply need to have the paypal account owners verify the account; it is new. Unfortunately right this second I don’t have the login info. I’ll get back to you folks when I try that out.
Forum: Themes and Templates
In reply to: [Desire] Edit header heightHere’s what’s in the actual theme before output:
<table class=”tablayout” style=”height: <?php echo DESIRE_HEADER_HEIGHT; ?>px;”>
Forum: Themes and Templates
In reply to: [Desire] Edit header heightThank you for the reply. The code you screencapped is not readily accessible in either of the two key .css files (colors.css and styles.css). I found the same code using Chrome developer, but cannot find the corresponding css. Something to do with the theme’s ‘custom header’ setup, perhaps.
Obviously the theme has code to tell the header how big to be, and where to get the uploaded header, but I don’t know where. If I have to I will just work with a straight uploaded header but hoping to work within the original parameters.
I would also like to know how to do this. Can’t seem to find the edits in the css.
Forum: Themes and Templates
In reply to: [Desire] transparent bg header imageThanks. I was editing the css for the header, not the wrapper. I see what you are saying – changing #fff to ‘transparent’ also changes the bg color for the entire content. I’m still experimenting. This theme has a dashboard editor to install the header images. The new problem I’m running into is figuring out how to edit the height of the header. I cannot seem to find the css code vs the output (exploring page in chrome developer) in either styles.css or colors.css. I can’t imagine I’d need to edit the .js for the header to do so. I’m sure it’ll turn up. Thanks again.
Forum: Themes and Templates
In reply to: Image alignment issue (does not push box, half-showing)Any tips or links on doing a translucent background img? Thanks for the replies.
Forum: Themes and Templates
In reply to: Image alignment issue (does not push box, half-showing)The current layout on the page is fine. The picture itself is fubared. The pic should look like this:
https://theaccidentwill.com/wp/wp-content/uploads/2010/12/OSOFsmall.jpg
But it doesn’t. By adding in <br style=”clear: both;” /> on the page itself I was able to solve my issue of the picture hanging ‘over’ the entry element. Now I need the picture to display properly…
Forum: Themes and Templates
In reply to: Image alignment issue (does not push box, half-showing)Alright I figured out I need to clear the display for the image to not overhang the next element, ie fill the box. I just added <br style=”clear: both;” /> into the page code itself, after all the text. I’d like to insert something like that into my CSS – would I put clear:both into the img css, or somewhere else, so I’m not manually clearing…?
So then I run into a problem with my transparency code. This is what it is for pages:
.entry p {padding:15px 15px 15px 15px; color:#FFF; background-color:#222; filter:alpha(opacity=90); opacity:0.9;} .entry img {padding:10px;} .entry .akst_link {display:block; padding:10px 0 10px 20px;} .entry ul {padding:0 20px 0 10px; list-style-type:none; margin:0 0 0 20px;} .entry ul li {padding:0 0 5px 15px; background: url(/wp-includes/images/bullet.gif) top left no-repeat;}
If you visit the site (https://theaccidentwill.com/wp/music/) you’ll see that the image has a sliver of black at the top and then ends up the same color as the box itself. If I remove the filter:alpha(opacity=90); opacity:0.9;} code then everything works fine (other than needing to screw around with padding a bit). I’d like to keep the transparency. The pics on the photos page don’t have the same issue.
Forum: Plugins
In reply to: [Status Updater] [Plugin: Status Updater] Twitter updating no longer worksThe author is no longer supporting the plugin. I have started using Network Publisher.
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Stats – From 200 a day to 0 a day in one dayI usually average a small amount of hits – 25-50 per day. However the past two days have been zero hits. I opened a separate browser and visited my site while not signed in to see if it would count the hit. Did not work.
Two days ago I upgraded WP to 2.9. I also recently updated WP stats, but that was a few days earlier. Is there some kind of issue between WP Stats and 2.9?