webjunk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: questionYou should have mentioned that upfront. Then you need to edit the plugin. The rest of what was written above was a waste of people’s time.
Forum: Fixing WordPress
In reply to: High CPU loadFirst, I would not ignore anything just because it is being served from elsewhere. It still directly effects the site visitor negativly. Unless you do not care about having site visitors. And its part of the total picture anyway.
Google for “website analyzer” and choose one. The better ones should be able to point out what needs to be changed for optimization.
Then check the site against: http://validator.w3.org/
and you will probbly find many coding errors that need to be fixed. Don’t worry about the small ones for now.
Finally you need to change the structure of the site for visitors. Again unless you do not want visitors to your website. (They always seem to be the forgotten people) Your main page takes 30 PageDowns to reach the bottom. Besides that much content on one page causes the problems I stated before, research has shown visitors will not pagedown that many times. 4-6 should be max. And reduce the amount of ads on the page. When you have too many, they ALL just get ignored.Forum: Fixing WordPress
In reply to: plugin to convert wordpress to html?Or:
http://wordpress.org/extend/plugins/w3-total-cache/Seems to be more personal preference.
Forum: Fixing WordPress
In reply to: plugin to convert wordpress to html?What do you mean by convert wordpress to HTML?
Forum: Fixing WordPress
In reply to: High CPU loadYou need to go over your site. Almost 2MB is from images alone. With the rest of the page objects it is a joke. Think of the download times…
Then there is the sheer number. My script reported 93 total images.
Too many scripts. And content seems to be pulling from a number of external websites which if that is processed Server-side it would kill the CPU.Forum: Fixing WordPress
In reply to: Inserting multiple images at once in WordPress 3.0Sorry. Other than using something like Nextgen which supports bulk uploading to its own gallery, am not aware of anything currently available.
Have you contacted your hosting company? They are the only ones who can give you direction on what you CAN do. It does not matter what you can not do. If there is no options you are probably with the wrong hosting ompany.
Contact your hosting company. Looks like they may not allow lynx (for security reasons) but possibly curl or wget. In some cases you may not be able to run lynx diretly from a cron job but will have to put the command in a shell script. They are the ones who can tell you.
Forum: Fixing WordPress
In reply to: questionTry putting the copyright inside span tags like:
<span style="float: left">COPYRIGHT STUFF HERE</span>@chshahid2k
With the quotes:lynx -dump "http://mysite.com/?sm_command=build&sm_key=xxxxxxxxx"Remember!!! You must set in the XML Sitemap Generator settings ‘Enable manual sitemap building via GET Request’ to True or it will never work!
Forum: Fixing WordPress
In reply to: title not showing in cyrillicSomething does not make sense. When you put the “XXX” in the class names it should have messed up the way the page is displayed substantially. Formatting, colors, etc. would have been wrong. If it was not then the test meant nothing.
@chshahid2k
Did you bother to read what I wrote above?Forum: Fixing WordPress
In reply to: WordPress Theme Editor not working after transfer to new serverYou might in addition to the test above I just gave (do that first) export your database and view in a Non-dos text editor. Check the URL’s and any directory mappings for errors.
Forum: Fixing WordPress
In reply to: WordPress Theme Editor not working after transfer to new serverThe only thing to try is rename your current plugins directory to pluginsXXX
then create a new EMPTY plugins directory and give it the same perissions as the original (should be 0755 or rwxr-xr-x)
then log out and then log back into wp-admin. See if you now get the error.Forum: Fixing WordPress
In reply to: title not showing in cyrillicAfter adding the “XXX” you want to view the page again. This will tell you if something in CSS is keeping it from displaying. After testing change it back.
The second test (after changing above back) is to insertГалерия
manually into the title (make a backup of the page.php) so it sould looke like:<div id="widecolumn"> <div class="post" id="post-50"> <div class="title"><h2>Галерия</h2></div> <div class="entry">and again view that Галерия page. Since PHP is generating the title if the title then becomes visible then the issue is from the PHP generation. If the title does not display it is from the character set.