BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 3,071 through 3,080 (of 15,332 total)
  • Author
    Posts
  • in reply to: Cost #429800
    Steven Zahm
    Keymaster

    @ Ping

    The bundles are already steeply discounted.

    in reply to: ERROR: No editor could be selected #429783
    Steven Zahm
    Keymaster

    @ Barbara

    Let me know how it goes. I’m certain once installed it’ll work just fine.

    Steven Zahm
    Keymaster

    @ Rhona

    That is actually an issue with the latest versions of Reader. The PDF will open up just fine in just about any other software, like Chrome, IE Foxit … so on. However, I did recreate and alternate version which will open in Reader without that message and sent it to your email address.

    Hope this helps! Let me know if you do not receive it.

    in reply to: Illegal string offset & Invalid argument supplied #429781
    Steven Zahm
    Keymaster

    @ Leigh

    The user/pass you posted was not posted as private. I recommend deleting that account asap if you have not already and please send a new one making sure you check the “Set as private reply” option before you send it.

    Steven Zahm
    Keymaster

    @ Patrick

    That heading can be hidden with CSS. Add the following to the theme’s custom CSS area:

    .cn-entry-content-block-meta > h3 {
        display: none;
    }
    

    Since you bulk imported blank values, there really no way to hide the key value name without perhaps some fancy javascript.

    There is a path forwards though…

    You could follow this tutorial on adding custom text fields. You would register the custom text fields using the same ID that you used in the other tutorial. Do thing will remove them from the “Custom Fields” metabox but display them as their own input. There will also no longer output in the “Custom Fields” content block on the template. Instead … the tutorial also covers how to display them in the template. Following those instructions will ensure the field is not displayed if it has no value.

    Hope that makes sense! Let me know.

    in reply to: ERROR: No editor could be selected #429674
    Steven Zahm
    Keymaster

    @ Barbara

    My best guess is that your web host has neither GD or ImageMagik installed. GD is nearly universally installed on web hosts so this error is exceedingly rare. It could also be, though unlikely, cause by a theme/plugin conflict.

    I recommend checking the System Info on the Connections : Tools admin page. There is a section in the results which will tell you if the web host has GD installed or not. If you web host does not you’ll have to contact their support and request they install it. This does affect the core WP images too. Instead of being scaled and cropped as they should, WP will simply send the full image using the browser to scale down the image. This could cause your site to be unnecessarily slow as larger than necessary images are being downloaded by your visitors.

    If you find the GD is installed, then you’ll need to do the conflict checks. Here are the links to the docs:

    Hope this helps, let me know.

    in reply to: Can I use icons in field labels? #429672
    Steven Zahm
    Keymaster

    @ Jacky

    RE: Could you please elaborate on the solution? I would really like the phone and email icons instead of display the actual word label.

    After playing with this, you can use some custom CSS. Add the following to the theme’s custom CSS area:

    span.address-name {
        display: none !important;
    }
    span.adr.cn-address:before {
        font-family: FontAwesome;
        content: "\f041";
    }
    

    It’ll remove the address name label and add the map pin FontAwesome icon. You should be able to use similar CSS for the phone and email icons.

    Hope this helps, let me know.

    in reply to: Search, why isn't it working? #429625
    Steven Zahm
    Keymaster

    @ sam

    RE: Search is not working for me. Will any of the extensions resolve this? Is there something I can do without buying themes to get search to work?

    Sorry, but you need to one of the premium templates which add support for search. These does not replace your WordPress theme. Does that help?

    in reply to: Purchased Import CSV Extension – not working #429624
    Steven Zahm
    Keymaster

    @ Maia

    The CSV File Requirements and Tips docs cover the most common issue. I would suggest starting there.

    To offer more specific advice, I’d need to see a copy of the CSV file you are trying to import. My guess though… is that you are trying to import/update non-existing entries by using/mapping the Entry ID column or not meeting the requirements for the entry name/type.

    Hope this helps, let me know.

    Steven Zahm
    Keymaster

    @ Michael

    The issue was a coding issue with a custom template override file you have for Slim Plus. It needed another condition for your car wash/fueling page. In the future you’ll have to make sure you update your custom template override file to account for such changes.

    Hope this helps!

Viewing 10 posts - 3,071 through 3,080 (of 15,332 total)