mas6ce
Forum Replies Created
-
Thanks for the reply!
It’d be tough to do a plugin conflict test since the site crashes so sporadically so I’m not sure how testing would work.
Is there any other way I could see what’s causing the problem or which page is calling the birthdate meta?
Forum: Plugins
In reply to: [Scroll Triggered Boxes] Disallow Box Closing?Solved! Use customizer or edit your theme’s css to include the code
.stb-stbBoxID .stb-close {
font-size: 0px;
}where stbBoxID is the ID of the box you want to edit ??
Forum: Plugins
In reply to: [Scroll Triggered Boxes] Disallow Box Closing?Okay wow I’m an idiot – just saw the code –
add_filter( ‘stb_box_options’, function( $opts ) {
$opts[‘unclosable’] = true;
return $opts;
});That takes care of the closing by clicking outside of the box – now I’m trying to delete the “X” close button in the upper right.
I’ve tried using .stb-close in CSS but nothing is working – display:none and visibility:hidden aren’t doing anything. Does anyone have any suggestions? Thanks!
Forum: Plugins
In reply to: [qTranslate X] Blank Page for Translation?Hi! The notice is apparently just a warning message and isn’t causing anything else to act out – all the forums on that simply suggest turning off debug mode to get the notification to disappear. I have read through the troubleshooting page and tried the things I mentioned above but nothing has been working. I will send you guys a message on the contact page – thanks!
Just wanted to provide an update – it turns out the woocommerce update did not actually fix the problem – the issue was actually a plugin, WP Bakery Visual Composer – when it is active, “add product” shows up blank. So in testing the site, I just deactivate the plugin before trying to add a product. Then when we launch I’ll deactivate the plugin for good since it’s a plugin to build the site ??
Hi Sandeep!
I just got back to trying to fix this and noticed I had a WooCommerce update (which I definitely did not have a week ago) and that fixed the problem ??
Thank you so much for the great support!
Hi! Thanks for sticking with me! I was put on a different assignment this week but will come back to web development next week (the new assignment is really urgent, so I’ve been pretty consumed by that). I will try your recommendations ASAP. Thank you so much for your help – the quality of support is fantastic ??
Forum: Plugins
In reply to: [Rendez Vous] Auto-Renewal of Meeting time?okay thanks
Oops still not working – so I can see the “product manager” but when I go to add product in admin as a vendor, there is just a blank white screen. It’s completely loaded and I’ve tried refreshing but nothing comes up.
I didn’t have submit products enabled – thank you so much for your help!! ??
Forum: Plugins
In reply to: [WooCommerce] Product Pages showing up Blank?Thanks for the reply! It’s working now ??
I’m still struggling with this 3 months later haha – does anyone have any ideas? The mycred gateway says it supports multiple point types but I can’t figure out a way to make it work ??
Forum: Plugins
In reply to: [Code Snippets] added code but not workingOkay thanks for replying!
Forum: Plugins
In reply to: [Max Mega Menu] Moving Submenu PopupThat worked thank you so much!!!
Forum: Networking WordPress
In reply to: Images Not Displaying on MultisiteThanks for your help! I’ll try that out!