Forum Replies Created
-
AuthorPosts
-
sevans917
MemberUpdate: per Rackspace support, the problem is related to Genesis Simple Edits plugin. Deactivating it resolves the problem. I tried deleting and reinstalling it, and stripping it of content, and problem remains while plugin is active. Ticket submitted.
sevans917
MemberThanks, I'd like to, but the author didn't specify how to handle what seems like placeholder phrases, such as: youruniqueprefix_my_theme_wrapper_start. I don't think I have a unique prefix, and my theme is minimum pro, so I'm guessing I should replace it with minimum_wrapper_start, in this case. Correct?
sevans917
MemberSo, disabling SSL in Woocommerce > Settings > Checkout did fix the truncation display issue. But I still don't understand the underlying issues, and don't know what's going to happen on when I move this child theme to my live site, where SSL is required.
sevans917
MemberRegarding problem #1, I have since noticed that the css identifies background image based on secure page. So when on Account or Checkout pages (Woocommerce) it uses:
.site-title a {background: url(https: ...
And when on any other page:
.site-title a {background: url(http: ...
Otherwise, path is all the same.
This is on a development site, with Thwate SSL, copied over from the live site. Therefore, pages aren't validating. Not sure if any of this is relevant, though.
sevans917
MemberI too needed a custom height (120px) for logo in Minimum Pro. Followed instructions on another site, changing the functions.php and style.css files. Works on most pages, but not My Account, Cart, or Checkout. In those pages, the 120px is somehow being replaced with 60px. Firebug identifies line 1020 in style.css, with height: 60px, but it's definitely 120px in the actual file. Any ideas?
I've done a command-F in the functions.php and the style.css, in hopes of finding the 60px elsewhere, but it's not anywhere.
Thanks!
-
AuthorPosts