Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1277809
    [email protected]
    Participant

    Hi. I have a portfolio page http://dev.standredekamouraska.ca/economie/liste-des-commerces/ where my 8 categodies should display. X version 4.6.4, Cornerstone 1.3.3.

    In the past I work with your team to display them as I want successfully https://community.theme.co/forums/topic/formating-portfolio-page-title-like-the-other-pages/

    I did not notice when they have vanished. I have tried to deactivate all plug-ins but they are still missing.

    Thank’s for the help.

    #1277849
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1278036
    [email protected]
    Participant
    This reply has been marked as private.
    #1278334
    Lely
    Moderator

    Hi There,

    Thank you for the credentials.
    There’s a javascript syntax error that stop categories from showing.
    Uncaught SyntaxError: Invalid or unexpected token
    Pointing to the following custom code on your customizer:

    (function($){
     $(document).ready(function($) {
      $(".muni").append("<a href='http://dev.standredekamouraska.ca/municipalite/'></a>"); 
      $(".eco").append("<a href='http://dev.standredekamouraska.ca/economie/'></a>"); 
      $(".tour").append("<a href='http://dev.standredekamouraska.ca/tourisme/'></a>"); 
      $(".indus").append("<a href=' http://dev.standredekamouraska.ca/economie/liste-des-commerces'></a>");")
     });
    })(jQuery);

    From that code, update this line:
    $(".indus").append("<a href=' http://dev.standredekamouraska.ca/economie/liste-des-commerces'></a>");")

    To this:
    $(".indus").append("<a href='http://dev.standredekamouraska.ca/economie/liste-des-commerces'></a>");

    Hope this helps.

    #1278933
    [email protected]
    Participant

    Grestest thanks! So effective support team!

    #1279306
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

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