Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Brandon
I’m online. If you open up your site for a few minutes, I’ll take a look.
Steven Zahm
Keymaster@ Mitch
No problem!
Steven Zahm
Keymaster@ Brandon
The firewall at my current location is blocking my access to your site. I will not being able to look at this until this evening (EST), sorry!
Steven Zahm
Keymaster@ Brandon
You might need to add a bit of CSS to the end of the theme’s style.css file to name the label bold, but I think that should be bold by default. If it isn’t share a link to your directory and I’ll give you the CSS you need to add.
If you have a moment, I would truly appreciate a review as they do make a real difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Mitch
You could use the Names template for both, unaltered. You would just add some CSS to the theme’s style.css file overriding the regular styling for the template. What exactly that CSS is, I don’t know, but if you can share a link to a page with that sidebar and Names unaltered I’m sure I can figure it out in shortcode order.
Steven Zahm
Keymaster@
The only way to do this is to edit the core template’s PHP file. Here’s how:
Open this file:
../wp-content/plugins/excerpt-plus/card.phpAdd this code where you would like the categories to be shown:
$entry->getCategoryBlock( array('separator' => ', ', 'before' => '<span>', 'after' => '</span>') );SAve and upload overwriting the original file.
You may also have to add it to the following file depending on your configuration:
../wp-content/plugins/excerpt-plus/card-single.phpHope that helps.
09/10/2013 at 8:46 am in reply to: New Field REQUIRED box — helping to stop early submissions #268867Steven Zahm
Keymaster@ Janet
Great to hear that this worked for you. Again my apologies for the delay in my reply!
Steven Zahm
Keymaster@ Wende
Yes, you should select a home page and it has to be a page; it can not be a post.
If you’re concerned about it being a easily accessible page, do not put it in your site’s menu. That way the only way to a page when someone clicks on a directory entry link.
Steven Zahm
Keymaster@ nickyker
That isn’t “hanging” the images are created by WordPress.com. They enter a queue in their system and created in its turn. Most the time that is pretty quick, sometimes it takes a little longer. If it is a valid URL, an image will be created.
I made the tweak to Excerpt Plus and it’s working now as it should. I created a “Test 2: Excerpt” page using the shortcode from above.
I also updated cMap to the latest version, so you should be good to go their too.
If you have a moment, I would truely appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Robert
I’m thinking your going to have to contact your host to fix the issue. Connections uses the “simple” standard PHP upload. This uploads to the hosts temp folder first, then is moved to the “connection_images” folder. The error you’re getting is saying it can not upload to that temp folder. The temp folder usually defaults to
/tmpoffrootunless the path is changed in thephp.inifile. You would need to ask them to make sure that thetmpfolder is writable for PHP uploads.Let me know if that helps.
-
AuthorPosts
