kateva
Forum Replies Created
-
There’s only one role assigned to the account. I added a priority number anyway, but it did not make the admin bar appear. Should every role have a number assigned?
Thanks!
KathyYes. And in the admin I have changed each of the labels in the form fields used by the directory but it’s not using what I entered it’s using the Woocommerce default.
Here’s a link to the screen shot.
In the admin these fields are all relabeled but the default labels still show.
Thanks!
-K- This reply was modified 3 years, 5 months ago by kateva.
Forum: Plugins
In reply to: WooCommerce Subscriptions double chargesI’m getting the same issue. Did you ever get a solution? Seems that one of the subscription goes into “processing” status while the other is in “pending” status.
As far as the column being too thin, I believe its due to this bit of css code:
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
margin: 0 auto;
max-width: 474px;}This sets the maximum width for the content header and entry to 474 pixels. That creates one skinny center column. I created a child theme and changed it to
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
margin: 0 auto;
max-width: 960px;}and now my content takes up the entire screen. It doesn’t seem to affect the responsiveness of the design either.
Hope it helps,
Kateva