bmoredrew
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Search with Algolia] Switching Apps Certain Terms FailWell, moved it to another env and it just started working fine… thanks for looking at it and appreciate all the help!
Forum: Plugins
In reply to: [WP Search with Algolia] Switching Apps Certain Terms FailYeah I’ve tried everything you could possibly think of, it’s eluding me! I did try switching back to default stuff and no change.
We found a workaround by directing users to an already instantiated page. Appreciate you looking at this though.
Side question, and I can start a new topic if you like?
When I click re-index on an individual index from the UI, I see delete requests in the algolia log but no push to add/update. I can it via CLI and same result (now empty index).
Algolia log for a “batch”:
https://gist.github.com/bmoredrew/33f05d7cf6166f4d3f5bd24928dfaf44It calls them batch but seems to send individually? So like 1500-ish requests. If I did this on the main index it would be over 200k.
This is output from CLI w/ debug:
https://gist.github.com/bmoredrew/c34564987d46087e0d07c547b67dd6c0Forum: Plugins
In reply to: [WP Search with Algolia] Switching Apps Certain Terms FailYes!
Working: https://dc360uat.wpengine.com/?s=marketplace
Not working: https://dc360staging.wpengine.com/?s=marketplaceForum: Hacks
In reply to: Increase Image Caption LimitsIs this happening within the WordPress admin or on the page/post youre trying to view it on? I just tested on a vanilla install and was able to put 2400 characters in a caption and it showed up fine in the post editor and in the post.
Forum: Fixing WordPress
In reply to: Why won't my site show up in search resultsSometimes it can take months to get indexed, but that is rare.
Make sure under Settings you have it set to NOT block bots.
You may want to run your site through this tool and select “Google Bot”
https://tools.ranksider.com/header-checker
It should return a “200 OK” code.
Forum: Plugins
In reply to: [WeedMaps Menu for WordPress] Weedmaps menu not showing up on pageI see the issue, will try to push an update for this soon. You’ll need to define what menu type going forward. Right now its not showing because I have it set as default to dispensaries, rather than deliveries.
Forum: Plugins
In reply to: [WeedMaps Menu for WordPress] Weedmaps menu not showing up on page@hitbridge5 – have you updated to 1.2.0 ? you should have a notice in your admin dashboard.
Forum: Plugins
In reply to: [WeedMaps Menu for WordPress] Weedmaps menu not showing up on pageThere’s something in your theme (composer?) setting it to opacity:0 – basically hiding the menu.
Add this to a custom css should fix your issue:
.wpb_animate_when_almost_visible {
opacity: 99999 !important;
}HOWEVER – that could break other things on the site. So you may need to make your CSS more specific to the weedmenuPane ID.
Forum: Plugins
In reply to: [WeedMaps Menu for WordPress] Weedmaps menu not showing up on pageLink to page its embedded on?
Thanks
Forum: Plugins
In reply to: [WeedMaps Menu for WordPress] Weedmaps menu not showing upResponded via email contact.
Forum: Plugins
In reply to: [WeedMaps Menu for WordPress] Mobile site not workingThat’s interesting.. its not even loading, like the javascript isnt running at all.
Can you try wrapping the shortcode in this:
<div id="weedmenuPane"> </div>
Forum: Plugins
In reply to: [WeedMaps Menu for WordPress] Menu not coming upHi PLPCC,
That page doesn’t exist, but I see a WM menu on another page so I’m marking this resolved.
Thanks
Forum: Plugins
In reply to: [WeedMaps Menu for WordPress] plugin is displaying all itemsThe plugin just pulls the menu from weedmaps, so it should inherit any settings you change on weedmaps.
Double check that the menu items are set to not show for me?
Thanks!
Forum: Plugins
In reply to: [WeedMaps Menu for WordPress] Issue with Weedmaps PluginSolved via email. Theme CSS overriding styles.
Forum: Plugins
In reply to: [WeedMaps Menu for WordPress] Mobile Menu ProblemHi Myles,
I just tested it with a fresh copy of 4.1 and the new TwentyFifteen theme – works fine for me. It may likely be something with your theme.
If you’d like you can contact me with a link to your site so I can inspect it here: https://baltimoredrew.com/contact/
Thanks.