Title: Odyno's Replies | WordPress.org

---

# Odyno

  [  ](https://wordpress.org/support/users/odyno/)

 *   [Profile](https://wordpress.org/support/users/odyno/)
 *   [Topics Started](https://wordpress.org/support/users/odyno/topics/)
 *   [Replies Created](https://wordpress.org/support/users/odyno/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/odyno/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/odyno/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/odyno/engagements/)
 *   [Favorites](https://wordpress.org/support/users/odyno/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 41 total)

1 [2](https://wordpress.org/support/users/odyno/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/odyno/replies/page/3/?output_format=md) 
[→](https://wordpress.org/support/users/odyno/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Error in activation – Fatal error: Cannot redeclare Aws constantly](https://wordpress.org/support/topic/error-in-activation-fatal-error-cannot-redeclare-aws-constantly/)
 *  Thread Starter [Odyno](https://wordpress.org/support/users/odyno/)
 * (@odyno)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/error-in-activation-fatal-error-cannot-redeclare-aws-constantly/#post-11982045)
 * 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';
       		}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Error in activation – Fatal error: Cannot redeclare Aws constantly](https://wordpress.org/support/topic/error-in-activation-fatal-error-cannot-redeclare-aws-constantly/)
 *  Thread Starter [Odyno](https://wordpress.org/support/users/odyno/)
 * (@odyno)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/error-in-activation-fatal-error-cannot-redeclare-aws-constantly/#post-11981971)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Navionics WebAPI v2] Center Map](https://wordpress.org/support/topic/center-map-3/)
 *  Plugin Contributor [Odyno](https://wordpress.org/support/users/odyno/)
 * (@odyno)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/center-map-3/#post-8933600)
 * Hello,
    the center of map is not explicitly exposed, but one alternative is `
   getBoundsArea` [http://webapiv2.navionics.com/JNC.Views.Map.html#getBoundsArea](http://webapiv2.navionics.com/JNC.Views.Map.html#getBoundsArea)
    -  This reply was modified 9 years, 4 months ago by [Odyno](https://wordpress.org/support/users/odyno/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Cassify] Login Landing Page (Services URL) broken](https://wordpress.org/support/topic/login-landing-page-services-url-broken/)
 *  Thread Starter [Odyno](https://wordpress.org/support/users/odyno/)
 * (@odyno)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/login-landing-page-services-url-broken/#post-8878085)
 * Unfortunately 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="http://xxxx.com/wp-admin/tools.php?page=log_viewer_files_view#L_up">TestMe</a> 
       ```
   
 * is changed in:
 *     ```
       https://xxxx.com/cas/login?service=http://xxxx.com/wp-admin/tools.php?page%3Dlog_viewer_files_view=#L_up
       ```
   
 * with the `=` check it:
    `page%3Dlog_viewer_files_view`**=**`#L_up`
    -  This reply was modified 9 years, 5 months ago by [Odyno](https://wordpress.org/support/users/odyno/).
    -  This reply was modified 9 years, 5 months ago by [Odyno](https://wordpress.org/support/users/odyno/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Cassify] Import Errors](https://wordpress.org/support/topic/import-errors-2/)
 *  Thread Starter [Odyno](https://wordpress.org/support/users/odyno/)
 * (@odyno)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/import-errors-2/#post-8878065)
 * Hello,
    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 recognise
 * Best Regards
    -  This reply was modified 9 years, 5 months ago by [Odyno](https://wordpress.org/support/users/odyno/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Cassify] Import Errors](https://wordpress.org/support/topic/import-errors-2/)
 *  Thread Starter [Odyno](https://wordpress.org/support/users/odyno/)
 * (@odyno)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/import-errors-2/#post-8858115)
 * Hello 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Vertical Timeline] Parse Error on activation](https://wordpress.org/support/topic/parse-error-on-activation-6/)
 *  Plugin Author [Odyno](https://wordpress.org/support/users/odyno/)
 * (@odyno)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/parse-error-on-activation-6/#post-8681149)
 * Thanks for the notification.
    Can you provide me your WordPress version ?
 * Thanks
 * ( [https://github.com/Odyno/simple-vertical-timeline/issues/2](https://github.com/Odyno/simple-vertical-timeline/issues/2))
    -  This reply was modified 9 years, 6 months ago by [Odyno](https://wordpress.org/support/users/odyno/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Vertical Timeline] Left/Right content?](https://wordpress.org/support/topic/leftright-content/)
 *  Plugin Author [Odyno](https://wordpress.org/support/users/odyno/)
 * (@odyno)
 * [10 years ago](https://wordpress.org/support/topic/leftright-content/#post-7652603)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Vertical Timeline] Content alignment not right](https://wordpress.org/support/topic/content-alignment-not-right/)
 *  Plugin Author [Odyno](https://wordpress.org/support/users/odyno/)
 * (@odyno)
 * [10 years ago](https://wordpress.org/support/topic/content-alignment-not-right/#post-7572948)
 * Yes.. 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Vertical Timeline] Content alignment not right](https://wordpress.org/support/topic/content-alignment-not-right/)
 *  Plugin Author [Odyno](https://wordpress.org/support/users/odyno/)
 * (@odyno)
 * [10 years ago](https://wordpress.org/support/topic/content-alignment-not-right/#post-7572931)
 * Hello, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EndomondoWP] Hello](https://wordpress.org/support/topic/hello-91/)
 *  Plugin Author [Odyno](https://wordpress.org/support/users/odyno/)
 * (@odyno)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/hello-91/#post-5766537)
 * Hello,
    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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timeline Express] Strange behavior with the date](https://wordpress.org/support/topic/strange-behavior-with-the-date/)
 *  Thread Starter [Odyno](https://wordpress.org/support/users/odyno/)
 * (@odyno)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/strange-behavior-with-the-date/page/2/#post-5626846)
 * Exactly…. 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');` on `wp-config.php`
 * PSS: no rush, I know the I18n problem is hard nut to crack
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timeline Express] Strange behavior with the date](https://wordpress.org/support/topic/strange-behavior-with-the-date/)
 *  Thread Starter [Odyno](https://wordpress.org/support/users/odyno/)
 * (@odyno)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/strange-behavior-with-the-date/#post-5626843)
 * > We 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Odyno GoogleGroups] RSS Feed in Widget not working](https://wordpress.org/support/topic/rss-feed-in-widget-not-working/)
 *  Plugin Author [Odyno](https://wordpress.org/support/users/odyno/)
 * (@odyno)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-in-widget-not-working/#post-5737084)
 * Ok! Thanks for your suggestion
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timeline Express] Strange behavior with the date](https://wordpress.org/support/topic/strange-behavior-with-the-date/)
 *  Thread Starter [Odyno](https://wordpress.org/support/users/odyno/)
 * (@odyno)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/strange-behavior-with-the-date/#post-5626841)
 * 🙂 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.
 *  [quote](http://en.m.wikipedia.org/wiki/Date_format#Gregorian.2C_day-month-year_.28DMY.29)
 * 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

Viewing 15 replies - 1 through 15 (of 41 total)

1 [2](https://wordpress.org/support/users/odyno/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/odyno/replies/page/3/?output_format=md) 
[→](https://wordpress.org/support/users/odyno/replies/page/2/?output_format=md)