Speed Contact Bar Download for wordpress you need atleast 5.2 or higher PHP version and 6.10.0 wordpress version to install and active the Wp plugin. Before going to Download Speed Contact Bar for wordpress ensure that you have installed atleast 6.0.3 latest wordpress version It is tested with the 6.0.3 wordpress version.This Plugin supported Languages are .

Download Speed Contact Bar Wordpress plugin to install in your Wordpress blog Manually. This Speed Contact Bar is used to Let your website visitors get in touch with you easily with permanent visible contact informations.

 

Note:Speed Contact Bar Wordpress plugin download is the Direct download link. you can also check the Speed Contact Bar in Wordpress plugin repository and download Speed Contact Bar latest version Wordpress plugin

Download Speed Contact Bar from Wordpress Directory

Speed Contact Bar Wordpress plugin Download

Could there be any conflicts with my theme?

In most themes the Speed Contact Bar works fine without any conflicts. Only if the theme comes with an own fixed top bar there can be a source of design conflicts with a fixed Speed Contact Bar.

In that case you can try to set the position of the Speed Contact Bar at the bottom of every page. That will avoid the conflict.

What does the plugin need to work fine?

Speed Contact bar requires a WordPress installation version equal or higher than 3.5.

I am logged in as administrator. Why do I not see the contact bar?

The most likely reason is the WordPress Admin Bar fixed on top of the page. In this case it overlaps the Speed Contact Bar.

You have two possibilities to see the bar

How to add and re-order list entries by using hooks?

Repeatedly users ask for special things to be included in the contact bar. Of course

HTML and CSS you can change the plugin’s code and insert whatever you want. But changing the plugin’s code is not a good idea. Every upgrade of the plugin will delete your inserted code. Luckily there is a solution

hooks offered by this plugin. You can change the content and design of the contact bar with your own functions. And you can be sure that they will not be overwritten by future plugin’s upgrades when you place your function in the functions.php of your theme or in a self-written plugin.

Use the hooks

How to add a simple text to the personal contact information list and re-arrange the contact data?

The following function does two things

<li>Hello World</li> ); // Re-orders the list items and returns the new list // Here

( a

How to add a second email address to the personal contact information list?

The following function appends the email address ‘[email protected]’ with a dark 30 x 30x px icon to the list. At the end the function returns the changed list.

// Passed parameter

esc_url( mailto

. $email_address

How to add an item to the icon list?

The following function does two things

and it inserts a list item with a standard WordPress search form at a desired position in the list. At the end the function returns the changed list. // Passed parameter

an array of social media icons as list items function change_speed_contact_bar_icons ( $list_items ) { // Add an item as last item in the list

via $array[] // The content has to be surrounded by the LI element $list_items[] = <li>Foo Bar</li>; // Adds an item at any position in the list via array_splice() // Way of thinking

the new item should be the x-th element

// position

array index where to insert the new item 0

// number of items to replace // content of new item

<li id=spc-search-form> . get_search_form( false ) . </li> ); // Returns changed list return $list_items; } // Let the function work add_filter( speed_contact_bar_icons

How to add style sheets for the search box?

The following function appends some Cascading Style Sheets code for the search form inserted by the previous function.

At the end the function returns the changed CSS code.

// Passed parameter

appends it to existing code with .= // The content has to be surrounded by the STYLE element $css_code .= <style type=text/css>\n; $css_code .= #spc-search-form form { display

inline; }\n; $css_code .= #spc-search-form input { width

Why are the icons shown as broken images?

Most of the icons in the Speed Contact Bar are in SVG format. It is a scalable image format which keeps the images fine in every size.

The reason of the broken icons is a misconfiguration of your server. It sends the wrong HTTP header for SVG files.

Your web server needs an extra line in the configuration file

I want to switch off the contact bar for a while without losing all settings. How?

Just deactivate the plugin. The contact bar does not appear and all your data are kept stored. If you activate the plugin again you see the contact bar with the last stored settings.

If you deactivate and delete the plugin on the plugins page all files and settings of the contact bar will be deleted residue-free.

How can I get the contact bar in my language?

Translations are available in English

Speed Contact Bar Added Wordpress Plugins Aternatives

 
 
Google chrome extensions Download

We collect the latest most useful Google chrome extension from Google chrome Extensions directory . You can download Chrome extensions directly from here.