david.w.stevens
Forum Replies Created
-
Yes i would like to see the fix, please
Forum: Requests and Feedback
In reply to: Paid plugins Listingi know this is closed, but is there a way to get a list of all 55K plugins and info such as developer and last updated date of the plugin? in a detail list format.
- This reply was modified 5 years, 6 months ago by david.w.stevens.
Forum: Plugins
In reply to: [WP-Spreadplugin] Double Product Titles & Categoriesi’m also having the double titles per products. One is a page url the other is the product name. I need to remove one of them.
atti.cochisecs.com/payment/
thanks
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] grid view products not align correctlyI have this problem too. I have five products across the top row. The fourth and fifth drop down from the first three.
I added the css code
#content .mp_grid .mp_one_tile {
vertical-align: baseline;
}it fixed the fourth tile but the last one is still low. it only happens on the first row.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] PHP code in table cellsTY. this site is only a sandbox with fake data. I’m just trying to get some basic data from the table and I am new to php coding.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] PHP code in table cells\
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] PHP code in table cellsthat did work. But I’m trying to get a record info from a table and display the number. Still getting the
Parse error: syntax error, unexpected ‘<‘ in /home/stevensd/public_html/atti/wp-content/plugins/tablepress-php-in-tables/tablepress-php-in-tables.php(26) : eval()’d code on line 1
I’m using this code from the admin tab, atti.cochisecs.com :
<?php
$user=” stevensd_wp5″;
$password=”b@ck_IN_bl@ck”;
$database=”stevensd_wp5″;
mysql_connect(localhost,$user,$password);
@mysql_select_db($database) or die( “Unable to select database”);
{
$query=”SELECT count(*) FROM stevensd_wp5 WHERE element_name = 10;
$result=mysql_query($query);
$name=mysql_result($result,$i,”element_name”);
if ( $num > 0 )
{
echo(“<th>Applications Pending</th>”);
echo(“<tbody>”);
for ($i = 0; $i < $num; $i++)
{
$name=mysql_result($result,$i,”element_name”);echo(“<tr>”);
echo(“<td>$name</td>”);
echo(“</tr>”);
}
}
mysql_close();
}
else
{
echo “<b>No search entered.</b>”;
}
?>I have created an account if you need access
U: php_helper
P: RMdiG8*