Jump to content

Ownmaker

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Ownmaker

  1. Hi Tech Support Is it possible to combine images(3 actually) that is generated as screenshot to be combined into one using php? What I'm trying to do is select 3 screenshots using js in admin area for videos that I'm adding manually and do execute php function to combine 3 screenshots into one. TIA, Azamat
  2. Hello community, So basically I want to do below, these will be manual links with static id set from admin. <a href="{ home_url }?category=1">To show all videos from category_group_id = 1</a> It loads index page with all blocks filtering videos with category_group_id = 1 <a href="{ home_url }?category=2">To show all videos from category_group_id = 2</a> so on as above <a href="{ home_url }?category=3">To show all videos from category_group_id = 3</a> so on as above Have anyone done this before? Please help, Azamat
×
×
  • Create New...