Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #742618

    Hello,
    My name is Salvatore.
    I have purchased and installed the theme Enfold on my website.

    If I connect to the mobile for the first time, next to the logo see the icon menu, click there and the menu of other pages open. Once opened such as the page “About me” and returning to the home no longer see the menu icon. If I try to connect again to the home no longer you see the icon menu.

    I tried to insert as in Quick CSS is this code:
    .responsive .mobile_menu_tablet .main_menu { display: block; }

    and also this:
    nav.main_menu { display: block !important; }
    #advanced_menu_toggle { display: none !important; }

    but the problem remains.

    If I connect the first time, deleting the history of visited sites, I get the mobile menu icon, then open another page and you no longer see the icon.

    Can you help me?

    Thank you very much
    Salvatore

    #742830

    Hey salpas,

    It appears the custom code added to the theme or the modifications are in conflict. For testing purpose please remove the custom codes and let us know if that works fine.

    Best regards,
    Vinay

    #742832

    Hy Vinay,
    I removed the codes and does not work.
    Only the first time you see the menu on the mobile home page. If I open the menu and go to another page, the icon is no longer visible.

    Best regards
    Salvatore

    #743631

    Hy Vinay,
    I removed the codes and does not work.

    Best regards
    Salvatore

    #745375

    Hi,

    Can you try to add this at the bottom of Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #advanced_menu_toggle {
        display: block;
        right: 20px;
      }
    }

    Let us know if this helps. If not please give us temporary admin access, so we can inspect it further.

    Best regards,
    Nikko

    #745463

    hi Nikko,
    I copied and pasted the code you gave me.
    the mobile menu icon appears only on smartphones and not on tablets.
    But as soon as I click on the icon to open the menu, it will not open.

    I will be happier if you examine administrator so as to resolve the problem.

    I also have other problems with the content elements and media of this thema.

    The animated Countdown timer can not see.
    The element comments not allow me to enter comments.
    Spiders do not work and images that load can not be seen.
    I want to enlarge the thumbnails but despite I set a larger size and regenerate the thumbnails they remained always 80×80 px.

    Can you help me?
    Tell me how I have to do to give you administrator access.
    Thank you.
    Salvatore

    #746199

    Hi,

    You can change the code I gave to target ipad as well, just replace the code I gave:

    @media only screen and (max-width:767px) {
      #advanced_menu_toggle {
        display: block;
        right: 20px;
      }
    }

    to this one:

    @media only screen and (max-width:1024px) {
      #advanced_menu_toggle {
        display: block;
        right: 20px;
      }
    }

    As for the menu not opening when click, can you try to disable the autoptimize plugin. Hope this helps.

    Best regards,
    Nikko

    #746334

    Thanks Nikko,
    I tried to replace the code that you have provided me. The icon is visible on all pages but it only opens on the home page.

    Instead I disabled autoptimize and removed the code that you have provided me. The icon appears and opens the pages except those about us.

    What else should I change?

    Thank you
    Salvatore

    #746337

    also if I open my blog articles icon appears but not the menu opens. Clicking on the icon menu it does not open.

    #746725

    Hi,

    I checked on your site and it seems to be fixed. I tried the 4 links in the menu and open the blog articles and tested the menu icon and it’s working fine. I can’t find the About page, is it the Chi Sono page? I also tested this with my mobile phone and didn’t have any issues on my end.

    Best regards,
    Nikko

    #747023

    Thanks Nikko

    Now everything works perfectly.
    The problem was the plugin optimize

    Can I ask one more thing?
    On my home page I want the thumbnails are larger, at least 250 px wide.
    Despite having changed the media sizes, from wordpress settings, and has reclaimed the thumbnails within a plugin they are still 80×80 px and are very small.

    Can you help me?

    Thank you

    #747085

    Hi,

    Sure, try adding this css code in Quick CSS (located in Enfold > General Styling):

    .home .blog-meta a.small-preview {
        width: 250px;
        height: 250px;
    }
    
    .home .blog-meta a.small-preview img {
        width: 100%;
        height: 100%;
    }

    Currently the image size you are using is 180px, you can change the 250px from the code. :)

    Cheers!
    Nikko

    #747232

    hi Nikko,
    you’re super :)

    everything works.
    Thank you

    I forgot to tell you that all the content elements work except the “comments” element. As soon as I enter the “comments element” with the editor and try to click on it to open, not as open as it is for other elements.

    What should I do?

    Thanks again

    #747284

    Hi,

    Thanks for your kind words :) Comment Element doesn’t have any settings, you just need to place it on your page and the comment section be displayed in that area.

    Cheers!
    Nikko

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