Errors at columns elements

Posted in: Newspaper
Post count: 4

I am having an issue with a module I created and was wondering if anyone could help. Basicly, I have created a new module using the theme api. The module in question has the option to input a rev_slider alias. However when the red_slider alias supplied trying to edit the page using the td_composer shows the following error:
Error message

and clicking the content button shows the following page:
content

The error only occurs when a slider_alias is present.

The module code: https://pastebin.com/WdgMnXyw

Post count: 35449

Hi,

If the composer give this error, I would suggest that you check the theme requirements guide.
https://forum.tagdiv.com/requirements-for-newspaper/
Check if there is enough WP memory and the necessary PHP extensions are available (especially mbstring – https://www.screencast.com/t/YX4mKZmlUPFw )

Also try the suggestion from this topic and add the mentioned code in the htaccess file
https://forum.tagdiv.com/topic/gray-page-tagdiv/

Let us know the results.
Thanks

Post count: 4

I have verified that all the requirements have been met and the addition to .htaccess also did not solve the issue. Currently no change.

Post count: 35449

Hi,

Please follow the documentation about API – Modules – Introduction -> https://forum.tagdiv.com/api-modules-introduction/
Also please be notice that we do not do custom work.
Unfortunately the modules are made to show pages and posts, not sliders if this what you want to achieve.

Also please remove the api you create clear the cache and see if the problem persist.

Thank you for your understanding.

  • This reply was modified 7 years by Calin.
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.