dianasolapas
Forum Replies Created
-
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Media Library & Mec calendar conflictMark as solved
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Media Library & Mec calendar conflictNow works perfect! Thanks for the update! ??
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Feed RSSsolved, an arror with the CPT name: “mec-events”
so if somebody need to include the events on the main feed the code should look like this:// ADDS POST TYPES TO RSS FEED function myfeed_request($qv) { if (isset($qv['feed']) && !isset($qv['post_type'])) $qv['post_type'] = array('mec-events', 'post'); return $qv; } add_filter('request', 'myfeed_request');
Thanks
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Feed RSSI still have a problem, now the events show on a separate feed, not in the main, so all my subscribers (4,000) doesn’t know about the new events, I need that the feed shows in the main feed. I try to add the custom post type rss (mec-calendars) to my functions `function myfeed_request($qv) {
if (isset($qv[‘feed’]) && !isset($qv[‘post_type’]))
$qv[‘post_type’] = array(‘post’, ‘mec_calendars’, ‘agenda’);
return $qv;
}
add_filter(‘request’, ‘myfeed_request’);`
‘
but is not workingCan you help me?
thanks
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Feed RSSThank you, the problem was on the Events Archive Status that was disabled. and with conflict with slug options.
Now the feeds are working.
Thank youI′m sorry the .ini is not visible, not also the .zip!
I’ve changed to .txt the exported issue settings. Please let me know if this works for you.
kind regards
DianaHi, thank you for the fast response, Its working now, I delete all the settings and restart defaults…now its working, but I upload on my server all the info (screnshots, a small video and now the exported settings, if you want to take a look) If I re-use the exported settings things goes wrong again…
https://www.iluminet.com/aio/
Anyway this makes me work and fix some stuffs…
thank youDiana
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] Title below ThumbnailThanks! works perfect!!
Forum: Plugins
In reply to: [List category posts] Listing all recent, NOT recognizing cats or tag IDsYou have to use “tags” no tag is wrong the faq… I changed mine to:
[catlist tags=”Philips” numberposts=2 thumbnail=yes thumbnail_size=thumbnail]
and works well!