How to add extra info in Element visibility (product listing settings)

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeHow to add extra info in Element visibility (product listing settings)

This topic has been marked as not resolved.

Hi there, need to add extra info in Element visibility (product listing settings), model, manufacturer etc. Any FAQ on how i can do that?

April 6, 2016 at 2:23 pm #46223

Hi,

Unfortunately, you cannot add extra options in the “Elements visibility” list. You can however use additional product variables directly in the template. Here we’ve discussed the same topic:

http://support.themeburn.com/topic/additional-information-on-featured-latest-special-tb-module

BR,
ThemeBurn team

April 7, 2016 at 10:05 am #46244

Thnx, figured out how to add on static product? But how to add info in “hovered” item? Where need i put options in template?

http://prntscr.com/ap6xyz

April 7, 2016 at 12:18 pm #46273

Still can`t find where to change code for adding some extra info in block that showing after hovering mouse on product. Which part need to edit?
And also have a question, where can i change hovering effect options (CSS)? When hovering mouse on product, block becomes bigger in size, how to make that is block still same size?

April 12, 2016 at 11:50 am #46459

Hi,

1) Here is some custom CSS that will modify the hover state not to expand:

.tb_grid_view .tb_item_hovered {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  margin: 0 !important;
}
.tb_grid_view .tb_item_hovered .tb_price_holder {
  right: -20px !important;
}

2) Unfortunately, you cannot add the new option in “Elements visibility” table. It’s just not that easy. What we could suggest, is to insert this custom info inside a regular element e.g. price or title.

BR,
ThemeBurn team

April 18, 2016 at 12:57 pm #46658
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.