Odyno
Forum Replies Created
-
I don’t know if this can help you, I use this on one other plugin
/** * Include AWS SDK */ if (!class_exists('Aws\S3\S3Client')){ require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/aws.phar'; }
ah! excuse me, I had not found this in the messages of the support, if it is a duplicate please close it and please point me to the issue so that I can follow them progress
Forum: Plugins
In reply to: [Navionics WebAPI v2] Center MapHello,
the center of map is not explicitly exposed, but one alternative isgetBoundsArea
https://webapiv2.navionics.com/JNC.Views.Map.html#getBoundsArea- This reply was modified 7 years, 11 months ago by Odyno.
Forum: Plugins
In reply to: [WP Cassify] Login Landing Page (Services URL) brokenUnfortunately I have to report other error on this landing link.
Now The query parameter is present, but wrong. One=
is attached on the value of variable.
On the example start from:<a href="https://xxxx.com/wp-admin/tools.php?page=log_viewer_files_view#L_up">TestMe</a>
is changed in:
https://xxxx.com/cas/login?service=https://xxxx.com/wp-admin/tools.php?page%3Dlog_viewer_files_view=#L_up
with the
=
check it:
page%3Dlog_viewer_files_view
=#L_up
Forum: Plugins
In reply to: [WP Cassify] Import ErrorsHello,
I have tested it and now no error is present.Unfortunately I tried to import the one backup file but on the destination server some field is not filled.
In my case the key
wp_cassify_user_role_rules
is not recogniseBest Regards
- This reply was modified 8 years ago by Odyno.
Forum: Plugins
In reply to: [WP Cassify] Import ErrorsHello Again,
I have updated but now I have only this error and the import doesn’t work[28-Feb-2017 17:38:14 UTC] PHP Strict Standards: Only variables should be passed by reference in /var/www/html/wp-content/plugins/wp-cassify/admin/admin-menu.php on line 1406
Forum: Plugins
In reply to: [Simple Vertical Timeline] Parse Error on activationThanks for the notification.
Can you provide me your WordPress version ?Thanks
( https://github.com/Odyno/simple-vertical-timeline/issues/2 )
- This reply was modified 8 years, 1 month ago by Odyno.
Forum: Plugins
In reply to: [Simple Vertical Timeline] Left/Right content?Hello,
The default configuration make it left and right.
I suggest you to check the content of your post and check if you have space or special chart between the events. In some theme this return or empty space are replace with html tag and the simple vertical timeline manage it as content.Forum: Plugins
In reply to: [Simple Vertical Timeline] Content alignment not rightYes.. Top bad! I will contact the author of theme just to ask where is the conflict… and/or you can do that with me, so they are in sync with us.
One more request, If you like the plugin please rank it with comment… It’s a very young plugin and need it ??Forum: Plugins
In reply to: [Simple Vertical Timeline] Content alignment not rightHello, thanks for your note!
I haven’t tested it on 17″ but on screen with reduction feature and unfortunately all work fine.
Can you provide me more info or current theme or your environments? Can be helpful.Thanks
Forum: Plugins
In reply to: [EndomondoWP] HelloHello,
Currently the plugin is not linked at the current user. It’s ask the endomondo user id and if the workout is public you can show on your page. It’s totally equivalent of the sharing proposed by original site but in this case you don’t need to copy the code because it is provided automatically. So, you can show the workout/event/ecc only if it is public and you have the ID of it.Regards
Forum: Plugins
In reply to: [Timeline Express] Strange behavior with the dateExactly…. when I open the datepicker it works as “french” config (DMY) but (I think) the backend wants MDY, and ( I think ) for this reason I have problems.
PS: I have reviewed the config of my wordpress… unique difference from vanilla config is the
define ('WPLANG', 'it_IT');
onwp-config.php
PSS: no rush, I know the I18n problem is hard nut to crack
Forum: Plugins
In reply to: [Timeline Express] Strange behavior with the dateWe don’t need to discuss different date formats, this wouldn’t solve your problem.
I agree… The problem is not the date formats but how I can add one date with my (I think normal) wordpress configuration, because the gui let me use only d/m/y; for this reason I have notified this problem at this support forum.
Thanks anyway for your help
Forum: Plugins
In reply to: [Odyno GoogleGroups] RSS Feed in Widget not workingOk! Thanks for your suggestion
Forum: Plugins
In reply to: [Timeline Express] Strange behavior with the date?? the 27 june 2006 is not a valid date? I’m sorry but I’m Italian and I use the Gregorian, day-month-year (DMY)
This little-endian sequence is common to the majority of the world’s countries.
Bytheway… I have tried to insert the date in U.S. Format but the graphical interface recognizes my country and it proposes me the common date format.
Regards