Customize filtering option in Tagdiv Blocks

Posted in: Newspaper
Post count: 104

Hello,

I have newspaper v6.2 installed on my website.

Website URL : http://www.naukrinama.com

I have used tagdiv blocks onto the home page. Now the Ajax filters which are available in a block I want to modify it a bit.

I want that bydefault no categories are being shown and only when i click the “More” option with down arrow that all the categories come up.

Also i want to replace the “more” text with “Select State” in the 1st section of my website called “Latest Jobs”.

Screenshot – http://imgur.com/V3bbNJW

Can you tell me how can this be achieved.

Post count: 6535

Hi

The subcategories from blocks are displayed by js which calculate how many items can be displayed on top and the others are hidden in the drop-down menu. A possible solution would be to add this custom css in theme panel > custom css:

.td-subcat-filter .td-subcat-list .td-subcat-item {
 margin-left: 430px;
}

Note that I didn’t test this for every block so I can’t say if will work fine for all, also the changes will affect every block added on the site.

The theme doesn’t have an option to change the More button only from one block, it can be chanced from Theme Panel > Translations section, but this change will affect all blocks: http://screencast.com/t/lXFpVOffCVzZhttp://screencast.com/t/yrAuK74QIzhU

Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.