jomo5280
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Ajax Filter] Excerpt lengthNevermind – I found your correct hook to use – thanks!
add_filter(“tc_caf_excerpt_length”,’trusty_exc_length’); function trusty_exc_length () { return 5; }
Forum: Plugins
In reply to: [WP Shopify] Missing Cart overlayNo Problem – but here is the link for the Pro Version which is super obscure in the documentation which makes it a challenge for quick deployments of the plugin: https://shop.androidbubbles.com/product/wp-shopify/
Forum: Plugins
In reply to: [WP Shopify] Missing Cart overlayCan we test it before we buy the $80 a year subscription?
Forum: Plugins
In reply to: [WP Shopify] Missing Cart overlayok – so what is advanced version? I don’t see anywhere for this?
This is my shortcode: [wp-shopify-product id=”xxxxxxx” button_type=”js”]
- This reply was modified 1 year, 6 months ago by jomo5280.
Forum: Plugins
In reply to: [WP Shopify] Missing Cart overlayNo problem – I need the Add to cart sidebar functionality like in your screenshots of the plugin. See screenshot: https://ibb.co/nzMj251
Forum: Plugins
In reply to: [WP Shopify] Missing Cart overlayIs there any support of documentation for this plugin? anybody home?
Forum: Plugins
In reply to: [WP Shopify] my private apps – missing for setup to get API keysresolved – didn’t have correct permissions.
Forum: Plugins
In reply to: [WP Shopify] Products not appearing on front end@webphilosopher how were you able to get the API keys in Shopify? On my shopify account – the option to “create new app” does not exist… thanks!
Forum: Plugins
In reply to: [Elementor Custom Skin] Load More Button (ajax) loses CSS stylesResolved – I was using the wrong class name – I needed to be using .type-post, and type-XXXX, etc. and it worked as expected! thanks!
Forum: Plugins
In reply to: [WP Accessibility] Skip to Content / Tabindex questionCan i send private link to you?
Forum: Plugins
In reply to: [WP Accessibility] Skip Links AttributesThank you for your response!
This is proving to be a very “subjective” topic – and I agree with your talking points. Hopefully client can agree to disagree for the better good of the entire website’s purpose.Forum: Plugins
In reply to: [One Click Accessibility] Skip to ContentIs this plugin no longer supported?
Forum: Plugins
In reply to: [WP Accessibility] Skip to ContentThat is what I figured…. I just need to figure out how to disable smooth scroll in Elementor. I will let you know if I find a reasonable method for Elementor users using your plugin. Thank you!
Forum: Plugins
In reply to: [One Click Accessibility] Skip to ContentIt seems Elementors smooth scroll is effecting this. Can i turn of smooth scroll somehow with a filter/hook?
Forum: Plugins
In reply to: [WP Accessibility] Skip to ContentIt seems Elementor’s “smooth scroll” is causing the issues with tabindex. If I break the smooth scroll on click # it seems to work as expected – however this breaks mobile navigation, etc.