Daniele Scasciafratte
Forum Replies Created
-
Forum: Plugins
In reply to: [Glossary] No styling options for widgets, colors not showing on pageWe don’t support that page builder.
With this PHP code you should be able to load the widget css in all the pages:add_action( 'wp_enqueue_scripts', function() { wp_enqueue_style( GT_SETTINGS . '-a2z-widget', plugins_url( 'assets/css/A2Z-widget.css', GT_PLUGIN_ABSOLUTE ), array(), GT_VERSION ); }, 9999 );
Forum: Plugins
In reply to: [Glossary] Premium AccountClosing
Forum: Plugins
In reply to: [Glossary] Premium AccountAs Pro user you need to open a ticket on https://support.codeat.co/ using the email associated to your license.
The WordPress forum for support doesn’t allow pro discussion.In case you have issues you can reach me on support @ codeat . co
Forum: Plugins
In reply to: [Glossary] No styling options for widgets, colors not showing on pageWhat page builder? There are hundreds around and based on how they are configured the behavior can change a lot.
Forum: Plugins
In reply to: [Glossary] No styling options for widgets, colors not showing on pageHi for widgets we have a css file that is loaded if the widgets are detected in page.
Are you using a page builder?Forum: Plugins
In reply to: [Glossary] Glossary page doesn’t show upPerfect!
Forum: Plugins
In reply to: [Glossary] Glossary page doesn’t show upI can’t give you more information about the issue are you facing as I can’t help you with the information I have.
Maybe you have a caching system that need to clean after those changes.Forum: Plugins
In reply to: [Glossary] Glossary page doesn’t show upSo it seems that the website is not able to pick the permalink.
I tested right now with a new website, downloading the latest free version, and I was able to get to the page without changing the slug.
I should investigate on the website itself to understand what is happening but this kind of support it is provided with the premium plan.Forum: Plugins
In reply to: [Glossary] Glossary page doesn’t show upDid you changed the glossary slug in the plugin settings?
Do you have in your website enabled the pretty permalink?
Forum: Plugins
In reply to: [Glossary] Glossary page doesn’t show upDid you flushed the permalink after changing the plugin settings?
Forum: Plugins
In reply to: [Glossary] Glossary redirectionClosing after 3 weeks
Forum: Plugins
In reply to: [Glossary] Gloassary breaks designIf also with the auto injection disabled you have issues there is something on, like a cache.
Anyway with themes and page builder is not easy as everyone is different and requires a lot of investigation and we do that only on pro customers because takes a while and often also custom and specific integration that we provide them.
Forum: Plugins
In reply to: [Glossary] Gloassary breaks designIt is normal as you have different post types, the auto injection is enabled in post and you can disable it but my suggestion is to use the pro version with a shortcode to avoid the issue you are facing with conflicts etc.
Forum: Plugins
In reply to: [Glossary] Gloassary breaks designForum: Plugins
In reply to: [Glossary] Gloassary breaks designIn the plugin settings there is the option to disable the autoinjection.
https://docs.codeat.co/glossary/getting-started/