odie2
Forum Replies Created
-
Forum: Reviews
In reply to: [Hyphenator] Great but not there yet…Hi,
It’s Hyphenator.js thing and seems like someone already suggested such improvement – https://github.com/mnater/Hyphenator/issues/240
I will reference this review there and will follow that issue. If anything will change regarding it, I will add this option to the plugin.
It would be really useful, I also have sometimes even only two characters in new line.
Thanks for review,
GreetingsForum: Plugins
In reply to: [Better WordPress External Links] Duplicated rel nofollowCurrently problem is reported on https://github.com/OddOneOut/bwp-external-links/issues/2.
Forum: Plugins
In reply to: [Multipage] Continue link should be always rawNever mind. I just had broken post content code –
<h2>[nextpage title="Ceremonia"]</h2>
…Forum: Plugins
In reply to: [Hyphenator] Strange characters in SafariHi Samuel,
Is it only specific browser, can you test any other? In my latest Opera Developer everything is fine, when I execute Hyphenator manually: https://maciej.kuzniczysko.pl/images/samuel.jpg
Please update your plugin to 5.1.5 version and try changing settings (options-general.php?page=hyphenator) like manually choosen language etc. I don’t see any settings you have set (
Hyphenator.config( [] );
).Do you use
hyphenate
class for capturing texts? I tried manually withentry-content
for example.I think it’s rather browser’s or Hyphenator.js’s issue than plugin’s. I will try to figure out when you provide more info and test mentioned possibilites.
Greetings
Forum: Plugins
In reply to: [AddToAny Share Buttons] Allow hook to wp_footer()Maybe it’s asynchronously, but the one of website speed test told it’s blocking.
Thanks, now wp_head() is cleaner and if I am not wrong, my post are little faster loaded (last time by just moving scripts I decreased loading time from 4.8s to 3.3s ??
PS: You should add it to FAQ section ??
Forum: Plugins
In reply to: [AddToAny Share Buttons] Allow hook to wp_footer()Hi,
Any info?
GreetingsForum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] Log custom eventAwesome! Love this plugin ^^
add_filter( 'aal_table_list_column_description', 'replacements_activity', 10, 2 ); function replacements_activity( $return, $item ) { if ( ! empty( $item->object_id ) && 1678 == $item->object_id ) { //Don't overwrite default page edit if ( strpos( $item->object_name, ':' ) !== false ) { $type = substr( $item->object_name, strpos( $item->object_name, ':' ) + 2 ); $type = ( $type == 'Dane' ? 'data' : $type ); return sprintf( '<a href="%s" target="_blank">%s</a>', get_permalink( $item->object_id ) . $type .'/', $item->object_name ); } } return $return; }
Zast?pstwa: Dane = https://example.com/zastepstwa/data/
Zast?pstwa: 2015-09-23 = https://example.com/zastepstwa/2015-09-23/
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] Log custom eventThanks! Works perfectly.
Of course for my case may be useful custom link, as ID pointing only to empty page with template, as I am using pretty links for GET requests, but those are just only my dreams if I could filter output when certain statements met ^^
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] Disable WPGlobus on certain pagesHmm, I wrote wrong.
I would to posts without translated title were disabled by default. Only translated title (or checkbox to “clone” title) should appear.
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] Disable WPGlobus on certain pagesHi,
@tiv.NET INC.
We are still working on disabling WPGlobus on specific pages.
And there is any progress? I would use WPGlobus on website where I have much galleries with excerpt, but half of them are “important” only for primary language, as Polish is “blog style” and others languages are “static page style”, which means that they shouldn’t be on languages different than primary.
Greetings
Forum: Fixing WordPress
In reply to: Double quotes parser style “ ” ? ”Anyone?
Forum: Plugins
In reply to: [AddToAny Share Buttons] CDN, js version and wp_footerHmm, thanks.
What about
wp_head
/wp_footer
?
Can it be moved towp_footer
or need to be inwp_head
for certain reason?Forum: Plugins
In reply to: [Feature A Page Widget] Filter fpw_styles_cssAh, yes, thanks, my bad.
I forgot about that ??Forum: Plugins
In reply to: [Download Monitor] [downloads] shortcode – loop for emptyAnyone?
Forum: Fixing WordPress
In reply to: Site Icon width twice too small – crop bugAnyone?