bluesagedigital
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Attribute and VariationThank you, Hannah! That worked. I have a couple of questions if you don’t mind? 1-I would like the details page only to show up on a page. Is there any way to just display the product details only? 2-How can I format the product details page?
Currently, I am using this shortcode to display the product on a single page.
[product id=”99″]
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Attribute and VariationI need to mention the screenshot I have posted at the URL above is a mockup of what I want. Not what is.
Forum: Networking WordPress
In reply to: Multisite Subdirectories mirroring primary domainHey Mike. I did insert that code so thank you for that. I think I have discovered what is happening and it is me… lol. When I created the main site I set up all the graphics and links, etc. And then I copied the site using export and created the cloning site. I did that because the cloning software won’t clone the main domain. So I create a domain called mainbuild. What I discovered is none of the images transferred in the export from the main domain. After reading up on it I am surprised WordPress has not resolved this. It is a very commonly asked question. So my humble question to you is: how do I create the cloning template from the main site with the media library intact? Standing by to buy you dinner =)
Forum: Networking WordPress
In reply to: Multisite Subdirectories mirroring primary domainMike, I am trying a new cloner. It’s called NS Cloner. When I clone it doesn’t capture the graphics. The support group at NS Cloner says it is a multisite issue and that the HTAccess file script is not right. Is there a specific script I should be using? Again I am using subdirectories and this is a very recent multisite setup. Here’s the script in htaccess: Does everything look alright here?
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# uploaded ?les
RewriteRule ^([_0-9a-zA-Z-]+/)??les/(.+) wp-includes/ms-?les.php??le=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]As always your help is saving me right now… literally lol
Thanks man!
Dave
Forum: Networking WordPress
In reply to: Multisite Subdirectories mirroring primary domainWow Mike… I feel kinda dumb. That only makes sense. Thanks man. In the morning I will make that change.
Forum: Networking WordPress
In reply to: Multisite Subdirectories mirroring primary domainMike,
Still getting this:
You attempted to access the “Link Test” dashboard, but you do not currently have privileges on this site. If you believe you should be able to access the “Link Test” dashboard, please contact your network administrator.
I created these links in my clone site. This is the site I clone all the rest from. When I create the link it looks like this:
https://agiftfromus.com/mainbuild/wp-admin/edit.php?post_type=wp-lead
But then when I clone the site I think the link is still trying to access the mainbuild site. Should that link be replaced when it is cloned with the new site copy? It might work and I have some settings that are not right.
In any event, thanks so much Mike!!!
Forum: Networking WordPress
In reply to: Multisite Subdirectories mirroring primary domainIt doesn’t matter where you are… all things are possible!!! I will try that now. I am hoping for some wonderful reason the program will recognize the MU folder and read its contents.
Forum: Networking WordPress
In reply to: Multisite Subdirectories mirroring primary domainMike, let me buy you dinner… seriously dude. What’s your fav place to eat? You and your significant other?
Forum: Networking WordPress
In reply to: Multisite Subdirectories mirroring primary domainMike,
Thanks so much for giving me the time. I looked in the cpanel and here is what I see in the WP Content Folder
https://bluesagedigital.com/view-page
I don’t see a mu plugins folder. Makes me wonder if I am in the right place or if I did not install it correctly? Can I create that folder and place the doc in there?
Forum: Networking WordPress
In reply to: Multisite Subdirectories mirroring primary domainHey Mike, would that be in the public_html directory or in something like the WP Content folder? Or in the plugins folder?
Forum: Networking WordPress
In reply to: Multisite Subdirectories mirroring primary domainWow Mike!!! That sounds exactly like what I need to solve this problem. It says to stick the code in the user.php inside of an MU folder. I am only using a plugin manager from MU. Does that matter? I am a theme away from MU and wanting to make sure this is not something specific to MU.
Thanks again for all of you help!!!
Dave
Forum: Networking WordPress
In reply to: Multisite Subdirectories mirroring primary domainHey Mike, may I bend your ear for a sec? If not disregard the following and thank you for all your previous help.
I have built a multisite using sub directories. I have created a clone from which all sites are created. I have installed the plugins for the network and have them activated. I installed this contact management plugin so each site would have a contained contact manager. I set up a page where I created a link that would take the user of a directory site to their wordpress dashboard but when a person clicks on the link it tells them they don’t have sufficient privileges/permissions. I downloaded a plugin management plugin and set it to turn on all cloned sites in the network for the lowest user level. It still won’t access the dashboard from a normal page inside their site. To be clear I have a button that says “contact manager”. They click on it and got to the dashboard where the contact manager is. ANy ideas?
Forum: Networking WordPress
In reply to: Multisite Subdirectories mirroring primary domainThanks man. I guess I am trying to make a replicated site using subdirectories. Your help has been invaluable!
Forum: Networking WordPress
In reply to: Multisite Subdirectories mirroring primary domainMike, for the sites I have already replicated “cloned” can I export the clone source site as an xml and import into the existing sites to bring them current? Would that update them? Does broadcast only work on sites that created once it is installed or will it work on the existing sites?
This seems to be a crucial process for a multisite… at least in my ignorance it seems a one site update to update all the copies would be a “must have”.
Thanks man!!!
Forum: Networking WordPress
In reply to: Multisite Subdirectories mirroring primary domainHey Mike, I read your profile and it states you love multisite. I have set up my first multisite using subdirectories. I then set up a copy of the main site to be cloned for people who want a site. The cloning plugin does not allow cloning of the main. So if I make changes to the site that is used for cloning, will all the sites created from that clone update automatically? If not is there a way to update all of the cloned sites when I update the primary clone site? Make sense?