Event Submission overwriting bottom Widget in Theme

Home Forums Calendar Products Community Events Event Submission overwriting bottom Widget in Theme

Viewing 10 posts - 16 through 25 (of 25 total)
  • Author
    Posts
  • #1016024
    karen
    Participant

    If you can help me find a way to disable this widget on the page, it would help. Since these pages are built on the fly, I have no way of knowing.
    thanks

    #1016215
    Brian
    Member

    Hi,

    I looked at the widget, but not sure what the issue is.

    However, I can tell you how to hide it on the community pages.

    You can use a plugin called Widget Logic:

    Widget Logic

    Then in the widget logic box which is now in each widget you can use this to hide it on the Community Events Edit Form:

    !tribe_is_community_edit_event_page()

    If you want to hide it from all the Community Pages you could add this:

    !tribe_is_community_my_events_page() || !tribe_is_community_edit_event_page()

    Let me know if that works for you.

    Thanks

    #1016238
    karen
    Participant

    The issue is that the widget is picking up the content of the events form.
    I tried the plugin, it did not hide the widget on the commnunity page form.
    Do I understand that the text that you gave me goes in the space at the bottom of the widget that is now visible?
    I see there are other plugins like this that might work.
    I presume that you were able to verify that this works for you.
    Thanks for all your help.

    #1016259
    karen
    Participant

    Could you look at a plugin called Widgets Control which says it is compatible with the events Calendar. It just does not say what taxonomy or category to exclude. ?
    thanks

    #1016343
    Brian
    Member

    Hi,

    I am not sure about Widget Controls.

    If you see this text: !tribe_is_community_edit_event_page()

    It is in the wrong spot and not in the actual widget logic box.

    This is where the coding goes:

    Widget logic

    #1016366
    karen
    Participant

    yep, that is what I thought.. does not work. 🙁

    #1016494
    karen
    Participant

    I seem to have a solution #2 below, but I do not know that there is actually a PAGE-ID for the Submit Result page since it it built on the fly.

    Below that is another reply from the developer.
    ___________
    2- If you want to hide that widget are on a page you can add the rule below in Main Options > Fonts & Custom > Custom CSS Rule Box

    .page-id-xxx #sitewide-bottom-widget-area {display:none;}

    replace xxx by the page id # or remove that selector to hide on all pages

    weaverweaver
    October 19 edited October 19
    Following the rules means using the WordPress core utilities exactly as they should be. If a plugin is altering or messing with the content of a widget area that leads to unexpected results, it is likely not following the rules of how to use the WP capabilities. Weaver is extremely careful to follow the rules.

    And i’m not really saying it is no one’s fault. I’m saying we don’t have the resources to debug either our theme or someone else’s plugin when that plugin is both a premium plugin and thus not available to us to even look at, and one that has less that 100,000 users. For popular plugins (say with more than 100,000 users), we will try to sort out incompatibilities, but we just can’t in this case.

    #1016557
    Brian
    Member

    Hi,

    Try this for the css:

    .tribe_community_edit #sitewide-bottom-widget-area {display:none;}

    #1021250
    karen
    Participant

    Brian,
    I could not get this resolved by either developer, although I am still hopeful that one day..
    I did however find a plugin called Widget-Control that works!.
    Thanks for all your help!

    #1021257
    Brian
    Member

    You’re Welcome,

    Sorry we could not help more.

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 10 posts - 16 through 25 (of 25 total)
  • The topic ‘Event Submission overwriting bottom Widget in Theme’ is closed to new replies.