Tagged: x
-
AuthorPosts
-
December 1, 2016 at 1:55 pm #1277809
[email protected]ParticipantHi. 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.
December 1, 2016 at 2:22 pm #1277849
NicoModeratorHi 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
December 1, 2016 at 4:48 pm #1278036
[email protected]ParticipantThis reply has been marked as private.December 1, 2016 at 9:31 pm #1278334
LelyModeratorHi 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.
December 2, 2016 at 10:54 am #1278933
[email protected]ParticipantGrestest thanks! So effective support team!
December 2, 2016 at 5:24 pm #1279306
Rue NelModeratorYou’re welcome!
Thanks for letting us know that it has worked for you. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1277809 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
