Jonas Lundman
Forum Replies Created
-
Forum: Plugins
In reply to: [Customize Snapshots] Is this plugin replaced? Interface gone in WP 4.9.5And yes, the javascript is loaded in header:
<script type='text/javascript' src='https://localhost/komfortkonsult/wp-content/js/customize-snapshots.min.js?ver=4.9.5'></script> <script type='text/javascript'> wp.customize.snapshots = new wp.customize.Snapshots( {"inspectLink":"","title":"","previewingTheme":"","i18n":{"title":"Title","savePending":"Save Pending","pendingSaved":"Pending Saved"}} ); </script>
Forum: Plugins
In reply to: [Customize Snapshots] Is this plugin replaced? Interface gone in WP 4.9.5Hi
Yes there is a console error. Stupid of me to miss that, but I didnt remember that customizer is more a javascript app rather then rendered by PHP…
2 errors found:
TypeError: wp.customize.Snapshots is not a constructor[Learn More]
customize.php:166:26wp.customize.snapshots = new wp.customize.Snapshots( {"inspectLink":"","title":"","previewingTheme":"","i18n":{"title":"Title","savePending":"Save Pending","pendingSaved":"Pending Saved"}} );
ReferenceError: CustomizeSnapshotsFrontend is not defined:
<script type='text/javascript'> CustomizeSnapshotsFrontend.init( {"uuid":"e3b7a2ed-e59b-4913-b1a9-31cde91bf5d6","home_url":{"scheme":"http","host":"localhost","path":"\/komfortkonsult\/"},"l10n":{"restoreSessionPrompt":"It seems you may have inadvertently navigated away from previewing a customized state. Would you like to restore the changeset context?"},"confirmationMsg":"Are you sure that you want to publish the Changeset?"} ) </script>
Tested on Twentyfifteen, no plugins – only this, everything lastes update.
Forum: Plugins
In reply to: [Customize Snapshots] Is this plugin replaced? Interface gone in WP 4.9.5Hi and thanks for a quick response!
I tried:
add_filter('customize_changeset_branching', '__return_true');
on top of functions.php (not within any hook) to call this early. But no visual changes in this plugin appears. This is wat I got in the customizer:The blue Publish button has a settings icon, when clicking, a new slided panel shows with the following “Action”:
Publish
Save Draft
ScheduleShare Preview Link: (some notes) and a read only field with the link and a Copy button.
Thats it, no title field or anything else.
Install on older versions:
On another version of WP with Twentysixteen 4.8.6 this plugin does not show any icon or dropdown on the blue publish button at all, but the admin post list changesets are active. So the plug is running.
M I missing something here?
My objectives are: I would like the title field to appear in the customizer before saving drafts.Thanks for your time so far
Forum: Fixing WordPress
In reply to: Media manager do not auto load more items, always 39Mark as reSolved
Using WordPress 3.5.1 and BP Version 1.6.4 with Clean Buddypress theme default and the fix still works. However,
TIP
Turn error reporting all ON and DEBUG on, I think there is a NOTICE of a unknown index in the plugin backend settings. Fix that Notice, otherwise the CUSTOM QUERY Link wont show up or work.
It might also create other problems Im not aware of.
BP Version 1.7, sorry, 80% of my other plugins wont work and this Great plugin might have to be rewritten.
Forum: Plugins
In reply to: [BuddyPress Gifts Rebirth] UPDATE COMING SOON – This Week!Great! We need more interacitve user stuff to BP. I read this when we turned the April plugin on for a client who needed a little bit more edge. SO TOTALLY right to int. with Achievements.
Forum: Plugins
In reply to: [BP Menus] Count-options for menusIs this plugin gone?
Forum: Plugins
In reply to: [BuddyPress Follow] [Plugin: BuddyPress Followers] Amazing PluginThis plugin must become a part of the core.
Followers AND Follow ME is NOT the same plugin. It scary close, and the winner is Followers. I use it on latest WP 3.5.1 and BP 6.4.
Works without errors (Notices) (Follow ME has problems)
Shows Your nr of follow/ followers in main menu, not in the sub menu, MEANS you can use this on a dating site like “Interested in, Interested in me” or “Bookmarked users/ Bookmarked me” etc etc.This (as many other plugins) gonna die with 1.7 version of BP. Please please keep this Follow version plug alive. Make it premium or whatever. We pay!
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] It's not adding the core tabsSomeone konows?
Where can I find a :
Logged in user Buddypress components menu – wherever I go on the page, including visiting another member – like the menu on the right top in the toolbar/ wpadmin bar/ or whatever that named. My clients or I cant use a non responsive solution like the toolbar, and Its impossible to customize. So that will be turned off. But I still need a menu for the “home components” of a logged in user somewhere.
Forum: Plugins
In reply to: [BP GTM System] Problems working with plugin BuddyPress Activity PlusCould any describe whats the problem with a plus/ happening or Not happening with the Activity plus plugin? I have digged into A plus a lot and might help out, couse I gonna start using BP GTM / test it soon on singla install. Every angle or issues make it easier for me to fix for my own sake/ project. Activity plus is a lightweight plug and I suppose It′s easier to fix that one instead of digging into this bigger babe.
Forum: Plugins
In reply to: [BuddyPress Message Attachment] Mispellings throughoutWhen fixing this, maybe clean the mark up as well by adding a class to the label, and remove the br tags. Use always css for layout. Label display block for new lines. The em tag is not needed if the label has a class. capture in a small tag is not semantic either. Use Label small – font style italic.
This is an exellent plug and rating it five stars even if the delete is not working for me. Its very useful and seems light in the logic of code. This is how buddypress developes.
Forum: Plugins
In reply to: [BuddyPress Message Attachment] replies no uploads, never deletesNever mind the reply, it works fine now fixing the js. The attachments still dont removes when deleting though.
Good work. Any donation links to keep this updated? And one question, where does the attachments saved, and how are they removed?
Forum: Plugins
In reply to: [BP Checkins] Default Activity stream map zoomTHX
We experiment with the core files and reporting any interesting requests back for the plug.Closing topic.
There is a way to go in the core file files_upload.php in lib folder
$filename = sanitize_file_name($filename);
I replaced this $filename = “my-prefix-“.mt_rand(1, 999).”-ID”.bp_get_activity_user_id();
This is to remove the users own filename so it get more private community. (eg No Holliday with Karl and sofie Ericsson at Paris)
But all the numbers added, sholud be in this func as well.
/ hop it help a little