Andrew Sampson
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Email notification when new WP update availableWondering if this free plugin might help?
https://ww.wp.xz.cn/plugins/stops-core-theme-and-plugin-updates/Forum: Fixing WordPress
In reply to: SSL encryption – website now unaccesibleNot sure which page of instructions you followed?
Have a look at this one…
How to Install a SSL Certificate On Your WordPress Site
The easy way is to use the Really Simple SSL plugin (mentioned on the page) – basically because it does all the work for you! And it is very lightweight.Re getting the site back..
You need to look for the table – “wp_options” in the database.There are two items to change..
1. Search for “siteurl” within the “option_name” column and click the “Edit” link on the same row. Change it back to http
2) Search for “home” within the “option_name” column and click the “Edit” link on the same row. Change it back to http.Forum: Developing with WordPress
In reply to: Create Bandcamp shortcode from Jetpack files!Hi @bcworkz
Thanks for the input – really appreciated.
Yes will be deactivating JetPack…
As have no need to 98% of functionalityForum: Plugins
In reply to: [VS Event List] Combining Start and End Date /Hey Guido
Love the spirit of working together like this!Andrew
Forum: Plugins
In reply to: [VS Event List] Combining Start and End Date /Just to add to @hendosdad’s awesome input!
I changed the placement of the “-” hyphen[vsel date_label="%s" start_label="%s - " end_label="%s"]To appear on the start label and not the end label
Also just for cosmetic neatness added a small bit of padding to add space between the hyphen and the dates
#vsel .vsel-meta-date {width:auto; float:left;padding-right:2px;}Andrew
- This reply was modified 8 years, 12 months ago by Andrew Sampson.
Forum: Plugins
In reply to: [VS Event List] Combining Start and End Date /Amazing hendosdad
Look great on your siteThanks for this
Greatly appreciated
Andrew
Forum: Plugins
In reply to: [VS Event List] Combining Start and End Date /Hi Guido
Thanks for the reply.
1) The css route is a good one – only thing is what I would love to do is to find a way to insert a hyphen ‘-‘ in betwen the dates.
So if an event starts on July 1st and ends on July 6th – it could be shown as
‘July 1st – July 6th’. I tried in the template but couldn’t figure out how to combine the different blocks of code and insert ‘-‘ in the middle! Hope that makes sense.2) So I made a change to the vsel-upcoming file of yours so the Date shows before the Event Title.
However of course if the plugin gets updated then this could be lost.
I use Rocket Theme ‘themes’ using the Gantry framework.
Sometimes it is possible to override individual plug in files (like the Vsel-Upcoming.php) by adding it into a custom section within the RT theme.Best
Andrew