Nicolas RIVIERE
Forum Replies Created
-
Forum: Plugins
In reply to: [Linky] How to use Linky in different page language approach?Hi Alex @wci ,
Thank you for your message.
For now, multi-languages (and wpml) is not support in Linky.
I’m working at new version to support multiples link pages.Stay tuned.
Nicolas
Forum: Plugins
In reply to: [Linky] ?? Link in the header title/avatarI fixed it in new version.
Sorry ??
Forum: Plugins
In reply to: [Linky] ?? Link in the header title/avatarHi @360fun,
A new version of Linky is available.
You can add avatar Link in Appearance tab ??Nicolas
Forum: Plugins
In reply to: [Linky] Google analytics click trackingHello @kuitogu67
Thank you for your message.
Link’s statistics are not planned at the moment, maybe in a premium version.
For tracking ID, you have to put the full JS tracking code in script tag like this :
<!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=GA_MEASUREMENT_ID"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'GA_MEASUREMENT_ID'); </script>
Forum: Plugins
In reply to: [Linky] ?? Link in the header title/avatarForum: Plugins
In reply to: [Linky] Extended (partial) access to EditorsWell seen!
Have a good day !
Forum: Plugins
In reply to: [Linky] Extended (partial) access to EditorsHi @360fun,
Sorry for response delay.
I prepared new version (1.2.1) with specific hook tag for every setting page.
You can add this code snippet code into functions.php :
add_filter('linky_submenu_links_page_capalibilty', function($capability) { return 'editor'; });
- This reply was modified 4 years, 4 months ago by Nicolas RIVIERE.
Forum: Plugins
In reply to: [Linky] Work with Jetpack statsHello @lilboytoy,
Thank you for your message.
I’ll check next week because i’m on holiday.See you soon.
Forum: Plugins
In reply to: [Linky] Error with link SlugGreat! Good news
Sorry for late answer, i’m on holiday ??Forum: Plugins
In reply to: [Linky] Error with link slugTicket close.
Forum: Plugins
In reply to: [Linky] How to remove Linky logo bottomHi @o93oooj,
You can remove footer of Linky page with CSS :
.linky-page footer.footer {display: none;}
Forum: Plugins
In reply to: [Linky] Changes & FeaturesHi @delcks,
New version of Linky is available (1.1.1)
– I added actions bar to the top of links. So you can add some links / separators to the top of list.
– I added “social position” in Appareance tab. (Top, Bottom, Both)
– I changed color of selected item from Links categories or Links labels
– I fix “Apparence” translationForum: Plugins
In reply to: [Linky] Error with link slugHi @peshotes,
Can i close this ticket ?
Forum: Plugins
In reply to: [Linky] Avatar image size & formatI close this ticket, do not hesitate to contact me if you come back here
Forum: Plugins
In reply to: [Linky] Separator and page update issue.Hi @estebangodoy,
Thanks for your feedback
1) I take care of the correction, available in the next version
2) Are you using a cache plugin? (WP Rocket, W3C Total Cache, Super Cache …) If so, you have to empty the cache once you make a modification.Nicolas, founder of Linky