sarahnadian
Forum Replies Created
-
Forum: Plugins
In reply to: [Ditty – Responsive News Tickers, Sliders, and Lists] Ticker problemsThanks! I’m not able to troubleshoot today, but I will let you know when I can.
Thanks Tom.
The “eregi()” function seems to have a vital significance in how the multisite relates to the subsites:
function school_style($bodyID){
$path = $_SERVER[‘REQUEST_URI’];
//Anne Hathaway
if(eregi(‘^/annehathaway/’, $path) == 1) {
$bodyID = ‘anne_hathaway’;
}
//Avon
if(eregi(‘^/avon/’, $path) == 1) {
$bodyID = ‘avon’;
}
//Bedford
if(eregi(‘^/bedford/’, $path) == 1) {
$bodyID = ‘bedford’;
}
//Bluewater Coast
if(eregi(‘^/bluewatercoast/’, $path) == 1) {
$bodyID = ‘bluewatercoast’;
}
//Brookside
if(eregi(‘^/brookside/’, $path) == 1) {
$bodyID = ‘brookside’;
}
//Central Perth
if(eregi(‘^/centralperth/’, $path) == 1) {
$bodyID = ‘centralperth’;
}
//Clinton
if(eregi(‘^/clinton/’, $path) == 1) {
$bodyID = ‘clinton’;
}
//Downie
if(eregi(‘^/downie/’, $path) == 1) {
$bodyID = ‘downie’;
}
//Elma
if(eregi(‘^/elma/’, $path) == 1) {
$bodyID = ‘elma’;
}
//Exeter
if(eregi(‘^/exeter/’, $path) == 1) {
$bodyID = ‘exeter’;
}
//Goderich
if(eregi(‘^/goderich/’, $path) == 1) {
$bodyID = ‘goderich’;
}
//Hamlet
if(eregi(‘^/hamlet/’, $path) == 1) {
$bodyID = ‘hamlet’;
}
//Howick
if(eregi(‘^/howick/’, $path) == 1) {
$bodyID = ‘howick’;
}
//Howick
if(eregi(‘^/howick/’, $path) == 1) {
$bodyID = ‘howick’;
}
//Hullett
if(eregi(‘^/hullett/’, $path) == 1) {
$bodyID = ‘hullett’;
}
//Huron Centennial
if(eregi(‘^/huroncentennial/’, $path) == 1) {
$bodyID = ‘huroncentennial’;
}
//Listowel Eastdale
if(eregi(‘^/listoweleastdale/’, $path) == 1) {
$bodyID = ‘listoweleastdale’;
}
//Little Falls
if(eregi(‘^/littlefalls/’, $path) == 1) {
$bodyID = ‘littlefalls’;
}
//Maitland River
if(eregi(‘^/maitlandriver/’, $path) == 1) {
$bodyID = ‘maitlandriver’;
}
//Milverton
if(eregi(‘^/milverton/’, $path) == 1) {
$bodyID = ‘milverton’;
}
//Mornington Central
if(eregi(‘^/mornington/’, $path) == 1) {
$bodyID = ‘mornington’;
}
//North Easthope
if(eregi(‘^/northeasthope/’, $path) == 1) {
$bodyID = ‘northeasthope’;
}
//North Woods
if(eregi(‘^/northwoods/’, $path) == 1) {
$bodyID = ‘northwoods’;
}
//romeo
if(eregi(‘^/romeo/’, $path) == 1) {
$bodyID = ‘romeo’;
}
//Seaforth
if(eregi(‘^/seaforth/’, $path) == 1) {
$bodyID = ‘seaforth’;
}
//Shakespeare
if(eregi(‘^/shakespeare/’, $path) == 1) {
$bodyID = ‘shakespeare’;
}
//South Perth Centennial
if(eregi(‘^/southperth/’, $path) == 1) {
$bodyID = ‘southperth’;
}
//Sprucedale
if(eregi(‘^/sprucedale/’, $path) == 1) {
$bodyID = ‘sprucedale’;
}
//Stephen Central
if(eregi(‘^/stephen/’, $path) == 1) {
$bodyID = ‘stephen’;
}
//Upper Thames
if(eregi(‘^/upperthames/’, $path) == 1) {
$bodyID = ‘upperthames’;
}
//North Perth Westfield
if(eregi(‘^/westfield/’, $path) == 1) {
$bodyID = ‘westfield’;
}Note: we have since temporarily re-routed the multisite to a different IP address while we attempt to fix these issues.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Unable to change CSS with Compass theme (Free)Sorry, I’ll have to get back to you – I am now not seeing the issue I had when I messaged you yesterday, and I am also not seeing any CSS changes. I’m a newb, so I’ll have to back up to figure out what I’ve done.
Thanks for your help!
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Unable to change CSS with Compass theme (Free)My shortcodes all look something like this: [tabby title=” ” icon=”desktop”] at the moment – my section titles are long and I was experimenting with icons and spaces in the tabs instead.
Thanks @opmaken!
That must be what my problem is, too.
Forum: Plugins
In reply to: [Genesis Responsive Slider] Categories and tags to be excludedI am having this same problem.
Forum: Fixing WordPress
In reply to: How to shut down site without server accessThank you. My host is now telling me that the cancellation hasn’t been fully processed for whatever reason, which explains why I can still access the website, I guess.
I am trying to figure out how to get back in and delete my files, but I will ask again if something goes wrong. ??
Ahh oops, that’s going to be the version of my new site – wasn’t sure which to put.
My old site is version 2.5
Honestly, I don’t even think I have “Tools” anymore! I can’t find it! It’s a $#%&show right now!
You’re sure I can do that on a .org site that hasn’t been updated in a few years?
Okay, so where exactly is my cpanel? (I’m obviously illiterate, which is why I need a .com site)