Guest
05 Jun 2013 03:43

Hi,

I am sure this is possible, but I dont know how to do this. How can I show the compare button on all listing page (currently it is visible only on Blog template) and also needs to be visible all the time, not just when you move mouse to the record.

Also another question is how can I show the bookmark, edit and all button showing all the time on all listing template.

Last Modified: 02 Mar 2014


Guest
05 Jun 2013 04:24

Another question is how can we show follow and bookmark button (in addition to compare button) all the time on the listing page. When you click bookmark or follow button then, it will show modal for login if the user is not logged in, otherwise it will do the job.


Sergey
Total posts: 13,748
05 Jun 2013 06:44

In template you will find

submission_types[$item->type_id], $this->section);?>

move it where you want it to be.

Other buttons are also there.

If you just want to make them visible always delete has-context class in the template where you find it.

<

div class="has-context" >


Guest
05 Jun 2013 07:33

great, and thanks for your quick reply.

Powered by Cobalt