ricardofpraimundo
Forum Replies Created
-
Hello,
Thanks for the help, already solved the problem.
I installed a plugin that reads ical and you can put in pages and widgets, everything was functional. Just set the ical in events-manager and gets everything right.
Thank you again.
I have a list of events on this site https://ruidosonoro.com/comunidade/calendario-de-eventos/
And I want to put in another site via a Widget RSS Feed.
The problem is that it shows the entries on the list in reverse order, ie I would like to put the feed by more recent events (day 17, 18, 22, etc).
I changed the file rss.php thereby (the orderby added):
$ EM_Events = EM_Events :: get (array ('orderby' => 'event_start_date', 'scope' => 'month', 'owner' => false));
But it did not work.
And via iCalFeed, have some solution to display a calendar in a foreign site?
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Broken Titles :SIn SEO -> Titles & Meta -> Taxonomies
Replace –
%%title%%
to –%%term_title%%
Enjoy.
In SEO -> Titles & Meta -> Taxonomies
Replace %%title%% to %%term_title%%
Enjoy.
What this code does is basically change the titles, in short, disable functions that were given to the plugin. I see that almost everyone reverts to the original titles.
I’m also having problems with this plugin, but my problem is that only one, is to have your user name appear in the title, your name does not appear with the plugin active.
Does anyone know how to solve this problem?
Hello aglonwl,
I apologize for all of this but I think I’ve figured out the problem. The settings are all good, but my theme does not accept the shortcode.
I’ve tried with other themes and works. I will continue to explore the possibilities. Thanks for the help.
Best Regards.
It’s simple:
- I use the plugin https://ruidosonoro.com/calendario-de-eventos/ here (this is the root site)
- I recently set up a website via multisite. Uses the same theme and have BuddyPress installed here, only that. That is, is a multisite community, apart from the root site.
- I enabled the plugin in network administration, put the settings as is the print above and as described in the tutorial.
- On site https://ruidosonoro.com/comunidade/ wanted to show the list of site root. I set up the page and have tried various ways and with different variants of the shortcode. The events do not appear https://ruidosonoro.com/comunidade/eventos/
Forum: Plugins
In reply to: [SEO Facebook Comment] [Plugin: SEO Facebook Comment] dark and light themesSame here.
??
Hello Marcus,
Yes I have seen the problem that should be my theme. The theme has included the Sidebar Generator plugin and that plugin is that is in conflict. It works well for pages and articles created in WP, but pages created in the Events Manager does not show sidebar.
I disabled this functionality in the theme and everything returned to normal. Thanks for the replies.
Yes I’m using the latest version. The problem is that when creating the event it automatically creates a custom field:
name
sbg_selected_sidebar_replacement
Value
a: 1: {i: 0; s: 12: "Main sidebar";}
If you put “0” instead of “Main Sidebar” he should get the default sidebar. But that’s not what happens, I get no sidebar.
Forum: Plugins
In reply to: [FeedWordPress] Syndication no longer functioning in WP 3.2Open feedwordpress.php (feedwordpress folder), sarch line 1841 – look for the following code:
WP_SimplePie_File::WP_SimplePie_File($url, $timeout, $redirects, $headers, $useragent, $force_fsockopen);
replace the above code with this:
parent::__construct($url, $timeout, $redirects, $headers, $useragent, $force_fsockopen);
That’s it! How it works. ??
Forum: Plugins
In reply to: [FeedWordPress] No feeds with 3.2 updateSorry, my English is a little weak! ??
Open feedwordpress.php (feedwordpress folder), sarch line 1841 – look for the following code:
WP_SimplePie_File::WP_SimplePie_File($url, $timeout, $redirects, $headers, $useragent, $force_fsockopen);
replace the above code with this:
parent::__construct($url, $timeout, $redirects, $headers, $useragent, $force_fsockopen);
That’s it! How it works. ??
Forum: Plugins
In reply to: [FeedWordPress] Cannot get RSS feeds after updating to 3.2Sorry, my English is a little weak! ??
Open feedwordpress.php (feedwordpress folder), sarch line 1841 – look for the following code:
WP_SimplePie_File::WP_SimplePie_File($url, $timeout, $redirects, $headers, $useragent, $force_fsockopen);
replace the above code with this:
parent::__construct($url, $timeout, $redirects, $headers, $useragent, $force_fsockopen);
That’s it! How it works. ??
Forum: Plugins
In reply to: [FeedWordPress] Cannot get RSS feeds after updating to 3.2Ups… i forgot!
Edit file feedwordpress.php in feedwordpress plugin folder.
??
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] After update to 3.2 do not worksUps… i forgot!
Edit file feedwordpress.php in feedwordpress plugin folder.
??