arathra
Forum Replies Created
-
Forum: Plugins
In reply to: [WP ULike - All-in-One Engagement Toolkit] Bug… "likes" all postsI went to this page, clicked LIKE on the final reply and then when the page reloaded ALL the posts had a like on them.
https://greeceishome.gr/forums/topic/co-ownership-of-property-in-greece/#post-221051
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] null showing in tooltip underline4.3.0.0.1
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Automatic show recently EDITED postsIs this something you might think about adding in future releases?
Forum: Plugins
In reply to: [Functionality] No such file exists!Thanks – that’s fine now.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] publicize hashtags add tagsI tried that but it didn’t work. In the end though I found a solution (posted here for reference) taking code from the above.
I had another function which manipulated the post; I simply add the update to the meta tag before the post was updated:
// add the tags to the post title as $custom_message update_post_meta( $post_id, '_wpas_mess', $custom_message ); // Update the post into the database wp_update_post( $my_post );
And it works now.
Thanks for your help!
Forum: Plugins
In reply to: [Functionality] No such file exists!Can I add it manually then? I tried uninstalling and re-installing, etc, but to no avail.
What do I need to do to correct this?
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Automatic show recently EDITED postsOk…
I know this isn’t good practice, but is it possible to hack the core plugin files to allow this?
If so, can you give me a hint where to start me off?
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Strange behaviour in Category ListMany thanks – [email protected]
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Strange behaviour in Category ListYes, that will show ALL occurrences, however on some pages it looks really bad and crowded because the keywords appear numerous times.
I’d rather it was turned off and only the first occurrence shows so that the page looks cleaner.
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Strange behaviour in Category ListHere are the settings: https://arathra.com/screenshots/settings.jpg
Here is what it looks like: https://arathra.com/screenshots/onfilm.jpg
1) The TEFL in the title is a keyword; it doesn’t show in H1 because of the settings but it should show on the line below.
2) A second keyword, FOREIGN LANGUAGE is also showing an errant NULL next to it for some reason.
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Strange behaviour in Category ListThanks – yes, it’s installed now. It works well but I have one query on the Pro version.
I have keywords set to show on the first occurrence only per page.
I also have keywords set to show only in .CONTENT but not in TITLE/H1 etc.
Suppose the title is A BLOG ABOUT SPAIN and my keyword is SPAIN. Then the tooltip doesn’t show in the title which is fine.
However, if the first line of the content is… SPAIN IS A COUNTRY IN EUROPE then although the tooltip for Spain SHOULD show there, it doesn’t.
How can I fix this?
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Strange behaviour in Category ListIs the Pro version sent automatically? I haven’t received anything yet and there are no instructions in the email I got.
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Strange behaviour in Category ListJust purchased. THanks.
Brilliant – thanks. It took a bit of tweaking but I got there in the end with popmake_popup_is_loadable.
Do you have a page with documentation on that function for future reference?
(Just reviewed and rated the plugin!)
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Front End Link?That’s it. Thanks!