Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 16 replies, 3 voices, and was last updated 10 years, 3 months ago by
Steven Zahm.
-
AuthorPosts
-
06/18/2013 at 3:32 pm #263110
Roberto Diaz
ParticipantHi Steven
I have installed the Form add-on and put the following shortcode
[connections_form link=’Website URL’ bio=’About Company’ default_type='organization' select_type='false' messenger=’false’] on my page: http://myxtremewebsite.com/tandcrealty/submit-directory/As you can see I have problems with 2 things:
1) I have changed the field name to suit my project but instead of changing the field name, it hides the field completely.
2) The dropdown option for the “Type” of phone, email, etc. is not showing at all.Please advise how to fix this. Thanks
06/18/2013 at 4:13 pm #263115Steven Zahm
Keymaster@ Roberto
The
link
option does not change the name, it only for setting whether or not that section is shown.there are a few errors in your shortcode from copy/pasting the options from the website. That causes fancy quotes to be used and the WordPress shortcode parser does not support them. Also, the correct option for
bio
isstr_bio
Here’s the shortcode with the fancy quotes fixed:[connections_form link='true' str_bio='About Company' default_type='organization' select_type'false' messenger='false&']
The firewall at my current location is blocking access to your site so I can not see the “type” issue. This is likely being caused by the theme. I’ll be at another location later today. I will take a look then and get back to you.
-
This reply was modified 10 years, 3 months ago by
Steven Zahm. Reason: Missed removing a fancy quote
06/18/2013 at 9:06 pm #263128Steven Zahm
Keymaster@ Roberto
Please edit the page that you inserted the Connections Form shortcode on, switch the editor to the Text tab and remove the pre/code tags from around the shortcode. That should fix it.
06/19/2013 at 11:47 am #263174Roberto Diaz
ParticipantThanks Steven, you were right, those 2 changes fixed most of the problems. Now the only issue I have is showing the “field type” (http://awesomescreenshot.com/0221f23ca4)
Please advise. Thanks
06/19/2013 at 8:25 pm #263226Steven Zahm
Keymaster@ Roberto
Ok, the issue seems to be caused by the theme. The FAQ is for templates, but the same solutions will work for Form, excluding the mentioned in the yellow-tinted box.
06/20/2013 at 3:50 pm #263297Roberto Diaz
GuestHi Steven. I tried the [raw] and [nofollow] tags and they didn’t work. What else can I do?
06/20/2013 at 4:11 pm #263299Steven Zahm
Keymaster@ Roberto
Well, we’re going to have to isolate the issue in case it is not being caused by the theme.
First, above you said [nofollow], you mean [noformat], right?
Second, deactivate all plugins to see if that resolves the issue. If it doesn’t, then the cause is definitely the theme. If deactivating the plugins do fix the issue, then you have a plugin negatively affecting the page content.
06/20/2013 at 4:55 pm #263301Roberto Diaz
Guest1st: Yes that’s what I meant sorry.
2nd: I deactivated the plugins and nothing happened, so its gotta be theme.
Please advise on what to do.
I was also thinking, is there a way to make these changes manually ’cause I can put custom CSS in my theme.06/20/2013 at 7:56 pm #263311Steven Zahm
Keymaster@ Roberto
Unfortunately this is not CSS related. The theme is altering how the wpautop filter is being applied so it is adding extra p tags where they shouldn’t. And this negatively affects every plugin, not just Connections, that put content on the page. It’s just really noticeable with Connections because of the amount of content it outputs.
Can I get a copy of the theme. I can take a look at the code to see what the theme author is doing?
Also, I see you’re using the LIZATOM SHORTCODES WORDPRESS PLUGIN. Looking at the CSS for that plugin it seems like it adds column shortcodes. The code many theme devs employ is from a tutorial. I wonder if this plugin uses the same code. I know you said you deactivated all plugins, but can you try deactivating this plugin again?
06/21/2013 at 12:50 pm #263366Roberto Diaz
GuestHi Steven
I just confirmed that the theme was causing the problem. Since your plugin template allows the customizations from the theme, its using some of the css rules applied throughout the theme.
I found the custom css to modify and changed it in the theme itself. This actually fixed the look on the connection template but it messed up the look for all of my other pages.
I chatted with my theme support and they told me there is a way to change a custom style apply only on a specific page with conditional tags: http://codex.wordpress.org/Conditional_Tags#A_PAGE_Page
This is the custom style I applied:
<style> .entry p { text-align: right; line-height: 18px; } </style>
Can you please show me, based on the Conditional tags, how I should write it so it only affects the page where the plugin is? http://myxtremewebsite.com/tandcrealty/our-team/
Thanks
-
This reply was modified 10 years, 3 months ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.