| bio | website | |
|---|---|---|
| location | ||
| age | 37 | |
| visits | member for | 4 months |
| seen | Jan 21 at 22:47 | |
| stats | profile views | 0 |
|
Jan 18 |
awarded | Informed |
|
Jan 18 |
awarded | Analytical |
|
Jan 18 |
awarded | Scholar |
|
Jan 18 |
accepted | How do I use CSS or PHP to customize Wordpress Form Manager Plugin Table? |
|
Jan 18 |
suggested | suggested edit on How do I use CSS or PHP to customize Wordpress Form Manager Plugin Table? |
|
Jan 18 |
comment |
How do I use CSS or PHP to customize Wordpress Form Manager Plugin Table? Problem solved! By using your last suggestion and replacing jQuery with $ and putting the script in my footer instead of my header, everything worked fine. Thanks for the help. Final script was: <script type="text/javascript">
$('.fm-item-cell-country:contains("USA")').addClass('usaflag');
</script> Thanks again. |
|
Jan 17 |
awarded | Editor |
|
Jan 17 |
revised |
How do I use CSS or PHP to customize Wordpress Form Manager Plugin Table? deleted 1054 characters in body |
|
Jan 17 |
comment |
How do I use CSS or PHP to customize Wordpress Form Manager Plugin Table? Did all that. Still no luck. The table is still without the class. Is there another way that you had in mind? |
|
Jan 17 |
comment |
How do I use CSS or PHP to customize Wordpress Form Manager Plugin Table? There seems to be an error on line 3. After replacing the line 1 typo from srcipt to script there is still the error. I've created the css and still no luck. |
|
Jan 17 |
comment |
How do I use CSS or PHP to customize Wordpress Form Manager Plugin Table? @s_ha_dum What I have currently is the following ` <td class="fm-item-cell-country">USA</td>` I would like to use some script to output the following where the country flag dynamically displays based on the 3-letter country code.` <td class="fm-item-cell-country">USA <img src="countryflag.gif></td>` |
|
Jan 17 |
asked | How do I use CSS or PHP to customize Wordpress Form Manager Plugin Table? |

