Nuno Sarmento
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [NS Minimal] Unresponsive Header for Mobile UseYou could probably tweak the style with this code below – add the code below to Themes -> Appearance -> Custom CSS :
@media only screen and (max-width: 600px) {
.hamburger-box {
margin-top: 33px;
}
}Forum: Themes and Templates
In reply to: [NS Minimal] Unresponsive Header for Mobile UseHi @jodie777
Thank you very much for using my theme.
It is loading on mobile you just need to close the “newsletter” popup you have installed on your WordPress, please see screenshot url below. I can see you are not following the logo instructions (width + height) therefore you will find some styling issues.
https://share.getcloudapp.com/ApuAoxgWThe font is nunito-sans https://fonts.google.com/specimen/Nunito+Sans – you will need someone with css knowledge to change the font type or probably there is some plugin that may change the font type for you.
Best,
Nuno- This reply was modified 4 years, 7 months ago by Nuno Sarmento.
I am closing this topic for now but if you need any more help please let me know.
I am closing this topic for now but if you need any more help please let me know.
Hi there, it should work. Install it and see how it goes.
https://developer.www.ads-software.com/plugins/wordpress-org/detailed-plugin-guidelines/#7-plugins-may-not-track-users-without-their-consent – I may need to report your plugin
I am closing this ticket for now but if you need any more help please let me know.
- This reply was modified 4 years, 8 months ago by Nuno Sarmento.
Hi,
The only way you have now is to delete the plugin via hosting cPanel or connect to your website via FTP. I can help you with that if you want.
Nuno
The plugin works as it should. I don’t know why you gave 1 star to the plugin where the issue that you are having is nothing to do with my plugin. The plugin has more than 10.000 active installs and I never had a report of such issues like the ones you are having, it is clear to me you do have definitely other issues on your WordPress build.
Hi @mx3digital,
What type of permalinks you have setup?
Thank you @arsenalemusica for using my plugin, I’m glad you like it. If the theme follows WordPress standards, yes, that correct, it should redirect to a 404 page.
Thank you,
NunoThank you for that.
Your code is no that different from the one I gave it to @sasikumar3g. Unfortunately from the 10.000 plus active installations I only have your request to add this functionality, if I had more people asking for this “redirect” I would have done it already – anyway I will keep your idea on the “to do” plugin list.Best,
NunoForum: Themes and Templates
In reply to: [NS Minimal] Remove Pages menu in headerHi @sarahdenhof,
Could you please disable all your plugins and then try to edit your “Primary Menu” menu? Make sure to enable “Primary Menu” on “Display location”.
Let me know how it goes.
Forum: Themes and Templates
In reply to: [NS Minimal] Header is not responsive on other devicesYou may want also to fix the mobile padding between the text and the background colour that you setup.
@media only screen and (max-width: 600px) { article { padding: 15px; } }
- This reply was modified 4 years, 10 months ago by Nuno Sarmento.
Forum: Themes and Templates
In reply to: [NS Minimal] Header is not responsive on other devicesThank you for trying that.
Below is a quick fix for this issue you just need to follow the steps:
– Login to your wp-admin
– Click on the menu item Appearance
– Click on the menu item Customize
– Click “Additional CSS”
– Copy the code below and past it to your “Additional CSS” function@media only screen and (max-width: 600px) { .header-image { margin: 25px 0px 0em !important; background-size: contain !important; margin-top: 50px; } }
Please let me know if that fixed – after adding the code you may need to clear your browser cache.
- This reply was modified 4 years, 10 months ago by Nuno Sarmento.