BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 12,631 through 12,640 (of 15,332 total)
  • Author
    Posts
  • in reply to: Alpha Index not working #272512
    Steven Zahm
    Keymaster

    @ valli

    That very well could be. Can you share the link to the page so I can take a look?

    in reply to: Template search question #272509
    Steven Zahm
    Keymaster

    @ CrystalQ

    This is a custom template the site’s dev had commissioned based on the cMap template. There’s nothing currently available that can do this plug in and play. You would have to hire a dev to create that functionality for you to suit your specific requirements, sorry.

    in reply to: Images Not Showing #272505
    Steven Zahm
    Keymaster

    @ dafrye

    Nope, that didn’t do it. Something is preventing jquery-migrate.js from loading on the page.

    Try deactivating all plugins except Connections and its templates. If the issue is resolved then activate plugins one at a time until the issue comes back. when it does the last activated plugin is causing the problem. If deactivating all plugins does not resolve it, then it is the theme causing the issue.

    This isn’t the right way to fix it…

    Edit the theme’s header.php file and add the following line right before </head>:

    <script type='text/javascript' src='/wp-includes/js/jquery/jquery-migrate.min.js'></script>
    

    You might have to tweak the source path a bit.

    in reply to: Images Not Appearing in Slim Pro #272503
    Steven Zahm
    Keymaster

    @ angie

    Great to hear! Was the doc root or permissions the issue?

    in reply to: Slim Plus – Some CSS Changes #272500
    Steven Zahm
    Keymaster

    @ Ray

    To make the CSS work here’s the edit to the template you would have to make.

    Open the card.php file found here:
    ../wp-content/plugins/slim-plus/

    Add this: <div class="cn-clear"></div>
    right after the <div class="cn-detail cn-clear cn-show" id="cn-detail-">
    which contains the cn-left and cn-right divs.

    Hope that helps!

    in reply to: Slim Plus – Some CSS Changes #272499
    Steven Zahm
    Keymaster

    @ Ray

    Actually, I do not think it’ll be possible without editing the core PHP file for the template. The reason is the photo and details are floated to render the two column layout. When items are floated, they actually have no height. In this instance the appearance of height come from the float being cleared before the next entry. The border if added would only go around the entry name, rule and detail toggle.

    If you’d like to give a try the correct CSS selector would be:

    #cn-slim-plus .cn-entry {
        border: 2px solid red;
    }
    in reply to: Slim Plus – Change wording #272498
    Steven Zahm
    Keymaster

    @ Ray

    The short answer, yes. Here’s how:

    Install the Say What? plugin.

    It’ll add a new Text Changes menu item. Click Add New, enter the string exactly as shown in Connections, enter connections [notice the lack of capitalization, that's important!] as the domain and then enter your new text.

    To change “Photo for”:
    Original string: Photo of

    To change “Logo for”:
    Original string: Logo of

    New string can be blank, however the actual entry name will still be displayed. But, you could entry a new string that is more applicable.

    The great thing about using this plugin is that it will be update safe and you can use it on any other plugin that has been properly internationalized. Hope that helps.

    in reply to: Images Not Appearing in Slim Pro #272497
    Steven Zahm
    Keymaster

    @ angie

    Can you share a link to the page having the issue. I should be able to give a fix after I examine it.

    in reply to: Sort Listings #272496
    Steven Zahm
    Keymaster

    @ h2designs

    Not sure if this will work… The only thing I can think doing is put the Connections shortcode on the page twice like so:

    Brick and Mortar Dealers
    [connections]

    Internet & Catalog Dealers
    [connections category_in=X]

    X would be the category for the Internet & Catalog dealers.

    Give it a try an let me know if it works out.

    in reply to: Alpha Index not working #272495
    Steven Zahm
    Keymaster

    @ valli

    The alpha index has receive a significant update. Instead of jumping to a letter group within a list, it will filter the list by the character clicked. If you’re receiving 404/s I suspect it is because default option did not set for some reason during the update. To fix it go to the Connections : Settings admin page and enter char in the Character URL Base option under the Advanced tab and save.

    That should do it. Apologies for the trouble.

Viewing 10 posts - 12,631 through 12,640 (of 15,332 total)