webmix
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Second language overriden after saving main language pageIt seems that the problem came from “Lingotek Translation” plugin, I disabled it and the error didn’t happen again
Forum: Plugins
In reply to: [Polylang] Second language overriden after saving main language pageHi Chouby,
Ok I will do that and let you know the result
ThanksForum: Plugins
In reply to: [Page scroll to id] Manually edit JS to set offsetI’m sorry, but unless it’s an extreme case posts and replies are not edited.
Yes, that’s what I read, no problem about it. My apologies for hitting the report button!
You’re welcome ??
I think I added the wrong breakpoint for your page in the media query. In the CSS just change:
@media (max-width: 991px){ to: @media (max-width: 780px){
Hi @malihu, yep no problem i will adjust the media query ??
Thanks for the help!- This reply was modified 6 years ago by webmix.
Forum: Plugins
In reply to: [Polylang] Second language overriden after saving main language pageHi @chouby,
No, I just checked and none of the boxes are checked for synchronizations in Polylang settings :/ But indeed, it acts as if it was enabled
Forum: Plugins
In reply to: [Page scroll to id] Manually edit JS to set offset@ mod that will look here, sorry I clicked “report” but I didn’t think it would immediatly do a report, i’m just looking for a way to remove the link that I posted here, it won’t be any helpful for the community later since it’s a temporary link that will be removed very soon.
Sorry about that- This reply was modified 6 years ago by webmix.
Forum: Plugins
In reply to: [Page scroll to id] Manually edit JS to set offsetHi Malihu,
Thank you very much for such a detailed answer!
I used solution number 2, it is more pragmatic. It works like a charm !
And anyway, nowaday, I feel like customizing a WP theme is only doing hacks and hacks ??Forum: Plugins
In reply to: [Page scroll to id] Manually edit JS to set offsetForum: Plugins
In reply to: [Contact Form 7] date form with placeholderHi,
I found a workaround using CSS, with custom CSS feature and ::before pseudo element
.wpcf7-form-control-wrap.dates input::before { content: "Dates souhaitées"; margin-right: 10px; }
That will display “Dates souhaitées jj/mm/aa” in the field before anything is selected, and then “Dates souhaitées 10/10/19” once a date is selected.
Not the perfect solution, but still providing a better user experience !Forum: Fixing WordPress
In reply to: Full media library options in theme customizerThanks for your answer @jakept
Now I understand better why those options in theme customizer are so limited.
The problem is that I plan to use this feature not for 1 theme but for a lot of them, so a solution with custom controls is going to be a pain to implement.
Another idea would be to use ajax to upload pics before they got inserted, so that we can actually have an ID for the media, but it also seems complicated to implement such a thing.
Have you ever heard of a plugin that would do that ?