Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
di_aeiou
tagDiv Member

Hello Catalin,
We already tried clearing the caches and we also tried keeping only the theme and plugins from the bundle but the end result was the same, those blocks seem to have changed :/

We ran a diff between 7.5 and 7.6 of the theme, and we can confirm what you said, but in this case between 7.4 and 7.5 every template file changed to include the
$td_column_number = td_global::vc_get_column_number(); // get the column width of the block from the page builder API
instead of
$td_column_number = td_util::vc_get_column_number(); // get the column width of the block from the page builder API

We even removed the child theme and the problem persists :/
Thanks in advance

  • This reply was modified 9 years by di_aeiou.
di_aeiou
tagDiv Member

Hello,
I already saw that page but my question resides on adding additional ad spots on the theme. Which files do I have to edit to make – for example – 10 new additional ad spots show on the page?

Thanks

di_aeiou
tagDiv Member

Hello again.
I found that code in the theme files and if there is no other option for now I will have to remove the comment from that code until a future update enables this override.

If I may suggest, in this scenario (and others like it) where a methods are being called statically and by design not overridable in via the child theme, you could add some custom action/filter hooks (via do_action/apply_filter) to allow for customization of the content. That way threads like mine would be more easily responded to since I found quite a few around.

Thanks.

  • This reply was modified 9 years by di_aeiou.
Viewing 3 posts - 1 through 3 (of 3 total)