Forum Replies Created
-
AuthorPosts
-
Hi Jordan,
sorry did I answer you on this question?
What you see is correct, but it’s not about the date in the blogpost or under the teaser on start page. I have in the footer and on some pages in the sidebar Latest News/Neuigkeiten. Small thumnails with short Headline and under it the date. This date I would like to remove too.
Is it possible?
Greetings ClaudiaThank you that would be great!
ClaudiaI did, but it’s not helping either.
In my stylesheet.css (child theme) I have this CSS, propably I also got it from you, my coding isn’t that good.
Greetings Claudia.header_color .main_menu ul:first-child > li > a { color: #1F6C8F; } /* color of main menu items */
.header_color .main_menu ul:first-child > li a:hover { color: #822250; } /* hover state of main menu items */
.header_color .main_menu ul:first-child > li.current-menu-item > a,
.header_color .main_menu ul:first-child > li.current_page_item > a { color: #822250; } /* color of active menu item *//* Register Form */
#top .input-text,
#top input[type=”text”],
#top input[type=”input”],
#top input[type=”password”],
#top input[type=”email”],
#top input[type=”number”],
#top input[type=”url”],
#top input[type=”tel”],
#top input[type=”search”],
#top textarea,
#top select {
-webkit-appearance: none;
border: 1px solid #e1e1e1;
padding: 3px 3px;
outline: none;
font: 1em “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
color: #777;
margin: 0px;
width: 100%;
display: block;
margin-bottom: 0px;
background: #fff;
border-radius: 0px;
}/* hyphens Trennstriche */
p {
-moz-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}I got this Quick CSS from your company for the Accordion, button hover color, tabellenfarbe and no date for general blogpost and the size of blogpost for mobile phone. What is surprising me is the double } on the end. But when I take it off than the Logo and the Menu touching each other.
Greetings Claudia/* Accordion Tabs Color*/
.av_toggle_section:nth-child(1) .toggler, .av_toggle_section:nth-child(1) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}.av_toggle_section:nth-child(2) .toggler, .av_toggle_section:nth-child(2) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(3) .toggler, .av_toggle_section:nth-child(3) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}
.av_toggle_section:nth-child(4) .toggler, .av_toggle_section:nth-child(4) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(5) .toggler, .av_toggle_section:nth-child(5) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}.av_toggle_section:nth-child(6) .toggler, .av_toggle_section:nth-child(6) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}
.av_toggle_section:nth-child(7) .toggler, .av_toggle_section:nth-child(7) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}.av_toggle_section:nth-child(8) .toggler, .av_toggle_section:nth-child(8) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(9) .toggler, .av_toggle_section:nth-child(9) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}
.av_toggle_section:nth-child(10) .toggler, .av_toggle_section:nth-child(10) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(11) .toggler, .av_toggle_section:nth-child(11) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}.av_toggle_section:nth-child(12) .toggler, .av_toggle_section:nth-child(12) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(13) .toggler, .av_toggle_section:nth-child(13) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}.av_toggle_section:nth-child(14) .toggler, .av_toggle_section:nth-child(24) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(15) .toggler, .av_toggle_section:nth-child(15) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}
.av_toggle_section:nth-child(16) .toggler, .av_toggle_section:nth-child(16) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(17) .toggler, .av_toggle_section:nth-child(17) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}.av_toggle_section:nth-child(18) .toggler, .av_toggle_section:nth-child(18) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}
.av_toggle_section:nth-child(19) .toggler, .av_toggle_section:nth-child(19) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}.av_toggle_section:nth-child(20) .toggler, .av_toggle_section:nth-child(20) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(21) .toggler, .av_toggle_section:nth-child(21) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}
.av_toggle_section:nth-child(22) .toggler, .av_toggle_section:nth-child(22) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}.av_toggle_section:nth-child(23) .toggler, .av_toggle_section:nth-child(23) .toggler:hover {
background: #8cb5cc!important;
color: #FFF;
}.av_toggle_section:nth-child(24) .toggler, .av_toggle_section:nth-child(24) .toggler:hover {
background: #9dcae4!important;
color: #FFF;
}/* Button hover effekt*/
body .avia-button.avia-color-theme-color:hover {
color: #822250;
color: #1f6c8f;
text-shadow: 0 1px 0 #1f6c8f;
background-color: #1f6c8f;
}/* Tabellenfarbe*/
tr:nth-child(odd) {
background: #9dcae4 !important;
}/*no date for blogpost*/
.slide-meta {
display: none !important;
}
#footer .news-time{
display:none!important;
}
.news-wrap .news-time{
display:none!important;
}/*smartphone blogposts*/
@media only screen and (max-width: 767px){
article.slide-entry.flex_column.post-entry {
width: 100%!important;
}
}Hi Jordan,
I just tried this Qick CSS but it is not working. I also have this Quick CSS for not showing date on the Blog Beiträge and this is working:
/*no date for blogpost*/ -> it works!
.slide-meta {
display: none !important;
}-> this doesn’t works!
#footer .news-time{
display:none!important;
}
.news-wrap .news-time{
display:none!important;
}Maybe you have some other Idea or where the mistake can be?
Thank you for helping
ClaudiaYou are the greatest!
Thanx a lot it’s working fine
ClaudiaHi Ismael,
thank you. I was testing both variations but when I put the code in function.php (in my child theme) than I have a completley empty page! Even the backend from wp is just plain white. Maybe I do something wrong?
Greetings
ClaudiaThat’s very pitty. There is another solution for this problem? Without AVIA the page will look completley diffrent than the otherones and tha’s not what I want.
Thank you
ClaudiaHi Nikko,
unfortunally it’s not helping as you can see here: http://www.vdco.de/test/geschichte-und-namen/
The <!–nextpage–> is inbetween each paragraph but it’s not working. The only thing which works is the page numbers.
The page is build with Avia Layout Architekt, that’s the problem? And how to solve it?
Thank you for helping
ClaudiaHi Ismael,
I have to split the text on this page, and on some other pages so that the user don’t have to scroll down for “hours”. The “more” tag is in this case not helping because it is not spliting the page.
There is no posibility to use “nextpage”?
Thank you for helping
ClaudiaThank you Rikard, that’s working well. If I would like to change the color of typo, can I just add font-color: #any number I wish }?
There is another question from yesterday which is not answerd yet and I can’t find a solution in the forum.
I have this problem with pages and pagebreak<!–nextpage–>, there is a lot of text and I want to split it. It’s showing the page numbers on the end of the full text (see private content) but there is no break inbetween the text where I insert <!–nextpage–>
Thanky for helping
Greetings Claudia -
AuthorPosts