Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Alison
Ok, I think I made the required edit. Seems good now. The directory home page did not seem to be set to the right page. I changed it to the to reflect the directory page so all the links seems to resolve correctly now.
Hope that helps!
Steven Zahm
Keymaster@ Karine
Seems to be an issue in the theme, not Connections or Form. The theme is overriding the version of jQuery included with WordPress, loading a very old version. Here are a couple suggestions:
- See if the theme dev offers an update for your theme which corrects this issue.
- Navigate to the Connection : Settings admin and and click the Advanced tab. Scroll down to the Compatibility section and enable the jQuery compatibility option. This will attempt to fix loading the correct version of jQuery.
I hope this helps, please let me know.
Steven Zahm
Keymaster@ Reed
Opps… I forgot the like to the FAQ:
http://connections-pro.com/faqs/why-does-the-template-layout-look-wrong/
The first two paragraphs is the applicable section. Make the edits as suggested and the directory will display correctly.
Hope that helps!
ps. See this doc page on shortcode basics which apply to all plugins which use shortcodes.
Steven Zahm
Keymaster@ Reed
re: every contact almost fills a page.
Can you share a link to the page with the issue so I can see?
Also, take a look at the first two paragraphs in this FAQ and do what it says to see if that helps.
Steven Zahm
KeymasterSteven Zahm
Keymaster@ Alison
The user name/password does not work.
Also, I seems to have made a tweak the the code I originally gave in this reply as mentioned in the other thread. Honestly, I haven’t the faintest clue what that change was :/ Can you recall where the links went? That should help jog the memory, I hope.
Steven Zahm
Keymaster@ Alane
Sorry, no, there has not been much progress at all beyond the initial prototype I made since there really has not been much demand these last several years.
Steven Zahm
Keymaster@ Brett
Sorry, I have no recommendations. Actually I do not know of any avert plugins at all. It’s not something I’ve ever researched, sorry!
Steven Zahm
Keymaster@ Diego van der Heijden
Right, shortcodes do work in the bio and notes fields but not the text custom fields. I suspect you’re following text custom field tutorial? If you are then change this line of code:
if ( ! empty( $text ) ) echo '<p>' . esc_html( $text ) . '</p>';to this:
if ( ! empty( $text ) ) echo '<p>' . do_shortcode( esc_html( $text ) ). '</p>';That should do the trick.
Hope that helps. Let me know.
ps. I’d be interested in seeing the result. Which reviews plugin are you using?
Steven Zahm
Keymasterre: John
re: What file do I put that in, or where in my Connections admin side do I use that?
No file, I’ll explain…
First, not really related on where to place a shortcode but since it seems you are not familiar with them. Here’s a link to a doc page which covers some basics applicable to all plugins which use shortcodes.
Now as to where you place the shortcode, see the QuickStart doc page, Step 4.
Hope that helps! Let me know.
ps. You put all the shortcode options within a single shortcode, do not add the shortcode to the page more than once.
-
AuthorPosts
