BBPress Michelle Forbes : Replies Created

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Can't add/edit entries #421235
    Michelle Forbes
    Participant

    Thanks Steven,

    yes, was having issues with this site and installed the caching plugin. did not realize when I posted that I needed to purge the cache each time I add/edit.

    Again, thank you for your support!

    in reply to: connections list widget #411793
    Michelle Forbes
    Participant

    Hi, I used the plugin “HTML Widget Text”, which allows for URLs in a widget title. I looked into adding to functions, but looking at what needed to be added, my eyes started glazing over…

    in reply to: connections list widget #411159
    Michelle Forbes
    Participant

    never mind, figured out title link. Rotate is happening, though is there a way for it to rotate through on refresh? Seems like it takes a while…

    Thanks again.

    in reply to: Go back to directory. changes #411033
    Michelle Forbes
    Participant

    thank you! I will give it a try!

    in reply to: customizing the grid in the gridder :) #408348
    Michelle Forbes
    Participant

    that was it! working well, and thank you!

    in reply to: customizing the grid in the gridder :) #407612
    Michelle Forbes
    Participant

    Thank you! Sigh, I did it, putting card.php into folder theme/child/connections-gridder
    and there is no change.

    I did not include the php tags around the detail link code. Here is how it is added:

            if ( $atts['excerpt_length'] ) {
    
    if ( $atts['show_profile_link'] ) {
    
        echo '<div class="cn-gridder-detail-link">';
    
        cnURL::permalink(
            array(
                'type' => 'name',
                'slug' => $entry->getSlug(),
                'text' => __( 'Details', 'cnt_gridder' ),
                'home_id' => $atts['home_id'],
                )
            );
    
        echo '</div>';
    }
    

    I looked in 3 different browsers… what did I miss? thanks again, I really do appreciate you spending the time helping me.

    in reply to: customizing the grid in the gridder :) #407519
    Michelle Forbes
    Participant

    Hi again, I figured out the excerpts, still trying to figure out how to move the detail-link.

    in reply to: customizing the grid in the gridder :) #407514
    Michelle Forbes
    Participant

    thanks for taking the time to explain the options. Whereas the images are cropped to fit perfectly on the single page, nothing worked using the exact same settings for the large images. Your code snippet worked very well just by adding it to the functions. Yeah, happy enough here. whew.

    Just 2 more questions…hopefully. And maybe I should open up a new thread… I need to have the detail-link “View Profile” at the top, before the excerpt or it can be before the telephone#, etc. I also would like less characters in the excerpt. I tried the shortcode, excerpt_length=0 and this did not work (I set it to 100).

    Thanks again!!!

    in reply to: customizing the grid in the gridder :) #407421
    Michelle Forbes
    Participant

    I see you resolved this but I am still not clear on how to get the actual size of the image to be proportionally correct per each image in the grid. This needs to be correct. Is there another template that handles this properly? The single page does keep the whole image to proportion regardless of the original image’s size. Thank you, I figured out the rest of my questions.

Viewing 9 posts - 1 through 9 (of 9 total)