Bugs (Pro and Filter) – possible js?

Home Forums Calendar Products Events Calendar PRO Bugs (Pro and Filter) – possible js?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #902758
    mgmg
    Participant

    I have some issues with the regular functionality of my site when I activate your 3 plugins:
    TEC, TEC PRO, FILTERBAR
    The functionality that is affected is the ability to click on page 2 of the recent posts at the bottom of the list on the homepage. It just returns me to the homepage despite the link containing site/page/2/

    Also Some functionality of the plugins above is lost. When I have the Events Calendar widget in my sidebar showing a few events, Clicking on << or >> to show the next month’s events doesn’t work. The link is to site/# which goes nowhere.

    Finally, I’m having an issue with filterbar it isn’t giving me the option to select several check boxes for the event categories. Really is behaving weirdly and is inconsistent.

    Please can you help me with these issues?

    Many thanks.

    #902926
    mgmg
    Participant

    I resolved the issue with the filterbar… some other js was interfering. but I still have the problem with pagination being affected when I activate TEC (as described above)! Please advise

    Also if I want to change the events calendar widget that’s in my sidebar to be brighter colors…. say from the #666666 gray to a red, what’s the easiest way to do this… there are so many files I don’t know which css file to edit.

    Thanks

    #903340
    Brook
    Participant

    Howdy mgmg,

    Those links also rely on JavaScript to work. Odds are strong that there is still a JS conflict with your theme, or perhaps another plugin. A conflict test can help you narrow that down to which plugin or theme. Could you try that?

    Also if I want to change the events calendar widget that’s in my sidebar to be brighter colors…. say from the #666666 gray to a red, what’s the easiest way to do this… there are so many files I don’t know which css file to edit.

    Good question. Personally I just create add a line of CSS to a new CSS file. I usually store it in my theme or child theme. So if for instance you wanted to override the rule:

    .tribe-events h2{ color#666; }

    I would create a new CSS file, or add to my existing CSS file, the following rule:

    body .tribe-events h2{ color#f00; }

    Since that rule is more specific it override the others. That’s arguably the easiest way. The second easiest is to follow this section of the themer’s guide.

    Does that all make sense? Did that work for you?

    – Brook

    #939658
    Brook
    Participant

    Since we have not heard back in a while I am going to archive this topic. If you need anything else though please feel free to open a new topic. We will be glad to help. Cheers!

    – Brook

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Bugs (Pro and Filter) – possible js?’ is closed to new replies.