Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #478765

    Hi,

    Wondering if it’s possible to have the mobile menu go beneath the Logo? Client doesn’t want their logo moving to the left and the menu to the right.

    Thank you!

    #479142

    Hey instudioe!

    I’m not really sure I understand. The mobile menu will display when you click on the menu toggle icon. Can you take a screenshot and highlight what your trying to do so we can get a better idea?

    Best regards,
    Elliott

    #479172

    The current site has the mobile menu off to the right:

    The client would like to have the mobile menu beneath the logo like this example:

    #479216

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive #header_main .container {
        height: 160px!important;
    }
    #advanced_menu_toggle {
    width: 100%; 
    top: 80%; 
    }}

    Regards,
    Yigit

    #479291

    Perfect!

    Only thing is the logo isn’t center, it’s still off to the left

    #479371

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        margin: auto !important;
    }
    .logo { width: 100%!important; }}

    Best regards,
    Yigit

    #479384

    Awesome! Thanks so much.

    Any way to change the mobile menu icon out with the text, MENU?

    #479389

    Hi!

    Please add following code to Quick CSS as well

    #advanced_menu_toggle { right: 5%; color: white; }
    #advanced_menu_toggle:after {
      content: 'Menu';
      font-size: 18px;
      position: relative;
      top: -4px;
      left: 5px;
      color: white;
    }

    Best regards,
    Yigit

    #480495

    null

    Is there a way we can fix the size of the navigation? Seems to only get this big on tablet size.

    #480750

    Hi!

    I am not sure if i understood you clearly. Can you please post a screenshot and show the changes you would like to make?

    Cheers!
    Yigit

    #480769

    Yes notice how the navigation menu’s height get’s way too large when you resize the browser window to tablet size. In my previous post I attached a screen shot. ericcohler.com/wordpress is the site

    #480776

    It could be because the sub-menu under “About” is very large. Is there a way I can scale that down so it matches the main navigation?

    #481723

    Hey!

    I’m not noting that on my end, have you checked it on actual tablet?

    Regards,
    Josue

    #484819

    Yes was able to figure out. Thank you!

    There seems to be an issue with the galleries http://ericcohler.com/wordpress/portfolio/
    – When you click page 2 of the gallery, it changes all the galleries. And when you click on the next picture from lightbox, it only scrolls through the ones visible, not all the pages of photos.

    #484943

    Hey!

    That’s the expected WordPress behaviour when you use pagination on a page with multiple loops, regarding the lightbox gallery, that’s expected too, because it uses the images currently present (or visible) on that page. I’d suggest using a different approach for this, maybe a LayerSlider or a Content Slider could do it, ideally you would want to have the pagination on the client side (like with slider arrows/dots).

    Best regards,
    Josue

    #485482

    Hmmm okay. We switched to “show all images” here: http://ericcohler.com/wordpress/living/
    BUT the Pinterest Pinit button will not populate all the images. Any thoughts?

    #485601
    #486074

    They don’t want the image hover Pinterest button :/

    The Pinit button works perfectly on http://ericcohler.com/wordpress/installations/ gallery, just not on http://ericcohler.com/wordpress/living/

    #486166

    Hm, the only Pin button i’m seeing -in both pages- is the one in the logo and it seems to be working as expected.

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