waytoplay
Forum Replies Created
-
Thanks for the advice, micropat! 🙂
Anyway, I couldn’t find anywhere in Yost SEO where I could manually change the og:url.
Instead, I solved it by inserting the AddToAny buttons via shortcode, adding the http:// link to the shortcode as in your example on your FAQ. Seems to do the trick!Forum: Plugins
In reply to: [WooCommerce] Payment page design problem after removal of clearing divThat works!
Thanks a lot for helping out! 5 stars! 🙂
Over and out.Forum: Plugins
In reply to: [WooCommerce] Payment page design problem after removal of clearing divFor some reason, it doesn’t work. I tried that one before, but it doesn’t change the positioning of the Div. (Only change is that the Chrome Inspector says the Div now has height=0. Still visible though, and in the same place.)
Making just the “form-row” class “none-floating” seems to be the only thing that moves it into the right spot – but then it messes up other forms too!
Forum: Plugins
In reply to: [WooCommerce] Payment page design problem after removal of clearing divThanx for checking into this!
Canvas is up to date. No relevant changes to child theme CSS, as far as I can see. The “drop-down” issue appears on both Parent and Child. (Though it’s much more obvious in my Child theme, because I put black borders around a few Div’s!)Forum: Plugins
In reply to: [WooCommerce] Payment page design problem after removal of clearing divI tested it in (WooThemes) Canvas, and in my Canvas Child theme.
Apparently the .form-row {float: left;} attribute makes the
<div class= “form-row place-order”> drop down, outside the containing div.If you have no backgroundcolors/greytones or borders, you may not notice.
This didn’t happen earlier, when there was a clearing div beneath.Any suggestions? (Removing the floatleft on the form-row class obviously messes up all the form-rows, and I couldn’t make it work on just that single one.)