Forum Replies Created
-
AuthorPosts
-
Will
ParticipantHey Steven…after fiddling around with this a bit here’s what I came up with:
[connections template='cmap' order_by='date_added|SORT_DESC' width='610' enable_search='false' enable_category_select='false' limit='2' enable_pagination='false' enable_bio='false' enable_note_head='false' str_note_show='View About Info' str_note_hide='Close' phone_types='workphone' str_work_phone='Telephone' email_types='work' str_work_email='Email' email_format='%icon%' address_types='work' str_work_addr='Location' enable_map='false']
The issue I had was if I used [enable_pagination=’false’ page_limit=’2′] the page would go into a half-assed infinite loading cycle.
I then decided to try [limit=’2′ enable_pagination=’false’]
Perhaps I missed it, but I did not see [limit=’2′] in the functions…but it does work.
Here is the result: http://www.collectorsbluebook.com/featured-listings/
I’m linking to this page from our weekly new listing update newsletter.
Regards
Will-
This reply was modified 12 years, 2 months ago by
Will.
Will
ParticipantThanks Steven…Exactly what I needed.
Regards,
WillWill
ParticipantThat did the trick! How on earth did I miss that form update? Thanks Steven!
Will
ParticipantThanks Steve…
The form is located in a toggle box on the Welcome-Back page aka “Personal Homepage”.
You have to be logged in to see this page.
It is located about half-way down the page under the “New Listing Services” section..and the toggle box title is “Submit a Resource to the collectLinks Library”.
What I can say, after messing around with this most of yesterday…this is pulling in the .social a settings from the woo themes templates. I did try your suggestions about the [raw] tags but this does not fix the issue. I ended up using this css to fix the problem:
1. the .social a was displaying as inline-block and I changed it to:
.social a {
display: inline !important;
}2. the weird images behind the remove button (only on the social media section)
#cn-form .cn-button-shell a {
background-image: none !important;
}3. And to remove the colors from the add and remove buttons:
#cn-form .cn-button-shell.blue {
background-color: #FFF;
}#cn-form .cn-button-shell.red {
background-color: #FFF;
}I also did the update you sent out yesterday before making these css mods…but it did not help the issue.
Regards,
WillWill
ParticipantSo Never mind…I played with the css in my theme custom css area and was able to clean this up. I’m sure there is a better way to do this..but just need it to work and look good right now.
Regards,
WillWill
ParticipantHi Steven, Just updated to the new cmap version 3.0.1. The issue is resolved.
Regards,
Wil
Will
ParticipantHi Steven,
When I got in this morning I checked after reading your email. It worked ok for me too. Now, I just did some updates and reset the cache (using wp super cache), and once again I am not able to access the View About Info area.
Could this issue be cache related?
Regards,
Wil
-
This reply was modified 12 years, 2 months ago by
-
AuthorPosts
