cvc505
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Increasing font size in displayed tablesolved the problem. the parameter wasn’t in a css file but hardcoded into a PHP file. Used GrepWiin to search for the string “font-size: x-small” changed that to medium and that fixed the issue.
Forum: Plugins
In reply to: [Contact Form DB] Export Short code Not workingI think I found the solution to this one. I manually created the shortcode based on the shortcode definitions. that seems to have worked for now.
Forum: Plugins
In reply to: [Contact Form DB] Increasing font size in displayed tableOK, I think I have found the CSS parameter that needs to be changed. looks like it is:
table.cf7-db-table tbody td.
Right now it is showing xx-small when I change it to large in the “inspect” feature of Google the table size increases to a readable level. The problem is I cannot find which CSS file has this command in it. I think I have looked at every CSS file in my WordPress installation. Does anybody have an Idea?Forum: Plugins
In reply to: [Contact Form DB] what data table does the contact form DB useI found the correct table.
ThanksForum: Fixing WordPress
In reply to: Adding a site menu to wordpress blogSo after several days f poking around, I found the entry in the Style.css file that fixed my problem. it was located at the top of the file, there was a statement that set the verticle-alignment to baseline. after I corrected this, I was able to get the menus working.
Forum: Fixing WordPress
In reply to: Adding a site menu to wordpress blogThey Menu I am trying to incorporate, is constructed as a table with 4 columns and 6 rows. the second cell in the second row spans 2 columns and 3 rows and contains a logo image that is 450px X 136px
Upon further investigation, I believe the problem lays in the style.css file. and somehow is associated with an image tag.If I remove the style.css file from the theme, The menu will display properly, course the page doesn’t but the menu is working. If I remove the image from the cell that is set up to span 2 columns and 3 rows and just allow the background color to be displayed, again the menu table displays properly.
After looking at the way the menu is showing up on the web site, it looks like the cell 1 and cell 4 of row two are aligned with the bottom of the image cell in the center.
So now the question seems to be, How or what do I change in the style.css file to fix the issue?
Any suggestion would be greatly appreciated.
Forum: Themes and Templates
In reply to: adding page list to Painted desert themeI found the fix:
The index.php located in the theme directory has the sidebar stuff in it, I was able to add some additional code to get the pages to display. The header is a different colr the the other headers,but I wcan live with that or change it in the css I think.Forum: Your WordPress
In reply to: Check Out my two new blogs.Forum: Fixing WordPress
In reply to: Rss feed not workingAdditional to my last:
I also get ewrrors when I try the Xhtml validate button.
RickForum: Fixing WordPress
In reply to: Upgradgin 1.0.1 to latestForum: Fixing WordPress
In reply to: Upgradgin 1.0.1 to latestWhenever I try to generate and rss feed using the RSS link under the meta heading on my blog site I get this message:
Warning: Cannot modify header information - headers already sent by (output started at /home/gtwth/public_html/compusell/blog/wp-blog-header.php:1066) in /home/gtwth/public_html/compusell/blog/wp-rss2.php on line 10
I have checked this site and have not seen anything that seems to apply to this problem. Any suggestions.Forum: Fixing WordPress
In reply to: Upgradgin 1.0.1 to latestForum: Your WordPress
In reply to: Check Out my two new blogs.Forum: Fixing WordPress
In reply to: Quotation marks displayiong as question marksI have checked this issue on a couple of other computers here in ths office and using IE6 they all show the question marks in place of the quotes. However, using my machine and firefox, several sites I have been looking at latly show the black diamond instead of the quotes. so it must be something with the way my machine is configured. I guess I will have to look at it closer.
Thanks anyway
Rick
PS.
What browser are you using ?Forum: Fixing WordPress
In reply to: Quotation marks displayiong as question marksSorry , I did check my encoding, it is set to utf-8. link to site is :\
http://www.compusell.biz/blog
I don’t actually get the text all I have is some code tht looks like:
<script src=http://submityourarticle.com/syndicate/author.php?id=97></script>
<noscript><b>This article will only display in JavaScript enabled browsers.</b></noscript>
Rick