Chip
Forum Replies Created
-
@ photocrati:
Thanks for your answer. No, I didn’t tried to update the NextGEN Gallery after deactivating all the other plugins and switching to a default WP zheme.Actually, this can’t be the way it has to be…
I never had any troubles with updating a plugin.Is there maybe another solution?!
Thanks in advance,
ChipyForum: Plugins
In reply to: [WP Font Awesome Share Icons] Adding custom iconsThanks for your reply, rudegoose!
Unfortunately, as posted already here, I have some really unexpected behaviour of the print icon among different browsers.
Maybe you do know why this happens?
Thanks again in advance about a timely response!
Regards,
ChipyForum: Plugins
In reply to: [WP Font Awesome Share Icons] Adding custom iconsHi rudegoose!
I also was trying to add a custom print icon and your code did exactly what I was searching for.
Thanks!
You made my day! 😉Regards,
ChipyForum: Plugins
In reply to: [Gwolle Guestbook] Emojis not displayed correctlyHi Marcel!
I want to use your GB plugin on our website: http://www.jz-oz.de/neues-gaestebuch.
Suddenly, now everything works fine!
Maybe it works after updating to WP version 4.2.3…Anyway, thank you!
Regards,
ChipyForum: Plugins
In reply to: [Clean Login] Combination with Cimy User Extra Fields?Hi Alberto!
Thank you very much for your answer.
With the help of Cimy User Extra Fields I added a lot of fields to my register form. Have a look here: http://www.jz-oz.de/register/ .
It’s a website for children with profiles etc.
So we really need the additional fields.Would there be a possibility to add some more fields into your plugin?!
Thank you in advance about a timely response!
ChipyForum: Plugins
In reply to: [Easing Slider] Set default values for all slidersHi verdonv!
Thank you very much for your code!
I just added it and it works like a charm!Thank you once again!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Edit event → No content!Hi Jeffrey!
Thank you very much for your advice!
I deactivated all the plugins and activated them after this one by one – checking all the time, if I get the inserted text while editing an event.
This is how I realized, that there was really a conflict with a plugin. So I deactivated the plugin causing the conflict (https://wordpress.org/plugins/open-source-emoji/) and now everything works like a charm again!
Thank you very, very much!!!
I should have asked already some months before. I would have saved a lot of time and wouldn’t had to open everythime the source and copy the HTML code from there all the time, when I needed to change something.
Kind regards,
ChipyForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Edit event → No content!Hi Jeffrey!
Thanks for your fast answer.
To find out, if it is a plugin conflict, I have to deactivate ALL active plugins and activate them after this one by one?I don’t think it is a theme conflicht, ‘coz I’m using the same theme since 2012 and there were never any troubles with the theme (iFeature) and your plugin.
I’ll try it out…
Forum: Plugins
In reply to: [cformsII] Increase date range on dropdownOK, sorry, solved it & got it to work!
I just forgot to put a coma in the end of the new line of the key.Sorry.
Forum: Plugins
In reply to: [cformsII] Increase date range on dropdownHi bgermann!
I don’t understand exactly, what else I have to do to get the year range work.
As suggested by you, I added the key ‘yearRange’ => ‘2000:2050‘ in the file lib_functions.php.
But after saving this edit, I can’t load my site anymore.
So, do I have to enter somewhere else something more?Thank you in advance about a timely response!
ChipyForum: Plugins
In reply to: [cformsII] Upgrading from the original cformsIIHi bgermann!
Thanks for your answer. I just saw it today, ‘coz I totally forgot about this post… :/
What do you mean by “Q&A”?!
Thanks once again in advance!
Chipy
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] How to remove date from posterboard?!Hey Nicola!
I don’t understand exactly, how to change the code given by you:
return apply_filters( 'ai1ec_get_timespan_html', $output, $event, $start_date_display );Can you give me an further advice, please?!
Thanks in advance!
MarkForum: Plugins
In reply to: [Timely All-in-One Events Calendar] How to remove date from posterboard?!Hi Nicola!
Tried your code, but it doesn’t work (cleaned the ai1ec cache).
There are no changes.
Do you have any further ideas?!
Thanks in advance,
ChipyForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Subscribe to past events?!Hi Nicola!
OK, I have very good news.
The code given by you$start = $this->_registry->get( 'date.time', '-3 years' ); $end = $this->_registry->get( 'date.time', '+3 years' );was totally correct.
BUT: The troublemaker is Google itself.
All the time when I chose “Subscribe → Add to Google” just the upcoming events appeared. Although I canceled the subscription, nothing changed.This evenig I searched around and found, that Google Calendar actualizes the events once per 24 hours and has a very persistent cache…
So, in the end, I tried it directly within the Google Calender and added the events from my Time.ly Calendar via URL.
→ Finally, all past events appeared!!!Now I added some new events to my ai1ec, but until now have not appeared in my Google Calendar. Let’s see, when they will appear there…
Anyway, THANK YOU VERY MUCH, NICOLA, FOR ALL YOUR SUPPORT!!!
It was really, really great!!!Kind regards,
ChipyForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Subscribe to past events?!Nicola, where exactly do I have to set:
$ai1ec_post_ids = true;in this part?
public function do_execute() { $ai1ec_cat_ids = $this->_params['cat_ids']; $ai1ec_tag_ids = $this->_params['tag_ids']; $ai1ec_post_ids = $this->_params['post_ids'];After all those changes, I delete everytime the cache folder…
Do I maybe have to refresh anything anywhere else?!Thanks in advance!