tzkmx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Let People Upload Images To My MediaLibrarylook in plugins for front page uploader
Forum: Fixing WordPress
In reply to: reading settings-> enable “show latest posts at the homepage”We do NOT support premium themes
https://codex.www.ads-software.com/Forum_Welcome#Commercial_Productsyou could try something like :
RewriteCond %{REQUEST_URI} !^wordpress/
RewriteRule (.*) /wordpress/index.php [R=301,L]Forum: Networking WordPress
In reply to: Error: Couldn't locate remote serverPlease verify your links, we are being redirected to support home page.
Forum: Networking WordPress
In reply to: Multi site not working at WP 3.5Thank you very much Ipstenu, it’s going to be very useful for my next ms hacking.
Forum: Networking WordPress
In reply to: Multi site not working at WP 3.5Your defines are comented, first strip the slashes to the left.
I think you can’t serve subdomains from localhost, but maybe I’m slightly wrong in that point. ??
Forum: Fixing WordPress
In reply to: Videos not playingI can’t remember anything about a whitelist for video providers in WP. Are you using a plugin for this? Also, beware of not upgrading your WP core and plugins, it’s known most cracking intrusions lay in lack of proper maintenance of your software.
Forum: Fixing WordPress
In reply to: Add media link not workingMaybe IE is the problem…. have you considered using not standard compliance broken?
Forum: Networking WordPress
In reply to: Is Multisite a justified use of a dedicated IP for ARINIt is not, I run without problems 3 networks, 2 hosted in the same server at bluehost, one more at greengeeks. However the specific terms of service and policies of your hosting provider are another entirely different issue.
Forum: Fixing WordPress
In reply to: Disable Comments in Pages Setting Not WorkingMaybe an issue with your theme?
You could copy the template file making another template without comments area, enabled for your pages you don’t want comments, and the normal template enabled for the pages you require that functionality.
https://codex.www.ads-software.com/Pages#Creating_Your_Own_Page_Templates
Forum: Fixing WordPress
In reply to: how to make comments more compact in Twenty Eleven?I’ve checked again and the CSS formatting your comments area look coming from the Spam Free WordPress plugin you are running on, that’s the reason for the prefix.
Try Firebug, it located quickly the file where the active CSS is. You’ll fall in love with it for customizing your CSS ??
Forum: Networking WordPress
In reply to: Multi site not working at WP 3.5Which are your .htaccess rules?
Usually these kind of error come from the server configuration, given in that file you should set up correctly for multisite running properly.
Forum: Networking WordPress
In reply to: Limit on child themes allowed on 3.5 Multisite?Have you activated the themes for both subsites? You must first activate it, then enable it.
Maybe a function in your theme is checking for capabilities before serving the posts’ items.
Edit
Check this thread, maybe it has a note related with what you are trying to solve: https://www.ads-software.com/support/topic/2012-featured-image-not-showing-in-body-of-page-or-post
Forum: Networking WordPress
In reply to: Redirect to back officeIt would look like /wp-admin/ to the end, you are right, but what if they have account in several sites of your network? Are you limiting them only to one site?