Hi,
I’m looking for a way to control 2 different flexblocks at the same time. I was thinking about inserting a raw html element so I can use custom < > buttons but what code could I use to control both flexblocks with these buttons? I noticed the the blocks all use tdBlocksArray but I’m not sure how to go about this.
Thanks!
Sure!
This is the situation: https://www.screencast.com/t/cbhalwjuSI4 As you can see I got two different flex blocks that I want to control with 1 set of prev-next buttons. So when I click next I want to trigger both blocks at the same time. Hope that makes sense.
Thanks!
Hello!
Unfortunately, there is no setting for this in our theme at the moment, and will require custom work which is not covered by the support team.
For customization and other services you can contact our custom work team here: https://tagdiv.com/premium-customization-services/
Thank you for your understanding!
Hello!
Sorry for being late.
This require a long expertise because it is a custom request. So, I don’t have any clue for you to can guide you in this issue because it is a complex request.
I suggest you to require a custom work from our team and they can help you because this is not covered by the support team as I said.
Please try not to reply multiple times in the topic if possible, this will only delay our response. Replying multiple times will refresh the topic date and move it to the back of the line, we answer from oldest to newest.
Thank you for your understanding!
Come on! You’re not helping. I understand that you’re trying to sell custom work but like I mentioned earlier: I don’t want you to do this for me. I’m just looking for information.
It’s not a complex request at all. It’s very clear. It concerns 2 flexblocks that need to be edit. Flexblock 3 and flexblock 4 to be precise. They both call the same javascript to actually update the values.
Where can I find these files and do you have online documentation for this? If you don’t know where these files are that’s OK but then please ask somebody who knows. I’m really not happy at the moment.
Hello @mbos01!
I am sorry if that is the feeling you have.
All javascript files from our theme get combined into a bigger, minified javascript file which gets delivered to the client and original files get removed from the package. So, even though you edit the original files, they will not get recompiled at all and so the changes will not take effect to your website.
Otherwise, you can try to modify this file from
td-composer/legacy/newspaper/js/tagdiv_theme.min.js. This is the compiled javascript file I was talking about.
I hope this was more helpful!
Thank you!