Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Ciaran
There is an order_by shortcode option. Perhaps you can utilize it to order the entries the way you wish.
Steven Zahm
Keymaster@ Regine
Changing the settings within Connections to try to load its JavaScript files in the page header rather than the page footer seems to have resolved the issue. The way the theme constructs and renders the page seems to break that somehow which is odd because the files are enqueued the exact same way. The only difference is that the load in footer setting that is enabled.
Steven Zahm
Keymaster@ Jt Sayotovich
Go to the page where you entered the
[connections]shortcode, switch the post editor to theTexttab and copy paste the exact shortcode here. Thanks.Steven Zahm
Keymaster@ Regine
Does my login work now so I can take a closer look as to way this is not working for you?
Steven Zahm
Keymaster@ David
This page is not from Connections. It appears to be the WP-Members plugin…
Any way, It looks to be a CSS bug with that plugin.
If you open this file:
http://www.hoccdfw.org/wp-content/plugins/wp-members/css/generic-no-float.cssAnd find this section:
#wpmem_reg .button_div, #wpmem_login .button_div { width:74%; height:35px; padding: 6px 0; text-align: right; }And change it to this:
#wpmem_reg .button_div, #wpmem_login .button_div { width:74%; padding: 6px 0; text-align: right; }It appears to fix the overlap.
Hope that helps!
03/15/2014 at 12:49 pm in reply to: duplicate list using 'date_added' sort and Category filter #282291Steven Zahm
Keymaster@ Len
Yes, there should only be a single list. Can you confirm that you do not have the shortcode on the page twice?
I tried the only login I could find; it didn’t work.
Steven Zahm
Keymaster@ Roy
re CSV export:
Right now the only point and click method to export Connections data is to use phpMyAdmin and export the Connections tables directly from the db.
re: List families only:
I think you want to use the list_type shortcode option. You can use this to limit the output to families only. One thing to note, when you use this option the Family template type will be used so you’ll need to activate cMap for that type on the Connections : Templates admin page under the Family template type. Hope that makes sense!
re: Names touch image:
Could you share a link to the page that showing this … it shouldn’t happen. To provide a fix I need to see the page.
re: Breadcrumbs:
cMap doesn’t have breadcrumbs. Sounds like that is part of the theme design. Can you attach a screen capture showing what you mean?
Steven Zahm
Keymaster@ Sarah
Sounds like you’re logged in on some computers and not on others. The would cause any entry set as “Private” not to be displayed. Can you check to see if all the entries are set to “Public”?
Steven Zahm
Keymaster@ Andrew
Which app is giving your the error? I no longer have access to a Mac so I can no longer test on that platform…
The generation of the vCard starts here with the header. And the rest of the data comes from here.
Could you attached a vCard that is not being imported so I can take a look?
I wonder if changing this line from
echo $data;to thisecho trim( $data );will fix it.Steven Zahm
Keymaster@ Timothy
I’ve installed Better WP Security on my testing site on a production server and it works fine together as I would expect since the Widget Pack is just widgets using code already in use by the core Connections plugin. Still sounds like a memory issue to me. It is possible to set PHP memory limit but the host have a “hard” limit that is lower than the set limit and PHP would still report the set limit rather than the hard limit … hope that makes sense!
I suggest checking w/ them to see what exactly you memory limit is.
Also, can you attached me a screen capture of the Better WP Security Dashboard admin page? I’ll setup my test installation to match yours as closely as possible to make sure they is not some weird conflict with a specific setting within Better WP Security. Please include the System Info section too.
Did you try leaving Better WP Security active and deactivate other plugins to see if the result is reproducible?
-
AuthorPosts
