BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 12,291 through 12,300 (of 15,332 total)
  • Author
    Posts
  • in reply to: SiteShot question #275990
    Steven Zahm
    Keymaster

    @ Rick

    Sorry, no. You can do it the other way around though. Meaning if there is no logo, you can show the SiteShot.

    You would need version 1.1 which I actually just released a few hours ago. To use this new feature, add image_fallback=siteshot (assuming the template is cMap or market).

    Hope that helps!

    Oh, you can download the update from your purchase history.

    in reply to: translation in cmap template #275988
    Steven Zahm
    Keymaster

    @ juan

    To translate the strings in cMap, see this FAQ.

    The complete list of str_ options and their default available to cMap are:

    str_select=’Select Category’
    str_select_all=’Show All Categories’
    str_image=’No Logo Available’
    str_tray_image=’No Photo Available’
    str_map_show=’Show Map’
    str_map_hide=’Close Map’
    str_bio_head=’Biography’
    str_bio_show=’Show Bio’
    str_bio_hide=’Close Bio’
    str_note_head=’Notes’
    str_note_show=’Show Notes’
    str_note_hide=’Close Notes’
    str_contact=’Contact’
    str_home_addr=’Home’
    str_work_addr=’Work’
    str_school_addr=’School’
    str_other_addr=’Other’
    str_home_phone=’Home Phone’
    str_home_fax=’Home Fax’
    str_cell_phone=’Cell Phone’
    str_work_phone=’Work Phone’
    str_work_fax=’Work Fax’
    str_personal_email=’Personal Email’
    str_work_email=’Work Email’

    Hope that helps!

    in reply to: Shortcodes not working & remove search #275984
    Steven Zahm
    Keymaster

    @ rediar

    Slim Plus requires an update in order to properly utilize the exclude_category shortcode option. An update that I will be releasing sometime tomorrow. I’m currently right in the middle of pushing out updates for just about all the templates.

    The “Show All Categories” option in the select drop down is output by default, there is no option to enable/disable that selection.

    You do not need to edit the PHP to remove the search box, add enable_search=FALSE to the shortcode to remove it.

    No, the number of categories you have set will have no effect of the category select option in the drop down. Only exclude_category will after the update tomorrow. If you want to disable the category drop down, add enable_category_select=FALSE to the shortcode.

    Hope that helps!

    Oh, you’ll be able to download the update from your purchase history.

    in reply to: Form not displaying correctly #275942
    Steven Zahm
    Keymaster

    @ Rick

    Edit the page where you inserted the [connections_form]shortcode, switch the post editor to the Text tab and then remove thepre HTML tags from around the shortcode and update the post. That should fix it up.

    • This reply was modified 12 years, 8 months ago by Steven Zahm.
    in reply to: show categories in cMap #275936
    Steven Zahm
    Keymaster

    @ Rick

    Sorry, no, the only real alternative would be to use the Category Widget that comes as part of the Widget Pack

    Steven Zahm
    Keymaster

    @ Smk

    If you can see the images in the dashboard, then the issue is not permissions or the doc root.

    The error seems to be definitely being caused the theme. The theme or possible another plugin is loading jQuery from the Google CDN rather than the version bundled with WordPress. This really isn’t bad, but usually it is because it is mostly done in a way that will break jQuery for plugins and themes. The specific issue is that jQuery Migrate is not being loaded and it needs to be loaded because the theme is trying to use the .browser() method which has been removed from the core jQuery and no longer officially supported. This is why jQuery Migrate is required which something WordPress would load by default.

    There is a feature I built in to Connections that attempts to fix that. Go to the Connections : Settings admin page and check the jQuery Fixer option under the Compatibility section and then click Save Changes button.

    Hope that fixes it. Make sure you have no other plugins installed that alters which version of jQuery is loaded. If not, the theme author will have to fix their theme.

    As an aside, the theme is loading two older versions of the jQuery Form plugin rather that the version bundled with WordPress. I know for sure it is the theme in this case because both are being loaded from the theme’s folder.

    I hope that helps!

    Steven Zahm
    Keymaster

    @ Travis

    Sorry you did not get the notifications. Perhaps they ended up in the junk/spam folder. The emails notices are signed so the email host should not be blocking them.

    in reply to: Birthday Links not working #275908
    Steven Zahm
    Keymaster

    @ eseone

    Please remind me; displayable how/where?

    in reply to: Images won't display #275907
    Steven Zahm
    Keymaster

    @ Chris

    I was just at your site, looks like it is working.

    Steven Zahm
    Keymaster

    @ Smk

    Could be one of the following…

    1. A fatal JavaScript error in the theme or another plugin causing JavaScript to stop running.

    2. A folder permissions issue on the server.

    You would have to share a link to you directory for me to offer my exact advice.

    3. The doc root of your server can not be found automatically.

    To check if there is a JavaScript error, load the page in Chrome, hit the F12 key and then click the Console tab. All the page render errors will be listed here.

    To eliminate a possible folder permissions error. Change the permissions of the following file and folder to 767:

    ../wp-content/plugins/connections/cache
    ../wp-content/plugins/connections/cache/index.html

    If it is a doc root issue:

    Add the following to the timthumb-config.php file found here:

    ../wp-content/plugins/connections/includes/libraries/timthumb/

    This is what you need to add, make sure to change the doc root accordingly:

    define ('LOCAL_FILE_BASE_DIRECTORY','/my/doc/root/');

    What /my/doc/root will be, will depend entirely on the server setup. If you go to the the Connections : Dashboard admin page and look at the the System widget; there will be a constant named CN_PATH. The doc root should be the beginning portion of that path. What I can tell you is that from the wp-content on will NOT be part of the doc root. So that should help limit which part is the correct path.

    Hope that helps.

Viewing 10 posts - 12,291 through 12,300 (of 15,332 total)