Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Ping
The bundles are already steeply discounted.
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.
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.
07/20/2017 at 10:35 am in reply to: removing the words "Custom Fields" above actual custom fields #429718Steven 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.
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.
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.
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?
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.
07/18/2017 at 11:42 am in reply to: Organization Name Not Displaying for One Specific Category After Bulk Import #429298Steven 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!
-
AuthorPosts
