This is a PRIVATE forum for verified users only, to view all replies/answers, you must be logged in!
Tagged: AMAZING DOT!!!!
- This topic has 19 replies, 4 voices, and was last updated 5 y, 10 mo by
Jacob.
- AuthorPosts
- February 10, 2015 at 3:51 am #6833
I was going through elefant.es theme just browsing and I noticed something really really sick.
check this out
this is the code I tried but didnt work
.last-child:after {display: inline-block;
vertical-align: baseline;
zoom: 1;
margin: 0 -.5em 0 .5em;
width: 12px;
height: 12px;
background: #3ECBBF;
content: “”;
}`https://www.dropbox.com/s/ysya8gq6t2t1m87/Screenshot%202015-02-09%20at%2010.png?dl=0
https://www.dropbox.com/s/n9u3zz1a0jwgelt/Screenshot%202015-02-09%20at%2010.jpg?dl=0
https://www.dropbox.com/s/ecoa4h5bxzoi728/Screenshot%202015-02-09%20at%2010.44.57%20PM.png?dl=0
- February 10, 2015 at 5:52 am #6853
Hey there, You must be logged in to view this reply!
- February 10, 2015 at 6:23 am #6857
Thank you Jacob!!! Worked perfectly.
- February 14, 2015 at 5:24 pm #6958
I was wondering if there is a way to make the amazing dot to also appear at the end of the posts? Right now if only shows on pages and in the homepage. It’s there a way to add it to the posts?
- February 14, 2015 at 9:18 pm #6959
Like this https://www.dropbox.com/s/tie3kkn2wj8dqzk/Screenshot%202015-02-14%20at%204.16.03%20PM.png?dl=0
but also in single posts.
Thanks in advance
- February 19, 2015 at 4:42 am #7033
Its pretty weird that it does appear on pages but not in post. Any ideas Jacob? If not its fine, its only a dot, but it’ll be awesome to add it to the end of posts.
- February 20, 2015 at 5:31 pm #7050
Hey there, You must be logged in to view this reply!
- February 20, 2015 at 6:45 pm #7057
OH I see, Cresta plugin was stopping the code. But Since I really like the cresta plugin I will keep it as is. So I deleted the extra code you added and everything is back to normal 🙂
Thank you maxxi!
I had a question about some of the css code. I have some lines that have double ending brackets. Its this okay?
.entry-header .entry-meta .avatar{ display: none; } } @media (max-width: 991px){ .single-post .site-content article h1.entry-title { font-size: 40px; } }
Eveything works perfect but I was just wondering if they should only have one ending bracket.
- February 22, 2015 at 7:38 am #7080
Hey there, You must be logged in to view this reply!
- March 3, 2015 at 12:24 am #7403
So all this code goes together?
@media (max-width: 991px){ .main-navigation ul.menu>li.site-mobile-menu-logo{ width: 170%; text-align: center; padding: 0px 10px 10px 5px; } .main-navigation ul.menu > li.site-mobile-menu-toggle{ position: absolute; background: transparent; left: 0px; z-index: 1; } .main-navigation ul.menu>li.menu-item-gsearch{ position: absolute; right: -5px; z-index: 1; } html .site-banner .site-logo img{ width: auto; height: 40px; max-width: 100%; padding-bottom: 3px; } } /* */ .site-banner { min-height: 45px; } .main-navigation ul.menu>li { padding:0px 15px; } .site-banner .site-logo img { max-height: 200%; } .site-header .site-top-menu { background-color: white; } .site-header .site-top-menu a { color: #2b2b2b; } .site-header .main-navigation .menu li.current-menu-item > a { color: black; } html .site-content[role="main"]>article.post{ padding-top: 18px; padding-bottom: 0px; } .single-post .site-content article h1.entry-title{ text-align: center; } .entry-title{ text-align:center !important; } .entry-header .entry-meta .avatar{ display: none; } }
If this is true. No wonder why I was having trouble with “https://wpthms.com/support/topic/post-meta-author-image/” post. It was displaying in large images because it was not affecting anything above 991px
I have a feeling it might only be this code that is wrong
.entry-header .entry-meta .avatar{ display: none; } }
Should be in my opinion
.entry-header .entry-meta .avatar{ display: none; }
- March 3, 2015 at 2:14 pm #7427
Eric are you adding that code to the custom CSS? cause is not working for me.
This is my custom css:
/* Custom CSS*/
.form-allowed-tags {
display: none;
}
.entry-header .entry-meta .avatar{
display: none;
}}
@media (max-width: 1000px){
.single-post .site-content article h1.entry-title {
font-size: 40px;
}
} - March 3, 2015 at 3:10 pm #7430
It has to be like this
.entry-header .entry-meta .avatar{ display: none; }
I corrected last night and nothing got broken so it must work lol
- March 3, 2015 at 6:27 pm #7443
hmm it’s not working for me. Where did you see this dont anyways?
- March 4, 2015 at 3:24 pm #7482
Hey there, You must be logged in to view this reply!
- March 4, 2015 at 7:50 pm #7523
Still not working for me, am i doing sth wrong here?
This dot should be appearing by itself at the end of every article right? Also it should appear on front site at end of main articles titles right? - March 6, 2015 at 7:18 am #7547
Hey there, You must be logged in to view this reply!
- March 6, 2015 at 8:49 am #7556
- March 7, 2015 at 3:56 am #7585
Hey there, You must be logged in to view this reply!
- March 8, 2015 at 12:12 pm #7612
So what should i do to make it ? What does it even mean Ptag? i am not a coder sorry 🙂
- March 9, 2015 at 7:53 am #7646
Hey there, You must be logged in to view this reply!
- AuthorPosts
- You must be logged in to reply to this topic.
This is a PRIVATE forum for verified users only, to view all replies/answers, you must be logged in!