Topic RSS
If you edit the "frontdoor.php" file, you will see a line that says:
Change this line to:
And save the file.
Then, open up "functions.php" for editing.
Find around line #60 where it says:
#content .grid { width: <?php echo $mkt_options['mkt_TOTAL_PAGE_WIDTH']; ?>px; }
// The following is if widget sidebar is enabled
//#content .grid { width: <?php echo $mkt_options['mkt_TOTAL_PAGE_WIDTH']-$mkt_options['mkt_STYLE_WIDTH_PRODUCTS']; ?>px; }
Change the last three lines to this:
//#content .grid { width: <?php echo $mkt_options['mkt_TOTAL_PAGE_WIDTH']; ?>px; }
/* The following is if widget sidebar is enabled */
#content .grid { width: <?php echo $mkt_options['mkt_TOTAL_PAGE_WIDTH']-$mkt_options['mkt_STYLE_WIDTH_PRODUCTS']; ?>px; }
Save the file, and I think that'll complete the sidebar change.
As far as ordering the products, the order is controlled in "frontdoor.php" on line #34. "orderby" and "order" are the two settings. You can change them to different things if you want. You'll need to reference the support area of Wordpress.org for what the values can be.
Most Users Ever Online: 40
Currently Online:
22 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Member Stats:
Guest Posters: 428
Members: 2252
Moderators: 1
Admins: 1
Forum Stats:
Groups: 1
Forums: 4
Topics: 2983
Posts: 16042
Newest Members: Allsed, deleteduser, shanm, slidesketch, jimharrison, vmi
Moderators: Market Admin (5051)
Administrators: Market Admin (5051)

Log In
Register
Home
Offline

