craigmedia
Forum Replies Created
-
Forum: Networking WordPress
In reply to: .htaccess for Multisite keeps reverting to Single site .htaccessHey Axel13,
Thanks for that, I thought it might be a plugin as well. All i did to solve this was manually delete wordpress except config.php and wp-content folder and just readded a new wordpress install.Forum: Plugins
In reply to: [Advanced WP Columns] Columns not working with Pods CMS TinymceHey,
any updates regarding making it work in pods cms.Thanks
Forum: Networking WordPress
In reply to: Subsite Dashboard and subdomain gets redirected to install.phpHey I found out what the issue was lol. Silly mistake. I didnt point the wildcard to my home folder, I was looking following other blog instruction on making it public_html/ but because it’s an addon domain i should of had the wildcard like so public_html/pn-onepage or whatever folder the wordpress installation is for the website.
Silly Me ?? So excited though, now that I can move forward. lol
Forum: Networking WordPress
In reply to: Subsite Dashboard and subdomain gets redirected to install.phpHey, i’m still stuck on this issue, and my hosting company say they don’t provide or offer support for WordPress Multisite.
What’s I’ve done now, is used another domain called pasifikanetworkgroup.com and created a freshly installed wordpress there.
After making is multisite I then created a subsite on there called test.pasifikanetworkgroup.com. It is doing the same issue as my pn-onepage.co.nz domain.
The really weird thing about it though, is that when I try and access the subsite dashboard which is:
https://test.pasifikanetworkgroup.com/wp-admin it redirects me to the pn-onepage.co.nz login, which is:
I don’t understand, I created a new database and created a new wildcard for it as well, have tested it on Chrome and Ie Browsers and it still redirects me to that page.
You have any idea why?
Forum: Plugins
In reply to: [SKT Skill Bar] Skillbar not working with Pods CMSSorry latest update after a few more testing. It seems the plugin doesn’t fade in properly when using a custom plugin like pods cms. I’ve created a custom tinymce and inputted the code, the animation works fine, except that it executes the .hideme class already before scrolling to it. Any kind of hack that I can use to make it work in custom tinymce that way it appears when you scroll to it?
Forum: Plugins
In reply to: [SKT Skill Bar] Skillbar not working with Pods CMSI’ve just been testing it and have been looking at your example one. I notice that when I refresh the page even without the page load and scroll to the pie chart it’s already shown and animation already executed.
I notice on your example that when you scroll to that section then the pie chart appear. https://www.sktthemes.net/demo/exceptiona/shortcodes/skt-skill-bar/
.hide class is already executed before I scroll to that section. Anyways that I can get it to delay before I scroll to the section as .hide doesn’t seem to be working.
Forum: Networking WordPress
In reply to: Subsite Dashboard and subdomain gets redirected to install.phpHave deleted the plugin and all files have created a new subsite results are still the same. Have disable all plugins as well and still getting redirected, any other testing ideas I can try to nail down other possibilities?
Forum: Networking WordPress
In reply to: Subsite Dashboard and subdomain gets redirected to install.phpI have in my latest put that ‘define sunrise’ where you said to put it, still same issue, just wondering even with out the Domain Mu Mapping plugin, lets say if I deleted that plugin and all files, is the subsite still suppose to work and the subsite address deannecraig.pn-onepage.co.nz??? Just wondering if I should delete it, to nail out possibilities?
Forum: Networking WordPress
In reply to: Subsite Dashboard and subdomain gets redirected to install.phpHey I set it up correctly. So I did it this way
*.pn-onepage.co.nz and I set it for public_html/
I didnt put anything in at the end of slash, as I was reading up your not suppose to have anything there, usually, when you put the * it auto fills it to public_html/wildcard so I deleted wildcard and left it public_html/
https://craigmedia.net/template_icon/wildcard.jpg.
A view of what it looks like
Forum: Plugins
In reply to: [SKT Skill Bar] Skillbar not working with Pods CMSSorry I’ve just did some further testing, and I have a page load for my website, by the time my page load is completed the pie graph already has been animated.
I’m also using an animation fade in, so as you scroll down the pie charts will fade in. I wanted it to fade in and then animate am I suppose to add something or some sort of settings to make this happen?
Forum: Networking WordPress
In reply to: Subsite Dashboard and subdomain gets redirected to install.phpOh and I did move that line you asked, this same problem, did you want me to delete the Domain mapping plugin completely? Cause I remembered even before the plugin was installed it was still the same issue.
Forum: Networking WordPress
In reply to: Subsite Dashboard and subdomain gets redirected to install.phpYes I’m using cpanel for justhost. I remember reading one of the other forum where you said to put the wordpress files in a holder or to hide it and try the url.
I just did this and when I try and access dashboard I get error 404 for both main and subsite. (That’s if this info helps at all for solving the issue lol)
Forum: Networking WordPress
In reply to: Subsite Dashboard and subdomain gets redirected to install.phpHey this is what’s in my wp.config.
/** * WordPress Database Table prefix. * * You can have multiple installations in one database if you give each a unique * prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_'; /** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. */ define('WP_DEBUG', false); /* Multisite */ define( 'WP_ALLOW_MULTISITE', true ); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'pn-onepage.co.nz'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); /* That's all, stop editing! Happy blogging. */ //define('WP_ALLOW_REPAIR', true); /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); define( 'SUNRISE', 'on' ); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');
I’ve been mucking around with the domains trying to get it to work. So I’ve been deleting the sites and creating the new ones. The new subdomain or subsite I’ve created is deannecraig.pn-onepage.co.nz.
I don’t see a noblogredirect in my config.
Any ideas? Thanks
Yea strangely even made up subdomains are pointing to the main site.
Forum: Networking WordPress
In reply to: Subsite Dashboard redirects to main site loginHey No luck,
It’s still the same, Any other ideas I can try? What does that do by they way?Forum: Networking WordPress
In reply to: Subsite Dashboard redirects to main site loginI’ll give that a try now. and let you know. Thanks for quick response.