Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Mark
You will not find it, because you need to add it. Just put it at the end of the theme’s style.css file.
Steven Zahm
Keymaster@ Blue Tapp
Sure, add this to the end of the theme’s style.css file:
#cn-list span.adr span.address-name { display: none !important; }Steven Zahm
Keymaster@ Mike
Good to hear you have this sorted. Which version of Connections are you running?
Steven Zahm
Keymaster@ deborah
Another option you have, although I do not recommend it because then you will have to do it any time you update them template, you can edit the card.php to put the name on the card where you want it. The function names are pretty clearly labeled so it should make sense as to which bits of code you need to change.
Steven Zahm
Keymaster@ Michael
Please upgrade Connections to version 0.7.6.4. That will resolve the issue.
Steven Zahm
Keymaster@ Jaroslaw
The buttons are picking up a style from the theme. Add the following to the end of the theme’s style.css files:
#cn-form .cn-button-shell a { background: none; }That should fix it up.
Steven Zahm
Keymaster@ Lisa
No, it is not an issue with the template. The template requires a specific image size to maintain its layout otherwise the display breaks. So the images are created dynamically instead of using the cached images that the default template use. If you’d like to see the full error for yourself, vist this link:
The solution likely is adjusting the config settings for TimThumb, specifying the docroot so the images can be found. If that is the case, when the site goes live you would just have to revert back to the default settings any way.
I hope that helps.
Steven Zahm
Keymaster@ cliff
The font and colors will be inherited from the theme, so I won’t be able to give specific advice but adding the following to the end of the theme’s style.css file might do the trick.
#cn-cmap h3 { color: #FFF; font-family: "Times New Roman",Georgia,Serif; } #cn-cmap .cn-entry { color: #FFF; font-family: "Times New Roman",Georgia,Serif; }Of course change the values to suit.
Please refer to the order_by shortcode option.
Steven Zahm
Keymaster@ Jaroslaw
I just went to look at the page, I get a 404 not found.
Steven Zahm
Keymaster@ deborah
The last time I saw this site before the upgrade, the name was definitely below the image. Any way. If you want the image side by side with the name, you’re going to have to make the image much thinner or the card much wider. The image just can’t take about 80% width of the card. It is leaving little to no room for any text at all. There’s only about 80px to the left of the image. That leaves, with margins, about enough space for 5 to 6 characters at the current font size.
-
AuthorPosts
