emusxx
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Top bar doesn’t work cssYou are right it is a problem of my CSS. Many thanks.
Forum: Themes and Templates
In reply to: [GeneratePress] Top bar doesn’t work cssIt doesn’t has to do with the hover effect, it is a custom one. It was just an example to see it behaves different. If you inspect the div that contains the content in the top bar you’ll see that it does not fit the content. If you for example icrease the font size, the div doesn’t change its height, causing and error and making very difficult to style any possible content. Also, the hover effect sould behave in the same way as the it does in the footer.
The only reflexion I could reach to was that this problem only appears when you put the content before the header (as in this case). Same content after main nav works perfectly well…
- This reply was modified 4 years, 4 months ago by emusxx.
Forum: Themes and Templates
In reply to: [GeneratePress] Top bar doesn’t work cssI’ve tried the same operarion with the top bar widget and the problem is exactly the same. Have a look now. Exactly same code of the bottom footer bar widget but very different behavior…
I think it is not a problem of my style sheet.
Thanks.
Forum: Themes and Templates
In reply to: [GeneratePress] Top bar doesn’t work cssHi!
Yes, they look the same, but if you inspect the first one you will see that the div doesn’t respect the height of its inner content. Easier to see, just hover the first one and then over the one below. You will see the diference.
Thanks!
Forum: Plugins
In reply to: [Lightbox - EverlightBox Gallery] Sticky caption donesn’t workYes of course. You can see an example here: https://escalarnaranjodebulnes.es/directa-de-los-martinez/
By the way, just as an input, the next and prev icons are not verticaly centered in mobile screens, at least for me. I’ve “fixed” that with top:45% but I don’t think is the best way to solve that.
Anyway great job with this plugin, I am delaighted!
Brilliant! It worked perfectly. Thanks!
Ok, no worries! The php for the archive pages didn’t work. I don’t know why the hook isn’t removed and the tittle is still displayed. I can’t just hide it with css because I will have two <h1> with the same content. https://evaluing.com/es/category/sin-categoria-es/
- This reply was modified 5 years, 11 months ago by emusxx.
It works! Is there any way to do that for all the entry-header? Something like:
add_filter( 'generate_show_entry-header', '__return_false' );
Forum: Themes and Templates
In reply to: [GeneratePress] Position sticky doesn’t work on last widgetOk, no worries then, maybe is my Mac. I am using the version 10.1.1.
Thanks!
Forum: Themes and Templates
In reply to: [GeneratePress] Position sticky doesn’t work on last widgetHi Leo,
It works when you use safari on iPad but not on pc.
Really weird…
Thanks!Forum: Themes and Templates
In reply to: [GeneratePress] Position sticky doesn’t work on last widgetSorry Tom I’ve just tested that it doesn’t work on safari or other browsers. Do you know how to solve that? Thanks!
Forum: Themes and Templates
In reply to: [GeneratePress] Position sticky doesn’t work on last widgetBrilliant! Many thanks it works perfectly.
Forum: Themes and Templates
In reply to: [GeneratePress] Position sticky doesn’t work on last widgetThanks for your answer Tom,
I think that is not the issue. Anyway you can test it in that page:
https://evaluing.com/es/sin-categoria-es/lorem-ipsum-dolor-sit-amet-consectetur-adipiscing/
Forum: Plugins
In reply to: [Theme My Login] Reset password email send by worpress instead of TMLBy the way, I use the moderation by admin option. When this is active the user only receives an email after the admin aprove his account. Is there any possibility to send a previous email in order to explain the user that his data is being checked and his account will be activated soon? I mean, not desactivating the “new user email”, but use it for that.