ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

Contact Information Widget

აღწერა

Contact Information Plugin manage the contact related information like compnay name, description, address, email, fax, phone, website etc. in widget. You can show/hide label and icon. also you can embed the map with conformation.

ეკრანული სურათები

  • Admin contact information widget screen-1
  • Admin contact information widget screen-2
  • Contact information front view
  • Contact information live customize view

დაყენება

  1. Upload contact-information to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

You will find ‘Contact Information’ widget in Appearance > Widgets menu.

ხდკ

Where can I change the icon ?

You can easily change the icon by the css. Those icon are wordpress deshicon. So you can change the dashicon by content code.

.contact_information.ci_icon .item-ci.item-ci-company::before {
content: “\f338”;
}

Where can I change the label name ?

Simple you can also manage the label name by the css. something like below,
.contact_information.ci_label .label-ci.label-ci-company::after {
content: “My label name:”;
}

Where can I hide the any item of contact-information ?

Simply you can make empty value of text box and save the widget.

Can I change the order of any item of contact-information ?

Yes, it possible to change the order of contact-information item by the css. List support the flex css so you can manage. you have to override below css with correct order no.
.contact_information .item-ci.item-ci-company {
order:1;
}
.contact_information .item-ci.item-ci-aboutus {
order:2;
}
.contact_information .item-ci.item-ci-address {
order:3;
}
.contact_information .item-ci.item-ci-phone {
order:4;
}
.contact_information .item-ci.item-ci-mobilephone {
order:5;
}
.contact_information .item-ci.item-ci-email {
order:6;
}
.contact_information .item-ci.item-ci-fax {
order:7;
}
.contact_information .item-ci-website {
order:8;
}

მიმოხილვები

2 რევიუს წაკითხვა

მონაწილეები & დეველოპერები

“Contact Information Widget” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ Contact Information Widget თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

1.0.0

  • Initial Release.

1.0.1

  • Fixed small bug

1.0.2

  • Tested up to 5.1.1

1.0.3

  • Tested up to 5.9.2