nevenag
Forum Replies Created
-
Hi @satoruh,
There isn’t a separate option specifically for “noindex”, but this will be passed along in the HTTP headers during the redirect when the “No Follow” option is enabled for the pretty link.Hi @paulda,
Sometimes the database gets corrupted, but the tool we use will usually repair it so that the links appear again. Please reach out to us on our site so that we can assist you further.
Hi @cmcomeau,
It doesn’t look like Pretty Links issue, but likely Elementor itself.
Hi @moisb
Curly braces
{}aren’t valid in URLs at that position. They’re considered unsafe characters that should be percent-encoded if you actually need them:{becomes%7B}becomes%7D
So if you really wanted those curly braces in the URL, it would need to look like:
https://example.com/path?x=%7Btest%7DWhen WP’s URL sanitization sees
https://example.com/path?x={test}, it just strips out the curly braces since they’re not valid there, leaving you withhttps://example.com/path?x=test.That’s actually why you’ll often see curly braces used as placeholders in URL templates and API docs – they stand out as something that needs to be replaced before the URL is actually used, since they can’t be part of a real URL anyway.
Ah, thank you for the clarification! @orballa
Do you have the “Link Fixer” module enabled? If you haven’t enabled it yet, please try to do that and see if that resolves the issue. You will find the module under ThirstyAffiliates>Settings>Modules. This module should make the link open in a new tab (if enabled) even if you add the link URL manually.
Hi @orballa,
You should set the “Open links in new window” option to “Yes” under ThirstyAffiliates->Settings->Link Appearance section.
If the links still don’t open in a new window, it’s highly likely that there is a theme and/or plugin conflict which is preventing your ThirstyAffiliates links from opening in a new window.
If possible, try to temporarily deactivate all other plugins and also try to temporarily switch to a default WordPress theme and see if the issue persists.
If you continue to have this issue, please reach out through our site for further investigation.Hi @ultrapanam,
It could be a browser extension like Ad Blocker or uBlock Origin causing the issue.
We’ve seen some recent changes in these add-ons where they’re getting more aggressive in their blocking.They now appear to block any script with the word “affiliate” or “aff” in it.
Because our plugin folder is called “thirstyaffilites” these blockers are preventing our scripts from running because it matches “aff” or “affiliate”.
Try disabling them and see if that helps.
However, if you’re sure you don’t have any ad-blockers or other similar extensions in Chrome, a security plugin could be causing the issue. If the issue persists, please reach out through our site for further investigation.
Hi @seanlance
Thank you for the suggestion, we’ll certainly take that into consideration!
Curently, you can delete clicks from the database from the table wp_prli_clicks.Hi @bestadventurer,
We replied to your question through our site.
Hi @khrisdigital,
If the “Clicks” column when viewing a pretty link is showing as a red X then this typically means that click tracking has been disabled. However, click tracking can be enabled/disabled at a global level so you might try navigating to Wp-Admin -> Pretty Links -> Options -> Links and see whether or not the “Enable Tracking” option is selected/checked.
If it’s not selected, please enable that option and this will ensure that any future pretty links created will have click tracking set up going forward. To fix your existing pretty link(s), you’ll want to edit it on the Pretty Links page (Wp-Admin -> Pretty Links) and underneath the “Advanced” tab you can select the “Tracking” option. Once it’s selected, then clicks will start getting tracked on those pretty links as well.
Hopefully, this helps.
Hi @benfrankie,
It sounds like you’re using a custom code snippet for this, but if not, I suggest reaching out through our website for further help.
Hi @1cloud,
It could be a browser extension like Ad Blocker or uBlock Origin causing the issue.
We’ve seen some recent changes in these add-ons where they’re getting more aggressive in their blocking.They now appear to block any script with the word “affiliate” or “aff” in it.
Because our plugin folder is called “thirstyaffilites” these blockers are preventing our scripts from running because it matches “aff” or “affiliate”.
Try disabling them and see if that helps.
Thanks.
Hi again @warmdope12,
You can actually put translations in /wp-content/languages/plugins/ and you won’t lose them.
Hi @technikelfe,
Since you mentioned that it’s already running on the PHP 8.1 version (which should be fine, but for some reason it’s still being treated as the old PHP version), what you could do is try rebooting the server and see if it resolves the issue.
Hi @warmdope12,
The translation file needs to be placed within the …/pretty-link/i18n/ folder. But yes, this folder is erased when updating Pretty Links, so be sure to keep backup copies of your translations which you can copy back into this folder.