filipfek
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Publish a post via APIHi!
I very much appreciate your will to help, but to be honest I gave up, because I lost too much time on it… I just add by API Call custom post type which is tribe_event and I can’t save it, as tribe_event. I have decided that the safest solution is to have everything saved correctly as tribe_events, just manually publishing in WP Admin….
Forum: Plugins
In reply to: [The Events Calendar] Publish a post via APIHi @d0153
thank you for your reply. I understand the idea, however I still can’t figure it out. I replaced the code from wp_update_post to tribe_events, but it is still not saved as Event…. ??
FROM
wp_update_post([
'ID' => $post_id,
'post_status' => 'publish'
]);
CHANGED TO
tribe_events()
->where('post_id', $post_id)
->save();Forum: Plugins
In reply to: [The Events Calendar] Publish a post via APIIn wp-admin everything looks correct, however, I additionally checked the database. The post adds correctly to the _posts table – everything looks correct. However, the event information is not in other tables like _tec_events. That is, as if the post was not added in Events Calendar. When I click “Update” in wp-admin, everything is already working correctly, and there is an additional entry for the event in _tec_events. The problem is that I don’t know how to solve this and I don’t know why the post doesn’t add to Events Calendar by default…. I will be very grateful for help ??
Forum: Plugins
In reply to: [Posts Like Dislike] The number of likes is visible in the RSS feed (Feed)Thanks! I tested it and indeed it seems that “likes dislikes” are no longer visible in the RSS feed. Great! ??
Forum: Plugins
In reply to: [The Events Calendar] Events on the Tag page do not appearSorry, the update solved the problem ??
Forum: Plugins
In reply to: [Events Shortcodes For The Events Calendar] Featured eventsThanks for answear. If I understand correctly, this option works in the pro version?
Hi @ironikus
I’m not an expert and it’s hard for me to provide more details. However, in my opinion the problem is very easy to recreate. I tested it on my web server and locally on xampp and the problem was the same. If we install Email Encoder, GS Logo Slider stops working. The settings do not matter – you cannot add even one image with the logo to GS Logo Slider. I didn’t set any email address in the slider addon.Best regards,
FilipForum: Themes and Templates
In reply to: [Neve] News – showing selected metadata@luciamarinescu
you’re right! my mistake ?? I thought it is PRO feature and I was looking in the wrong place. I changed it, thank you very much for your help ?? and have a nice day!Forum: Themes and Templates
In reply to: [Neve] News – showing selected metadataThanks @luciamarinescu
I did not know that this is a PRO function … unfortunately, but I do not have the PRO version ?? for me free Neve is enough and this is the only thing I want to change. Maybe there is a possibility to change it in the free version as well? Hoping to get help ??