Nicolas RIVIERE
Forum Replies Created
-
Forum: Plugins
In reply to: [Linky] Show links in link buttonHi @mrjordilicious,
Thank you for your message.
Sorry for response delay1: You can’t choose avatar size but you can use this alternative, add this to “Google Analytics” field in Settings tab :
<style> .linky-page .header__avatar { width: 60px; height: 60px; } .linky-page .header__avatar img { width: 100%; } </style>Avatar will be in 60px instead of 40px
2: It is not available but you can use the categories to display links. Add your link in the list of categories (Settings tab) then select it on the link in question (Links tab)
Hope this helps you
Forum: Plugins
In reply to: [Linky] Make links page homepageHi @adeizasama ,
No sorry, impossible to set linky for homepage but you can create a redirection in your homepage to your linky page.
Code for redirection :
add_action('template_redirect', function() { $linky = get_option('wp_linky_page'); if(is_front_page() && !empty($linky['global']['slug'])) wp_redirect(site_url() . '/' . $linky['global']['slug']); });- This reply was modified 5 years, 3 months ago by Nicolas RIVIERE.
- This reply was modified 5 years, 3 months ago by Nicolas RIVIERE.
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/avatarHi @360fun !
Thank you for your message.
I add this feature to the roadmap.
Stay tuned 😉
Nicolas.
Forum: 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 5 years, 7 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 ?