Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ valli
That very well could be. Can you share the link to the page so I can take a look?
Steven Zahm
Keymaster@ CrystalQ
This is a custom template the site’s dev had commissioned based on the cMap template. There’s nothing currently available that can do this plug in and play. You would have to hire a dev to create that functionality for you to suit your specific requirements, sorry.
Steven Zahm
Keymaster@ dafrye
Nope, that didn’t do it. Something is preventing
jquery-migrate.jsfrom loading on the page.Try deactivating all plugins except Connections and its templates. If the issue is resolved then activate plugins one at a time until the issue comes back. when it does the last activated plugin is causing the problem. If deactivating all plugins does not resolve it, then it is the theme causing the issue.
This isn’t the right way to fix it…
Edit the theme’s
header.phpfile and add the following line right before</head>:<script type='text/javascript' src='/wp-includes/js/jquery/jquery-migrate.min.js'></script>You might have to tweak the source path a bit.
Steven Zahm
Keymaster@ angie
Great to hear! Was the doc root or permissions the issue?
Steven Zahm
Keymaster@ Ray
To make the CSS work here’s the edit to the template you would have to make.
Open the
card.phpfile found here:
../wp-content/plugins/slim-plus/Add this:
<div class="cn-clear"></div>
right after the<div class="cn-detail cn-clear cn-show" id="cn-detail-">
which contains thecn-leftandcn-rightdivs.Hope that helps!
Steven Zahm
Keymaster@ Ray
Actually, I do not think it’ll be possible without editing the core PHP file for the template. The reason is the photo and details are floated to render the two column layout. When items are floated, they actually have no height. In this instance the appearance of height come from the float being cleared before the next entry. The border if added would only go around the entry name, rule and detail toggle.
If you’d like to give a try the correct CSS selector would be:
#cn-slim-plus .cn-entry { border: 2px solid red; }Steven Zahm
Keymaster@ Ray
The short answer, yes. Here’s how:
Install the Say What? plugin.
It’ll add a new Text Changes menu item. Click Add New, enter the string exactly as shown in Connections, enter
connections[notice the lack of capitalization, that's important!] as the domain and then enter your new text.To change “Photo for”:
Original string:Photo ofTo change “Logo for”:
Original string:Logo ofNew string can be blank, however the actual entry name will still be displayed. But, you could entry a new string that is more applicable.
The great thing about using this plugin is that it will be update safe and you can use it on any other plugin that has been properly internationalized. Hope that helps.
Steven Zahm
Keymaster@ angie
Can you share a link to the page having the issue. I should be able to give a fix after I examine it.
Steven Zahm
Keymaster@ h2designs
Not sure if this will work… The only thing I can think doing is put the Connections shortcode on the page twice like so:
Brick and Mortar Dealers
[connections]Internet & Catalog Dealers
[connections category_in=X]X would be the category for the Internet & Catalog dealers.
Give it a try an let me know if it works out.
Steven Zahm
Keymaster@ valli
The alpha index has receive a significant update. Instead of jumping to a letter group within a list, it will filter the list by the character clicked. If you’re receiving 404/s I suspect it is because default option did not set for some reason during the update. To fix it go to the Connections : Settings admin page and enter
charin the Character URL Base option under the Advanced tab and save.That should do it. Apologies for the trouble.
-
AuthorPosts
