BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 4,651 through 4,660 (of 15,332 total)
  • Author
    Posts
  • in reply to: Problems with Card Template #397786
    Steven Zahm
    Keymaster

    @ Matthew

    re: So the !important is the trick. I will try it.

    In this case this is the path of least resistance. The theme was loading its custom styles before the template, so the template style still took priority. The important tag makes it virtually impossible to override.

    in reply to: Problems with Card Template #397783
    Steven Zahm
    Keymaster

    @

    re: when I put the following code in the style.css of my theme the pictures disappeared.

    Yes, it would disappear. the display: none !important; means exactly that. It will not be displayed.

    Remove that line from the CSS. Use this instead:

    #cn-circled .cn-circled-thumb img {
        border-radius: 0 !important;
    }
    
    #cn-circled .cn-circled-thumb span.cn-image-style {
        border-radius: 0 !important;
    }
    
    in reply to: Is it possible to customize the search engine? #397777
    Steven Zahm
    Keymaster
    This reply has been marked as private.
    in reply to: Is it possible to customize the search engine? #397732
    Steven Zahm
    Keymaster
    This reply has been marked as private.
    in reply to: Upgrade #397730
    Steven Zahm
    Keymaster

    @ James

    re: Sounds good. What would that fee be?

    The fee is full price minus a 20% renewal discount.

    re: do you see any reason why I couldn’t set up a site with the connections directory, fully set up to my customization, then clone the site several times, then import a different csv file to each one?

    I’ve never tried such a deployment but I do not see any reason why it would not work.

    in reply to: Is it possible to customize the search engine? #397729
    Steven Zahm
    Keymaster
    This reply has been marked as private.
    in reply to: Is it possible to customize the search engine? #397721
    Steven Zahm
    Keymaster
    This reply has been marked as private.
    in reply to: Option to add Categories to Card #397720
    Steven Zahm
    Keymaster

    @ Anne

    re: I am having the same problem and followed the steps on the link above and while they worked they don’t seem to solve my issue.

    Yes, it appears your issue is distinct. Looking at your site, you are using a very old version of the cMap template which has been altered (as you mentioned).

    This at a basic level is a continuation of this thread from a few years ago.

    http://connections-pro.com/support/topic/new-child-theme-twentytwelve-problem-with-cmap-connections-version-8-7-8-1/#post-266198

    re: My question is, what code set all the old entries to display as structured lists and why is that not affecting newly created entries. I can say confidently category lists were never manually added even though the lists appear in the entry content block.

    Hmmm… looking at the page source, it appears the categories were added manually as an unordered list to the bio field. I say this because the actual category names do not match the categories list in the bio.

    This would definitely explain why when you added the code you saw it twice on old entries (once from the manually added list and once from the code you added). This also explains why when you added new entries you do not see the categories… because they were not entered in the bio like the old entries.

    in reply to: Multiple Directories #397709
    Steven Zahm
    Keymaster

    James

    In short, yes. You can test this out by putting cMap on two pages limited by category as outlined in the FAQ.

    One thing to keep in mind, since you have the Widget Pack, the links the widgets create will only resolve to the page set as the directory home page. The same for the Link add/edit links added to the Login widget and its shortcodes. So, this is important because if you’ve excluded entries by category those links my end up resulting in a not found message because the entry can not be shown because it was excluded. Hope that makes sense.

    in reply to: Upgrade #397708
    Steven Zahm
    Keymaster

    @ James

    Like nearly all commercial plugins there is an optional annual support license key renewal required in order to continue to receive updates.

Viewing 10 posts - 4,651 through 4,660 (of 15,332 total)