borisj
Forum Replies Created
-
Forum: Plugins
In reply to: [Scriblio] fatal error with facets widgetHi there, same problem ??
Untill yesterday scriblio 3.2 worked fine with WP3.9.1 running on Weaver II theme. Scriblio 3.3 didn’t.
Yesterday I updated my PHP version from 5.2 to 5.4. Then a fatal error appeared in the header (can’t remember which one; I guess it was the same as below with “on line 120”). Apart from that everything seemed to work fine. Updating scriblio to the latest version resulted in the following fatal error in the top widget area with the admin bar and the posts disappearing.
Fatal error: Call to undefined function is_wijax() in /www/htdocs/xxxxxx/jwm_sub/knowledgemanagement-resources/wp-content/plugins/scriblio/plugin/widgets.php on line 123
You can see the result here:
https://kmresources.jaegerwm.de/Forum: Plugins
In reply to: [BuddyPress Activity Plus] Content disappears after editing itemGreat! Thanks! – Boris
Forum: Plugins
In reply to: [BuddyPress Groups Extras] Fields not showingHave the same problem. The data fields are empty. Pages are almost ok!
Sourcecode (table view)
<td class="label" title="Einzeilige Text-Box">Text-Box</td><td class="data"></td>
Maybe it’s because of the…
– WP Version (I use WP 3.9.1)
– BuddyPress Version (I use BP 2.0.1)
– theme / css (I use Hueman, https://www.ads-software.com/themes/hueman)I don’t think it’s a plugin conflict (at least for me)
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Content disappears after editing itemForgot to mention… There is no conflict with an other plugin ??
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Content disappears after editing itemHi David,
thanks for your effort and quick reply!
Yes, the plugin works fine and the content is visible in the activity stream. In the backend I can edit all the content items through the BuddyPress “Activity” tab (/admin.php?page=bp-activity). Can’t you see it? Should there be an other way to specifically edit Activity Plus items?
So when I edit an activity item that has Acitvity Plus LINK content inside (Videos & Images work fine!!!) and save the update, the Activity Plus content (starting with [bpfb_link…) disappears from the frontend, but is still there in the backend – not in the overview list (/admin.php?page=bp-activity) but in the editing view of that item.
Example:
Activity item “Content”
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
[bpfb_link url=’https://www.slideshare.net/knowhowkongress/e-20-36542103 ‘ title=’Enterprise 2.0 MOOC – Teilnahmeinfo’ image=’https://cdn.slidesharecdn.com/ss_thumbnails/e20moocinformation-140702033006-phpapp02-thumbnail-4.jpg?cb=1404290057′%5D?Wie ver?ndern Social Media die Art, wie wir arbeiten und Gesch?fte machen?“ Diese Frage besch?ftigt uns bei der Know How! AG mittlerweile t?glich. Als Enablin…[/bpfb_link]When I e.g. delete “Lorem” and update the item, all the content beginning from [bpfb_link disappears from the frontent and the activity editing list overview but the code is still visible in the editing view of that item.
Sorry can’t provide you with a link as the site is porotected.
Have a sunny Sunday!
BorisForum: Plugins
In reply to: [Testimonial Basics] [Pagination] anchor linkHi Kevin, so far it’s working fine. The only drawback – maybe it’s a feature ?? – is that when you keep on browsing the website and come back you are on the testimonial page you left, not on page 1. This happens even when you leave the site and come back.
The website is still in the making and on a subdomain of the actual site
https://neu.freiburg-taubergiessen.de/bootsfahrten/taubergiessenkahnfahrt-gaestebuch/
Forum: Plugins
In reply to: [Testimonial Basics] [Pagination] anchor linkHi Kevin, thks 4 the quick repy.
I’m just playing around with the includes/katb_functions.php file(function for the pagination buttons html)
I tried to put an anchor-link around the input fiels – no working
I tried to add onclick=”location.href = ‘#anchor’;” to the input fields – blank page
I tried to add a hidden redirect input field – no working
Finally I added action=”../page-link/#page-anchor” to the form tag and it works.
Do you agree that this may be the solution or does this action affect any other stuff I’m not aware of?
Sunny regards from Germany & thks for the plugin
BorisForum: Plugins
In reply to: [Contact Form Manager] Change language of the jquery calendarOk, here you go…
You need to initialize the datepicker language via js
List with language files
https://jquery-ui.googlecode.com/svn-history/r3982/trunk/ui/i18n/I put the script into my theme’s footer
<script src=”https://jquery-ui.googlecode.com/svn-history/r3982/trunk/ui/i18n/jquery.ui.datepicker-de.js”></script>
Any other/better place or method for that?
Great, Ajay! Thanks for the hint to Buffer My Post and to consider to add post old comments.
Forum: Plugins
In reply to: [Multiple Category Selection Widget] mcsw and category order conflictOh sorry, I just see that you can choose orderby title in the widget options, too. Now it works fine.
Forum: Plugins
In reply to: [Multiple Category Selection Widget] mcsw and category order conflictOh sorry, I just see that you can choose orderby title in the widget options, too. Now it works fine.
digdug5, are you using the shortcode or the widget? I’m using the widget and it works fine (without changing the Main, Shortcode, and Results Form Settings on the plugin’s admin page)
See: https://kmeducationhub.de/knowledge-management-cultivating-knowledge-professionals/
resolved ??
Hi mtekk,
thanks for getting back to me so quickly.
I fixed the problem. The reason wasn’t your plugin but some categories that disappeared in the wordpress admin panel. They were still available in the MySQL database…
Thanks again!
BorisThanks mtekk! The following sows up.
Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in /www/htdocs/…/wp-includes/functions.php on line 3468
Don’t what this means and to what it is related to. Any idea?