WebTechGlobal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t upload 10mb audio file, php.ini set to 32mbhttp://simplercomputing.net/2009/02/13/fix-php-max-upload-size-wordpress/
Actually it might have been something more like this I done. Just to check it on WP 2.8 I tried changing and printing my new INI settings and it had no effect but this is the way to do it I reckon. Just don’t know why it doesnt work in 2.8 and it did for me previously
Forum: Fixing WordPress
In reply to: How to increase the max upload sizeForum: Fixing WordPress
In reply to: PHP.INI Problem Not Allowing 20MB Fileadd this to top of wp-config.php and let me know if it helps by contacting me here [link moderated]
define(‘WP_MEMORY_LIMIT’, ’64M’);Forum: Fixing WordPress
In reply to: Can’t upload 10mb audio file, php.ini set to 32mbI think this may work…
define(‘WP_MEMORY_LIMIT’, ’64M’);
Putting that in wp-config.php is something I done before.
Any further help on this I may write an article. Let me know if anyone else is stuck and contact me here http://www.webtechglobal.co.uk
Forum: Plugins
In reply to: Plugin won’t insert data into new tableTheres a lot of people with this problem around the net and I can get other query working but not one similiar too yours.
There must be something missing or misleading about the documentation?!
Forum: Themes and Templates
In reply to: I need help with WordPress theme codedremation you done this for free? Man you must have a lot of free time on your hands but nice one.
Forum: Themes and Templates
In reply to: NEED HELP PLEASE! We Are Desperate!Still having issues?
Overall it sounds like a lot of troubleshooting is needed and one of those things you may need to pay for but I would disabled your plugins and go from there.
I dont think there is any differences with the categories between 2.7 and 2.8 and no changes to the database would cause this issue.
Email me [soliciting pay jobs is not acceptable] if you get desperate and need to pay someone to have a look. Theres little we can write here to help with such issues we need to look at code and database.
Forum: Requests and Feedback
In reply to: Major Mess – Need HelpI think everyone has this moment when they first get involved with wordpress. New developers with little experiance often move their blog thinking it will be fine and similiar issues happen due to URL not pointing to where the blog really is anywhere.
I’m curious to the reasons you done it in the first place, just thought it should go to your home page???
If you have a main PHP website you can display wordpress stuff on it’s pages using wordpress own functions. i.e. latest posts and that way you encourage more use of the blog.
Contact me for help on doing such things at [email protected]
Forum: Requests and Feedback
In reply to: Ad PlacementThere are good plugins to manage this and its not always good to just slap on a couple of large banners.
The problem is with Google AdSense and you would be best going to a related forum really. AdSense has complicated terms that may not register all of your clicks.
You defo should be getting more clicks for 250 unique visitors per day unless the ads are just not interesting enough to visitors. People dont come to a site too click on an ad then leave it. They initial come to it for specific information they seek and then click on an ad because it provide another lead to that information.
This cycle might not be happening and there is not actually a problem? I think ya should be getting more though and interested to know how you get on with this.
Are you using your own login system?
Have you tried using WordPress login form on the site?
Forum: Everything else WordPress
In reply to: admin sidebar widthYes on 2.8 atleast can’t remember on 2.7 there is a small circle with an arrow on it on the left of the sidebar. I can imagine anyone with vision issues might not find this quickly!
Forum: Themes and Templates
In reply to: Conditional display on every post page but latestYou need to create custom field DEMO for example. Got it off another post but lost the link after closing the tab there!
Forum: Themes and Templates
In reply to: Conditional display on every post page but latestThis forum should just be closed it is pathetic how many questions don’t even get a quick linked dropped in to help you move on from your problem.
Anyway how about this…
<?php
$demo = get_post_meta($post->ID, ‘demo’, true);
if ($demo == ”)
{ ?><?php } else { ?>
<div class=”containerX”><table border=”0″ cellspacing=”0″ cellpadding=”5″ class=”downAlign”>
<tr>
<td>ID, “demo”, true ); ?>” title=”Demo”><img src=”<?php bloginfo( ‘template_directory’ ); ?>/images/demo.png” class=”none” alt=”Demo” /></td>
<td align=”left”> ID, “demo”, true ); ?>” class=”postDeets” title=”Demo”>Demo
<span class=”underDeet”>See our demo</span></td>
<td>ID, “download”, true ); ?>” title=”Download”><img src=”<?php bloginfo( ‘template_directory’ ); ?>/images/download.png” class=”none” alt=”Demo” /></td>
<td align=”left”> ID, “download”, true ); ?>” class=”postDeets” title=”Download”>Download
<span class=”underDeet”>Get the source</span></td>
</tr>
</table></div>
<?php } ?>Forum: Fixing WordPress
In reply to: RSS Error – Error: could not find an RSS or ATOM feed at that URL.I have it but not with other themes so it has to be the way the theme has been put together.
I have the error however my RSS works when I use the standard RSS url:
http://www.domain.com/feed/rssI imagine it is a straightforward issue but surprised no one has put the fix here already!
Forum: Fixing WordPress
In reply to: Word Press plugins causes server to close domainSince making this POST a Heart Internet support member, Wayne Jordan, spent hours resolving the matter and came up with the idea that the RPC in Word Press could be causing the permanent server error.
So far it seems true.
I removed all RPC services from my administration and my website plus blog at http://www.webtechglobal.co.uk is back online. This is thanks to Wayne Jordan who was very dedicated in the end, to helping me solve this issue.
Those of you with similiar problems and possibly on any server or hosting not just Heart Internet. Should remove plugins and RPC services then add them again one at a time to determine which actually causes the issue.
Boring but how else can it be done?! According to Wayne Jordan the server will ping RPC until it gets a proper response. If the RPC service’s own service has issue its own issues it may cause a permanent loop.
This matter has now been resolved.