Tagged: navigation
-
AuthorPosts
-
May 18, 2018 at 3:48 pm #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?May 19, 2018 at 7:26 pm #959157Hey 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,
VictoriaMay 21, 2018 at 3:36 pm #959815This reply has been marked as private.May 22, 2018 at 3:45 pm #960391Hi Victoria,
Curious if you found anything?May 23, 2018 at 2:25 pm #960809Hi Sievers,
Thank you, I have not, can you make that account admin, please?
Best regards,
VictoriaMay 23, 2018 at 4:19 pm #960914Gosh, I’m sorry. IT is setup as admin now
May 24, 2018 at 11:17 pm #961880Any update?
May 25, 2018 at 5:36 pm #962285Hi,
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,
IsmaelMay 25, 2018 at 5:48 pm #962294Hi 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/May 28, 2018 at 1:21 pm #963163Hi,
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,
IsmaelMay 28, 2018 at 4:29 pm #963342Hi 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?)May 31, 2018 at 4:04 am #964606Hi,
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,
IsmaelMay 31, 2018 at 7:41 pm #964902Hey 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?June 4, 2018 at 3:44 pm #966561Hi Sievers,
Can you please check server log for error?
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.