Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1294867
    [email protected]
    Participant

    Hi 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.

    #1294874
    [email protected]
    Participant
    This reply has been marked as private.
    #1294937
    Friech
    Moderator

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1294867 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>