Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Daniel Floeter

    (@kometschuh)

    Hello Enquirer32,

    have you used the option “disable widget CSS” at the bottom form the admin panel?
    Can you explan the problem in more details or leave a Url?

    Greetings Daniel

    Thread Starter enquirer32

    (@enquirer32)

    So, you could duplicate this issue by installing Pods framework into your site. When you create a pod and template the template draws on magic tags which are listed in the Pod Reference.

    When you have relationship fields, the Pods Templates loads all the other available fields on the other side of the relationship. However, it’s not just your plugin as they’ve got an open bug on preventing the list from doing TOO MUCH traversal recursion.

    But your plugin pulls in the following which other types like yours don’t but it may be something to do with my theme because my theme is apparently creating 11 different sizes based on categories:

    post_thumbnail.cat_post_thumb_sizecategory-posts-2
    post_thumbnail_url.cat_post_thumb_sizecategory-posts-2
    post_thumbnail.cat_post_thumb_sizecategory-posts-3
    post_thumbnail_url.cat_post_thumb_sizecategory-posts-3
    post_thumbnail.cat_post_thumb_sizecategory-posts-4
    post_thumbnail_url.cat_post_thumb_sizecategory-posts-4
    post_thumbnail.cat_post_thumb_sizecategory-posts-5
    post_thumbnail_url.cat_post_thumb_sizecategory-posts-5
    post_thumbnail.cat_post_thumb_sizecategory-posts-6
    post_thumbnail_url.cat_post_thumb_sizecategory-posts-6
    post_thumbnail.cat_post_thumb_sizecategory-posts-7
    post_thumbnail_url.cat_post_thumb_sizecategory-posts-7
    post_thumbnail.cat_post_thumb_sizecategory-posts-8
    post_thumbnail_url.cat_post_thumb_sizecategory-posts-8
    post_thumbnail.cat_post_thumb_sizecategory-posts-9
    post_thumbnail_url.cat_post_thumb_sizecategory-posts-9
    post_thumbnail.cat_post_thumb_sizecategory-posts-10
    post_thumbnail_url.cat_post_thumb_sizecategory-posts-10
    post_thumbnail.cat_post_thumb_sizecategory-posts-11
    post_thumbnail_url.cat_post_thumb_sizecategory-posts-11

    Anyway, when I deleted your plugin this problem went away. Hope that helps.

    Plugin Author Daniel Floeter

    (@kometschuh)

    Hello Enquirer32,

    We have a bugfix for the “thumbnail size issue” and release it with the next update.

    Are you familair with GitHub? Because you can download the code there (https://github.com/mkrdip/category-posts-widget) and copy it to your plugin folder ([your-wp-installation]/wp-content/plugins/category-posts-widget) to your wordpress installation.

    Greetings Daniel

    Thread Starter enquirer32

    (@enquirer32)

    Wow, fast work. Great stuff.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Interferes with Pods Framework’ is closed to new replies.