Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #958636

    We’re using the event calendar pro with our enfold install, but the next / previous single post navigation is no longer showing up?

    As you can see on the live site: https://www.sheldontheatre.org/event/risking-light/
    They appear.

    After updating everything (including enfold) on a dev site: https://www.sheldontheatre.org/dev/event/an-evening-with-groucho/

    They do not?
    Where should I look to fix this?

    #959157

    Hey Sievers,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #959815
    This reply has been marked as private.
    #960391

    Hi Victoria,
    Curious if you found anything?

    #960809

    Hi Sievers,

    Thank you, I have not, can you make that account admin, please?

    Best regards,
    Victoria

    #960914

    Gosh, I’m sorry. IT is setup as admin now

    #961880

    Any update?

    #962285

    Hi,

    We can’t access the “wp-admin” or “wp-login” page of the development site. The same login credentials work for the live site but don’t want to break anything there so we’ll wait for your response.

    The event “risking light” no longer exist. Please create a test event so that we can see the issue.

    Best regards,
    Ismael

    #962294

    Hi Ismael,
    The site had to be launched, so we’ll need to work on the live site now.
    Any even on the site will do.
    https://www.sheldontheatre.org/event/kiss-kiss-bang-bang/

    #963163

    Hi,

    Is it working if there are no color section or full width elements in the event page? Please try this filter in the functions.php file.

    add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1);
    function avia_remove_fullwidth_slider_check($settings)
    {
    $settings['is_fullwidth'] = false;
    return $settings;
    }

    Best regards,
    Ismael

    #963342

    Hi Ismail,
    The code above has been implemented on the functions file and is not working still. Is it because of the new performance features? (load only the modules being used?)

    #964606

    Hi,

    I still can’t tell why this isn’t working. Please disable the “tribe-events” folder inside the child theme temporarily then check the event again.

    Best regards,
    Ismael

    #964902

    Hey Ismael,
    That didnt work. I got a white screen, so I’m guessing there was a part of the PHP that is dependent on that folder being active. Whats next?

    #966561

    Hi Sievers,

    Can you please check server log for error?

    Best regards,
    Victoria

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.