rafax
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [noa] Menu does not display correctly on mobileWell I see it well in mobile now
Forum: Themes and Templates
In reply to: [noa] Menu does not display correctly on mobileSorry, the code is wrong, two brackets are missing, the correct one is this:
@media screen and (max-width: 37.5em) { .main-navigation li { ????? z-index: 99999999999; ????? background-color: black; } }
Erase the other one and paste this one. a greeting
Forum: Themes and Templates
In reply to: [noa] Menu does not display correctly on mobileI already found the error, paste this code in customizer> custom css
in the next version I’ll fix it. a greeting@media screen and (max-width: 37.5em)
.main-navigation li {
???? z-index: 99999999999;
???? background-color: black;
}Forum: Themes and Templates
In reply to: [noa] Menu does not display correctly on mobileI’m confused I can not reproduce your problem in my tests.
Only “Wales” and “Spain” are not shown and I do not understand why if they are shown on the big screen.
Try to recreate those items in the menu and tell me something please.
Greetings.Forum: Reviews
In reply to: [noa] Beautiful themeThank’s a lot
Forum: Themes and Templates
In reply to: [noa] Posts images are not displayed as they shouldOk, I hope you do well.
If you like noa theme rate it on www.ads-software.com, thanks
https://www.ads-software.com/themes/noa/Forum: Themes and Templates
In reply to: [noa] Posts images are not displayed as they shouldYou can edit the size of the image in your article, do it this way.
I hope I have helped you as much as possible.
Soon I will release another update (I hope it does not break anything hehehehehe).Forum: Themes and Templates
In reply to: [noa] Posts images are not displayed as they shouldYou can do it in another way:
Go to the dashboard, Appearance / theme editor
and in the panel on the right in the inc folder and assets.php file
Change this line.
wp_enqueue_style (‘noa-style’, get_stylesheet_uri (), array (), ‘1.2.10’);
and click Upload file button.
Notice that only one number changes at the end of the row (‘1.2.10’).
Tell me if it worked.Forum: Themes and Templates
In reply to: [noa] Posts images are not displayed as they shouldLet’s try it, I think it’s because of the cache …
If you have access to the files of the wordpress installation, in the folder inc / change the file assets.php by this that happened in this link
https://www.dropbox.com/s/bcddaq7bs39gv7x/assets.php?dl=0
And recharge the web.
Tell me how it was.Forum: Themes and Templates
In reply to: [noa] Posts images are not displayed as they shouldI think I found the error, the solution may be to uninstall the theme and download it again and then install it, try it and tell me if it works
Forum: Themes and Templates
In reply to: [noa] Posts images are not displayed as they shouldthis did not happen with the previous version?
Forum: Themes and Templates
In reply to: [noa] Posts images are not displayed as they shouldForum: Themes and Templates
In reply to: [noa] Posts images are not displayed as they shouldok, now I am away from home, when I arrive I will check the problems on my pc and not on the mobile, it is possible that in the last update I made some mistake, thanks for using Noa, your website looks very nice.
Forum: Themes and Templates
In reply to: [noa] Posts images are not displayed as they shouldHello, tell me exactly what change from the previous version to is And leave a link to your website to check the failures, thanks.
You can get the logo aligned to the right using custom css to customize and adding this rule
.custom-logo-link {
align-self: flex-end;
margin-right: 50px;}
but it is not elegant because the title does not align with the logo, for it would have to modify the header php and give it another type of css rules