Tagged: x
-
AuthorPosts
-
December 15, 2016 at 5:01 pm #1294867
[email protected]ParticipantHi support team. I have 2 problems to solve on this page http://www.standredekamouraska.ca/tourisme/
First some texts are formated like if there is a link on it but there is not. All the complete blue paragraph and their titles react with a hover effect like a linkes text but there is no link. I would like to have normal text formating.
Second. At the bottom of the page, inthe «L’hébergement et la restauration» section, I use this code to display a portfolio category:
[x_recent_posts type="portfolio" count="4" category="Restauration" orientation="vertical" fade="true"]
and
[x_recent_posts type="portfolio" count="4" category="Hébergement" orientation="vertical" fade="true"][x_recent_posts type="portfolio" count="2" category="Hébergement" orientation="vertical" fade="true" offset="4"]I would like to get rid of the display of the date au the bottom of each box.
December 15, 2016 at 5:07 pm #1294874
[email protected]ParticipantThis reply has been marked as private.December 15, 2016 at 5:54 pm #1294937
FriechModeratorHi There,
Thanks for writing in! The first issue is because of this html markups.
<a name="route">
<a name="video">
<a name="chemin">
<a name="attraits">This are considered as links even though it has no reference URL, so you need to close it
</a>or else any elements underneath it will be affected.You can add this under Custom > CSS in the Customizer, to hide the date on recent posts.
.x-recent-posts .x-recent-posts-date {display: none;}Hope it helps, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1294867 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
