Jacob Dubail
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Subdirectory sites work with IP but not Domain NameThanks. Lucky for me, Media Temple makes it rather difficult to edit the httpd.conf file on a (dv) 4 server.
What does this directive do, exactly? The tutorials I’ve read are rather confusing…
Forum: Networking WordPress
In reply to: Subdirectory sites work with IP but not Domain NameInteresting. I was thinking that might be the problem, but permalinks are working on all the other sites.
What’s with the “AllowOverride FileInfo Options”? Where would that go?
Thanks for your help.
My pleasure!
Hey guys,
I’m just about to push version 0.3, which will integrate a ton more options, and fix the autoplay bug.
-Jacob
I think this has to do with the order in which the CSS files are loading. If you css loads before the wp_head() call in your header.php, then the anythingSlider css loads last, which overrides your display:none call. To fix it, just add an !important declaration to the end: display: none !important.
I’ll work on making it easier to override CSS in a future release.
-J
Hey DaKlown,
Sorry to hear you are having problems with the plugin.
I had to make a fairly substantial change to the plugin between v0.1 and v0.2. Now, instead of using the Featured Image as the slideshow image, we’ll use the post Content. So, you now have a lot more flexibility in the content you can present in your slideshow. You can now add video, text, multiple images, etc.
To get your images back, just insert the image into the post and everything should work.
Sorry for the inconvenience. I won’t be breaking the plugin like this for future releases.
-J
Forum: Plugins
In reply to: Blogroll Tags/SubcategoriesDid ya’ll find a solution to this one? Looks like you can’t add custom taxonomies to the Links content type… Would be a really nice feature.
Forum: Networking WordPress
In reply to: Uncaught ReferenceError: switchEditors is not definedSorry ya’ll. Got it resolved. Was a stupid jQuery error.
Thanks for the replies.
-J
Forum: Networking WordPress
In reply to: Site Administrator Account problemLooks like I was wrong. seems about half of the pages strip html5 tags, or might be half of the sites on the network. Still investigating. Will report back soon.
-J
Forum: Networking WordPress
In reply to: Site Administrator Account problemI really appreciate the help… and am kind of excited to have potentially found something trac-worthy ??
Keep me posted.
Thanks again.
-Jacob
Forum: Networking WordPress
In reply to: Site Administrator Account problemgotcha. very interesting. Thing is, I added those tags to the functions, and now they work…
Forum: Networking WordPress
In reply to: Site Administrator Account problemGood stuff. I definitely think it’s an issue.
Can I just add the figure/figcaption array to those functions and call it a day? Are these functions just extending the allowed tags? or completely overwriting it?
Thanks again for your help!
-J
Forum: Networking WordPress
In reply to: Site Administrator Account problemfigure, figcaption are the 2 I tested.
Forum: Networking WordPress
In reply to: Site Administrator Account problemHey ya’ll,
Thanks for the replies.
break tags in menu item titles are definitely supported. give it a try.
basic html is not a problem. html5 elements seem to disappear.
Anyway, I installed that mu plugin and the issue seems to be resolved.
Thanks for the help.
-J
Forum: Networking WordPress
In reply to: Site Administrator Account problemThanks for the help, kind sir.
The things that are breaking include:
html (br tags) in menu item titles,
html5 elements in pages,
html in widgets.Basically, no javascript anywhere, just basic html.
Thanks for the help!
-Jacob