DAEXT
Forum Replies Created
-
Hello jockev,
thank you for all the details. I’ll get back to you in a couple of days.
- This reply was modified 2 years, 3 months ago by DAEXT.
Hello jrendell,
a restriction of type “Password” displays the defined message (E.g. “Sorry, this content isn’t available right now.”) followed by the form to enter a password.
Please make sure that the Type field of the restriction is set to “Password” and not “Fixed”.
If this doesn’t solve please include the steps to reproduce the issue. Thank you.
- This reply was modified 2 years, 3 months ago by DAEXT.
It depends on your preferences. Caching, reducing keywords number, using a CPU with different performance are all possible solutions.
Hello sarahrego,
could you please send an email to [email protected] with the details or a screenshot of the report? Thank you.
Forum: Plugins
In reply to: [Helpful - Article Feedback Plugin] Statistics not working as intendedHello tibipuiu,
In the Filter & Sort section the PFR field is a filter to restrict the results based on the PFR metric value of the posts.
To sort by positive feedback you can use the Sort By field with the PFR value and click Apply Query.
Note: If you experience an unexpected behavior please specify the steps to reproduce it. Thank you.
I’m referring to limiting the number of items/records present in Autolinks -> Autolinks menu. Each item/records defined in this menu will result in an additional set or regex applied.
Hello trendbaze,
To reduce the amount of regex you can reduce the number of defined keywords in the Autolinks menu or activate a caching plugin. (E.g. WP Super Cache, etc.)
- This reply was modified 2 years, 3 months ago by DAEXT.
The plugin uses PHP regex to apply the automatic links and the consumed CPU resources are proportional with the number of defined keywords.
In other words, if you define 10 keywords PHP should run the regular expressions used to find the keyword 10 times.
If the number of regular expression is very high (100 – 1000) this may have an effect on the page loading time (this however totally depends on the server performance). In that case the use of a caching plugin is recommended.
Forum: Plugins
In reply to: [Soccer Live Scores] Unable to deactive/remove plugin??Hello pixelhouse18,
I verified and there is a PHP error in the deactivation process.
An update will be release tomorrow (Feb 7). Please update the plugin and click Deactivate in the Plugins menu to solve.
- This reply was modified 2 years, 4 months ago by DAEXT.
Hello januszkowal,
I created a ticket for this. If possible please create a thread in the Support section with indicated:
- The context (Import menu or the name of the used post editor sidebar section)
- The Markdown code used to perform the conversion (in case you can send an email to [email protected] with the text/markdown file as attachment)
In this way we can quickly reproduce the issue and solve or provide you with more details.
Thank you.
- This reply was modified 2 years, 4 months ago by DAEXT.
Thank you for the update. I’m closing the thread.
Hello alikit,
sure. If with the options you can style the form based on your needs you can use custom CSS.
For this just make sure to create CSS rules with high specificity to overwrite the plugin rules. (E.g. Use multiple selectors and the !important attribute)
See: https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity
For the font family add the font family by including for example the tag provided by Google font or by your font provider.
See for example the implementation here:
Hello alikit,
if you can share the URL of a page with the “Was this helpful?” feedback form we can inspect it and provide you more details.
Hello alikit,
I recommend using the options in the plugin settings. These settings applies high CSS specificity. Please make sure to:
- Include only single quotes for fonts with multiples words. E.g. ‘Inter’, sans-serif
- Set a proper Google Font URL. E.g. https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap
- Clear the browser cache
The textarea label is always left-aligned. On the right side there is the character counter. Custom changes should be applied with the theme CSS using high specificity selectors.
Forum: Plugins
In reply to: [Autolinks Manager - SEO Auto Linker] Link don’t autolink in tables and listHello trendbaze,
the automatic links are added server-side with PHP. In other words, if the links are added by this plugin, these links are available in the HTML source.
There are no JavaScript functionalities that modify the DOM included in the plugin.