I tried free one, not fully satisfied, Still want to buy paid one

Home Forums Welcome! Pre-Sales Questions I tried free one, not fully satisfied, Still want to buy paid one

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1069969
    Darshan Parmar
    Guest

    Hi,

    I installed free plug in to one of my client’s website…

    Month change does not work. Here is what we have tried to resolve this issue.

    1) Checked for conflict with all other plug in one by one. and We did this many times.
    2) Check with theme compatibility
    3) Read almost every related Forum post on your website
    4) Other small things tried too. and what not. Almost everything has been tried to resolve this by many people.

    Only option left with me is, try some black magic technique or perform any religious ritual in order to solve this bug.

    Now your Calendar is good, no other calendar is as good as yours. But this bug drives me crazy. However, i tried some other calendar plug ins but they cause same issue. Its a theme conflict.

    If this error gets resolved, I will immediately buy your paid plug in.

    #1069972
    Darshan Parmar
    Guest

    Take this Thread off from general public view. ASAP.

    #1070283
    Nico
    Member

    Hi Darshan,

    Thanks for reaching out and sorry to hear about this issue!

    I’m not sure about the issue described as ‘month change’, but if this is a theme conflict (as you state) then you confirm this by switching the theme to Tweenty Fifteen WordPress theme (the issue shouldn’t be present with default theme). That said, we cannot provide support in this Pre-Sales forum. We provide support on wordpress.org support forum (limited – weekly) and in our premium forums (daily passes) for license holders. If you are interested in getting premium support you’ll need to buy a license, read more about this.

    Take this Thread off from general public view. ASAP.

    This forum is public so I’ve removed you client site link. If you still want me to delete this thread I can do so but will not be able to reply back!

    Please let me know about it,
    Best,
    Nico

    #1070336
    Darshan Parmar
    Guest

    Hi Nico,

    Your solution did’t work. However I managed to resolve this.

    Here is a step by step solution for scenario like this.

    1) Disable the Event bar from CSS, as Date Picker JS/AJAX causes this issue.

    2) Set Event page is Default Event Calendar page, rather than default theme page, to avoid theme conflict.

    3) Add Next & Previous month links to top to calendar by below code in Theme’s CSS file.


    .tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
    display: block;
    }

    4) Disable AJAX Completely by Below code, which is give by you people only


    function tribe_prevent_ajax_paging() {
    echo "

    }
    add_action( 'wp_footer', 'tribe_prevent_ajax_paging', 99 );

    ?>

    This is how it finally worked ! thanks alot anyways. If this thing will not cause any issues within a week, we will certainly enjoy your Premium features in paid version.

    Thanks

    #1070432
    Nico
    Member

    Hey Darshan,

    Glad to hear you could sort this out! And thanks a lot for following up with your solution as well 🙂

    Hope everything continues to run smooth and we can have you as a customer soon!

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Have a great week,
    Nico

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘I tried free one, not fully satisfied, Still want to buy paid one’ is closed to new replies.