Hello,
Here I have 2 Convert Plus elements, but is there any way to create a smaller (button or arrow) element that can expand into a call button and form, thus taking up less space on screen?
Thank you!
Hello,
Here I have 2 Convert Plus elements, but is there any way to create a smaller (button or arrow) element that can expand into a call button and form, thus taking up less space on screen?
Thank you!
Hi Mary,
Thanks for writing in!
Regretfully, there isn’t an element that expands into a call button and a form. Have you tried using the Content Area modal element or the content area off canvas? And if you want to add it in your header, you also have the those two elements for your custom header. This element can be useful which you can insert a button and form.
Hope this helps.
If you click on the link at the top of this thread, I’m using an Info Bar and a Modal Pop-up, and neither are what I’m looking for.
I want an Info Bar that can be placed toward the bottom of the page, while not interfering with our footer’s live chat button, that can be expanded to display more info, preferable a form and a call button. Is there any way to achieve something similar?
"RIght now when you scroll down you see the black sticky contact bar at the top of the page.
Ideally, if you start scrolling, we want a bar pops up that says ““CONNECT WITH A SPECIALIST”” or ““CONTACT US”” and has something to indicate you click on it to expand it. Then it would expand up far enough to show 3 different icons with text for ““Call””, ““Live Chat””, and ““Submit an Inquiry””. And then we would like an option to expand into a form.
Hello Mary,
Thank you for your understanding.
How am I able to add that in the footer?
Hello Mary,
Thanks for updating the thread.
If the requirement is to display infobar in footer section of the website then you can consider ConvertPlus plugin that comes bundled with Pro Theme. ConvertPlus can be installed from Pro > Validation > Extension. To get started with ConvertPlus, please take a look at following resources.
https://www.convertplug.com/plus/demos/info-bar-bottom/
Thanks.
Hello, the link you provided (https://www.convertplug.com/plus/demos/info-bar-bottom/) leads to a page with no information, it’s just a placeholder page. I have the plugin installed, I just don’t know how to add a bar to footer.
Hello Mary,
Thanks for updating the thread.
The link I have shared is demo page link for Info Bar. If you scroll down the page, you can see the info bar in footer section of the website. To create infobars, you can take a look at the KB link I have shared. You can also take a look at following video to get started.
Thanks.
Again, I have the same question that I’ve been repeatedly asking, please assist me. How can I place the info bar on the bottom/in the footer area? No link or video provided has been able to answer this simple question. From there, I want to have a few call buttons, how is this achievable? I also don’t know how to add it to the footer, which I’ve also asked for help with numerous times.
Hello Mary,
You do not have to add the info bar to the footer area. You just simply assign it to display at the bottom of the page.
You will need to edit your info bar and find the Advanced setting.
Hope this helps. Please let us know how it goes.
That helps with one portion of my question. Getting back to my previous question, how do I add more than one button?
Also, I have the Infobar set to appear on all pages after 25% scroll and it’s not coming up, is there a fix?
Hi,
Regretfully adding another button is not possible.
With regards to your infobar, it is actually coming up but only after scrolling up to the end of the page. So somehow the percentage is not working.
Then I tested in my test sites if I cold replicate the issue but the percentage seems to work fine.
Can you try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Let us know how it goes!
I created a new info bar and it’s working fine. However, is there a way to align the button and text toward the left? Also, the button is aligned higher than the bar’s text, how can I center them? And how can I remove the border from the top of the bar?
Under the Advanced, turn off the Border option.
Still under Advanced, insert this code to center the button.
.cp-form {
margin: 0 !important;
}
To left align the text, add this code.
.cp-flex {
justify-content: flex-start;
}
Hope that helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.