infosws
Forum Replies Created
-
Forum: Plugins
In reply to: [FaceBook Feed] Output is missing spacesHi @abhipathak,
So I have replaced that to test and now adding a new line but:
On first load the format is different and,
if you select read more, it reverts back to its old format.I’ll leave it as is for 24 hours to give you a chance to have a look.
Cheers
Forum: Plugins
In reply to: [FaceBook Feed] Output is missing spacesHi @abhipathak,
Sorry for the late reply!
Several websites are like this but a good example would be http://riversidefitness.club/
You can find the feed on the homepage, the two posts showing currently have this issue.
Looking at the posts on Facebook and comparing with the plugin output, I think issue is down to when the user is using a new line.
Hi,
So I have logged into ManageWP this morning and behold, websites are connecting ok again which has me extremely puzzled.
At the time of the issue, it seemed like adding their IP’s to the white-list section rectified the problem but using that also blocks customers logging in.
As far as I am aware, the plugin was updated a month ago and we normally push updates through quickly so that rules out plugin updates.
The problem was across different themes so that rules that out too.ManageWP have just replied and are asking me to white-list them within the plugin. As far as I am aware, this is not possible without blocking all but those IP’s?
Do you have to do anything like this?
Thanks for your help,
SWSForum: Plugins
In reply to: [Contact Form 7] Error Message Red BoxHi,
Just looked at your form and we are getting the same issue with one of our websites.
Whats really strange is its working on others.We’ve ruled out caching e.t.c by turning it all off so we are really unsure as to whats wrong.
Will keep an aye out for this post, saves creating a new one.
Forum: Everything else WordPress
In reply to: WordPress.org – Change UsernameWe also want to change our username. It was created by a previous employee who used their name in the username and we don’t want to lose all the history it contains.
Bearing in mind there’s a plugin that does it for installations and this website (I assume) is built on WordPress, it shouldn’t be that difficult to allow it.
Or at least hide the username entirely, as WP Monkey suggested.
Hi Benjamin,
I’ll run through it and post my results for you:
First please check to make sure you have the latest versions of:
WordPress Version = 4.7.1
All-in-One Event Calendar by Time.ly Version = 2.5.14Testing for a Plugin Conflict
Problem still persists.
Testing for a Theme Conflict
Problem went away.
Finding it was the theme causing the problem I compared the css and found it was a single CSS rule applying max-width: 100% to a.ai1ec-event-container.
Overriding this value with max-width: 2000% seems to correct the issue.
Hi,
Our customer is still waiting for a response from us, do you have any news on this issue please?
Thanks
Hi,
Any news on how to resolve this please?
Thanks
Hi,
We have set this up as a standalone event, with the ‘All-day event’ checkbox ticked. The Start date is 15/4/2017 and the End date is 19/4/2017
The ‘Repeat’ checkbox is unticked.
Thanks.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Conflict with Google ReCaptchaHi,
Thanks for your reply,
I have just had a look and we’re not using frontend submissions in this case.
Cheers
Hi,
Just to add for us, we see this error on pages.
We’ve not checked other post types (e.g. products or custom ones).Hope this helps.
Hi,
Firstly, sorry this is bringing up an old thread but it seems approprate to do so.
WordFence notified me of this today :-
* File appears to be malicious: wp-content/themes/Avada/includes/avadaredux/extensions/vendorsupport/vendor_support/vendor/ace_editor/mode-php.js
This is with the Avada theme. Could you please confirm its okay to ignore?
Forum: Plugins
In reply to: [News Announcement Scroll] Last two updates broke scrollerHi,
Firstly thank you for getting back to me, the issue has now been fixed.
I did notice however that the code you shared previously
<?php if (function_exists ('news_announcement')) news_announcement(); ?>didn’t actually show the message.I used this code instead –
<?php echo do_shortcode('[news-announcement group="GROUP1"]'); ?>Thanks again for your help
Forum: Plugins
In reply to: [News Announcement Scroll] Last two updates broke scrollerHi,
To confirm, the date of expiration is 9999-12-30.
I thought this might be the case with both of them on the page but thought it was worth noting.
If this helps, here is a screen shot of both the widget settings page and the news item details.
Thanks
Forum: Plugins
In reply to: [News Announcement Scroll] Last two updates broke scrollerHi,
On the live websites we have kept the version 8.7.1 to prevent disruption, on the development site however, we kept 8.8.1 so we can get this issue sorted.
This morning, I load the website and for some reason, a message appeared ‘No announcement available’ in which we have a pattern that may help you solve this issue.
Firstly, the code in the header (In which this message shows) is
<?php if (function_exists ('news_announcement')) news_announcement(); ?>and it will show the ‘No announcement available’ when the widget is present on the pages sidebar. The widget will only show Announcement and nothing else.If I then change the header code to
<?php echo do_shortcode('[news-announcement group="WIDGET"]'); ?>then the widget will then show the ‘No announcement available’ message. The header shows nothing.So I thought maybe having both on the same page could be causing this issue, so I removed the widget from the page, and used the header code
<?php if (function_exists ('news_announcement')) news_announcement(); ?>to which nothing displays again.To test further, I removed the code from the header entirely to try the widget only. This resulted in the ‘No announcement available’ message on the widget. Getting this message I thought I would check to see if the news item I have added was in the correct group. The item I made is in GROUP1 and on the widget settings page, News Group is also GROUP1.
Its got me a bit stumped, but I hope this helps with your investigation.