J9leepea
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Mobile Month ViewCaroline (above post) had advised me to try adding this code to your theme’s style.css file:
.tribe-events-sub-nav li a { margin-bottom: 0; padding-bottom: 10px; }
and it worked perfectly.
Forum: Plugins
In reply to: [The Events Calendar] Next month link not showing on mobileYes! That worked perfectly. Thank you so much.
Forum: Plugins
In reply to: [Collapse-O-Matic] Collapse-O-matic arrow not expandingI figured it out. The theme had the jQuery file hard-coded in the header.php file.
<script type=”text/javascript” src=”https://www.nmcf.org/js/jquery-1.4.2.min.js”></script>
I just deleted that line of code and it now works!
Forum: Plugins
In reply to: [Column Shortcodes] Columns aligning at the topsure…
<p class=”subhead”>Board of Directors</p>
<p>The work of Farm to Table is guided and supported by a volunteer Board of Directors. Members are:</p>
<p>[one_fifth]<img class=”size-full wp-image-598 alignleft” alt=”Elizabeth” src=”https://farmtotablenm.org/wp-content/uploads/2013/01/elizabeth.jpg” width=”100″ height=”100″ />
Elizabeth Hetrick
Chair, Santa Fe
Retired, New Mexico Department of Health[/one_fifth]</p>
<p>[one_fifth]<img class=”alignleft size-full wp-image-773″ alt=”christina” src=”https://farmtotablenm.org/wp-content/uploads/2013/01/christina.jpg” width=”100″ height=”100″ />
Cristina Dominguez-Eshelman
Anthony, NM
La Semilla Food Center[/one_fifth]</p>
<p>[one_fifth]<img class=”size-full wp-image-601 alignleft” alt=”ron” src=”https://farmtotablenm.org/wp-content/uploads/2013/01/ron.jpg” width=”100″ height=”100″ /></p>
<p>Ron Hale
Santa Fe
Retired, New Mexico Department of Health[/one_fifth]</p>
<p>[one_fifth]<img class=”size-full wp-image-599 alignleft” alt=”Jeannie” src=”https://farmtotablenm.org/wp-content/uploads/2013/01/jeannie.jpg” width=”100″ height=”100″ /></p>
<p>Jeannie Benally
Fruitland
Extension Service Agent, Four Corners Region[/one_fifth]</p>
<p>[one_fifth_last]<img class=”size-full wp-image-600 alignleft” alt=”Kristi” src=”https://farmtotablenm.org/wp-content/uploads/2013/01/krisi.jpg” width=”100″ height=”100″ /></p>
<p>Kristi N. Silva
Santa Fe
Public Health, Program Evaluation; 2010-2011 FoodCorps Service Member[/one_fifth_last]</p>Forum: Plugins
In reply to: [Column Shortcodes] Columns aligning at the topHere’s the page I used this shortcode on in case you want to inspect the code…maybe this can help you figure out why yours isn’t working.
https://www.farmtotablenm.org/about-us/staff-board/Forum: Plugins
In reply to: [Column Shortcodes] Columns aligning at the topJust had that problem and I fixed it by checking my <p> tags. They have to be outside the shortcode for each column.
<p>[one_fifth]content[/one_fifth]</p>
<p>[one_fifth]content[/one_fifth]</p>
<p>[one_fifth]content[/one_fifth]</p>
<p>[one_fifth]content[/one_fifth]</p>
<p>[one_fifth_last]content[/one_fifth_last]</p>Forum: Fixing WordPress
In reply to: Change height of Custom Header imageThanks, and sorry about that. I discovered the header image is hard-coded in this theme so I can’t change it in the css.