Title: burroughsc's Replies | WordPress.org

---

# burroughsc

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Slider Feed – Social Media Feed & Gallery Widgets] Hover Text ‘hellip’](https://wordpress.org/support/topic/hover-text-hellip/)
 *  [burroughsc](https://wordpress.org/support/users/burroughsc/)
 * (@burroughsc)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/hover-text-hellip/#post-9706966)
 * Version 1.4.0 – This is a problem caused by trying to strip out non alphanumerics
   in instaram_sliper.php (yes that is how the author spelt the filename).
 *     ```
       774  $short_caption = wp_trim_words( $caption, 10 );
       775  $short_caption = preg_replace("/[^A-Za-z0-9?! ]/","", $short_caption);
       ```
   
 * Line 774 trims words and appends &hellip.
    Line 775 stripes the ampersand to 
   leave ‘hellip’
 * Ideally needs **[&;]** added to the preg_replace.
    -  This reply was modified 8 years, 8 months ago by [burroughsc](https://wordpress.org/support/users/burroughsc/).
    -  This reply was modified 8 years, 8 months ago by [burroughsc](https://wordpress.org/support/users/burroughsc/).
    -  This reply was modified 8 years, 8 months ago by [burroughsc](https://wordpress.org/support/users/burroughsc/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Transient Cleaner] ERROR: Sorry, you are not allowed to access this page.](https://wordpress.org/support/topic/error-sorry-you-are-not-allowed-to-access-this-page-2/)
 *  [burroughsc](https://wordpress.org/support/users/burroughsc/)
 * (@burroughsc)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/error-sorry-you-are-not-allowed-to-access-this-page-2/#post-8560123)
 * Yep, that’s the problem.
 * In shared-function.php line 15 we have:
    `if ( isset( $GLOBALS[ 'tc_lite' ] )&&
   $GLOBALS[ 'tc_lite' ] !== false ) { $lite = true; } else { $lite = false; }`
 * While in set-admin-config.phh we have:
    `if ( TC_LITE ) { $lite = true; } else{
   $lite = false; }`
 * And TC_LITE isn’t defined anywhere.
 * **This is still an issue in 1.5.1**
    -  This reply was modified 9 years, 8 months ago by [burroughsc](https://wordpress.org/support/users/burroughsc/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Transient Cleaner] ERROR: Sorry, you are not allowed to access this page.](https://wordpress.org/support/topic/error-sorry-you-are-not-allowed-to-access-this-page-2/)
 *  [burroughsc](https://wordpress.org/support/users/burroughsc/)
 * (@burroughsc)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/error-sorry-you-are-not-allowed-to-access-this-page-2/#post-8558334)
 * I’m running WP4.7 and had been running Transient Cleaner quite successfully until
   I upgraded to v1.5. Now I’m also getting “Sorry, you are not allowed to access
   this page.” when hitting [http://127.0.0.1/wp/wp-admin/tools.php?page=tc-options](http://127.0.0.1/wp/wp-admin/tools.php?page=tc-options)
 * Disabling all other plugins does not fix the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] Google vs plugin time differences.](https://wordpress.org/support/topic/google-vs-plugin-time-differences/)
 *  Thread Starter [burroughsc](https://wordpress.org/support/users/burroughsc/)
 * (@burroughsc)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/google-vs-plugin-time-differences/#post-6062410)
 * Sorted this … it was my local WordPress timezone at fault.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] List view with intervals broken in v2.2.1](https://wordpress.org/support/topic/list-view-with-intervals-broken-in-v221/)
 *  Thread Starter [burroughsc](https://wordpress.org/support/users/burroughsc/)
 * (@burroughsc)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/list-view-with-intervals-broken-in-v221/#post-5857628)
 * Hi, If I set the “Events per Page” setting to “Number of Days” and “90” it shows
   the correct agenda interval.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] HTML line break issue with [description html="true"]](https://wordpress.org/support/topic/html-line-break-issue-with-description-htmltrue/)
 *  Thread Starter [burroughsc](https://wordpress.org/support/users/burroughsc/)
 * (@burroughsc)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/html-line-break-issue-with-description-htmltrue/#post-5767973)
 * Wrapping the description around `<pre></pre>` works.
 * `[if-description]<div><b>Description:</b><br/><pre>[description html="true"]</
   pre></div>[/if-description]`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] HTML line break issue with [description html="true"]](https://wordpress.org/support/topic/html-line-break-issue-with-description-htmltrue/)
 *  Thread Starter [burroughsc](https://wordpress.org/support/users/burroughsc/)
 * (@burroughsc)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/html-line-break-issue-with-description-htmltrue/#post-5767942)
 * I changed the HTML for all events.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] HTML line break issue with [description html="true"]](https://wordpress.org/support/topic/html-line-break-issue-with-description-htmltrue/)
 *  Thread Starter [burroughsc](https://wordpress.org/support/users/burroughsc/)
 * (@burroughsc)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/html-line-break-issue-with-description-htmltrue/#post-5767941)
 * Disabled all other plugins… same thing occurred.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] HTML line break issue with [description html="true"]](https://wordpress.org/support/topic/html-line-break-issue-with-description-htmltrue/)
 *  Thread Starter [burroughsc](https://wordpress.org/support/users/burroughsc/)
 * (@burroughsc)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/html-line-break-issue-with-description-htmltrue/#post-5767937)
 * I can have a go .. but why is there a difference between the grid and the widget?
   And why would the formatting change in the grid simply by hitting the Next/Back
   button on the grid?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] HTML line break issue with [description html="true"]](https://wordpress.org/support/topic/html-line-break-issue-with-description-htmltrue/)
 *  Thread Starter [burroughsc](https://wordpress.org/support/users/burroughsc/)
 * (@burroughsc)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/html-line-break-issue-with-description-htmltrue/#post-5767933)
 * I’m using “Text” editor… I like to actually know what’s going on with regard 
   to the html.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] HTML line break issue with [description html="true"]](https://wordpress.org/support/topic/html-line-break-issue-with-description-htmltrue/)
 *  Thread Starter [burroughsc](https://wordpress.org/support/users/burroughsc/)
 * (@burroughsc)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/html-line-break-issue-with-description-htmltrue/#post-5767930)
 * It sort of works. But on the initial load of the grid calendar there is double
   line spacing which reverts to single line spacing after hitting next then back.
   The widget show single line spacing from the off. But obviously the actual calendar
   event on a mobile looks rubbish, and it’ll be a real pain to use `lt;` and `gt;`
   all the time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] HTML line break issue with [description html="true"]](https://wordpress.org/support/topic/html-line-break-issue-with-description-htmltrue/)
 *  Thread Starter [burroughsc](https://wordpress.org/support/users/burroughsc/)
 * (@burroughsc)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/html-line-break-issue-with-description-htmltrue/#post-5767915)
 * The description of the event in Google contains html … see below. It seems to
   work fine on initial load of the grid calendar on the page, but not the widget.
   And loses the spacing after hitting Next/Back.
 *     ```
       Team sheet: <a href='https://drive.google.com/file/d/0B2Z1Jii2soh_cXJQTkVQR1BvUDg/view?usp=sharing'>Click to view</a>
       Timetable: <a href='https://drive.google.com/file/d/0B2Z1Jii2soh_Wi1rYnZBZnlIMm8/view?usp=sharing'>Click to view</a>
       Secondary registration: <a href='https://drive.google.com/file/d/0B2Z1Jii2soh_c21qVUppR1BBMFE/view?usp=sharing'>Click to view</a>
       <br/>
       Session 1: Warm up: 10.00 am, Start: 11:15 am, Finish: 2:10 pm
       Session 2: Warm up: 2.50 pm, Start: 4:05 pm, Finish: 6:30 pm
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] HTML line break issue with [description html="true"]](https://wordpress.org/support/topic/html-line-break-issue-with-description-htmltrue/)
 *  Thread Starter [burroughsc](https://wordpress.org/support/users/burroughsc/)
 * (@burroughsc)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/html-line-break-issue-with-description-htmltrue/#post-5767891)
 * As requested.
 *     ```
       <div class="gce-list-event gce-tooltip-event">[event-title]</div>
       [if-all-day]
       <div><b>All day event :</b> [start-date]</div>
       [/if-all-day]
       [if-not-all-day]
       <div><b>Starts:</b> [start-date] at [start-time]</div>
       <div><b>Ends:</b> [start-date] at [end-time]</div>
       [/if-not-all-day]
       [if-location]<div><b>Location:</b> <a href="https://www.google.co.uk/maps?q=[location]">[location]</a></div>[/if-location]
       [if-description]<div><b>Description:</b>[description html="true"]</div>[/if-description]
       <div>[link newwindow="true"]More details...[/link]</div>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pie Register – User Registration, Profiles & Content Restriction] Dodgy submit button txt on import/export page.](https://wordpress.org/support/topic/dodgy-submit-button-txt-on-importexport-page/)
 *  Thread Starter [burroughsc](https://wordpress.org/support/users/burroughsc/)
 * (@burroughsc)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/dodgy-submit-button-txt-on-importexport-page/#post-5517705)
 * And why oh why oh why are you not using the standard WP admin styles for the 
   menus? I’m going to edit your styles out.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Organiser CSV] Is there a way to export/transfer only venues?](https://wordpress.org/support/topic/is-there-a-way-to-exporttransfer-only-venues/)
 *  [burroughsc](https://wordpress.org/support/users/burroughsc/)
 * (@burroughsc)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/is-there-a-way-to-exporttransfer-only-venues/#post-4589630)
 * > although importing venue details alongside the venues is on the todo list
 * Any indication when this is likely to appear?

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

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