crashprojects
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t add item to menu/submenuThanks again for your reply. There is no way on Earth this client will pay for the time it will take to convert it, so duct tape and band-aids is actually what I am looking for.
Forum: Fixing WordPress
In reply to: Can’t add item to menu/submenuThanks for your response. This, unfortunately, does not help, as there is a menu in play already. It’s a sub-menu function that is needed.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] No results for anything; blank pageIt’s definitely something in the theme bc when I deactivate it and activate another theme, search works fine. The developer of this theme is not remotely helpful on this issue and has been unable to provide any answers or insight.
Any ideas as to where I can poke around to see if I can find something?
Thanks.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] No results for anything; blank pageThanks for your response. The error log reads only this:
[15-Jul-2015 01:45:31 UTC] PHP Notice: get_bloginfo was called with an argument that is deprecated since version 2.2! The
siteurloption is deprecated for the family ofbloginfo()functions. Use theurloption instead. in /home/content/65/10606665/html/pcg/wp-includes/functions.php on line 3508
[15-Jul-2015 01:57:14 UTC] PHP Notice: get_bloginfo was called with an argument that is deprecated since version 2.2! Thesiteurloption is deprecated for the family ofbloginfo()functions. Use theurloption instead. in /home/content/65/10606665/html/pcg/wp-includes/functions.php on line 3508Forum: Fixing WordPress
In reply to: "Page Not Found" in every browser except ChromeThanks for your responses but it actually ended up becoming a non issue with the client!
Forum: Fixing WordPress
In reply to: "Page Not Found" in every browser except ChromeYes, the same thing happened.
I’ve now taken that site down but there is a mirror of it here:
ms.wireconsultinggroup.com.
Totally perplexed!
Thanks for replying Shauno. Appreciated!
Forum: Themes and Templates
In reply to: Change individual widget appearanceThere’s also a stylesheet called “classic” that has widget information in it but no mention of this calendar id.
Forum: Themes and Templates
In reply to: Change individual widget appearanceI’m using thematic and my style.css simply links to other stylesheets. I’m left to assume this css id should be in the linked “default.css” sheet but alas, it is not.
Is there any other place I’d find this css id?
Forum: Themes and Templates
In reply to: HTML displaying as actual codeWeird. Doesn’t work. Nothing shows up @ all. No idea.
Thanks for trying though.
Forum: Themes and Templates
In reply to: HTML displaying as actual code<img src=”http://www.crear2.crashprojects.com/wp-content/uploads/2009/07/tweeter_48x48png”/>
img src=http://crear2.crashprojects.com/wp-content/uploads/2009/07/facebook_48.png”/>
<img src=”http://www.crear2.crashprojects.com/wp-content/uploads/2009/07/email_48x48.png”/>That’s what I’m trying to insert. I’ve deactivated everything and it still does not work. I also tried it with a separate installation that never had any plugins installed at all.
Forum: Themes and Templates
In reply to: HTML displaying as actual codeJust a standard HTML img src. Nothing fancy!
Thanks-
Forum: Themes and Templates
In reply to: Sidebar not showing @ all and footer questionBeing that I used a canned theme, I assumed all of these functions already existed in the appropriate places. The get footer function worked fine before I swapped it out for a generic, non-encoded one. Based on the fact that the footer did in fact work fine with widgets with no manual adjustments made to the code, one would assume the same would be with the sidebar, being that the theme was advertised as including both sidebar and footer widget options.
The sidebar has never appeared, from day one of installing the theme.
I do see this ” <?php get_sidebar(); ?>a” in the “main index template (index.php) but it does NOT appear on the “page.php” file.
I would imagine that bit of code would need to appear on the “page.php” file but every time I attempt to put there the whole site goes down.
I guess really all I need to know is where to put this code “<?php get_sidebar(); ?> “
Thanks-
Forum: Themes and Templates
In reply to: Sidebar not showing @ all and footer questionNope. It shows in the widget administration area obviously but no sign of it on the page @ any time.
So that code above goes where and will widgetize what? I’d like to have the option for both…
I hope I’m making sense here!
Forum: Fixing WordPress
In reply to: Theme Editing/Removing Images?Thanks for your reply. Actually what I did was steal another footer from a friendlier theme. Guess now is as good a time as any to learn how to tweak PHP files!
Thanks again.