BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 14,401 through 14,410 (of 15,332 total)
  • Author
    Posts
  • in reply to: cMap not dispalying #256532
    Steven Zahm
    Keymaster

    @ Maureen

    Which version of Connections and cMap do you have installed? can you share a link to your directory?

    in reply to: connections/cmap stops working #256531
    Steven Zahm
    Keymaster

    @ Dave

    The first issue, sounds as if all the entries are still set as unlisted or private. Unlisted they will not show. Set as private, you’ll need to be logged in. And if you’re not logged in on the other devices they will not show. My suggestion is to make sure the entries are set to private.

    The second issue, sounds like the zip file became corrupt on download. Try deleting it and then redownload it.

    Let me know how you make out.

    in reply to: Form can't download, can't purchase anything #256530
    Steven Zahm
    Keymaster

    @ bebe

    Good to hear. I’ll have to see if there is a way to make the page non-caching.

    in reply to: Form can't download, can't purchase anything #256526
    Steven Zahm
    Keymaster

    @ bebe

    Sounds link you might be using Chrome as your browser. I personally been running in to this issue on more and more site that require logins. Chrome seems to be too aggressive with local page caching. Although … that should not affect the shopping cart. I’ll definitely have to look into that.

    After you login and go to the purchase history page, force refresh the browser. after the page refreshes, you should see your purchase history instead of the request to login.

    Please let me know if that helps.

    in reply to: Linking to a single entry #256491
    Steven Zahm
    Keymaster

    @ Ray

    Understood. So we’re on the same page, the expanded view isn’t broke. It is displaying correctly. I will be making a couple really minor changes, actually already completed, I just need to push out the update. The biggest visual change is that the top image is right aligned and the name and other details are pushed up to fill the gap. It looks a whole lot better.

    in reply to: Frontend translation not working #256479
    Steven Zahm
    Keymaster

    @ aryienne

    Great to hear. Yes, now that I think of it there would be a few strings not covered by the.po file. Apologies for that mis-information.

    Coincidentally, another user is fixing up the Spanish translation. When they’re finished I’ll push out an update with it.

    in reply to: Category search widget: no results #256453
    Steven Zahm
    Keymaster

    @ Ben

    I took a look and as I kind of thought … it the page slug, search. Either one of the other plugins or maybe even the theme is adding custom rewrite rules that effectively looks for that slug and turns it in to a search. These rules happen before the rules for Connections so they run instead. Changing the page slug to something other than search will fix the issue. please understand this is not a Connections bug or issue and there’s not really anything I can do about it. Here are the custom rewrite rules that are being added.

    search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$
    index.php?s=$matches[1]&feed=$matches[2]
    search
    
    search/(.+)/(feed|rdf|rss|rss2|atom)/?$
    index.php?s=$matches[1]&feed=$matches[2]
    search
    
    search/(.+)/page/?([0-9]{1,})/?$
    index.php?s=$matches[1]&paged=$matches[2]
    search
    
    search/(.+)/?$
    index.php?s=$matches[1]
    search
    

    I hope this helps.

    in reply to: Custom Template not showing since upgrade #256448
    Steven Zahm
    Keymaster

    The templating engine has been completely revamped starting with version 0.7.6.1 so it sounds like you might have been doing something that is not compatible with the new templateing engine. I put in a lot of effort to make sure it was as backward compatible as possible so I not exactly sure which direction to point you.

    Does the template show up on the Connections : Templates admin page?

    Steven Zahm
    Keymaster

    @ William

    The templating engine has been completely revamped starting with version 0.7.6.1 so it sounds like you might have been doing something that is not compatible with the new templateing engine. I put in a lot of effort to make sure it was as backward compatible as possible so I not exactly sure which direction to point you.

    Since it is causing the Templates admin page not to show, maybe you’re using a function that no longer exists. So, try checking the server PHP error log first for any errors. If you find nothing there. Try installing the BlackBox plugin. This will add another bar to the top of the page which will show you all the errors that are occurring on your site.

    Let me know what you find.

    in reply to: different image size in different templates #256446
    Steven Zahm
    Keymaster

    @ peekaa

    If you use the Profile template instead of the Bio Entry Card it’ll use the larger image. Most, if not just about all the templates use the medium image.

Viewing 10 posts - 14,401 through 14,410 (of 15,332 total)