BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 1,881 through 1,890 (of 15,332 total)
  • Author
    Posts
  • in reply to: Email logs #458792
    Steven Zahm
    Keymaster

    @ Stephen

    Navigate to the Connections : Tools admin page and click the Logs tab. In the filter down down choose the Contact Extension option and then click the Filter button.

    Hope that helps!

    Steven Zahm
    Keymaster

    @ Diane

    If I understand correctly, add parent_id=291 to the shortcode as well.

    in reply to: Display a line under the website title #458751
    Steven Zahm
    Keymaster

    @ jinfuxia

    Try this instead:

    #cn-cmap .link-block a.url:link {
        border-bottom: 2px solid;
    }
    
    in reply to: Yet another css-problem #458690
    Steven Zahm
    Keymaster

    @ karin

    Great to hear!!! Sorry it took so long to narrow down the trouble.

    in reply to: Yet another css-problem #458680
    Steven Zahm
    Keymaster

    @ karin

    RE: Now, that the code is gone, shouldn’t the outcome be as it was when I first asked you for help?

    This is what I see when I look at the page. The font size looks like the size I would expect it to be.

    I think I finally understand the issue you are having!!!

    You are actually editing the actual CSS file for the theme. The file is very likely named style.css. Is that correct?

    If that is correct, you should not edit this file!

    Here’s why… it is likely to be overwritten during a theme update. The theme very likely has a custom CSS area in its settings. Add your custom CSS to this settings area. Refer to your theme’s documentation/support channel if you can not find it. My best guess is that it is in the theme Customizer.

    Why are you having trouble when editing this file… the browser does not download this file over and over. The browser will cache this file locally on your computer to speedup the page load. So, if you make a change to the file on the server — you will very likely not see the change because the browser is still loading the old locally cached version.

    If you want to edit this file and see the changes. Open the page in Chrome, hit the F12 key and then click the Network tab. Add a checkmark to the “Disable cache” option. Now, on every page load, the files will be requested from the server instead of locally cached versions but only when the browser console is open by hitting the F12 key.

    in reply to: Display a line under the website title #458678
    Steven Zahm
    Keymaster

    @ jinfuxia

    Add this to the theme’s custom CSS area:

    #cn-cmap a {
        border-bottom: 2px solid;
    }
    

    Hope this helps!

    in reply to: Yet another css-problem #458670
    Steven Zahm
    Keymaster

    @ karin

    Ok, so, now that the custom CSS you’ve added is removed… What are the issues? It seems like everything is correct.

    in reply to: Cain I Alphaindex Something Besides the Name? #458657
    Steven Zahm
    Keymaster

    @ andisites

    No, the character index is keyed to the last name. Now, it is possible to hook in you own index.

    You would have to unhook the cn_list_character_index action and register your own.

    You can see how I build the character index here:

    https://github.com/Connections-Business-Directory/Connections/blob/8.16/includes/template/class.template-parts.php#L1696

    Hope this helps!

    in reply to: Yet another css-problem #458650
    Steven Zahm
    Keymaster

    @ karin

    Ok, I better understand (I hope). First, remove any and all custom CSS you applied. Then let me know. I’ll then check the page and I will be able to tell what other custom CSS is being applied and where it is at.

    in reply to: Integration Question #458647
    Steven Zahm
    Keymaster

    @ steve

    Technically I do not see any reason why WC and Connections could be not be integrated… but, that would have to be custom coded as there is no “out of box” solutions like you are asking for.

    Benerally my recommendation is to use a membership plugin like Restrict Content Pro to manage membership payments and renewals. You would use their membership to give them access to the directory and perhaps access to add/edit their own entry. Using a membership plugin affords you greater opportunities to monetize your site thru membership benefits vs limited it to only being a directory entry benefit.

    I hope this helps!

Viewing 10 posts - 1,881 through 1,890 (of 15,332 total)