Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #892729
    kirk74
    Participant

    – I DO have Product Validation and Automatic Updates setup.

    I ca see plugins that can be updated, but not the X theme.

    Thanks

    #893417
    Christian
    Moderator

    Hey Kirk,

    Please visit Dashboard > Updates in your WordPress dashboard. Automatic updates checks every 12 hours for new versions that may be available. You can manually check by clicking Check Again on either the X or Cornerstone home page.

    Thanks.

    #898150
    kirk74
    Participant

    Hello, thats is my point tho .. this is not shown as it normally does, and there is no Check Again button?

    #898515
    Zeshan
    Member

    Hi there @kirk74,

    Thanks for writing back!

    Would you mind providing us with login credentials so we can take a closer look to the issue? 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!

    #899728
    kirk74
    Participant
    This reply has been marked as private.
    #899759
    kirk74
    Participant

    URGENT UPDATE .. Strangely, when I went back in and checked again, finally X theme WAS appearing as an option to update. so i did update, and to mt dismay, the entire site was broken, with the main menu appearing as a long list down the page, as well as other issues.

    I thought, perhaps my custom CSS or javascript had not come across, so I checked the customiser and it was all there so it wasn;t that.

    I thought maybe a plugins needed updating so I updated all of them, and same issue.

    It looks SHOCKING, so I have had to activate Maintenance mode .. BUT, you can still see of you login in and look at the site through the Customiser .. PLEASE HELP me urgently..

    I can’t imagine why a simple update would d this? I have updated many times before.

    I do have a backup through UpdraftPlus plugin .. but I would like to be able to use the latest version of X and I think this is critical for plugins etc to always be on the latest versions.

    #899801
    Zolnet
    Participant
    This reply has been marked as private.
    #899939
    kirk74
    Participant

    Hi again,

    UPDATE – While I was waiting for help I did some research, and discovered the fix up adding the /dist/ path to the CSS import code in CSS in customiser .. unfortunately I have to report that this did not help at all.. my site was still completely broken 🙁

    But then I read about the new X Child theme that is recommended to use.. so I went through the looonnng process of getting that set up.. it is a lot better, but there a few issues still .. The main issues I think are isolated to the Javascript .. I have a little bit of custom Javascript and some of this is not working now.. Can you please have a look at this Javascript and advise which bits need to change with the new theme. Thanks.

    (function($){
    $(\’.x-index-filter-label\’).text(\’BROWSE OUR SERVICES\’);
    $(\’.x-filterable-index .view\’).text(\’VIEW SERVICE\’);
    })(jQuery)

    jQuery( function($){

    $(\’.lcp_paginator a\’).on(\’click\’, function(){

    $(\’html, body\’).stop();

    window.location = $(this).attr(\’href\’);

    } );

    } );

    jQuery(\’#cat.postform option.level-0\’).remove();

    (function($) {
    $(document).ready(function() {
    $(\’.x-filterable-index h2.entry-title a\’).removeAttr( \”title\” );
    });
    })(jQuery);

    (function($){
    $(\’a[class*=\”xing\”]\’).attr(\’title\’, \’About Hair Facebook\’);
    })(jQuery);

    (function($){
    $(\’a[class*=\”facebook\”]\’).attr(\’title\’, \’About Face skin & hair Facebook\’);
    })(jQuery);

    (function($){
    $(\’a[class*=\”instagram\”]\’).attr(\’title\’, \’About Face skin & hair Instagram\’);
    })(jQuery);

    jQuery(document).ready(function($) {
    $(\’.blog ul.x-index-filters-menu li:nth-child(1) a\’).trigger(\’click\’);
    });

    (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = \”//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3\”; fjs.parentNode.insertBefore(js, fjs);}(document, \’script\’, \’facebook-jssdk\’))

    #900018
    kirk74
    Participant

    below if my login details if you need

    #900019
    kirk74
    Participant
    This reply has been marked as private.
    #900093
    kirk74
    Participant

    To summarise the issues in the javascript pasted above.. I had javascript to fix the followin, and now since e the update this javascript is not working and I need to know th tweaks required please.

    1.
    I needed customisation to make the pagination wrk on this page … you will see it ays there are 4 pages, but as you click through the pages after page 1 do not wrk .. this was fixed with javascript an now the problem is back:

    http://www.aboutfaceskinandhair.com.au/testimonials-with-pagination/

    2.
    I had used javascript to hide some of the category items in the filterable menu (target as hidden by their number) at this page, but now these hidden categories are shown again:

    http://www.aboutfaceskinandhair.com.au/browse-our-services/

    3.
    I used Javascript to override the Tooltip in the social media icons, and this is now being ignored. I also used Javascript to overide the ZING icon and make it another Facebook icon (As this client has two separate Facebook accounts for 2 parts of this business – with the update this doesn’t work either.

    #900781
    Rupok
    Member

    Hi @kirk74

    Thanks for updating. Your site looks fine – http://prntscr.com/ax68dg

    You need to clear your cache as you have updated. When you update your theme your browser might cache the old CSS that looks broken when you load your site with updated theme. Although if you had the old Child Theme there was an issue regarding this and we pointed that earlier – https://community.theme.co/forums/topic/child-theme-updates/

    That’s not a long process rather a simple tweak.

    However regarding your JavaScript, we really can’t help with custom code as it’s out of our support scope.

    Thanks for understanding.

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