-
AuthorPosts
-
July 26, 2015 at 6:37 pm #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!
July 27, 2015 at 4:19 pm #479142Hey 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,
ElliottJuly 27, 2015 at 4:55 pm #479172The 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:
July 27, 2015 at 6:17 pm #479216Hey!
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,
YigitJuly 27, 2015 at 8:51 pm #479291Perfect!
Only thing is the logo isn’t center, it’s still off to the left
July 28, 2015 at 12:24 am #479371Hi!
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,
YigitJuly 28, 2015 at 12:36 am #479384Awesome! Thanks so much.
Any way to change the mobile menu icon out with the text, MENU?
July 28, 2015 at 12:47 am #479389Hi!
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,
YigitJuly 30, 2015 at 1:28 am #480495Is there a way we can fix the size of the navigation? Seems to only get this big on tablet size.
July 30, 2015 at 3:52 pm #480750Hi!
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!
YigitJuly 30, 2015 at 4:35 pm #480769Yes 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
July 30, 2015 at 4:50 pm #480776It 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?
August 2, 2015 at 12:36 am #481723Hey!
I’m not noting that on my end, have you checked it on actual tablet?
Regards,
JosueAugust 8, 2015 at 4:59 pm #484819Yes 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.August 9, 2015 at 10:26 pm #484943Hey!
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,
JosueAugust 10, 2015 at 5:15 pm #485482Hmmm 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?August 10, 2015 at 8:33 pm #485601Hi!
Try using a plugin like this:
https://wordpress.org/plugins/pinterest-pin-it-button-on-image-hover-and-post/Regards,
JosueAugust 11, 2015 at 5:08 pm #486074They 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/
August 11, 2015 at 8:23 pm #486166Hm, the only Pin button i’m seeing -in both pages- is the one in the logo and it seems to be working as expected.
-
AuthorPosts
- You must be logged in to reply to this topic.