bman1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: custom theme dashboard access from WP .com account -> possible?Thank you for your help. I had a feeling that this was the case.
Regards.Forum: Fixing WordPress
In reply to: custom theme dashboard access from WP .com account -> possible?The wordpress.com blog is a completely different website (its her own personal account) from the custom theme I’ve created for her and her colleagues.
Does what you’re suggesting still apply?
If so, could you instruct or refer me to information on how to import the data over?
Thanks.Forum: Fixing WordPress
In reply to: custom theme dashboard access from WP .com account -> possible?I’ll check there. Though, any interaction between accounts would probably require some involvement of my custom (wordpress.org) theme.
I’ll keep this topic open just in case.
Forum: Fixing WordPress
In reply to: custom theme dashboard access from WP .com account -> possible?Sorry, I don’t follow.
I created a theme for a client and I am the admin.
She wants to be able to access the dashboard for this theme from her own wordpress.com account.Forum: Fixing WordPress
In reply to: custom theme dashboard access from WP .com account -> possible?Sorry for the double-post.
Forum: Networking WordPress
In reply to: sub directory site not workingSolved – yipee
I got the secondary site working. The problem had to do with the .htaccess file and the absence of the /wptww declaration for RewriteBase, since my wordpress installation resides in its own folder.
Thank you for you suggestions Andrea.Forum: Networking WordPress
In reply to: sub directory site not workingAlso:
– Under the Network Admin dashboard, I have both ‘network enabled’ and ‘network disabled’ my custom theme. No effect.
– When network disabled, I then enabled the the custom theme for /beauty, individually, in its own menu.How does one go about populating the 2nd site with posts? I can’t see any menu allowing you to choose where you are posting.
Forum: Networking WordPress
In reply to: sub directory site not workingMy htaccess currently resides at site root /wptww
Is that the right place?
Forum: Networking WordPress
In reply to: sub directory site not workingJust for clarity, the primary site and its database reside in the wptww directory.
When on ‘http://conceptualimprints.ca/wptww/beauty/wp-admin/themes.php’, I get a 404 error.
Any thoughts on why this is happening?
Forum: Networking WordPress
In reply to: sub directory site not workingLogging into the Admin panel, I then went to Network Admin, enabled my custom theme for the new area, and then uploaded ‘cets_blog_defaults.php’ to wptww/wp-content/plugins
I am still getting an error: Directory has no index file.
Should /beauty be empty?
Should /beauty be at the primary site root?Forum: Networking WordPress
In reply to: sub directory site not workingAs far as the directory structure goes: should I have an empty folder called /beauty placed at the root of the install (alongside wp-admin, wp-content, wp-includes)?
Forum: Networking WordPress
In reply to: sub directory site not workingI have removed twentyten and twentyeleven from the themes folder.
Forum: Networking WordPress
In reply to: sub directory site not workingThe main install/database is here
conceptualimprints.ca/wptww/I have listed the following as my second site.
conceptualimprints.ca/wptww/beautyDo I need to install wordpress here or add a database for this second site?
Thanks.Forum: Themes and Templates
In reply to: style.css not workingThanks for the help both of you.
The style works properly with the following <link> code:<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />