klnfln
Forum Replies Created
-
Forum: Plugins
In reply to: [Pressidium Cookie Consent] Toggle buttons disappearingHi @overengineer @walter4534 @neongrain
I was able to fix the issue by inspecting the pop up window of the consent and hiding certain block using CSS. Can not remember nor locate the right element currently but if you send me your website URL I can take a look.
hey @bluejay77
I am not using any WP Job Manager add-ons at all, I am planning to upgrade later, but this issue persist without any other add-ons and also on a test page without any other plugins or other type of customization installed.
As of now I use a workaround of simply opening single job listings in a new tab.
- This reply was modified 1 year, 4 months ago by klnfln.
@dcka Hi
I recorded a video of replicatingi the issue. In case you are unable to preview it embedded here, I am sharing the link as well: https://vimeo.com/1046343097/a6c2782446?ts=0&share=copy
To specify further, once I use job filters the submit button works again, it does not re-populate jobs without it however.
Hi @dericleeyy , absolutely. I created a local-hoste website from scratch to ensure it is not conflicting with other customization while replicating. Sorry if I use incorrect terminology or overlook something.
When I visit the output of the
[jobs]shortcode, clicking the search submit button triggers the following events on each click:- A request to
/jm-ajax/get_listings/is fired. - This also triggers a request to
/wp-content/plugins/wp-job-manager/assets/dist/images/ajax-loader.ea183bf2.gif. - All job listings are re-populated.
These events occur under the following scenarios:
- Clicking the search submit button.
- Reloading the page.
- Navigating away and returning to the page.
- Using any of the filters.
The Issue:
However, when I navigate in this specific way:
1. [jobs] (http://getlistingsdebug.local/jobs/) → 2. A single job listing (http://getlistingsdebug.local/job/test-test-2-test/) → 3. [jobs] (http://getlistingsdebug.local/jobs/) including navigating through any other pages in between 2. and 3. steps:The events described above do not fire as they normally would when reloading the page or arriving from any other page. Specifically:
- The search submit button does not trigger the events and does nothing.
- The events only begin firing after a filter is changed or the page is reloaded, or I navigate back and forth one more time using browser navigation.
- Once the events are triggered (e.g., by changing a filter), the search submit button starts working as expected again.
Thanks!