richardginn
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Need some basic help with the Headway theme…Well esmi I am doing this for a client of mine and this is the commercial theme as far as I know. I was wondering if anyone here at this messageboard had an answer for my problem since I do not have login access at the official website.
I do not want to modify the core files of this theme.
I resolved this problem by actually installing flash on my brand new Windows 7 based PC for the IE browser.
Firefox and Chrome though had flash installed.
Forum: Fixing WordPress
In reply to: I need some help with the Kimili Flash Embed plugin…I just found out the problem……
The video would not load up due to the backstreet browser program I used that somehow downloaded the .swf file as a 9 byte file.
When I went to the direct address to the .swf file and saved the page it was a 110K file. I uploaded that file in place of the old one and now it loads up fine.
Well I looked at my errors and saw some errors in the headers section and then a couple of odd errors passed the menu with the error I described.
I do not think the header errors would bork the meuu.
I did not see anything really wrong with CSS errors either for this problem.
I would like to consider conditional comment CSS but not sure what to consider???
Forum: Fixing WordPress
In reply to: I am really having problems with IE version of blog…Well esmi……
The CSS file I was using did not have anything in it when it came to the img html tag.
For some reason Firefox and Chrome did nothing, BUTTTTTTTT the IE browser just had to create a border on the the images??????
I spoted that mess after creating a NEW wordpress template file that looked at the footer only and using firebug lite…..
I also did some fixing up of markup and CSS errors.
Forum: Fixing WordPress
In reply to: Okay what CSS do I need so Firefox and Google look the same???I changed the css code
#menuh-container { margin-top:2px; }
to
#menuh-container { margin-top:3px; }
That seemed to clean up my firefox and Google mess.
But IE8 is now off?!?!?!?!
Forum: Fixing WordPress
In reply to: the letters nj appearing on every pageIf you are only looking for the nj letters through the wordpress editor I say download the theme to your desktop and search for the nj letters through a program such as Notepad or even Dreamweaver.
You may be surprised they show up off line and not in the wordpress editor.
Forum: Fixing WordPress
In reply to: I am getting some funky characters in one link…..lockettpots….
That did not work at all….
I tried renaming the page a couple more times and that did not work at all.
I copied the code from the WordPress editor into Dreamweaver. The wordpress editor did not show the wacky code at all, BUTTTTTT Dreamweaver did!?!?!?!?!
So I downloaded all the php files into new directory from my FTP program. Did a mass find and replace on files and reuploaded all the files. That worked….
Could it be that the wordpress editor on a save of the file wound up adding that junk code in????
Forum: Fixing WordPress
In reply to: Blog too large to export?You may need to export this blog through Mysql…
Forum: Fixing WordPress
In reply to: I am getting some funky characters in one link…..The permalink setting I have:
/%postname%
The permalink stetting I have for the page in question is….
https://blossomwm.com/sustainability_strategy
This wacky error is only occurring on this link. All other pages work fine.
The wacky error also occurred when the permalink was just..
Where does that code go supposed to go ebellempire so it does not mess up the entry.php file????
Forum: Fixing WordPress
In reply to: Need Help with some code….i looked at the page of post code
https://codex.www.ads-software.com/Pages
but even in that code if it is right i do not where to put this code and get it to show up.
<?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?>
Forum: Fixing WordPress
In reply to: New Category Won’t Show UpYou have to try out this way just to see what happens:
array(20,22,78,21,23)
Numbers in the Array are going to matter so text will display properly.
Forum: Fixing WordPress
In reply to: Need Help with some code….Well I tried the code out you gave me and it listed all five entries on the page and for now I needed only two and then the next page and previous page stuff did not show up at all.
Forum: Themes and Templates
In reply to: I’M stumped. Single.php is not looking like Index.php…..soory songdogtech, that did not fix it either.
Here is what I tried this time and it worked.
That same code is used on other themes I created and it works 100% fine.
So I tested that same code outside of my main major table on and it worked just fine.
I figured it had to be CSS code that was causing it.
I took the section of CSS code in the working theme on just forms section and put in the theme this thread is about and it looks great.
Thanks for your help though.