Rui Guerreiro
Forum Replies Created
-
Will close the topic for now. Let me know if necessary.
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Menu loadingWill close the topic for now. Let me know if necessary.
Forum: Plugins
In reply to: [Menu Image, Icons made easy] icons are not in postionin that case add also this custom CSS
@media screen and (max-width: 979px){ .after-menu-image-icons { line-height: 40px; margin-right: 20px; } }
Forum: Plugins
In reply to: [Menu Image, Icons made easy] close sub menuThe menu of the theme you are using has a really specific behaviour. I would suggest you to reach the theme support to see if they can help since they built that menu and are in a better position to help you out.
Forum: Plugins
In reply to: [Menu Image, Icons made easy] icons are not in postionHi @chestnutsnotes,
Add the code below to the Appearance-> Customize -> Additional CSS
.after-menu-image-icons { line-height: 60px; font-size: 20px; }
That shoud sort it. Let me know the result.
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Menu not showing properly on mobileHi @fbam,
That’s not to the Menu Ima plugin but try the following CSS.
Add the code below to Apperance-> Customize -> Additional CSS
@media only screen and (max-width: 759px) { .js .main-navigation.toggled-on>div>ul { display: flex; flex-direction: column; text-align: center; } }
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Is WordPress Menu Image safe?The situation was sorted. Will close the topic.
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Cross Site Scripting (XSS) vulnerabilityThe situation was sorted. Will close the topic.
Forum: Plugins
In reply to: [Menu Image, Icons made easy] menu on hover not workingWill close the topic for now. Let me know if necessary.
The situation was sorted. Will close the topic.
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Menu does not showHi @jefflimausa
I’m seeing the function wp_body_open being echoed in the website. Did you added any code snippet to your website?
Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Menu loadingHi @hurtadodoo
What is your site URL?
It seems you have some custom CSS that is changing the z-index of the dropdown in your website. You need to adjust it to a lower value.
Give it a try and let me know.
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Plugin Vulnerability Notification by WP EngineHi @dishamodi
It takes time for the situation change, I sent the code to Patchstack and they will have a look and update their database.
Only after that the other plugins like Wordfence should check again the vulnerability database.
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Cross Site Scripting (XSS) vulnerabilityHi @danielvos
I just released the version 3.11 that fixes this issue. give it a try.
I submitted the changes to Patchstack so it will be necessary to wait for their review so that the status can change to patched.