Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #743299

    Hello,
    Somehow the productcategories that I made, that are functioning on laptop and IPad, are nowhere to be found when I look for them on my mobile-phone. What can I do to get them displayed?

    #744410

    Hello, This question is still unanswered. Can you help me out please?

    #745444

    Hi,

    Sorry for the late response. Are you referring to the sidebar? try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #top #main .sidebar {
        display: block !important;
        width: 100% !important;
        border: 0 !important;
      }
    
      .responsive #top #main .sidebar .inner_sidebar {
        margin-left: 0 !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #749402

    Thanks Nikko, was indeed referring to the categories in the sidebar. Added the code you provided. But I’m sorry, this still doesn’t seem to work. Made a work-around by adding Product-categories in the footer, that does display in a proper way on a mobile phone.

    #749645

    Hi,

    I just checked your site but I get this:

    Internal Server Error

    Can you give us temporary admin access? so we can check why it’s not working as you have said, there probably might have some conflict or errors. Also give us permission to disable any plugin if necessary.

    Best regards,
    Nikko

    #749664

    Hi Nikko, Today I moved my website from a subdomain: website.irisdepasse.nl to the real URL: http://www.irisdepasse.nl. Maybe that explains the Internal Server Error?

    #749665

    By the way some other things concerning the Productcategories don’t seem to work as well, as you can see in other questions that I have asked. Would be nice if you could solve all of them…

    #749816

    Hi,

    Yes, we will try to help you with that. And you are right I was checking the subdomain link from the private content. It should be safe to post your login details in the Private Content (have posted my email on Private Content).

    Best regards,
    Nikko

    #749841

    Make an entree for you. Hope you won’t need to remove plugins…

    #751183

    Hi,

    Thanks :) Don’t worry we don’t remove plugins, just deactivate it but most of the time we just activate it back if no issues are found. I checked your site and it seems show on mobile though only partial of the code is added:

    @media only screen and (max-width:767px) {
      .responsive #top #main .sidebar {
        display: block !important;
        width: 100% !important;
        border: 0 !important;
      }

    the sidebar still has left margin because the code isn’t complete, I have added the code but it’s not reflecting (even with plugins disabled). Are you using some cloudproxy? seems like any changes done in Quick CSS doesn’t reflect instantly :(

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.