Mark Hall
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Calendar View Sub-TitleI think he means that when you go to yourdomain.com/events or yourdomain/events/category and click through the months, the URL and page title in the tab changes, but the page title in the H2 tag doesn’t.
Coincidently, I just fixed this by copying month/content.php to my own theme and putting this code at the bottom.
<script> $('h2.page_title').html('<?php tribe_events_title() ?>'); </script>
This changes it on the fly when you advance up and down.
For @mspreer, you would change this to:
<script> $('.banner-sub-title').html('<?php tribe_events_title() ?>'); </script>
Forum: Plugins
In reply to: [WP Password Policy Manager] User Passwords ExpiringHaving the same problem this morning.
Is there a fix in the pipeline?
Forum: Plugins
In reply to: [Mammoth .docx converter] JS error on load and on inserting into editorThanks for getting back so promptly.
Yes 0.1.12 fixed the issue and looks better.
It didn’t fix the issue with the errors I was receiving, but after generating a stack trace I saw it was Visual Composer causing the issue. Deactivating it fixed the problem.
Forum: Plugins
In reply to: [Re-slug] button do not showWorking for me on WordPress 4.0.
You know you have to change the post/page title and then it appears?
Forum: Plugins
In reply to: [WP Job Manager] Single job page messed upCopy content-single-job_listing-company.php to the job-manager folder in your theme folder and delete what you don’t need. I just cleared it.
Fixed the issue for me.
Forum: Plugins
In reply to: [Ajaxy Instant Search] theme locationYeah, I lost my custom theme CSS and images this morning after updating.
Forum: Plugins
In reply to: [DW Question & Answer] Recent Questions WidgetAnother suggestion for a widget is the oldest unsolved/pending questions.
And maybe assign who can see the widgets. For example, only administrators to see latest unresolved and most active, but all can see related.