cheezenutz
Forum Replies Created
-
Hey there, thanks and nice to hear you are still trying to make it work for me.
Here is the link, maybe the author can work with you on it. I love your plugin. And it’s sad that I had to give it up. Now i am more worried that If I buy the Pro version, I cannot use it also.
http://themeforest.net/item/porto-responsive-multipurpose-wordpress-theme/9207399
Thanks Again for giving me your attention!
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Problem downloading Upload DataOk. I did copy from FTP. Thanks alot.
My pleasure.
https://dl.dropboxusercontent.com/u/8180066/WC%20Status_15062015.txtI was using the Free Version, until things propped. Hope you don’t mind.
Hi, I like to help.
But I have removed the plugin. And my site is Live now.
What can I do to assist you?1. Missing Footer Widgets
2. Missing Master Slider inserted to pages
3. Menus can’t work in smart devices
4. Product images not showing
5. woocommerce “Add to cart” not showing
6. My content in MainPage not showing.Basically my css went haywire. And I am still working on my website.
I am using everything well and about to start content writing…
Like I mentioned, it’s maybe a problem with my theme. Hope you are not offended.Forum: Plugins
In reply to: [Sandbox] Deactivated, still showing changes made in sandboxHi, sorry for late reply.
I did not get a resolve. But I guess we are having a different problem.Sandbox works by caching in your browser if I am not mistaken.
For you to see your old site, you have to clear your cookies in your browser. Your clients are seeing your old site is because sandbox doesn’t make real changes to anything, as its namesake implies, its for you to play around, before you decide to activate any changes.If you can’t access your dashboard at wpadmin at all, my guess is it is not due to sandbox.
You may like to rename your plugin folder (eg. /plugin_old) and try accessing your dashboard. Thereafter rename the folder again..and reactivate the plugins u need.
For further details, you may like to write to the plugin developer directly (very responsive and friendly)
Forum: Networking WordPress
In reply to: Cannot access subfolder's dashboardI don’t have ‘test’ as a subsite, nor as post or page.
Yes. That’s the error I am supposed to get. So foolish of me.
I need to document things I have done.Right now, I have removed Multisite. I am back to being ‘Single’.
Guess I am not technically strong to do multisite.Realised I have to rebuild everything even if I have subfolder. So I need a better way to migrate local-live and live-local.
Thanks for the recommendation! I will try it!
I should close this thread. And thanks Mika, for sticking with me for so long.
Forum: Networking WordPress
In reply to: Cannot access subfolder's dashboardAny idea how i can get a Test Site up?
I tried XAMPP,InstantWordPress. I even tried a plugin called Sandbox.Doesnt work for amateurs like me.
Forum: Plugins
In reply to: [Sandbox] Deactivated, still showing changes made in sandboxHi barteled,
What does this mean?Fatal error: Uncaught exception ‘Sandbox_Exception’ with message ‘A sandbox shortname already exists.’ in /home/content/p3nexnas03/07/2070707/html/wp-content/plugins/sandbox/class-sandbox.php:41 Stack trace: #0 /home/content/p3nexnas03/07/2070707/html/wp-content/plugins/sandbox/class-sandbox.php(50): Sandbox::verify_parameters(‘create’, ‘Tester’, ‘tester’) #1 /home/content/p3nexnas03/07/2070707/html/wp-content/plugins/sandbox/admin-menu.php(38): Sandbox->__construct(‘Tester’, ‘tester’, ‘Test changes to…’) #2 [internal function]: sandbox_menu_main(”) #3 /home/content/p3nexnas03/07/2070707/html/wp-includes/plugin.php(470): call_user_func_array(‘sandbox_menu_ma…’, Array) #4 /home/content/p3nexnas03/07/2070707/html/wp-admin/admin.php(211): do_action(‘toplevel_page_s…’) #5 {main} thrown in /home/content/p3nexnas03/07/2070707/html/wp-content/plugins/sandbox/class-sandbox.php on line 41
Forum: Networking WordPress
In reply to: Cannot access subfolder's dashboardI have deactivated the theme. I can access WP Login Page.
But…that doesn’t solve my MultiSite issue.Forum: Networking WordPress
In reply to: Cannot access subfolder's dashboardHi Mika,
Thanks for still following up on my case. I really appreciate your help.
Really reallyy realllly.I have checked those cases. I am not so adventurous as they did, Caps for permalinks, change to URL (www)…
I didn’t ‘disturb’ so much of my php files.In General, I just want a test site; one that I can migrate once I am happy with new changes i wish to go live.
I thought it should be simple. Uggghhh.
Forum: Plugins
In reply to: [Sandbox] Deactivated, still showing changes made in sandboxThanks! So I close this thread or leave it? I should revert to single site if things don’t go my way for the subdirectory redirect loop issue I am having now.
Forum: Networking WordPress
In reply to: Cannot access subfolder's dashboardI turned every plugin off from my Network Admin, and for my main site. I still get my theme’s login page to access my admin page.
Forum: Networking WordPress
In reply to: Cannot access subfolder's dashboardHi Mika,
I did not use any Plugin for that page. It is a login page from a Directory theme called Vantage from Appthemes. I am using their Child Theme now. I also removed the top admin bar on frontend using their tutorial here http://docs.appthemes.com/tutorials/vantage-child-theme-tutorial-functionality/Right now, only Sandbox plugin is active. Nothing else.
Anyway, I reckon if you attempt to go into my admin page, you will need a username and password. I tried again, yes it brings me to the non-WordPress login page, it’s my theme’s login page. After I logged in, I get to my admin page and I can continue to work on it. I didn’t know since when I didn’t need to login from WordPress’s admin page since I have been engrossed in making changes, I didn’t even close the browser or the page for past few weeks. I just refresh and continue working once I’m at my laptop. I am wondering now where’s my 2-step authentication to access? Hmmm…
Will this be a potential banana skin for my redirect issue?
I do not know how to ‘undo’ this.If this login page poses a problem, should I undo my Multisite and see what I get?
Forum: Networking WordPress
In reply to: Cannot access subfolder's dashboardI revert back to my previous copy of .htaccess and wp-config.php. I still am directed to login (frontend) page of my site when I typed in mylivevenue/wp-admin.
Here’s a copy of my .htaccess active now:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [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] # END WordPressHere’s a copy of wp-config.php active now (without the username & password, lines 2 – 80 are omitted):
<?php define('WP_DEBUG', false); //define( 'WP_CACHE', true ); require_once( dirname( __FILE__ ) . '/gd-config.php' ); define( 'FS_METHOD', 'direct'); define('FS_CHMOD_DIR', (0705 & ~ umask())); define('FS_CHMOD_FILE', (0604 & ~ umask())); define('WP_ALLOW_MULTISITE', true); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'mylivevenue.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');I still cannot access my subdirectories’ dashboards also.