Templates Photo – link URL in the filter

GK User
Thu Jul 30, 2015 12:09 pm
Is it possible to see the change of the filter in the link URL?

http://prntscr.com/7ys1uw

Image

Now after changing the filter the link URL does not change.

http://prntscr.com/7ys26r

Image
User avatar
Fresh Boarder

teitbite
Fri Jul 31, 2015 1:46 pm
Hi

Filter is a script which just changes the order of the products, You cannot manage it via url, but You can select different starting ordering in in category settings.
User avatar
Moderator

GK User
Tue Aug 04, 2015 4:38 pm
Where is this?

And, how disabled this filter?
User avatar
Fresh Boarder

teitbite
Thu Aug 06, 2015 7:14 pm
Hi

To disable filter add this to override.css and make sure override is enabled in template setting.

Code: Select all
.item-filter {
    display: none;
}

.portfolio-grid > div > h2 {
    position: relative;
}
User avatar
Moderator


cron