RoyCreative
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalinks and ReadyHostingI eventually found a solution to this, without any help from ReadyHosting, but it slowed my site down so much that it wasn’t worth it. 20+ seconds to load pages with little content, and no plugins. The real solution is not to host WP on ReadyHosting. Try HostGator or something else…
I actually solved this. First I created a content block called “Copyright Info.”
Then, in my Footer.php, I put this code, whereas 399 is the page ID for the content block:
<?php $page_id = 399; $page_data = get_page( $page_id ); $content = $page_data->post_content; echo $page_data->post_content; ?>Forum: Fixing WordPress
In reply to: Older entry links at bottom of posts not showing up.I could use an answer to this problem. Any one feel like posting their solution? Would be greatly appreciated!
Forum: Plugins
In reply to: WP Super Cache: getting warning messageOk. I have verified that permissions to wp-content are 755, yet I still get this message. Any ideas?
Forum: Plugins
In reply to: [WP Custom Login] [Plugin: BM Custom Login] Back to Site issue with 3.2.1The problem I experienced is that the template psd includes a white border with a shadow and I was getting a white gap at the top of the login box. All I did was remove the white border and shadow from my image and now it works fine.
Forum: Themes and Templates
In reply to: Adding DIV to TwentyTen Child Theme w/CSS & functions.phpBRIX, check out thematic, I think it provides more action hooks and will be easier to manipulate for you.
Forum: Plugins
In reply to: Cannot Get Embed QuickTime to WorkOpen embed_quicktime.php and change the underscore to dash in all references there.
Forum: Plugins
In reply to: [Plugin: Advertising Manager] Multiple Ads?Hm, how is click tracking coming along? I’m curious how to sell ad space to my sponsors without being able to show them that they are getting hits on their ads…
Forum: Plugins
In reply to: Ad-minister Reports Inaccurate Click and Impression StatsI think the gap is too large in my case for it to be spiders.
Forum: Fixing WordPress
In reply to: Unknown Subscriber after 2.7 upgradeWell, no help so far. I just changed the user and pass for my database to see if that halts the rouge users.
I will let everyone know if that works in case someone else has the same problem.
Forum: Plugins
In reply to: Ad-Minister or equivelant for 2.7?^Solved this. You have create a template then add the code suggested from the support to that new template: http://labs.dagensskiva.com/plugins/ad-minister/#id20
Then, apply that template to a page new page titled something like “stats”.
However, the options field still doesn’t work so I manually commented out fields I didn’t want to show in the ad-minister-functions.php file.
Forum: Plugins
In reply to: Ad-Minister or equivelant for 2.7?How about a page for advertisers to view the stats of their ads. I see some documentation for this but I think it’s outdated and can’t get it to work.