algen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP Dashboard Text is Center-AlignThank you for responding. I’ve updated the WordPress core files but to no avail.
I have found the culprit, turns out, the Admin dashboard was fetching the styling from my Concatenated CSS file (concat.css). I find it really weird because I haven’t enqueue any css styling for admin dashboard.
Thank you again.
Sincerely
Algen
Forum: Fixing WordPress
In reply to: WordPress 3.3 Update bugged my /wp-admin@fonglh Thank you. I just found the answer there. Popup Domination plugin was causing it. So I need to delete the plugin.
Forum: Fixing WordPress
In reply to: Where to place a line of code in the htaccess file?Update on the problem..
Just now, I deactivated 4 plugins, the last one was “Theme Test Drive” plugin, and the “WP Super Cache” just got installed. Any comments on what was the problem, could it be that “Theme Test Drive” and “WP Super Cache” have the conflict? Anyone? I’ll try to reactivate the plugins and see what happens.
Thank you guys,
Algen
Forum: Fixing WordPress
In reply to: Where to place a line of code in the htaccess file?@mickeyroush Thank you for the reply mate. No, this is my own new hosting account which can host 50 domains. And this site actually is the first site hosted. I also told my hosting provider to create me a php.ini so that I can also change my memory limit through that file. So that means they allow me to change memory limit allocation.
Also tried deactivating some plugins to see it that works, but no luck.
Any suggestion for a solution is much appreciated.
Thank you,
Algen
Forum: Fixing WordPress
In reply to: Where to place a line of code in the htaccess file?Thanks for the reply @songdogtech. I have tried that.
Now my memory limit is 96M. But I still have the problem with the WP Super Cache plugin. Even I increase the memory limit to 96M, I still get this error:
Plugin could not be activated because it triggered a fatal error. Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home/******b/public_html/wp-content/plugins/wp-super-cache/wp-cache.php on line 759
Any suggestions to solve this error?
Thank you,
Algen
Forum: Fixing WordPress
In reply to: Small window on post HTML viewHello,
Maybe one of the plugins is doing this. I’ll try that now. I did try switching the theme, from Thesis 1.8 to Twenty Ten theme but no luck.
Thanks,
Algen
Forum: Fixing WordPress
In reply to: Small window on post HTML viewHello,
Thanks for the reply. The Size of the post box field is set to 10, the default value. All my website have the same value on that field. Only this one site that has the problem.
Maybe I’ll increase the value then.
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] How to put image background.Hello Tobias
The code for the rounded edges doesn’t seem to work.
I tried this first set of code but no luck:
.wp-table-reloaded th, .wp-table-reloaded .sorting {
background-color: #24538A!important;
}
.wp-table-reloaded .sorting_asc, .wp-table-reloaded .sorting_desc {
background-color: #24538A!important;
}
.wp-table-reloaded {
border-top-left-radius: 40em!important;
border-top-right-radius: 40em!important;
border-bottom-right-radius: 40em!important;
border-bottom-left-radius: 40em!important;
}I also tried the one the does not put the “!important” but no luck either:
.wp-table-reloaded th, .wp-table-reloaded .sorting {
background-color: #24538A!important;
}
.wp-table-reloaded .sorting_asc, .wp-table-reloaded .sorting_desc {
background-color: #24538A!important;
}
.wp-table-reloaded {
border-top-left-radius: 40em;
border-top-right-radius: 40em;
border-bottom-right-radius: 40em;
border-bottom-left-radius: 40em;
}Any suggestions?
Thank you,
Algen
Forum: Fixing WordPress
In reply to: Admin Page is Blank (whiteout) : What to do?Hello macmanx,
I was about to open a new thread about this issue but found you replying here, Thank you. I’ll read the link you gave. Btw, shall I post my new thread regading this matter?
Thank you,
Algen
Forum: Fixing WordPress
In reply to: Admin Page is Blank (whiteout) : What to do?Hewllo Steady Hand,
I have the same problem too. I did you solution and renamed the original /plugins folder and made a new /plugins folder. But when I tried to access my dashboard through mysite.com/wp-admin and mysite.com/login.php, I get this error message,
Warning: Cannot modify header information – headers already sent by (output started at /home1/businfh8/public_html/bcmonlinecourse/wp-content/themes/thesis_17/custom/custom_functions.php:49) in /home1/businfh8/public_html/bcmonlinecourse/wp-login.php on line 302
any suggestions you have? Thank you…
Algen
Forum: Installing WordPress
In reply to: “Index of /wp-admin” on first loginHello I have also problem on the /wp-admin. I installed WP on my addon domain on hostsmonter lastnight. Everything seems ok then, I can access the dashboard and setup the basic jobs (installing theme, plugins, etc.).
But when I tried logging in on my site using mysite.com/wp-admin this morning, I get a blank page. Then I tried accessing it using mysite.com/login.php, it gets me to the login screen but when I hit enter, it gets me to a black page again.
Please any one know what might be the problem? I really appriciate you help. Thank you.
Algen
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Nextgen slidshow not working on the sidebar.This is my Gallery path: wp-content/gallery/ . The slideshow works on one of my site’s content page. But not seem to work on the sidebar.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Doesn’t Work in 2.9Hello,
Here’s the problem that I encounter with the plugin. I installed Google XMl sitemaps 3.2.3 on my site which is WP 2.9.2. It was successfully installed but the problem was that, when I went to the control panel of the plugin, nothing was there! The page was empty! No options, no text, no boxes, etc.
Is this problem a result on plugins that are not compatible with each other? What I mean is that, is there a plugin the should not be installed together with Google XML sitemaps generator because they conflict at some point?
Does anyone have this problem too?
Algen