ElectroMagnetic
Forum Replies Created
-
Forum: Plugins
In reply to: [Better Admin Pointers] Single Post pointer on the front endHi Stephen S
You were right on both counts, CSS and reset…my bad! π
Got it to work.
Your a Champ!Questions:
1 ) If I string multiple pages in the “screen” option do I comma separate them?
2) Will you consider for the future, an option to make the pointer viewable by “All” and not just Administrator, Editor, Author, Contributor and Subscriber (for anyone who visits the site)?
3) Will you consider for the future, contextual links( either clickable or hover) on any post, page or category; that will open your pointer.Thank you for your patience….and GREAT Plugin.
π thank’s
Forum: Plugins
In reply to: [Better Admin Pointers] Single Post pointer on the front endHello Stephen S
The CSS and /or Class works fine if I select ALL_FRONT.OK, I’ll test test the CSS with different configs with the post ID’s and get back to you. Glad to hear it worked you’re side. My side, I’m think I’m just the novice user.
It’s very late here so, I’ll do this in the morning OK?
Thanks for the replyForum: Plugins
In reply to: [Better Admin Pointers] Single Post pointer on the front endHi Stephen S (sorry about spelling last time)
Yep! I tried that too and it didn’t work. ( “9” ; 9 )
The only thing that works is if I did ALL_FRONT
Hi Donmik
π this seems to have done the trick!!!! see image linkhttp://awesomescreenshot.com/0133oh0bc3
I wrapped your code in <script> </script>…not sure if that’s redundant
I can’t thank you enough for the assistance you provided. I have battled with this issue for some time now….thank you.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] profile field links not workingThank you Donmik….update 2.0.3 worked perfectly; All my links are back now.
Thanks for a great plugin and better yet..Great support!Hey Donmik
Somethings working, have a look herehttp://awesomescreenshot.com/0d33odtz8b
I added the javascript to the edit.php at the bottom of the file ( I’m not sure if this is the place to put it)… before the last two statements
‘<?php endwhile; endif; ?>
<?php do_action( ‘bp_after_profile_edit_content’ ); ?>’Now the description is below the field label for “text” input fields….but the “checkbox” fields repeat the description and still have it at the end of the field.
I’m really excited this is coming together…is there a js fix for this?
thank you for you’re inputForum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] profile field links not workingHere is a screen shot of the profile field
http://awesomescreenshot.com/0ce3od737a
Hope this explains a bit better
Hi Donmik
Thank you for getting back to me.
The site is thegiftvillage(dot)com and you would need to login with this dummy profile
Username : electromagnetic
password : dV&%%3%rMS7&2%The site is still in production so has not been set to index with the search engines yet.
If you get the time I would really appreciate it, thank you
ps: sorry about the password…it’s just habit!
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] profile field links not workingYes! that’s exactly the problem full moon.
There are no more links in any of the extended profile fields.So I can’t search for members on the site with the same interests as me.
thegiftvillage(dot)com/member/gravytrain/
thank you
Sorry I forgot to mention above…
I even tried to move the
<p class=”description”><?php bp_the_profile_field_description(); ?></p>
further up in the edit.php and can get the description to move only above the field label….not below the label
I tried about 8 different locations in the file…its’ either above the field label or below the checkbox/text fields