NWTD
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Domain mapped via DocumentRoot; CSS and JS files are not foundCan a mod please delete this post. I’m afraid my site has been hacked and has been since I made this post. thank you.
Forum: Networking WordPress
In reply to: Oddity added to functions.phpEvery theme. Once removed, it shows back up…generally after you try to access a site.
I can’t find the source of where it’s coming from.
Forum: Networking WordPress
In reply to: Oddity added to functions.phpFWIW, I enabled debugging after blocking write access to the
functions.phpto see if I would get any errors about writing to it. Nothing showed up.Forum: Networking WordPress
In reply to: Domain mapped via DocumentRoot; CSS and JS files are not foundIt appears this was an issue with nginx. I had to create a separate
nginx.conffile for my vhost **pactems.org**In my nginx.conf, I just added:
server {
location / {
root /var/www/vhosts/nwtechanddesign.com/nwtd.co/;
}
}Then from SSH, I ran
/usr/local/psa/admin/bin/httpdmng --reconfigure-all&/etc/init.d/httpd gracefulAll seems to be working now.
Forum: Plugins
In reply to: [WP Last Login] Date AND timeI’d be interested in learning how to get both date and time to show up. I’m using this plugin on a multisite, so adding something to a theme’s function.php is not the most ideal solution, being I’d have to do that for several different themes.
I was having a prior issue with uploading images. That seems to have been resolved with v 2.0.18.
One thing that has not changed is that I still have “Invalid Displayed Gallery” when trying to display the slideshow as a widget.
FWIW, I’m running a multisite and this plugin is not network activated.
While I don’t mind sending a bug report, I am too cautious to send my creds via plain-text on an unencrypted page. Suggestions?
The update to 2.0.18 resolved my multisite issue for uploads. Thank you.
@photocrati — FWIW, I updated to the newest version 2.0.14 on my multisite and I am still getting an error, “You browser doesn’t have Flash, Silverlight, HTML5, or HTML4 support.”
I have deactivated/reactivated the plugin, disabled all other plugins, reverted to TwentyTwelve theme. I even tried reseting the plugin settings. I also do not have this plugin network activated, but activated on a site-by-site basis.
Any other suggestions? Thanks!
Forum: Plugins
In reply to: [wp2pgpmail] Integrate into theme without shortcodeI was trying to use the form on a “Coming Soon” page, but the plugin for “Coming Soon” stripped out shortcodes unless I paid some exorbitant amount of money. This seemed too much for what I needed.
Instead I made a small donation to the plugin developer and then altered the plugin template to display the wp2pgpmail plugin. It’s not the most ideal situation, but works for the next week that I need it.
To clarify, I’ve altered my permalink structure so that my custom post type URLs are as follows:
http://domain.com/cpt_post_name/taxonomy_term
So it results in something like this for this sample data:
CPT Post Names: Dry Cleaning, Ironing Taxonomy Terms: Los Angeles, Sacramento, San Diego http://domain.com/dry-cleaning/los-angeles http://domain.com/dry-cleaning/sacramento http://domain.com/dry-cleaning/san-diego http://domain.com/ironing/los-angeles http://domain.com/ironing/sacramento http://domain.com/ironing/san-diegoI need to make sure all of these URLs make it into the sitemap in some way.
you simply need to filter the permalink for that special taxonomy to be
Is this a setting in the plugin? Is there any more documentation with more information so I can figure it out?
Would a custom module need to be setup to break them up into acceptable XML sitemaps that don’t exceed the 50k limit?
Forum: Requests and Feedback
In reply to: Combining two WordPress support forum usersOn that note, is there anyway to delete my old account and change my current user name to my old username?
Maybe by a moderator?
Forum: Requests and Feedback
In reply to: Combining two WordPress support forum usersWhat a bummer 🙁
Thanks anyhow!
Forum: Plugins
In reply to: [Latest Tweets Widget] API suspendedThanks for the response. I’m using the plugin during development of our new site and all my traffic is just me, myself and I and I’m refreshing for my updates.
I’ll post on that twitter discussion forum you suggested. Thanks again.
Michael, have you found a solution? I’m having the exact same thing going on with my network install.