Nigel Parry
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing a topic URL into a Search linkAh ha! Thanks Joy, I’ll let you know how that goes…
Forum: Plugins
In reply to: Jetpack mobile theme Minileven: wrong menu displayedI tried adding that filter to functions.php. It didn’t work. I changed line 34 to:
$menu_id = ‘1804’; // acccess the ID of the menu assigned to that location. Using only the first menu ID returned in the array.
and it worked immediately. I get that editing plugin files isn’t recommended but the solutions out there just don’t work with some sites, and not having a simple dropdown choice, so you can offer different menus to mobile and desktop people, kind of forces you to figure something else out.
I customize plugin template files and reupload them when Jetpack updates.
I am having the same issue. I turned on debug and here’s what I got. Here’s the debug with Jetpack ACTIVATED:
in /hermes/bosnaweb04b/b1691/ipw.al-awdao/public_html/return/wp-includes/functions.php on line 3457 Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /hermes/bosnaweb04b/b1691/ipw.al-awdao/public_html/return/wp-includes/functions.php on line 3570 Warning: Cannot modify header information – headers already sent by (output started at /hermes/bosnaweb04b/b1691/ipw.al-awdao/public_html/return/wp-includes/functions.php:3457) in /hermes/bosnaweb04b/b1691/ipw.al-awdao/public_html/return/wp-includes/pluggable.php on line 1207 Warning: Cannot modify header information – headers already sent by (output started at /hermes/bosnaweb04b/b1691/ipw.al-awdao/public_html/return/wp-includes/functions.php:3457) in /hermes/bosnaweb04b/b1691/ipw.al-awdao/public_html/return/wp-includes/pluggable.php on line 1207
Here’s the debug with Jetpack DEACTIVATED:
in /hermes/bosnaweb04b/b1691/ipw.al-awdao/public_html/return/wp-includes/functions.php on line 3457 Notice: Undefined offset: 1 in /hermes/bosnaweb04b/b1691/ipw.al-awdao/public_html/return/wp-content/plugins/simple-social-icons/simple-social-icons.php on line 405
I agree, very frustrating.
HERE’S THE FIX IN PLAIN ENGLISH
1. Put the Page IDs you want into the Include box on the Genesis Slider Settings
2. Select Order by Date from the dropdown below
3. Go into each page and change the dates to make it sort like you want (most recent date appears first in the slider).
This 404 Jetpack Comments error only happens for me when Jetpack is connected to WordPress.com. If it is not, the 404 disappears, suggesting some coding error with a relative URL in the last update of the plugin, which was when this broke for me.
Why is this marked as resolved?
This 404 Jetpack Comments error only happens for me when Jetpack is connected to WordPress.com. If it is not, the 404 disappears, suggesting some coding error with a relative URL in the last update of the plugin, which was when this broke for me.
Thanks for your hard work and responsiveness. I will be recommending your plugin to peeps far and wide. Best wishes.
11.0.1 worked perfectly:
https://saintpaulalmanac.org/by-topic/Thank you for updating that declaration. ??
I couldn’t give a link because the entire site dies when the plugin is activated. Or in my case, when it was upgraded.
I tried installing it fresh on a different site and then the same site, to see what was happening.
I finally got a citable error message; it’s a plugin conflict with Page Excerpt:
Fatal error: Cannot redeclare pe_init() (previously declared in /public_html/wp-content/plugins/page-excerpt/pageExcerpt.php:15) in /public_html/wp-content/plugins/multi-column-tag-map/mctagmap.php on line 741
Good to know.
My bad! It was conflicting with another plugin that used a same value. I am trying to remember this from memory, but the field name was along the lines of myPageMenu or near that.
I was actually looking more for an audio player that can do MP3s in iPhone/iPad as well as other OS combos. This seems to be more of a playlist/album plugin.
I was looking for a player that you just toss an MP3 link into a shortcode to activate, perhaps with a track title specified.
I’ve been looking for days now and it strikes me as very strange that there’s not a simple MP3 shortcode audio player out there that isn’t only based in Flash (and therefore doesn’t work on iPads/iPhones). Music/audio is a pretty basic part of the Internet and WordPress has so many users. But there’s appears to be no good simple player out there that bridges all smartphones as well as computers.
I went ahead and tried it with this code, inserted after the plugin code where the title H2 ends:
// Show Author if one entered $MAGauthor = get_post_custom_values("MAG-author"); if ($MAGauthor!="") { echo '<div id="fair-byline">By <a href=" https://MAGsite.com/?s=' .$MAGauthor[0]. '">' .$MAGauthor[0]. '</A></div>'; }
However what this does is merely list each of the bylines of the articles up at the top. I am unclear how to insert the byline which works fine, in the correct place.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] [Google-Sitemap-Generator ] false timeGreat plugin! Is there an update planned through the WordPress plugins respository? The most recent version I see in WordPress is Version 3.2.6.
Have you tried making the URL character codes into their original characters Methead?
ie:
`url=https://api.soundcloud.com/playlists/1636772… etc’
Yeah, I get WordPress doesn’t make the plugins. Thanks for that pearl.
I also wrote to the plugin manufacturer, so it’s great now we’ve all done “the correct thing”. They were totally non-responsive.
News of this plugin’s vulnerability has not been posted in these forums because I was searching for info on it. So I alerted people. Thanks for the lecture.
The reference links up there are Symantec etc and range from August 26th to 28th, so I presumed WordPress has been notified. There has been no statement by the company that makes this.