Forum Replies Created
-
AuthorPosts
-
Hi,
I had someone look into this earlier, but as it seems we don’t have a place like that in our database, which is a little weird but nevertheless our situation. So the solution doesn’t work for us.
Best regards,
MMay 23, 2017 at 9:46 am in reply to: Still having problems with Masonry Gallery after update – 4.0.7 #798122Hi Ismael,
I tried inserting the code and it works fine. It did, however, trig some issues.
- 1. The box in the top with the language change is visible when opening the menu
- 2. On desktop a hover function makes the menus open when hovering over them. This is not supposed to happen
- 3. The code below, making sure that an active menu is underlined, stopped working. You can find the source of the code here: https://kriesi.at/support/topic/highlight-current-parent-menu-in-mobile-menu/
Also, this does animate, but not in a smooth way like this: http://codepen.io/stevenfabre/pen/LGvzk which is what we aimed for.
Best regards,
Mfunction add_custom_script(){ ?> <script> $(window).load(function () { $('#mobile-advanced li > a').on('click', function() { $(this).toggleClass('menu_underline'); }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');
Hi,
Deactivated all plugins and tested again. No results.
Best regards,
MMay 22, 2017 at 9:26 am in reply to: Still having problems with Masonry Gallery after update – 4.0.7 #797484Hi,
Which mods are not valid? Do you have another solution as to how to make an animated hamburger icon?
The only problem I have with the current solution is that after the update 4.0.3 the animated hamburger icon hides behind the pop-up menu’s black background. Z-index doesn’t seem to work, but you know the code better, so maybe you know what is causing the problem?We want an animation with the hamburger icon (so the lines animates into a cross and back again on toggle), which enfold’s default mobile icon does not do. I’ve used this link: https://kriesi.at/support/topic/animated-hamburger-mobile-menu-icon/ and the rest should be simple.
Best regards,
MHi,
Tried removing the s, but it didn’t work.
Best regards,
MHi Jordan,
Thanks for your answer. It works beautifully, but I’m more interested in knowing if I can fix what was originally meant in this function – simply insert a link and then video is showing automatically. It will be easier that way for the people who are going to run the website.
Best regards,
MMay 19, 2017 at 10:29 am in reply to: Still having problems with Masonry Gallery after update – 4.0.7 #796452Not sure what you mean by “it’s intended to work on desktop view only”.
But I’ve changed the following codes:– avia.js (see image 1) – to change the ID that toggles the mobile menu
– helper-main-menu.php (see image 2) – to place the hamburger icon where your original mobile menu icon is
– function.php (see image 3) – JavaScript that creates the cross animation
– custom.css (the one under Enfold options on dashboard)Hope this helps to understand what I did.
Best regards,
MMay 17, 2017 at 1:09 pm in reply to: Still having problems with Masonry Gallery after update – 4.0.7 #794859No, the hamburger icon.
Right now the original enfold theme closing button is showing so we can close the menu again, because the hamburger icon is hidden behind the black menu bg.May 17, 2017 at 12:43 pm in reply to: Still having problems with Masonry Gallery after update – 4.0.7 #794840Hi Rikard,
We’d forgotten to clear the cache. That fixed it, so now it works again.
I have one more thing. I’ve inserted a custom menu icon for the responsive pop-up menu. It used to work fine with the hamburger icon always showing, but now it’s hidden behind the responsive menu that pops up. I can’t seem to fix it with z-index. Do you have an idea as to what is causing this?
Best regards,
MariannHello,
It might be the wrong thread to ask this, but can we expect the next update soon? We have a few bugs from the last update that are starting to become a little nerve-wracking, and since it’s been more than a month since the last update, I’m curious as to when we can expect the next one.
Best regards,
MApril 21, 2017 at 10:49 am in reply to: Variety of problems after updating to Enfold 4.0.5 specially Masonry Gallery #781088Hi Rikard,
Thank you for the information. I will wait for the next update.
/M
Hi Victoria,
Works like a charm! Thank you so much!
Best regards,
MApril 20, 2017 at 10:03 am in reply to: Variety of problems after updating to Enfold 4.0.5 specially Masonry Gallery #780408Hi,
Should I create a new topic with my problem? It’s still there.Best regards,
MApril 19, 2017 at 12:56 pm in reply to: Variety of problems after updating to Enfold 4.0.5 specially Masonry Gallery #779935I’ve had trouble too with the Masonry Gallery after updatin to the latest version. Both on desktop and mobile it only shows one image if not none. I’ve tried deactivating the plugins, but none of them is causing the trouble. Nor is my custom code.
If I’m logged in it works fine (on desktop at least).
- This reply was modified 7 years, 7 months ago by m9491.
Hi again,
Thank you for your help. It’s very much appreciated!
I will see if I can get into contact with the plugin’s author.Best regards,
MHi,
The entire column is still not clickable. I just removed the padding because it didn’t work.
As you see in my first post, I have used the mentioned code to make the entire column clickable. It used to work, but now it doesn’t.Best regards,
MOh, sorry. It helps dividing long words with hyphens, whenever needed. It’s like Hyphenator, but a little more advanced.
https://wordpress.org/plugins/hyphenator/
https://wordpress.org/plugins/wp-typography/Hi Andy,
Thanks for the tip! I checked the plugins and it turns out it’s the wp-Typography plugin that is causing the trouble. Do you have any plugins like this that you suggest to use with Enfold?
Best regards,
MHi John,
Thank you for the code. I tried inserting the it in Quick CSS. However, the text in the boxes ends up being affected too (see attached image).
Best Regards,
MHi Nikko,
I’ve added the code to the functions.php now.
Best regards,
MThe footer is still showing, when I open the mobile menu. See attached image.
We wish to only be able to see the menu when clicking on the hamburger icon.That works wonderful. Thank you!
Just one last question. When I open the mobile menu, the footer sometimes/sometimes not shows in addition to the menu. Is this a bug or is there a way to make sure the footer is not showing when I open the mobile menu?
Hi again,
Thanks for the code! It works perfectly on 1st level parent menus. Is it possible to do the same on the parent menus on the other levels? Or is it easy enough to add in the jQuery code you added?
If you have time you are much welcome to look at the hamburger icon’s position. I’ve added the icon where the original icon used to be, but when you make the browser window smaller/bigger it doesn’t stay in place and I don’t know why it’s doing that. I’ve used this styling:
#hamburger-icon {
width:45px;
height:45px;
position:absolute;
display:block;top: 60px !important;
right: 20px !important;z-index: 99999999;
}I’ve removed the CSS now.
There was an underline on the first item whether or not the submenu was open. But not on the rest of the parent menus (see image).
Also adding a login, just in case.
Thanks for the answer. Unfortunately, it didn’t work. Can it be done with a CSS only, or do I need to change something in the avia.js file? I’ve been looking there too in the if-sentence that opens the submenus.
Hi again,
Fixed it. It was something with the JavaScript code. I changed it, and now it works like a charm.
Hi, I can see that this topic has been off for a while, but I am trying to do the exact same thing. I’ve put the JS at the bottom of the functions.php and it doesn’t cause any errors, but my icon doesn’t transform at all. The CSS and HTML work fine.
The ID doesn’t work either. For now we use the ‘all-around’-code you suggested, but I still think you should fix the masonry-blog element at that point. No need to have a function to give it a CSS Custom Class or an ID if it doesn’t work. I’ll request that fix.
Hi again,
Yes, that’s what I’ve been trying to do (see the image attachments in the first post). But I’m not sure how to make it fully work – can you say if I’m missing to insert a code somewhere or if I have to do something entirely else?
Best regards,
M -
AuthorPosts