Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Adam

    (@mytrustedbizcom)

    if i place a particular keyword in the listing’s meta tags I can get the listings I want to show and in the order I want by using the following…

    [jobs show_filters=”false” show_pagination=”true” keywords=”id1″]
    [jobs show_filters=”false” show_pagination=”true” keywords=”id2″]
    [jobs show_filters=”false” show_pagination=”true” keywords=”id3″]

    [jobs show_filters=”false” show_pagination=”true” keywords=”id4″]
    [jobs show_filters=”false” show_pagination=”true” keywords=”id5″]
    [jobs show_filters=”false” show_pagination=”true” keywords=”id6″]

    BUT, I need these to be in 3 even columns in a row of 2 (3 listings on top, and 3 on the bottom) and when I use the following…

    <div class=”container”>
    <div class=”row”>
    <div class=”col-xs-12 col-sm-6 col-md-4″>[jobs show_filters=”false” show_pagination=”true” keywords=”id1″]</div>
    <div class=”col-xs-12 col-sm-6 col-md-4″>[jobs show_filters=”false” show_pagination=”true” keywords=”id2″]</div>
    <div class=”col-xs-12 col-sm-6 col-md-4″>[jobs show_filters=”false” show_pagination=”true” keywords=”id3″]</div>
    </div>
    <div class=”row”>
    <div class=”col-xs-12 col-sm-6 col-md-4″>[jobs show_filters=”false” show_pagination=”true” keywords=”id4″]</div>
    <div class=”col-xs-12 col-sm-6 col-md-4″>[jobs show_filters=”false” show_pagination=”true” keywords=”id5″]</div>
    <div class=”col-xs-12 col-sm-6 col-md-4″>[jobs show_filters=”false” show_pagination=”true” keywords=”id6″]</div>
    </div>
    </div>

    the listings don’t render right… the listings are in 3 columns and in 2 rows (not centered), BUT the listing is for lack of a better term – thin – and not showing fully… how would I correct this???

    If it helps, I’m using the plugin on the listify theme by astoundify.

    Thanks again in advance for any insight and assistance!!!

Viewing 1 replies (of 1 total)