webworks
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Short code not working?I should add….If there is a pro option that will help me do this quicker (that I don’t recognize in the settings), I’m more than happy to purchases pro version.
This is the website I need a working hamburger menu on (home page only; desktop/mobile) as quickly as possible: https://lavidaapartments.com/
(I’m testing it on the other site first)
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Short code not working?To respond about the shortcode … I always just put it within the page itself.
When I turn shortcode on, the text in brackets disappears as it should, but the menu doesn’t appear.
I’ll contact theme developer and see if they can tell me why it’s not working.
In the meantime, Is there any other alternative… to have it appear only on the home page of both desktop and mobile?
~~~~~~~~~~~~
There are no IE 11 issues with your plugin – I was just confirming. I had the perfect hamburger menu setup (with a different plugin), but it completely broke the site in IE 11. Your plugin appears to be just fine – thankfully.
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Short code not working?Also I must be missing it – is there a margin/padding setting for where the link items begin at the top? (For instance…number of pixels From the top of the browser…like there is for the trigger button ?)
thanks so much for your response! This is a great plugin so far 🙂
Forum: Plugins
In reply to: [Contact Form 7] Form not showing at all on IE 11Resolved
Forum: Plugins
In reply to: [Contact Form 7] Form not showing at all on IE 11Internet Explorer 11 doesn’t support
display: table-columnwhich is located in our particular theme. If you’re having a similar problem, find your theme’s stylesheet and change the following table-column to be table-cell as follows:/* ----->>> FORMS <<<--------------------------------------------------------------------------- */ fieldset { display: table-column; min-width: inherit; }To this:
/* ----->>> FORMS <<<--------------------------------------------------------------------------- */ fieldset { display: table-cell; min-width: inherit; }Alternatively,
Add the following CSS snippet under Customize, Additional CSS. This will change only how CF7’s fieldsets are displayed:
.wpcf7-form fieldset { display: table-cell; }Forum: Plugins
In reply to: [Autoptimize] “Uncaught ReferenceError: jQuery is not defined” errorThanks for your prompt response!
Have a great weekend 🙂
Forum: Plugins
In reply to: [Autoptimize] “Uncaught ReferenceError: jQuery is not defined” errorHi Frank! How are you? I was just searching for the same error, but I’m not sure *where* the conflict source stems from.
We are getting the same error: Uncaught ReferenceError: jQuery is not defined
Can you spot what the issue is?
It’s rather urgent because it’s affecting *all* forms.https://www.multifamilypro.com/brainstorming-sessions/call-facilitators-speakers/
Heather For Multifamilypro
Forum: Plugins
In reply to: [WP Accessibility Helper (WAH)] Transparent LogoThank you
Forum: Plugins
In reply to: [WP Accessibility Helper (WAH)] Transparent LogoBut I’ve seen it work on one website but not another, so it’s not making sense…
See how on this website how the transparency is working properly?
https://apartmentsinpembrokepines.com/Both sites are using v 0.5.8.6
Forum: Plugins
In reply to: [Firelight Lightbox] Disable Fancybox on photo gallery pageYes but it doesn’t seem to work.
Originally I had the Page ID number where you have ‘gallery’, but it doesn’t prevent it from happening either way.
I still see the lightbox coming up over the photo gallery.
I can probably make either one of them work. But we need just one option – not 2.
My solution here was to remove the hamburger menu that the insecure font stemmed from. The client wanted to use a different menu anyway, which took care of our missing green padlock problem.
Hello – please cancel this request – I’ll open a ticket
If this *is* approved for publishing on the forum, I’ll come back and post a solution for others.
Forum: Plugins
In reply to: [Mobile Call Now & Map Buttons] Fatal error triggeredThank you
That’s just very strange – on my monitor it’s still not working.
I’ll try and find out what the problem might be.
thanks –
Forum: Plugins
In reply to: [Postie] Posts do not publish – Missed ScheduleI should add that I’ve set up a cron job to post anything it finds:
wget -O /dev/null https://domain.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1
That doesn’t work either. It still just says “scheduled” 🙁