-
Search Results
-
Thanks so much for Enfold! It is a great new theme. It is my second Kriesi theme (Avisio is my first). I would like to adjust the opacity of only the background of a layer, not the text as well. Tried several alternatives, none worked. Can you assist?
Hi there,
I was try to hide vertical line between sidebar and main content.
But I get not lucky.
I using enfold-child css file with following code:
‘
.template-page.content.nine.alpha.units {
border-right-color: #FFFFFF;
}
‘
But if I move mouse over the main area the line disappears.
Another code suggestion ?
Topic: Issue with Enfold and chat
Hi.
I sent you a mail about this before too. I am using the live support software from cSupportHQ but when someone tries to chat with me the chat header isn’t showing properly. They told me it’s an issue with the css. I put an image and the link to my website in the mail.
Hi,
since ENFOLD’s newest update, I don’t know how to implement my old code for showing the “updated date”, when a post has been updated.
I don’t know how to implement my code in the new ENFOLD loop-index.php with all these “echo”-snippets ;-)
Here the old loop-index.php with my code:
<span class='post-meta-infos'>
<span class='date-container minor-meta'><?php the_time('j. M. Y') ?></span>
<!-- START DISPLAY UPDATE INFO -->
<?php if(strtotime($post->post_modified) - strtotime($post->post_date) > 86400) {
echo "<div class='aktualisiert'>(aktualisiert: ",
the_modified_date('j. M. Y').')</div>';
}
?>
<span class='text-sep'>|</span>
and now the new loop-index.php is this:
echo "<span class='post-meta-infos'>";
echo "<span class='date-container minor-meta'>".get_the_time('j. M. Y')."</span>";
echo "<span class='text-sep'>|</span>";
How can I implement in this now my code
<!-- START DISPLAY UPDATE INFO -->
<?php if(strtotime($post->post_modified) - strtotime($post->post_date) > 86400) {
echo "<div class='aktualisiert'>(aktualisiert: ",
the_modified_date('j. M. Y').')</div>';
}
?>
Thanks for any help, appreciate!
Viewing 30 results - 240,481 through 240,510 (of 244,181 total)

