DAEXT
Forum Replies Created
-
Solved with 1.13
Hello angeldavo,
Q1.
In the Hreflang -> Connections menu select “x-default – don’t target a specific language or locale” in one of the Language fields. It’s the first option of the selector.
Q2.
Set the related locale to “Not Assigned”.
- This reply was modified 2 years, 1 month ago by DAEXT.
Hello sahava,
I confirm that the plugin uses a nonce to validate the requests. The nonce is valid for 24 hours. Regenerating the page HTML after 24 hours will solve.
Let me know if you have other questions.
Hello shura888,
please see my last answer on your previous thread where I explain a few types of cookie plugins how this plugin can be categorized.
Hello shura888,
Actions
the “Accept Cookies” action hides the cookie notice for further page visits. The “Close Cookie Notice” action hides the cookie notice only for the single page view.
Types of cookies notice plugins
CMP
There are plugin that comes with a Consent Management Platform (CMP). These plugins have a monthly fee and reject the cookies based on website scans and your configuration on the CMP.
Management of Cookie Notice UI
This plugin (the free version on ww.wp.xz.cn) allows you to manage a cookie notice (the UI). In this case cookies can be enabled for example with Google Tag Manager by looking at UI events. This plugin can also be used just to inform the users about the use of cookie.
Management of Cookie Notice UI and Scripts
The Pro version of this plugin (distribute on our web website currently via Envato Market) allows you to create cookie categories and run scripts based on the user selection. Note that the Pro version doesn’t scan your website and it’s not a Consent Management Platform (CMP) platform.
Forum: Plugins
In reply to: [Live News - Responsive News Ticker] How do I get the news tickers to change?Hello dgrimmw,
I’m going to close this thread and continue on the email thread that you started. The Pro version is supported via email.
- This reply was modified 2 years, 2 months ago by DAEXT.
Hello shura888,
the “Accept Cookies” action permanently closes the cookies notice.
Note that there are no cookie rejections mechanisms. This plugin only controls the cookie notice UI.
- This reply was modified 2 years, 2 months ago by DAEXT.
Forum: Plugins
In reply to: [Helpful - Article Feedback Plugin] Helpful appearing on quizHello johnzoro,
could you please indicate which conditions differentiate the quiz with the results from a standard post/page where the Helpful form should be displayed? (E.g. URL parameters, PHP variables, meta data, post types, taxonomy values, etc.) So we can provide you more details.
Forum: Plugins
In reply to: [Interlinks Manager - Internal Links Optimizer] link code showing on pageHello salmanzarobi,
The automatic links feature (which is the cause of this wrong keyword replacement) is available only in the Pro version
Support for the Pro versions is not allowed in this forum. Please contact us at [email protected] with information on the plugin incremental version and the related license so we can provide you a precise answer. Thank you.
Forum guidelines:
https://ww.wp.xz.cn/support/guidelines/#do-not-post-about-commercial-products
Hello smog20,
In the Connections menu in the Language 1-10 fields search for “Spanish”.
In the Connections menu in the Locale 1-10 fields search for “Mexico” and “Colombia”.
Let me know if this solves.
Forum: Plugins
In reply to: [Helpful - Article Feedback Plugin] Put Helpful in a different containerHello sau33,
please disable this check. In your case is a false positive due to plugins or themes added behaviors.
Modify this line: (daext-helpful\public\class-daexthefu-public.php line 146)
if( self::$shortcode_counter > 1){To:
if(false){An option to disable this check will be also added in future releases.
Hello trendbaze,
To solve I recommend:
- Reducing the number of keywords (4000 keywords is too much for most environment – each keyword should be verified by the plugin when the page is loaded using a regex) (< 500 is in most cases acceptable)
- Increase the cached page expiration time.
The Pro version is regex based like the free version. So there are no performance changes.
Hello trendbaze,
just make sure to enable the caching and serve the static pages for the posts where the automatic links feature is enabled. There are no other particular requirements.
- This reply was modified 2 years, 3 months ago by DAEXT.
Forum: Plugins
In reply to: [Helpful - Article Feedback Plugin] Exclude from Specific PagesRight now there isn’t an option to exclude pages from the plugin menus. This is another feature that might be added with a plugin update in the next few months.
Hello jockev,
this error is generated when the Options -> Advanced -> Post Types option of the plugin has no post types specified. Please set at least one post types to solve.
If you can’t access the plugin options you can manually set the daexthefu_post_types option to its default value using phpMyAdmin or similar tools.
Default value:
a:2:{i:0;s:4:"post";i:1;s:4:"page";}A check will be added in the next release to avoid generating a PHP error when this option has no post types specified.