Forum Replies Created
-
AuthorPosts
-
DOMINIC
ParticipantThanks for the quick reply, I look forward to the new features when they arrive :)
re: in link widget, remove the title label and title entry field, so that user only can enter the URL
I have managed to get this far, but it hides both the title and url text and fields. Do you know what I can do to hide just the title label and field?div#cn-metabox-metabox-links input[type="text"],
div#cn-metabox-metabox-links label
{
display: none!important;
}
Thanks
DOMINIC
ParticipantHi Steven,
Thanks for the quick support, The languages were inserted, but they show up at the bottom of the list (using form).can they be inserted alphabetically, or is the order hardcoded?
Is there anyway to remove/unset all the languages and then reset/add them in alphabetical order manually using the filter.
thanks
dom
DOMINIC
ParticipantHi for anyone interested I found a plugin that works with wpml and shows translated content based on a shortcode and the page language.
https://wordpress.org/plugins/wpml-short-code-translator/
It can be used anywhere a shortcode can be used (notes and bio only I believe). in other fields ie name it treats the shortcode as text.
[wpml_language language=”en”]your content[/wpml_language] (eg: language=”en” is for english )
this might help people who do not want to duplicate all their contacts.
DOMINIC
ParticipantHi Sorry to bring up an old topic. I am assuming there is no news on WPML support.
In previous posts you mention connections is over 90% compatible. this might be enough for what I need. I am just getting to know WPML. What is the best/easiest way to make connections WPMLable.
I saw something about setting home id in shortcode, or making different versions of entry based on language…
thanks
dom
DOMINIC
ParticipantWorked great. I just added more margin to the bottom of the image so text has more space around it.
#cn-circled .cn-right { MARGIN-BOTTOM: 15PX; }thanks again
Dom
DOMINIC
ParticipantThis reply has been marked as private.DOMINIC
Participantyes it was the single profile page.
the code accomplished what I was asking, but now there is a huge space between the the the social media and notes.
What I believe is happening is that the notes are being forced below the image rather than wrapping around the image. I will send you a screen shot in a private message.
dom
DOMINIC
Participantyou are awesome.
Thanks
DOMINIC
Participantdidn’t think so about the link option might have been too confusing. web link icon would be great in the near future :)
the change I make is adding ‘website’ => ‘Website’ to the getDefaultSocialMediaValues() function in class.options.php
Can it be overwritten using snippets?
Once I do that I re-upload the various link icons into the icon folder.
'`DOMINIC
Participantmade perfect sense. and got it working, modified your code a little removed the “entry->getExcerpt( array(),” in the else field so that only the notes appeared.
I also placed a second modified version of the if statement farther down as to replace the echo biobloc line 96 else it showed the excerpt on expansion.
all this in a future proofed template folder so only one line of code to change on update.
Thanks for the great support!
dom
-
AuthorPosts
