timiswright
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] YES, NO, OTHERS issueThank you, could you keep us posted on this issue please.
We really need to get the participants back online!!
Thanks again.
Forum: Plugins
In reply to: [Participants Database] YES, NO, OTHERS issueAlso i *think* that the yes, no and others should all have the same id only allowing you to select yes,no OR other at the minute you can select yes and others at the same time as the others is not grouped with the yes and no.
input name=”oct_31st” id=”pdb-oct_31st-yes” type=”radio” value=”Yes”
input name=”oct_31st” id=”pdb-oct_31st-no” type=”radio” value=”No”
input type=”radio” name=”oct_31st” value=”other” id=”pdb-oct_31st_otherselect” class=”otherselect”Forum: Plugins
In reply to: [Participants Database] YES, NO, OTHERS issueI *think* I may have found the issue..
In my page all the others radio button’s have the same name so i’m guessing that all the others buttons are grouped together only allowing one others radio button to be selected at a time.
————————
input type=”radio” name=”pdb-otherselector” value=”other” id=”pdb-oct_31st_otherselect” class=”otherselect”input type=”radio” name=”pdb-otherselector” value=”other” id=”pdb-nov_7th_otherselect” class=”otherselect”
————————I’m guessing the name instead of all being pdb-otherselector they need to be unique like the id.??
Forum: Plugins
In reply to: [Car Demon] Not showing pricesThat was the gotcha that i had, If you have added prices to all fields I’m not sure what else to look for. How about looking in the source code of a car page and see if the price is in there maybe the CSS is hiding the price or its off screen? Can’t think of anything else without having a look.
Forum: Plugins
In reply to: [Car Demon] Not showing pricesHave you selected a location where the vehicle is?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce importing products from .xml feedHi KazikJ93 did you find a solution for this?
I’m now looking at an epos system that works with xml files for all the stock.
I think we may be looking for the same thing.Tim
Forum: Plugins
In reply to: [JJ NextGen JQuery Carousel] I would like to add a 4px border to each image.well i did it by editing the height and width in the jj_ngg_jquery_carousel.php file have a look it does make sense.
Forum: Plugins
In reply to: [JJ NextGen JQuery Carousel] I would like to add a 4px border to each image.Found it the height and width are set in jj_ngg_jquery_carousel.php the width is set by some math of the width * the amount visible and the height is just the height of the images.
anyone???