BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 10,031 through 10,040 (of 15,332 total)
  • Author
    Posts
  • in reply to: autop adding p and br tags | custom fields #305056
    Steven Zahm
    Keymaster

    @ Susan

    Great to hear!

    If I have not asked and you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
    https://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Category select doesn't work #305055
    Steven Zahm
    Keymaster

    @ Global Cultura

    Try adding the following to the theme’s custom CSS area:

    #cn-form div#cn_category_chosen {
        width: 100% !important;
    }
    
    in reply to: Nothing in manage #304997
    Steven Zahm
    Keymaster

    @ raymond1419

    The image for Michel Amyot was very large and it seems it was large enough that after the upgrade to WP 4.0 there was not enough memory to process it to make the thumbnail. I reduced its size by 50% and reuploaded it and things seem to be back to normal again.

    I hope that helps!

    in reply to: Links keep dissapearing #304985
    Steven Zahm
    Keymaster

    @ Joel

    Not sure exactly what you mean by; “I’m trying to add links to the Vcard area for directory listings. But, when I add the “rel=”nofollow” attribute to them the links are gone on the listing page and on the vcard“. Exactly where and how are you adding links and adding the nofollow attribute?

    I see you are using W3TC … after you make changes, are you emptying the page caches so you can see the changes rather than the cached page without the changes?

    in reply to: Nothing in manage #304984
    Steven Zahm
    Keymaster

    @ raymond1419

    Can I please get a temp admin account so I can take a closer look?

    in reply to: Code items appearing in form #304981
    Steven Zahm
    Keymaster

    @ @ Jason

    Sorry, no, I did not look. I apologize as I missed your reply. I activated NextGen Gallery on my test site and Form still functions fine. So may there is a specific setting or perhaps an extension plugin that your using for NextGen Gallery which is the actual source of the problem.

    You gave the user/pass … but not the login URL for the site in question so I don’t really know where to login and check.

    If you posts private reply, please post a follow-up non-private reply so I get notified of your reply, thanks!

    in reply to: Categories #304980
    Steven Zahm
    Keymaster

    @ Aron

    Sounds like you using the Default Entry Card template, yes? If you are you could follow this QuickTip on how to create a custom version of this template. You would open its php file named card-default.php and remove the code that outputs those elements. These are the line you would remove:

    Another, possible easier option is to hide them using CSS. Add the following in the theme’s custom CSS area:

    span.cn-last-updated {
       display: none;
    }
    span.cn_category_label, span.cn_category {
        display: none;
    }
    

    Hope that helps!

    in reply to: autop adding p and br tags | custom fields #304979
    Steven Zahm
    Keymaster

    @ Susan

    The only reason I can think of the code not working for you is the capitalization of key value specialization differs what you entered in the Name field for the custom field. Capitalization matters, make sure they match. I believe that matches how the WP equivalent get_post_meta() functions.

    in reply to: Usage Guide and Manual and Questions #304978
    Steven Zahm
    Keymaster

    @ Roland

    Where exactly should I expect the logo to appear if for example I was using cMap?
    On the card, by default, unless you change it to use the image instead using the applicable shortcode option.

    The image would show in the bio content tray, if there is text in the bio field by default unless changed d by using the applicable shortcode option.

    When visiting you site:
    http://www.glasshousecountry.com/business-directory

    I see you’re using the Default Entry Card template, not the cMap template, this template shows the image and that can not be changed only the premium templates can change the image type to be displayed via its shortcode options it enables when it is used.

    To put it more succinctly, I hope, different templates could show a different image type based of the intended design intent. This is not unlike how themes can display different images based on design intent.

    Maybe another way you can think about template is like little mini themes, does that help?

    re: To phrase the question another way, If the submission form offered both Image and Logo I still only see one “graphic” in the listing?
    Depends on the template. As mentioned above, the Default Card template would only show the image. The cMap template would show the logo on the card and the image in the bio content tray if there’s text entered for the entry in the bio field.

    in reply to: images #304972
    Steven Zahm
    Keymaster

    @ franco

    The issue is related to security plugins and the new support for HiDPI (Retina) images. These links Connections uses to create, cache and serve these images on demand on devices that support HiDPI images are being blocked blocked by security plugins.

    Do you have any of the following plugins installed?

    • iThemes Security
    • All in One Security and Firewall
    • BulletProof Security

    If you do…

    • For iThemes Security, disable the Filter Suspicious Query Strings in the URL.
    • For All in One Security and Firewall disable the option to use a custom admin URL.
    • For BulletProof Security … not exactly sure why that plugin is blocking the URL/s yet.

    Not sure what I have to do to convince the links are safe … I may end up having to remove this awesome new feature.

    Hope this helps!

Viewing 10 posts - 10,031 through 10,040 (of 15,332 total)