marnatowne
Forum Replies Created
-
Forum: Plugins
In reply to: [ActBlue Contributions] Can’t find this plugin in the backend menusThanks. I guess it’s moot because this organization is not eligible for embed, which is why it didn’t work on the Gutenberg builder.
Forum: Plugins
In reply to: [Nav Menu Roles] Menus not showing for AdminThanks for the response. I wound up deactivating because my mega menu plugin had the sam functionality.
Forum: Plugins
In reply to: [Import Social Events] Shared Facebook Events: Pre-purchase QuestionThank you!
Forum: Plugins
In reply to: [Custom Post Type UI] Category pages not populatingHi Michael:
From this link.https://docs.pluginize.com/article/17-post-types-in-category-tag-archives
Forum: Plugins
In reply to: [Custom Post Type UI] Category pages not populatingsolved
Forum: Plugins
In reply to: [Custom Post Type UI] Category pages not populatingSolved, I had to add the PHP Code snippet.
Forum: Plugins
In reply to: [Max Mega Menu] padding on hoverAND!
What would cause all my settings to be wiped out? I did a Divi update today, but I think that everything was fine.Forum: Plugins
In reply to: [Max Mega Menu] padding on hoverHey Tom, Also., are there any demo sites of what all this plugin does? I’m getting the pro version for this site and would like to understand the possibilities. For sure I’m going to use the accordion.
Forum: Plugins
In reply to: [Max Mega Menu] padding on hoverThanks So Much.
Forum: Plugins
In reply to: [WP-Chatbot for Messenger] Not Working since updateSame Problem here. Is there a solution yet?
Forum: Plugins
In reply to: [Import Social Events] Import Facebook events from page im admin forAm I correct to understand that this plugin will pull in Facebook events to another events plugin where additional events are entered?
- This reply was modified 5 years, 4 months ago by marnatowne.
Forum: Fixing WordPress
In reply to: Toast POS restaurant integrationAny update on this? I’m dealing with similar situation.
Forum: Fixing WordPress
In reply to: Move Category Product sidebar to top for mobileI guess I don’t know why it’s not showing up.
It does not work on my test site either. https://playground.towne-cox.com/?product_cat=category-2
I hate archive pages! If I build a regular page and add a sidebar, the stacking order works fine without any CSS. Grrrr.
Forum: Fixing WordPress
In reply to: Move Category Product sidebar to top for mobileThank you so much for your attention, but I’m still not getting anywhere. I added this to the end, as well as tried to replace everything with this…. I think I may just have to give up and leave the dropdown menu at the bottom on mobile. Besides all your help, I’ve had about 5 or 6 other suggestions. I might try this on a test site with no plugins though…
I’m a CSS novice as you could guess ;). But I believe the rules are active, I haven’t put them in my child theme, but I have been publishing with the theme customizer. Should I be clearing that and trying in the stylesheet instead?
Forum: Fixing WordPress
In reply to: Move Category Product sidebar to top for mobileWell, still not working
/***category menu change for mobile***/ @media (min-width: 768px) { #content-area { display: -webkit-box; display: -moz-box; display: flex-box; flex-direction: column; -webkit-box-orient: vertical; -moz-box-orient: vertical; box-orient: vertical; } } @media (min-width: 768px) { #sidebar { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; box-ordinal-group: 1; order: 1; } } @media (min-width: 768px) { #left-area { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; box-ordinal-group: 2; order: 2; } } @media (min-width: 768px) { #woocommerce_product_categories-5 {display:none;} } @media (max-width: 767px) { #woocommerce_product_categories-4 {display:none;} }
could my styled text be conflicting?
/***Sidebar styled Text***/ .sidebar .product-categories li a, .product-categories li a, .sidebar .widget_categories li a { display: block; padding: 5px 10px; border-bottom: solid 1px #eee; border-color: rgba(0,0,0,.05); margin-bottom: 5px; }