Cannabis Business Blog

OCTOBER 20TH, 2020

Stay up to date with the latest legalization and cannabis news with the CB Advisors. Every week, we will release a snippet of what’s happening with each state in the cannabis industry. Did you miss last week? No worries – click here for last week’s cannabis news.  CBD: Texas: Texas stands to generate billions of … Continue reading “Latest Cannabis News: October 20, 2020”

October 15th, 2020

WILL NEW JERSEY’S CONSTITUTIONAL AMENDMENT TO LEGALIZE MARIJUANA PASS? Registered patients in New Jersey may possess, use, and purchase medical marijuana from state-licensed businesses. However, on the November 3rd, 2020 ballot, New Jersey voters will have the chance to vote on Question 1 to legalize adult-use/recreational marijuana. According to a Monmouth University Poll, approximately 61% … Continue reading “New Jersey Marijuana Legalization Passage”

OCTOBER 14TH, 2020

WILL MONTANA’S ADULT-USE MARIJUANA COMPLIMENTARY INITIATIVES, INITIATIVE 190 AND CONSTITUTIONAL INITIATIVE 118, PASS? Currently, registered patients may access medical marijuana through licensed medical marijuana businesses in Montana. Come November 3rd, 2020, Montana voters will see two initiatives, on the ballot to legalize adult-use/recreational marijuana in Montana. Pepper Peterson, a spokesperson for New Approach Montana, which … Continue reading “Montana Adult-Use Marijuana Initiatives Passage”

October 14th, 2020

Will Mississippi’s Medical Cannabis Legalization Initiatives Pass? There will be two competing initiatives on the Mississippi’s Nov. 2020 ballot in efforts to legalize and establish a medical marijuana program for qualifying patients to access medical marijuana through state licensed businesses. Initiative 65 and Alternative 65A will have voters in Mississippi face two questions, should medical … Continue reading “Mississippi Medical Cannabis Legalization Passage”

IT’S TIME TO GET GROWING.

Better growth and a clear plan forward is what your business needs. Reach out to us to book a consultation or get your action plan
started.

/* ------------------------------------------------------------------ CBA Accessibility Snippet v2 (DigitalShyft, 2026-07) Adds aria-labels to footer social-icon links + the Mailchimp newsletter email field. v2 fix: runs immediately when the DOM is already ready (SiteGround Speed Optimizer defers this file until after DOMContentLoaded, so the old event listener never fired). Additive, reversible, no visual change, safe to re-run. INSTALL: paste this as the code for the "Accessibility Labels" block in CSS & JavaScript Toolbox, Save, then Purge SG Cache. ------------------------------------------------------------------ */ (function () { function applyA11yLabels() { var socialMap = { facebook: 'Facebook', twitter: 'Twitter / X', instagram: 'Instagram', youtube: 'YouTube', linkedin: 'LinkedIn' }; document.querySelectorAll('a > i.fab, a > i.fa-brands').forEach(function (icon) { var link = icon.closest('a'); if (!link || link.getAttribute('aria-label')) return; for (var key in socialMap) { if (icon.className.indexOf('fa-' + key) !== -1) { link.setAttribute('aria-label', socialMap[key]); break; } } }); document.querySelectorAll('input[name="EMAIL"]:not([aria-label])').forEach(function (input) { input.setAttribute('aria-label', 'Email address for newsletter signup'); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', applyA11yLabels); } else { applyA11yLabels(); // DOM already parsed (our case, due to deferred loading) } window.addEventListener('load', applyA11yLabels); // belt-and-suspenders fallback })();