Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Terri
Great to hear!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thank in advance!
https://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Brent
Unfortunately it seems to be something with the theme’s styles.css file and not Connections related at all. One example would be the slider … it’s kind of wonky in Chrome.
I did track down the issue. This CSS statement which starts on line 141 is the cause:
#wrapper-1 { background-color: #FBFBFB; display: block; float: left; position: relative; width: 100%; margin-top:10px; }Specifically that
floatsetting.Try removing that, I think that’ll fix the issues.
Steven Zahm
Keymaster@ Fabrice
Sure, it’s here:
https://github.com/Connections-Business-Directory/Connections/blob/8.1.5/includes/class.retrieve.php#L2069File name and path are shown in the URL.
Hope that helps!
Steven Zahm
Keymaster@ Mark
All items on a single page … do you mean all entries?
re: Setting pagination to false only stops me from being able to browse pages.
This is likely due to the PHP maximum script execution setting or the memory allocated to PHP being exhausted. This is not a Connections limitation, same thing would happen if you tried to list n-number of WordPress posts on a single page too. You could try increasing those values to see if that’ll work.You can visit the view all page which just lists the entry names. Generally you can view quite a few Connections entries before limits are reached because it only shows the names. The link would be:
domain.tld/directory-home-page/view/all/Hope that helps!
Steven Zahm
Keymaster@ Olivier
Yeap, the link to the current template is on the Connections : CSV Import admin page. The current fields list will be listed too. Even if the template falls out of date that list will always be current because they are pulled from Connections. A thought just occurred to me … I should auto generate the template file too that way it can never fall behind if I forget to update it.
Steven Zahm
KeymasterYour purchase occurred before the support license keys were implemented so you’ve been grandfathered. No support license keys exists for your purchase. The support license keys can be generated for your purchase but then you’ll have to renew them annually. The better deal for you is to leave it as is and check your purchase history from time to time and down any updates that may be available.
Hope that helps!
Steven Zahm
Keymaster@ Mark
Oops, small bug. My apologies! Here’s how to fix… go to the page where you added the
[connections]shortcode and edit it. Add thelinkshortcode option and set it totrue. Here’s an what the shortcode should look like:
[connections link='true']Again, my apologies!
Steven Zahm
KeymasterSteven Zahm
Keymaster@ Joel
Well, I see why the “Show Details” klink does not display. Someone used CSS to hide it.
The follow CSS statement is in the theme’s styles.css file:
#cn-cmap .cn-bio-anchor.toggle-div { display: none; }As for the missing images … when you moved servers, you need to make sure you move the
wp-contentfolder because the images are saved in this path:
../wp-content/uploads/connections-images/After you move that folder, I believe the images should load again.
Hope that helps!
Steven Zahm
Keymaster@ Brent
The ERR_CACHE_MISS seems to be just a minor Chrome bug unrelated to Connections:
http://stackoverflow.com/questions/26515991/chrome-err-cache-missThe google not defined error … did you by chance disable the Google Maps API option on the Connections : Settings admin page under the Advanced tabs? If you did, please re-enable it.
As for the other issues you’ve stated … they would not be caused by the errors reported in the Chrome console and without a link to the page with the issue I’d couldn’t even give a guess, sorry. If you can share a link to the page, I’ll take a look.
-
AuthorPosts
