justdoproperty
Forum Replies Created
-
Forum: Plugins
In reply to: [Accept Stripe Payments] Thank you redirect hangs in Thrive Architect PageHi Alexander,
Many many thanks. That was a silly mistake of mine and making the URL relative solves this perfectly.
Cheers
Alec
Forum: Plugins
In reply to: [Accept Stripe Payments] Thank you redirect hangs in Thrive Architect PageHi,
I don’t have any cache plugins installed. I only have the Twenty Twenty theme from wordpress, Thrive Products & Architect and Stripe Plugins.
Alec
Forum: Plugins
In reply to: [amr ical events lists] Two lots of events getting shownHi
Reading your blog article it implies that the paid for plugin could help me solve issue 1! Is that correct.
Would the data still reside in Google Calendar or come across into WordPress? I’ve never been sure whether the paid plugin gives you a full calendar app in WordPress and replaces the need for Google Calendar – not sure I want to at the moment.
Alec
Forum: Plugins
In reply to: [amr ical events lists] Two lots of events getting shownHi,
Wow thank you very much for the quick response, review and plugin update. I have updated to the new version and it has resolved the issue. That is great.
1. Also I very much appreciate your comments about the large ics file. Indeed I have been running the calendar adding and modifying for quite a few years so that will be why – I just never knew it had that type of impact. I will take a look further to see what – if anything I can do to fix this.
2. I will check for the bad/mismatched html. I mainly only use this with the standard Google Calendar iframe or you plugin – but it’s useful to know it may impact anyone who does hook into it.
3. I think I understand the point here and you may have mentioned this in an earlier support query. The use of the calendar is pretty much the same and in a linear manner – but I’ll take that on board to try to minimse any potential. I’ve setup a test page in case I need it in the future
Again many thanks for the resolution and feedback.
Alec
Forum: Fixing WordPress
In reply to: issue with the insert / upload icon in wordpress 3.1.2 upgradeHi DrKenny,
You post has been VERY helpful for me as it highlighted the issue was with jQuery.
For me one of my plugins was loading jQuery on the page as well, but it was an older version. So the WP bundled jQuery is fine, it was a plugin that was the problem.
So if you have not fixed the problem for yourself try the following (might be long winded way but it works) to find out the plugin causing a problem:
1. Go to the “Edit Post” page
2. Right Mouse click and ‘View Source’ (depends on browser what this is called).
3. Perform a Find for jquery. You are looking for jQuery on its own or jquery.js.
4. Look at the full paths. The WP bundled one for me is “https://www.justdoproperty.co.uk/wp-admin/load-scripts.php?c=0&load=jquery,utils,editor&ver=151e6df801b09d30f43e1a8f2114dea7”The plugin I had issues with was “https://www.justdoproperty.co.uk/wp-content/plugins/wpdir/js/jquery.js?ver=3.1.2′”
5. In Firefox (latest version at least) you can click on hyperlink and it brings up the jQuery file and tells you the version. My Plugin was 1.3.2. The WP Bundled one is 1.4.4.
6. Once you have identified the plugin(s) either:
a) update the plugin if a new version available.
b) Copy the jquery.js file from “/wp-includes/js/jquery” to the location identified in the plugin hyperlink.Hope that makes sense and can help you. Thanks for searching the internet for me ??
Alec
Not sure if anyone can help as I have a similar problem where I have a space at the top of a ‘page’, just under the menu: https://www.justdoproperty.com.
Unfortunately I don’t have a .hr tag in my CSS.
Alec