DAEXT
Forum Replies Created
-
Forum: Plugins
In reply to: [League Table - WordPress Table Plugin] Can’t sort my table for some reason?Hello jrogowy,
Could you please post a screenshot with the settings configured in the Sorting section of the table and indicate the ID of the table so it can be identified in the linked page. Thank you.
Forum: Plugins
In reply to: [Autolinks Manager - SEO Auto Linker] Not sure if it worksHello mihannsell,
The plugin replaces keywords with links.
E.g. with the keyword “book”.
Before:
A book.
After:
A <a data-autolink-id="1" target="_self" >book</a>.
Note that you can’t control the generated HTML without modifying the plugin.
Forum: Plugins
In reply to: [Helpful - Article Feedback Plugin] The styles are only appearing logged inThank you for the update. Note that the CSS file with the custom styles is generated only when the plugin options are saved. Consequently, it is not necessary to exclude specific selector or files from caching. It’s enough to delete the cache after changing the style and saving the options.
Forum: Plugins
In reply to: [Autolinks Manager - SEO Auto Linker] Not sure if it worksHello mihannsell,
- Configure the automatic links from the Autolinks -> Autolinks menu.
- Visit the Autolinks -> Dashboard menu and click Update metrics.
- The number of automatic links is displayed in the Automatic Links column of the Autolinks -> Dashboard menu.
If you need further help creating automatic links please include information on the used keyword and a link to a page that includes the keyword occurrences.
Hello Mark,
Thank you for the update. I confirm that the activations using the Calypso?interface of WordPress.com and activations via WP CLI are not supported right now due to an incorrect conditional used in the plugin activation logic.
This problem will be addressed with the plugin update mentioned above.
Hello Mark,
If there are no existing data I recommend deactivating and deleting the plugin. Then install and activate the plugin from the Plugins menu using the standard WordPress back-end UI.
Please make sure that the default options are like in the two screenshot above. Please also verify that the logged user own the capability specified with the Restrictions Menu Capability option.
Hello Mark,
Could you please confirm that your are experiencing the problem on a wordpress.com site?
This week will be published a revised plugin activation which will allow the activation with the Calypso interface of WordPress.com. Right now the plugin is not activated correctly on wordpress.com sites.
Note that if you are on a wordpress.com site you can solve with this procedure:
- Visit Installed Plugins
- Click Deactivate and then Activate below the Restricted Blocks plugin in the list
In addition, make sure that all the options are initialized correctly (the Restrictions Menu Capability option is not allowing you to access the Restrictions menu):
Thank you for your patience.
Hello Christian,
In a similar scenario is usually configured only the language (for both the Danish and English site), with script and locale set to “Not assigned”.
Please note that while we are expert on our plugins, for questions that are strictly SEO questions my recommendation is to follow the advice provided by SEO specialists.
Hello ohsnaprs,
I replied to the email we receive today from your address since you are a user of the Pro version. Please continue on that email thread for technical support. Thank you.
https://www.ads-software.com/support/guidelines/#do-not-post-about-commercial-products
Hello autori76,
Could you provide a public URL? Because we have the plugin installed on our own site and a few other sites but we can’t see this message in Google Search Console.
So I can then verify your URL with ChromeDevtools to have a more precise idea of the problem.
Hello ilwoody,
The correct class used as a trigger for the revisit consent functionalities is:
daextlwcnf-revisit-consent-trigger
Example:
<button class="daextlwcnf-revisit-consent-trigger">Revisit Consent</button>
Note: Thank you for reporting this. There was an error (now fixed) in the examples provided in the plugin documentation.
Hello ilwoody,
The scripts that activate the cookies should be added in the HTML Head or HTML Body fields of the categories configured in the Cookie Notice -> Categories menu. These scripts will be added to the page only when the related categories are activated.
The “Reject All” action closes the cookie notice and deactivates all the cookies categories. As a result no scripts that activates the cookies will be added with this action.
Here you can find information on the actions available with the buttons:
https://daext.com/doc/lightweight-cookie-notice/#button-actions
Note that the plugin doesn’t scan and categorize the cookies already present on the site added outside the plugin HTML Head or HTML Body fields. These scripts should be moved in the plugin HTML Head or HTML Body fields.
For advanced users it’s also possible to apply more advanced implementations like:
- Google Tag Manager that uses triggers based on the plugin cookies (the activated categories are available in the
daextlwcnf-category-status
cookies) - Activation using Google Consent Mode by associating consent mode parameters with the plugin categories (this feature is currently available only in the Pro version)
Forum: Plugins
In reply to: [Lightweight Cookie Notice - Cookie Banner for Cookie Consent] SubdomainsHello gravy83,
We recently updated the plugin and added features on both the free and pro version.
The plugin cookies (used to store the user preferences and the encrypted key used to store the hash that match the consolidated consent data) can now be shared to subdomain by setting the Options -> Advanced -> Cookie Attributes -> Domain option to the domain name. E.g. “example.com” or “.example.com”.
Notes:
- Technically this option allow to set the cookie domain attribute via the plugin settings.
- This feature is part of the new features that we have included only in the Pro version.
Hello dav74,
Sorry for the late reply.
The actions associated with the buttons are listed on this section of the plugin documentation:
https://daext.com/doc/lightweight-cookie-notice/#button-actions
With the “Reject All Cookies” action all the cookie categories are disabled.
Forum: Plugins
In reply to: [League Table - WordPress Table Plugin] can’t add images to cellsHello fussballbodensee,
The Set Image link uses JavaScript to open the media library.
JavaScript errors should be removed in order for it to work. Other plugins or the theme are including scripts with JavaScript errors in the Tables menu. To solve:
- Identify the plugins that cause the error using the Chrome Devtools console or similar tools.
- Correct or disable the plugin/theme that is adding the JavaScript error.