burroughsc
Forum Replies Created
-
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, 6 months ago by burroughsc.
- This reply was modified 8 years, 6 months ago by burroughsc.
- This reply was modified 8 years, 6 months ago by burroughsc.
Forum: Plugins
In reply to: [Transient Cleaner] ERROR: Sorry, you are not allowed to access this page.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, 5 months ago by burroughsc.
Forum: Plugins
In reply to: [Transient Cleaner] ERROR: Sorry, you are not allowed to access this page.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
Disabling all other plugins does not fix the issue.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Google vs plugin time differences.Sorted this … it was my local WordPress timezone at fault.
Hi, If I set the “Events per Page” setting to “Number of Days” and “90” it shows the correct agenda interval.
Wrapping the description around
<pre></pre>works.[if-description]<div><b>Description:</b><br/><pre>[description html="true"]</pre></div>[/if-description]I changed the HTML for all events.
Disabled all other plugins… same thing occurred.
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?
I’m using “Text” editor… I like to actually know what’s going on with regard to the html.
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;andgt;all the time.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 pmAs 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>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
In reply to: [Event Organiser CSV] Is there a way to export/transfer only venues?> although importing venue details alongside the venues is on the todo list
Any indication when this is likely to appear?