Both css editor and site builder. I'm not using cloud.
Announcement
Collapse
No announcement yet.
How to Create a Pulsating Button using CSS Animation
Collapse
X
-
Is there anyway to add announcement iconOriginally posted by glennrocksvb View PostDemo:
My ♥ beats like thisin replacement of the love icon character ♥
- Top
- Translate
- Bottom
Comment
-
chocodz, follow Steps 2 and 3. What do you want to have this pulsating effect?
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
You can only use it as is in the HTML content you'll create such as in Announcements, HTML modules, PHP module and Ad modules and in the post (if you have HTML permission) by adding class="heartbeat" to <button> or any HTML tag you are adding. To use the same effect in existing buttons will require a additional code.Originally posted by chocodz View Postlike post reply and new topic and subscribe
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
-
I like clock, how did you added ? ThanksOriginally posted by Mackey View Post
- Top
- Translate
- Bottom
Comment
-
where to do this in admin cp ?Originally posted by glennrocksvb View Post2. Add hearbeat CSS class to any button or HTML tag you want to use in HTML/Ad/PHP modules, Announcemens, Notices, etc. You can add the heartbeat CSS class to any element you want to pulsate not just to buttons.
- Top
- Translate
- Bottom
Comment
-
I am fine with step1 ... I add the code in css_additional codeOriginally posted by glennrocksvb View Post2. Add hearbeat CSS class to any button or HTML tag you want to use in HTML/Ad/PHP modules, Announcemens, Notices, etc. You can add the heartbeat CSS class to any element you want to pulsate not just to buttons.
3. If you are using this for buttons, you also need to add b-button and b-button--primary or b-button--special CSS classes to the button.
but how I can do the step 2 ... I want to add the "heartbeat" of be member of my forum (for the guests)
- Top
- Translate
- Bottom
Comment
-
Where exactly do you want to add the heartbeat? In the user avatar? Please be more specific. But note that you can only add it to Notices, HTML Modules, posts where you have HTML permission, Phrases or anywhere you can add HTML. For existing default buttons and other existing sections of the site, it will require additional code.
- Top
- Translate
- Bottom
-
to the new registers usersOriginally posted by glennrocksvb View PostWhere exactly do you want to add the heartbeat? In the user avatar? Please be more specific. But note that you can only add it to Notices, HTML Modules, posts where you have HTML permission, Phrases or anywhere you can add HTML. For existing default buttons and other existing sections of the site, it will require additional code.
1 Photo
- Top
- Translate
- Bottom
Comment
-
Originally posted by Derwin View PostHello. I want to create a REGISTER BLOCK like you have for this site. How exactly do I do that? I obviously also want to add this pulsating button.
Making the default guest notice to stick at the bottom of the page as you scroll helps it to become more noticeable. This may encourage guests more to sign up or log in to your forum. To do this, simply add the below custom CSS in css_additional template in AdminCP or in Sitebuilder > Style > CSS Editor. .l-desktop
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
-
I added the code but it still does not show up like your box.Originally posted by glennrocksvb View Post
.l-desktop .notice[data-notice-id='1'] {
position: fixed;
z-index: 2;
bottom: 0;
right: 0;
margin: 10px;
width: 400px;
box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.7);
}
.page3 .notice[data-notice-id='1'] {
display:none !important;
}
- Top
- Translate
- Bottom
Comment
-
I'll look into it later. No access to my computer at the moment.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
-
I updated the CSS code in the first post of that other mod to add a notice header title if that's what you were looking for.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
Latest Posts
Collapse
-
Reply to some ideas for new modsin Chit Chatby desmomax
I finally created a mod that allows you to add an icon to each post with options for sharing on other platforms. I honestly thought it was absurd that...
Today, 03:59 AM -
by flohseHi Glenn, what do you think about adding "Like Counts" similar to "Like Counts on Postbit and Profile" (when this mod is in use) in...Yesterday, 11:28 PM
-
Reply to push notification prompt?by desmomaxhy glenn
have you thought about this?Yesterday, 05:44 AM

Comment