ashbydesign
Forum Replies Created
-
I think I may have at least traced the issue to the server set-up. I decided to copy the site to a staging area on another server to see if the problem is being replicated – and it’s not. Admin-ajax.php makes its appearance as needed upon filter and the filter then reveals all past events etc. So… I am on to my host to see if he can fix where the admin-ajax is being blocked.
Thank you for your help and perseverance. The events manager plugin works well and I will be using in preference to other events plugins in future – this website has been kind of a trial of it in low-key way.
Could be entirely barking up the wrong tree here… I am using this version of jQuery as theme uses Foundation. Could this be causing issues?
function modify_jquery() {
if (!is_admin()) {
// comment out the next two lines to load the local copy of jQuery
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js’, false, ‘2.0.3’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘modify_jquery’);I am sorry about this. Indeed there is an admin-ajax error with a 302 redirect on the filter url – network tab, and no appearance of admin-ajax in the network list. However, the admin-ajax is appearing fine on other filter posts operations and working fine – this issue is isolated to the events filter operations.
Not sure where to go – having deactivated all plugins and the theme with no change.
Big mystery.
It appears looking at the Network tab – it’s the first item in the list – i.e. on clicking the filter button, I’m presuming
I can’t see an obvious issue with admin-ajax/ but what I am seeing is a redirect taking place. Does this indicate anything to you?
I’ve just done theme and plugins deactivation – and no change. Could it have anything to do with admin-ajax? I had an issue on another site with this and server setting needed adjustment
Hello, thanks for getting back on this (not sure what time you are on…). Yes, that’s correct, and when I go filter to ‘All events’ I’m popping out of wp-admin to the home page. The draft, by the way, is in the past – but it is showing fine. Hmm.
Yes – so I can see event_id = 1 has post_id 384, for instance
Version 5.5.6
Don’t know if this is any help in solving the issues…
Have updated to 5.01 and have the following “leftover” code appearing on 2 sites.
‘]);”>Here’s the source code where the weirdness is appearing – onclick tracking
<div class="featured-image"><a href="https://aliburns.co.uk/2014/03/heres-common-wealth/" onclick="_gaq.push(['_trackEvent', 'outbound-article-', 'https://aliburns.co.uk/2014/03/heres-common-wealth/', '<img width="115" height="115" src="https://aliburns.co.uk/wp-content/uploads/2013/12/baton-square-150x150.jpg" class="attachment-115x115 wp-post-image" alt="baton square" />']);">
Forum: Plugins
In reply to: [The Events Calendar] 3.5 version hides all post titlesOops Events Calendar!
To fix until the plugin css is revised to make it specific only to events cal…
(NB need to use !important)1) In your theme style-sheet
header.entry-header,footer.entry-meta{display:block !important}2) Afterwhich (sorry – haven’t yet worked out what the events calendar container classes are here – need to investigate further) you will then need to re-apply (display: none) for events calendar pages
.events-calendar-css header.entry-header, .events-calendar-css footer.entry-meta {display:none !important}
Forum: Plugins
In reply to: [Duo Two-Factor Authentication] v2.0 gives 500 internal errorSame issue, will await.
Forum: Plugins
In reply to: [Pages Children] Tags page crashes when plugin enabledSame for me – I have your very useful plugin installed on two sites, and a client who uses the tags admin extensively noted this.
Forum: Themes and Templates
In reply to: [Frisco for BuddyPress] Frisco Theme Update for Buddy Press 1.9?Would happily pay for a standalone Frisco…
Forum: Themes and Templates
In reply to: [theme: mystile] help fixing blurry product imagesThis is fairly straightforward to fix – you need to change the settings in woocommerce > catalog to so that each of the image sizes is 450px (if you want to match the mystile theme dummy images). Then you simply need to use the regenerate thumbnails plugin to change the old auto-generated sizes for images you’ve already uploaded. This way you let the theme’s responsive design do the resizing – and you don’t need to add 1000px images, as the max the images need to reach is 450px
https://docs.woothemes.com/document/adding-product-images-and-galleries/