taylerjay
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Spinning wheel when clicking to next monthI’ll try both and see where that takes me. I’ll keep you in the loop.
Thanks,
Tayler
Forum: Plugins
In reply to: [The Events Calendar] Spinning wheel when clicking to next monthPlugin up to date (2.0.11) and jQuery 1.8.3 running. Cache cleared, same problem. Any thoughts?
Forum: Plugins
In reply to: [The Events Calendar] Spinning wheel when clicking to next monthThanks Jonah for your quick response and fab plugin. I have the latest plugin version running. I’ll try updating jQuery shortly … watch this space.
TaylerForum: Plugins
In reply to: [The Events Calendar] Spinning wheel when clicking to next monthJust checked this problem on an older browser and the links just work exactly like normal links should. In modern browsers they do AJAX but for some reason this is just generating a spinning wheel and never actually loads the page (unlesss I refresh whilst loading). Is there a fix for this or can I force all browsers to use normal links and not AJAX.
Forum: Plugins
In reply to: [Participants Database] Participants Database sortGreat! Thanks for your quick and efficient response. I’ll be in touch soon regarding custom search.
Many thanks
Tayler
Forum: Plugins
In reply to: [Participants Database] Participants Database sortHi Again,
It appears zero is not accepted. I’ve tried the regex:
/[a-zA-Z0-9]+/
and a simple:
[0-999]
but no joy!
Forum: Plugins
In reply to: [Participants Database] Participants Database sortMany thanks for your prompt response.
1) I’ll have a look at the other notes about numeric sorting and should be able to get that to work.
2) Slight misunderstanding. I have a field that labelled: Fights “Won”. A possible answer to this is “0” When “0” is entered, a message appears “The Won field is required.” This works fine in the back-end.
3 + search function, I’ll get the above working and contact you via email to see if you can look at both, get a cost and an idea when this might be possible.
Thanks again for both your help and a wonderful plugin.
Tayler
Forum: Plugins
In reply to: [Participants Database] Multiple search criteriaHello, I have the same requirements as above, boxers listed with a lot of different weights and want to filter lists on multiple criteria. How have you got on Mathias? Sounds like this is possible but my php skills are not great. I guess I need to find a programmer … Any thoughts?
Forum: Plugins
In reply to: [Background Manager] Full Screen and Overlay issuesGreat plugin. Thanks
Forum: Plugins
In reply to: [Background Manager] Full Screen and Overlay issuesBrilliant! Got it. I’ve used both:
<?php get_footer(); ?> and
<?php wp_footer(); ?>Is this going to pose a problem?
Forum: Plugins
In reply to: [Background Manager] Full Screen and Overlay issuesThankd for the quick response.
The Footer is on all theme pages <?php get_footer(); ?>
Any thoughts?
Forum: Plugins
In reply to: [Background Manager] Full Screen and Overlay issuesIn addition, I’ve looked at the generated code in the browser source, when the full screen mode is active the body style (that appears in the header file) is: background-image: none. Thanks again for any help.
Forum: Fixing WordPress
In reply to: current_page_item a:active problemsI added the reset to the footer:
‘<ul class=”footer_menu”>
<?php wp_reset_query(); ?>
<?php wp_list_pages(‘title_li=&depth=1’ );?>
‘this seems to have resolved the problem. Many thanks for your help.
Forum: Fixing WordPress
In reply to: current_page_item a:active problemsThanks for your response. I’ve deactivated all plugins and no change. Switched to default theme (Twenty Ten) which does not use the current_page_item. I guess there is an issue with my custom theme for the foot list.