Title: ragtech's Replies - page 2 | WordPress.org

---

# ragtech

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 52 total)

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[In Memoriam (Light a Candle)] ERROR …headers already sent…](https://wordpress.org/support/topic/error-headers-already-sent-8/)
 *  Thread Starter [ragtech](https://wordpress.org/support/users/ragtech/)
 * (@ragtech)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/error-headers-already-sent-8/#post-9321060)
 * Removed the “White Spaces” from the opening and closing php tags and all seems
   to be working fine so far.
    -  This reply was modified 8 years, 11 months ago by [ragtech](https://wordpress.org/support/users/ragtech/).
      Reason: Marking Resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[In Memoriam (Light a Candle)] ERROR …headers already sent…](https://wordpress.org/support/topic/error-headers-already-sent-8/)
 *  Thread Starter [ragtech](https://wordpress.org/support/users/ragtech/)
 * (@ragtech)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/error-headers-already-sent-8/#post-9317549)
 * _When I ”Activate” the plugin each time I also get this error:_
 * **The plugin generated 3 characters of unexpected output during activation. If
   you notice “headers already sent” messages, problems with syndication feeds or
   other issues, try deactivating or removing this plugin.**
 * I’m using a popular theme known as [Divi](https://www.elegantthemes.com/gallery/divi/)…
   I also have the ”[iThemes Security Pro](https://ithemes.com/security/)” plugin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SSL Insecure Content Fixer] Shows update but cannot complete it](https://wordpress.org/support/topic/shows-update-but-cannot-complete-it/)
 *  [ragtech](https://wordpress.org/support/users/ragtech/)
 * (@ragtech)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/shows-update-but-cannot-complete-it/#post-9130550)
 * Ditto
 * There is a new version of SSL Insecure Content Fixer available. View version 
   2.4.0 details or update now.
 * Is a no-go
    -  This reply was modified 9 years, 1 month ago by [ragtech](https://wordpress.org/support/users/ragtech/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rich Showcase for Google Reviews] Many things wrong](https://wordpress.org/support/topic/many-things-wrong/)
 *  Thread Starter [ragtech](https://wordpress.org/support/users/ragtech/)
 * (@ragtech)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/many-things-wrong/#post-8855299)
 * I’ve uninstalled it… but basically I’d put in the address and it would find all
   that I needed (I think an ID or something like that)… but when I’d scroll down
   a i=hit save and go to another admin area then back… all the info was gone.
 * When using what it did give me for the [Shortcode]; it gave me only one review
   and this client has 100’s
 * Sorry, that I don’t have the time to reinstall and take scree-captures for you…
   above is the best can do.
 * The site is up-to-date with WP and all it’s plugins (which are’t many)
 * The theme used is Avada; one of hte most popular themes from theme Fusion (purchased
   from Themeforest)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timeline Express] Announcement Image displays twice after latest update](https://wordpress.org/support/topic/announcement-image-displays-twice-after-latest-update/)
 *  Thread Starter [ragtech](https://wordpress.org/support/users/ragtech/)
 * (@ragtech)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/announcement-image-displays-twice-after-latest-update/#post-7374154)
 * ”Divi” by Elegant Themes
 * [http://www.elegantthemes.com/gallery/divi/](http://www.elegantthemes.com/gallery/divi/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timeline Express] Announcement Image displays twice after latest update](https://wordpress.org/support/topic/announcement-image-displays-twice-after-latest-update/)
 *  Thread Starter [ragtech](https://wordpress.org/support/users/ragtech/)
 * (@ragtech)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/announcement-image-displays-twice-after-latest-update/#post-7374150)
 * In the folder:
 * wp-content/plugins/timeline-express/lib/public/partials
 * And, in the the File ”single.timeline-express.php”
 * I found:
 *     ```
       <!-- Render the announcement date -->
       <strong class="timeline-express-single-page-announcement-date">
       <?php
       /* Action hook to display content before the single announcement date */
       do_action( 'timeline-express-single-before-date' );
   
       printf(
       esc_attr__( 'Announcement Date: %s', 'timeline-express' ),
       wp_kses_post( timeline_express_get_announcement_date( get_the_ID() ) )
       );
   
       /* Action hook to display content after the single announcement date */
       do_action( 'timeline-express-single-after-date' );
       ?>
       </strong>
       ```
   
 * Commenting in out removed the ”Announcement Date:” text
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timeline Express] Announcement Image displays twice after latest update](https://wordpress.org/support/topic/announcement-image-displays-twice-after-latest-update/)
 *  Thread Starter [ragtech](https://wordpress.org/support/users/ragtech/)
 * (@ragtech)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/announcement-image-displays-twice-after-latest-update/#post-7374146)
 * I did ORIGINALLY have an image and in the ”Excerpt” section put removing it did
   not change a thing.
 * As for the text ”Announcement Date:” text… I have no idea where that is coming
   from as it has never been part of the ”Excerpt”
 * I did however fix it by adding the following CSS and of course clearing any/all
   browser cache.
 *     ```
       .the-excerpt .announcement-banner-image {
           display: none !important;
       }
   
       .the-excerpt .timeline-express-single-page-announcement-date {
           display: none !important;
       }
       ```
   
 * Hey… what ever works right?!?!
 * However, I’m still unable to upgrade to WordPress 4.5.2 as per my previous ticket
   here.
 * [https://wordpress.org/support/topic/plugin-inoperable-when-upgrading-to-wordpress-45?replies=23#post-8391539](https://wordpress.org/support/topic/plugin-inoperable-when-upgrading-to-wordpress-45?replies=23#post-8391539)
 * Was hoping these last two updates to Timeline Express would have fixed the issue,
   but still no go.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timeline Express] Announcement Image displays twice after latest update](https://wordpress.org/support/topic/announcement-image-displays-twice-after-latest-update/)
 *  Thread Starter [ragtech](https://wordpress.org/support/users/ragtech/)
 * (@ragtech)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/announcement-image-displays-twice-after-latest-update/#post-7374040)
 * Announcement Date also displays twice (one in bold lettering, one not)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timeline Express] Plugin Inoperable when upgrading to WordPress 4.5](https://wordpress.org/support/topic/plugin-inoperable-when-upgrading-to-wordpress-45/)
 *  Thread Starter [ragtech](https://wordpress.org/support/users/ragtech/)
 * (@ragtech)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/plugin-inoperable-when-upgrading-to-wordpress-45/#post-7296203)
 * Thanks Evan,
 * Divi has become pretty popular (I myself don’t see what all the fuss is about,
   but it does have a huge following).
 * I’ll keep investigating as well; if I do find anything helpful; I’ll be sure 
   to follow-up with you.
 * Will also keep a watchful eye on this thread as well just in case you find out
   what’s up with Divi and your ‘Timeline Express’ plugin.
 * ~ragtech
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timeline Express] Plugin Inoperable when upgrading to WordPress 4.5](https://wordpress.org/support/topic/plugin-inoperable-when-upgrading-to-wordpress-45/)
 *  Thread Starter [ragtech](https://wordpress.org/support/users/ragtech/)
 * (@ragtech)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/plugin-inoperable-when-upgrading-to-wordpress-45/#post-7296155)
 * Thanks for the quick response…
 * The Theme used in its design is [”Divi” by Elegant Themes](http://www.elegantthemes.com/demo/?theme=Divi)
 * ~ragtech
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] PHP Fatal Error](https://wordpress.org/support/topic/php-fatal-error-65/)
 *  [ragtech](https://wordpress.org/support/users/ragtech/)
 * (@ragtech)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/php-fatal-error-65/#post-6693910)
 * It was the provider (Hostgator) who asked me to install the plugin in the 1st
   place and I informed them of the error – but, they did not seem concerned in 
   the least.
 * Did your Provider – give you any details on what exactly needed to be done on
   their end?
 * It would be difficult to go to Hostgator and just tell them about about a plugin
   error. and then ask that they fix it without more information.
 * Anything more you can provide would be most appreciated
 * Thanks
    ~ragtech
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] PHP Fatal Error on Delete Cache & Settings Pages](https://wordpress.org/support/topic/php-fatal-error-on-delete-cache-settings-pages/)
 *  [ragtech](https://wordpress.org/support/users/ragtech/)
 * (@ragtech)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/php-fatal-error-on-delete-cache-settings-pages/#post-7187230)
 * Yes, here too… and has been reported on GitHub… If anyone has a fix; please share.
 * Thanks
    ~ragtech
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] PHP Fatal Error](https://wordpress.org/support/topic/php-fatal-error-65/)
 *  [ragtech](https://wordpress.org/support/users/ragtech/)
 * (@ragtech)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/php-fatal-error-65/#post-6693908)
 * Same error here; also see others having the same problem (one on GitHub)… is 
   this going to be addressed?
 * Thanks
    ~ragtech
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[The Events Calendar] Like it a lot; simple, but needs [Shortcode]](https://wordpress.org/support/topic/like-it-a-lot-simple-but-needs-shortcode/)
 *  Thread Starter [ragtech](https://wordpress.org/support/users/ragtech/)
 * (@ragtech)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/like-it-a-lot-simple-but-needs-shortcode/#post-8046060)
 * The only shortcode I’d like to see on the Free plugin is one that would allow
   me to put the Calendar on a specific page instead of it automatically creating
   a yourdomain/events specific page.
 * This would at least allow a user to add/update items such as the Fusion Slider
   or add/use visual composer components.
 * Take this pages for instance [http://luesvendson.com/events/](http://luesvendson.com/events/)–
   I’m forced to use the default Fusion Slider from the theme’s options instead 
   of creating a specific slide for my Events page.
 * Thanks
    ~ragtech
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Snow (Falling Snow, Customizable)] Any plans to get this working on Safari?](https://wordpress.org/support/topic/any-plans-to-get-this-working-on-safari/)
 *  Thread Starter [ragtech](https://wordpress.org/support/users/ragtech/)
 * (@ragtech)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/any-plans-to-get-this-working-on-safari/#post-6598329)
 * Could very well be, I’ve only the Windows installable version of Safari to test
   my page on, so it may indeed work on Safari (full version / MAC)

Viewing 15 replies - 16 through 30 (of 52 total)

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