BBPress Meghan Murphy : Replies Created

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 15 total)
  • Author
    Posts
  • in reply to: Multiple criteria filter #426357
    Meghan Murphy
    Participant

    Just saw another post where you said you offer it as a service or you’ll send it if you buy the pro pack. I’ve bought quite a lot, but I’ve bot a lot of items individually. How much would you charge to install the advanced filter and could I request more customization?

    in reply to: Multiple criteria filter #426355
    Meghan Murphy
    Participant

    Actually, I just saw an email exchange where you have an advanced filter search. Is that something I could purchase for gridder and is it something I could display on the left hand side?

    I’m trying to create an experts guide of our faculty and it would be great to have a few drop down categories – kind of like the way Amazon has multiple search options on the side.

    in reply to: Display more than one category #425302
    Meghan Murphy
    Participant

    This isn’t my website, but a designer at the university coded it. It wouldn’t necessarily work for my college’s multisite that is on a different server. Plus, I really like Connections hierarchal format.
    http://justawebbie.com/expertsguide/

    in reply to: Adding a select field to the overlay #403234
    Meghan Murphy
    Participant

    Also, on an unrelated topic, I can’t find any documentation for the widget pack. I’m trying add the categories to the side. Is there a shortcode for that and the custom category extension?

    Like gridder, I activated it only on the physics subsite and not through the general network plugins.

    in reply to: Adding a select field to the overlay #403233
    Meghan Murphy
    Participant

    I was able to add a custom text field that appears on the entry, but I’m having difficulty getting the field to appear on the overlay under the title.

    I don’t have a child theme so I created a gridder folder with a copy of the .php card and put it wp-content/connections-templates/gridder.

    I took the code with the custom ID and added it to the card, but wondered if I added it in the wrong place:

    Here’s a copy of the code. Let me know if you need permissions to get into the cpanel or my website at cnsm.uaf.edu/physics/people

    'style'    => $atts['image_opacity'] ? array( 'opacity' => $atts['image_opacity'], 'filter' => 'alpha(opacity=' . $atts['image_opacity'] * 100 . ')' ) : array(),
        )
    ); ?>
    
    <?php
    
    if ( $atts['overlay'] == 'none' ) {
    
        ?>
    
        <span>;"></span>
    
        <?php
    
    } else {
    
        ?>
    
        <?php
    
        printf(
            '<span style="background-color: %2$s;color: %3$s">',
            $atts['overlay'] == 'hover' ? ' cn-gridder-overlay-hover' : ' cn-gridder-overlay-static',
            $atts['background_color'],
            $atts['color']
            );
    
            $entry->getNameBlock( array( 'format' => $atts['name_format'], 'link' => FALSE ) );
            if ( $atts['show_title'] ) $entry->getTitleBlock();
    </span>
    

    ((Here is where I entered the code))

    $group = $entry->getMeta(
    
    array(
    
    'key' => 'pulsar\_binary\_quark', // This should match exactly the field id used when registering the custom field.
    
    'single' => TRUE // Do not change this.
    
    )
    
    );
    
    if ( ! empty( $group ) ) {
    
        echo '<ul>';
    
        foreach ( $group as $option ) {
    
            printf( '<li>%1$s</li>', esc_html( $option ) );
        }
    
        echo '</ul>';
    
    
    }
    
            ?>
                <span></span>
             <!-- END .cn-gridder-overlay -->
    
            <?php
    
        }
    
        ?>
    
    
    </div> <!-- END .cn-gridder-thumb -->
    
    <?php printf(
    
    '<div class="cn-gridder-content" style="background-color: %1$s; color: %2$s;">',
    
    $atts['background_color'],
    
    $atts['color']
    
    ); ?>
    
        <?php if ( $atts['overlay'] == 'none' ) : ?>
    
            <div class="cn-gridder-name">
                <?php $entry->getNameBlock( array( 'format' => $atts['name_format'], 'link' => FALSE ) ); ?>
                <?php if ( $atts['show_title'] ) $entry->getTitleBlock(); ?>
            </div>
    
        <?php endif; ?>
    
    • This reply was modified 9 years, 8 months ago by Steven Zahm. Reason: Fix code blocks
    in reply to: Buying the tile template #401305
    Meghan Murphy
    Participant

    This helps a lot. Thanks!

    in reply to: Buying the tile template #400995
    Meghan Murphy
    Participant

    I removed the titles with CSS. I guess I would like a cross between gridder and cmap.

    in reply to: Buying the tile template #400988
    Meghan Murphy
    Participant

    Happy Thanksgiving!

    in reply to: Buying the tile template #400985
    Meghan Murphy
    Participant

    Thanks. The plugin works great!

    I wondered about customization options and how much it would cost and what the timeline would be.

    I attached a pic of my ultimate dream although I am very happy with the plugin as it is now, but would still like a few modifications.

    1. Is there a way to take the titles out like “Home” “Work Phone” etc. I tried CSS but wasn’t super successful. That said, I don’t know much about coding.
    2. Is there a way to add hyperlinks directly underneath the image that wraps around. I would like to add research areas that can then be linked to a description of the research.
    3. Can I change the Show Notes to Show Research and have the name change reflected in the tray?
    4. Can I add a third tray for “Show Teaching?”
    5. Is there a way to have two cards side by side like in gridder?
    6. If yes, is there a way for the tray to extend underneath both cards like gridder?

    I’m totally willing to buy a different temaplate if that is better.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Buying the tile template #400812
    Meghan Murphy
    Participant

    And it’s fine if this plugin doesn’t work for my site which is how it seems like it’s going. I have to get a directory up for the college in two days so if it’s not a go, please let me know. Is it possible to get my money back if it doesn’t work? I paid out of pocket since I didn’t want the college to have to pay if the plugin didn’t work. If not, that’s fine too, but if you could just let me know in the next 12 hours if this is going to work, that would be great.

Viewing 10 posts - 1 through 10 (of 15 total)