Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #894705
    suzannereid
    Participant

    Hi, I have a problem with updating this theme on this site:
    http://dallasvitality360.com It gives me an error every time. see attached photo.
    everything else is updated to the latest version

    #894706
    suzannereid
    Participant
    This reply has been marked as private.
    #894707
    suzannereid
    Participant

    see attached photo

    #895240
    John Ezra
    Member

    Hi there,

    Thanks for writing in! The error indicates file permission issues. If you are familiar with how to change these then you change them to allow it. If not you may wish to contact your host for assistance with this.

    Alternatively, you can update your theme manually. Please follow this guide:

    https://community.theme.co/kb/updating-your-theme-and-plugins/

    Let us know how that goes. Hope this helps – thanks!

    #895337
    suzannereid
    Participant

    Ok, thanks!

    In the meantime, I have another couple of issues…my header! I have followed other forums and put in code to keep the topbar header sticky, but on mobile it looks horrible. the topbar has to be transparent as well in order to let the logo creep up over and not be cut off. (see attached photo)

    and second, on the home page i have three card boxes which I’ve customized to match my designer’s file, however when i resize the page to a smaller screen the text falls out of the boxes. any help with that?

    Thank you!

    #895373
    suzannereid
    Participant

    mobile screenshot

    #896273
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    @media (max-width:1030px) and (min-width:767px){
    .x-card-outer .x-face-inner {
        height: auto;
    }
    }

    Please find this code :

    .x-topbar {
        position: fixed;
        width: 100% !important;
    }

    And update it to :

    @media (min-width:979px){
    .x-topbar {
        position: fixed;
        width: 100% !important;
    }
    }

    Hope it helps.

    #898644
    suzannereid
    Participant

    Thanks! it works great for tablet size, but for mobile it still pushes the text out of the middle box :/

    #899707
    Friech
    Moderator

    Hi There,

    What type of phone are you in? Sorry I can’t replicate the issue on my end.


    screenshot

    Please try to clear your phone’s browser cache or check the site with other phone.

    Thanks.

    #902803
    suzannereid
    Participant

    Ok, never mind. 🙂 thanks!

    #903417
    John Ezra
    Member

    You’re most welcome!

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