dh333
Forum Replies Created
-
Forum: Plugins
In reply to: [amr users] Linking to Detailed Member Info (s2 member)Hi Anmari,
Thanks for the helpful tips. I took your suggestion concerning the ‘before’ labels and they work well. At the same time, I’d like to be able to group certain pieces of information together within a “div” tag. I attempted to add the necessary div tags in the “before” and “after” columns but unfortunately, the code isn’t being inserted as I’d want.
As a quick example, I have 3 fields that I’d like to treat as a block of text with a certain background color. When I add the html to the “before” or “after” areas, the code is couched within span tags where as I’d like them to be outside the spans.
This is the type of formatting and customizing I’m looking to achieve without having to modify any core files. Do you have any recommendations making these types of modifications?
One more note: While tables look great, they don’t appear to be mobile responsive. I know that setting the display to simple and then applying css formatting would do the trick. But before going down that route, I wanted to know whether you had any more straight-forward suggestions.
Thanks in advance for the help 🙂
Hey KTS915,
Thanks as usual for the prompt response and the helpful information. This worked perfectly.
Much appreciated!
Forum: Plugins
In reply to: [amr users] Linking to Detailed Member Info (s2 member)Quick Update: I see you can just remove “headings” option for the Detailed list. Any thoughts on the best way to display the headings next to the appropriate user information would be great.
Thanks again
Forum: Plugins
In reply to: [amr users] Linking to Detailed Member Info (s2 member)Hi Anmari,
Thanks for the reply and the useful links. This is an excellent plugin 🙂 I’ve made some progress in that I have two default lists : Directory and Details. The display name from the directory was set to “detail page using list 2”. Clicking on the display name now successfully takes me to the Detailed List which contains additional information.
The “detailed member” page currently has the user information in rows (one on top of the other) while the headings are displayed side by side across the top. In other words, the user info and headings are disconnected from each other. I know that styles can be edited with some simple CSS. But how would you recommend removing the headings from the top and repositioning them so they are corresponding to the right information. Any guidance on the best and most effective way to make changes to this page would be a greatly appreciated.
Much thanks for the help
Forum: Plugins
In reply to: [amr users] AMR Users filter custom fields from s2 MemberQuick Update: Just purchased AMR Users plus and it does exactly what I need it to do.
Hey KTS915,
Thanks for the clarification 🙂
Just to chime in, I plan on using s2 for this exact same functionality. I’d really appreciate it if you could update this thread when you receive an answer.
Thanks!Hey KTS915,
Thanks for the help. It works exactly as I need.
On another note, I tried the plugin we talked about earlier (https://wordpress.org/plugins/s2member-secure-file-uploader/) and it works pretty well. Unfortunately, it doesn’t appear to be able to upload files into such sub folders. I personally think that’d be a really welcomed feature for s2’s large following.
Thx again
Hi KTS915,
I tend to be cautious when exploring plugins that haven’t been updated for over year since it usually indicates limited support. It may actually work perfectly, but because these are being recommended to clients, it’s important that the plugins be reputable and current.
I’m still open to hearing any thoughts you may have on the existing plugin or any alternatives.
Thanks!
Forum: Fixing WordPress
In reply to: Add Edge Animate manuallyHi Carmdq,
That particular article was made for older versions of WordPress and Animate. A more updated version was just posted at the same link with the proper code for the functions.php. (see below)
function my_scripts_method() {
wp_enqueue_script( ‘script-name’, get_template_directory_uri() . ‘edge/banner_edgePreload.js’, array(), ’1.0.0′, true );
}add_action( ‘wp_enqueue_scripts’, ‘my_scripts_method’ );
BTW, what version of Adobe Edge and WordPress are you using?
DH333