wasana
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Alternative to WPMUDev Pro SitesHi, thanks
Different templates for different levels, ideally even different templates for the same level…
gives the ability to deliver turnkey pre-configured sites for specific niche purposes. plugins, widgets, categories, settings, feeds, even content
Forum: Networking WordPress
In reply to: Alternative to WPMUDev Pro SitesNew Blogs Template isn’t integrated with Pro Sites — can’t execute my business plan without it. Trying to avoid custom programming.
Forum: Networking WordPress
In reply to: Alternative to WPMUDev Pro SitesI’m looking for a an admin plugin that will allow me to host multisite subsites. That is what Pro Sites plugin does, but it has some quirks.
Do you know any other options for managing subsites hosting?
Must be a problem with my site
thanks for your time and support
thanks for the tip, I have a feeling the problems are coming from it being a WP3.5 multisite – and not assigning paths correctly – not sure how to resolve that one
sorry, I’m not going to post my site here.
what you’re asking doesn’t address the issue that the FontMeister interface (on my installation anyway) is having trouble downloading; and secondarily it is not recognizing anything in the uploads folder.
the stylesheet I manually downloaded is identical to the one you can download from FontSquirrel
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 24, 2013 09:10:52 AM America/New_York */ @font-face { font-family: 'ArchitectsDaughterRegular'; src: url('ArchitectsDaughter-webfont.eot'); src: url('ArchitectsDaughter-webfont.eot?#iefix') format('embedded-opentype'), url('ArchitectsDaughter-webfont.woff') format('woff'), url('ArchitectsDaughter-webfont.ttf') format('truetype'), url('ArchitectsDaughter-webfont.svg#ArchitectsDaughterRegular') format('svg'); font-weight: normal; font-style: normal; }you mean my site URL?
the fonts are not showing in FontMeister stack, so not using anything yet
all the fonts on the fontmeister fonts list are getting the download error
thanks
Fontmeister is only downloading the .ttf and license.txt file.
sorry, I don’t know why I even said that… when I was on FontSquirrel there are two places to download fonts… I ended up doing both.
no fonts are downloading through the FontMeister interface at all — they all get the download failed message
Forum: Plugins
In reply to: [Networks for WordPress] Existing WP3.5 multisite with domain mapping –[Insert applause and cheering here.]
Given the innumerable issues I’ve had to deal with regarding WP3.5 and multisites and the difficulty of getting explanations, I really have to make a loud statement. Well Done.
Existing WP3.5 multisite, adding Networks for WordPress went very smoothly.
I will return and detail steps.
THANKS
Forum: Networking WordPress
In reply to: 301 redirect domain to multisite subdomainthanks for the help… I ended up taking a simple approach
because of subdomain multisite network, I had the domain ‘parked’; so I unparked it, then added it as an ‘add-on’ domain, and uploaded a simple htaccess 301 redirect.
Forum: Networking WordPress
In reply to: Asian Language subdomainthanks for that… a world of understanding has opened up. there are a number of online tools for converting native to punycode
Forum: Networking WordPress
In reply to: Asian Language subdomainHow do you check/change whether ASCII or Punycode?
thanks
Forum: Fixing WordPress
In reply to: HTACCESS redirecting everything to the right of a folderthanks
my mistake — it recognizes the regular expression, regex
when I tested it I made an error
you’ll need to test this a little, and I am FAR from being expert on this subject, but the CSV headers are super simple source target
the plugin is relative to site it is on so what that means issource would be something like /category/oldpost/ instead of http://yourdomain.com/category/oldpost/ while the target can be either /category/newpost/ or http://otherdomain.com/category/newpost/
I hit a memory limit at about 500 urls per upload – so if you have gargantuan site you will need to divide it up into a few CSV files
you should test of course, for the test the URL probably doesn’t even have to be real — just browse to it and it should send you to target page.
of course using a CSV/excel file would make it easy to sort etc by adding fields, just don’t upload them in your final file