![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Hi,
I have added the stock code of sorting fields to my category pages. Code:
<div class="dffltrs"> <form method="get"> <span class="dflside"> Products per page: <?php echo datafeedr_tools()->form_select("ppp", array( "12" => "12", "24" => "24", "36" => "36", "48" => "48", )); ?> </span> <span class="dfrside"> Sort by: <?php echo datafeedr_tools()->form_select("sort", array( "price" => "Price (low to high)", "-price" => "Price (high to low)", "name" => "Product Name (a - z)", "-name" => "Product Name (z - a)", )); ?> <input type="submit" value="Go" class="dfsbmt" /> </span> <div class="clearingdiv"> </div> </form> </div> |
#2
|
||||
|
||||
![]() What is your site's URL? Not all classes have code for them. It's for you to assign your own code to.
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() Sent you a PM.
|
#4
|
||||
|
||||
![]() If you add the following code to your Custom CSS area ( The Factory > Your Store > Store menu > Custom CSS) and the update your store, it should fix the conflict between the theme and datafeedr:
Code:
.format_text input.dfsbmt { padding: 0; width: 30px; margin-left: 5px; }
__________________
![]() ![]() ![]() ![]() |
#5
|
|||
|
|||
![]() Works great, thank you!
So it was Thesis again... ![]() |
#6
|
||||
|
||||
![]() Just a conflict in CSS between Datafeedr and Thesis. Could happen with any theme.
__________________
![]() ![]() ![]() ![]() |
#7
|
|||
|
|||
![]() Of course, thanks again
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Autosubmit of category sorting resets other query variables | ayorofrance | Questions | 9 | June 8th, 2011 08:11 AM |
Can I change sorting template to sort like the Price Widget Filter? | cashnow | Questions | 2 | January 30th, 2011 02:26 PM |