Show all subcategories in rows

Posted in: Newspaper
Post count: 15

Hello
I need rows to show all the subcategories of a category
Thanks!

Post count: 22421

Hello,

You will have to provide more details to how and where you want to show these subcategories.

Thank you!

Post count: 15

Hello

Need a horizontal list of all subcategories of a category, only appear seven subcategories subcategory of category a

Solution Jul 31, 2015 not working in newspaper 8.1.1

Thanks!

  • This reply was modified 8 years by maga0000.
Post count: 23312

Hello maga0000,

It seems to be a little change in our theme, regarding on theme’s js. Please notice that at the moment, the theme uses the tagdiv_theme.min.js file and in the past, the file used by the theme was tagdiv_theme.js. So, you have two possibilities to make these changes. The first one would be to change the file used by the theme from tagdiv_theme.min.js to tagdiv_theme.js and this change can be done from here -> https://www.screencast.com/t/6spI2VZU and the second one would be to minify the tagdiv_theme.js with such online minification tool and replace it with the theme min js file. (overwrite it). So, if you are using the Cloudflare you should purge all the files because the CSS and Js files are cached. So, after you have made these changes at the theme’s core files you should use the following custom CSS and place it in Theme panel > Custom CSS area.

The code is ->

.td-category-siblings .td-category {
height: auto !important;
}
.td-category-siblings .td-subcat-dropdown {
display: none;
}

Hope this helps and let us know how it goes!

Thanks for the message!

Post count: 15

Hello

Perfect with the first option

Thanks!

Post count: 15

Hi,

With the new update they have removed the files tagdiv_theme.min.js and tagdiv_theme.js
You don’t see all the subcategories with the solution (Catalin) you gave me a year ago, you only see 8, example https://40music.com/a/

Regards

  • This reply was modified 7 years by maga0000.
Post count: 35449

Hi,

Now in the last version of theme the path for these files is wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.js

Thank you!

Post count: 15

Hi,

Perfect!

Thank you

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.