weilis
Forum Replies Created
-
Hello Manuel,
thanks for your answer and detailed analysis of the problem. I think fixing this issue might be beyond my developing skills. So unfortunately there will be no Dominant Colors Lazy Loading for me.
Yours, Lisa
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Updating messed up my calendarsSorry for not answering your advice.
I have not dug through the code as you supposed – but I will change some settings on the server.So my main issue was solved – thanks!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Updating messed up my calendarsWell, okay, then: how can I figure out these links?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Updating messed up my calendarsSorry Nick for keeping you waiting.
I fixed the layout issue. I had to change a few settings – using “Grouped Calendar” instead of two feeds connected with a “,” was the solution.
But I am still dealing with the first issue. As recommended in your link I am in contact with my hosting provider. He told me that communication with external servers is not allowed on our server. To allow the communication with the plugin respectively Google Calendar I would need the exact link. Could you please be so kind and send this one to me?
Thanks!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Error message and Visual ComposerOk – I give it up.
80 % are working – that will do. On my testing page, the paging is working fine with the same feeds I am using on the online version, so it lies on me to fix it.
Thanks a lot for all your help!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Error message and Visual ComposerThanks for the link. In the meantime I solved it with “Addthisevent”-button because there are more compatible calendar possibilities.
So – I was thinking that everything is working fine – except the “Failed to connect …” error.
But then I used the next and back-button on my list – an there was a new bug …
The dates are not shown in a proper order. Any suggestions why that is?
See hereThanks again,
LisaForum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Error message and Visual ComposerSorry for not being precise.
I need something like a “Add to my calendar” Button just for a single event.Via Google Calendar I can offer my users to subscribe to the whole calendar feed but I also want to offer the possibility to add just one event to their own calendar.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Error message and Visual ComposerHi!
Just a quick question: is it possible to export just one event and not the whole feed?
thx
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Error message and Visual ComposerOh, well, thanks – that was an easy one!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Error message and Visual ComposerI have got some news from the testing:
1. I have solved the problem with the VC shortcodes by doing a hardcoding-work-around – wohooo! I should have thought of it earlier …
Some extra information for you: I did not make any difference in the appearance if I only displayed the feed with the VC shortcodes. So the combination of shortcode and not-shortcode feed was not the reason of the error.2. The “Failed to connect …” error is still there. But now it says “Keine anstehenden Termine” which means “No upcoming events”.
I also witnessed that this error accurs more often on the “styled” feed then on the other “normal, yet not styled” one. Because if I combine the two feeds the only the yet not styled one is shown and there is know error string from the other one.3. As we got so far – a little problem appears too: the paging is not shown …
thx
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Error message and Visual ComposerI am including the VS shortcodes on the Feed site. But only for the feed with the gcal id 18022. I am not using any shortcodes for the other feed.
Both of the feeds [gcal id=”18023, 18022″ … I am then showing on a normal content site with no further VC shortcodes.
Is there any chance not working with shortcodes? Maybe this might solve the problem.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Error message and Visual ComposerOh sorry – here is the shortcode:
[gcal id="18023, 18022" interval="events" interval_count="10" paging="true"]
I completely deleted the second row because it was just a separator and unfortunately it did not change anything.
And I have some new perceptions regarding the “Failed to connect … ” error: If this error is shown I always have a rather long loading time. If there is now error, the site loads immediately.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Error message and Visual Composer1a. Do you have all required informations now or do you need to know any further details?
You are very welcome. I am as well as you interested in solving the problems.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Error message and Visual Composer1a. Here are the shortcodes I’m using:
[start-date] [event-title] [start-time], [if-location] [location][/if-location] [if-description] Beschreibung: [description] [link newwindow="true"]Details...[/link] [/if-description]
And there you can see my settings on two screenshots:
Number one
Number two1b. I’ve already tried this possibilities before I wrote my ticket.
2. I don’t think that the missing column causes the problem.
Is it possible, that I have to add a piece of code which tells wordpress which shortcode to interpret? e. g. something like<?php echo do_shortcode('gcal'); ?>
?
Or are you the wrong person to ask and I have to talk to the provider of my theme?thx
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Error message and Visual Composer1. Yes, unfortunately it happens frequently and I could not filter out any specific actions that would cause that error. The last view times the error occurred when I was opening my site the first time at that day. But it also happened when I was changing things e. g. displaying settings like from h2 to h3 in the backend.
My guess is that my webhosting server might be too slow or to busy. Could that be a possible reason?
Another guess would be any wrong settings at the Google Calendar platform.The funny thing is that I used the option to show two feeds in one calendar and most of the time one of the two is working properly and the other one not. But the feeds with the error occurring are changing.
2. My Code from the Event-Feed:
[vc_row][vc_column width="1/2"][vc_column_text] [start-date] [/vc_column_text][/vc_column][vc_column width="1/2"][vc_column_text] [event-title] [start-time],?[if-location]?[location][/if-location] [if-description] Beschreibung: [description] [link newwindow="true"]Details...[/link] [/if-description][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width="1/1"][vc_separator type="normal" position="center"][/vc_column][/vc_row]
Thanks!