vent
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hamilton] Block gallery and image link, underline ?Indeed the blocks are great for the possible multiples, but not always simple to simplify the css ??
For me, it is especially important for the images in the galleries! This code seems to suffice. Thanks for the quick replies!
Forum: Themes and Templates
In reply to: [Hamilton] hover text-color Button and squaredYour theme isn’t the same!
This css is only for Hamilton…
Sorry, I don’t can help you.Forum: Themes and Templates
In reply to: [Koji] Comments are closed with disable comment in single post ?Thanks,
I understand the rule, but it’s stupid with a good theme with an option to hide comment…
Yet WordPress is not KISS ??
Thanks again for the work done on the themes
PS, I prefer child theme to additional CSS…
Forum: Plugins
In reply to: [SecuPress Free — WordPress Security] Mise à jour radicale…Une nouvelle mise à jour corrige la radicalité de la précédente…
== Changelog ==
= 1.4.8.1 =
* 2 may 2019
* My bad, almost all modules were marked as “pro”, never asked that x) All is back like in 1.4.7 ??
Laurent note la demande de support en résolue, si la nouvelle mise à jour te convient! (chez moi, je retrouve l’extension que j’aime).
Forum: Plugins
In reply to: [SecuPress Free — WordPress Security] Comment revenir en arrière proprementDonc question résolue!
Forum: Plugins
In reply to: [SecuPress Free — WordPress Security] Comment revenir en arrière proprementPour revenir en arrière, il suffit de mettre à jour vers la dernière version soit la 1.4.8.1
Les notes de version expliquent le manque de communication sur le changement ayant conduit aux remarques ci-dessus:
== Changelog ==
= 1.4.8.1 =
* 2 may 2019
* My bad, almost all modules were marked as “pro”, never asked that x) All is back like in 1.4.7 ??
Forum: Plugins
In reply to: [SecuPress Free — WordPress Security] Mise à jour radicale…La description de l’extension me semble fallacieuse maintenant:
Description
Edit May, 23rd: SecuPress is GDPR compliant !
YOU MADE IT, WE KEEP IT SAFE!Protect your WordPress with malware scans; block bots & suspicious IPs. Get a complete WordPress security toolkit for free or as a pro plugin.
What’s the difference between free and pro version?
If you are proactive, our free WordPress security plugin is a great choice! No time to activate weekly scans? Then SecuPress pro is the way to go. Our plugin takes care of everything with automated tasks.Forum: Plugins
In reply to: [SecuPress Free — WordPress Security] Mise à jour radicale…Oui, cela fait tout dr?le…
Par contre, je dirai que les protections sont gardées, si on les avaient configurées avant… On peut juste plus y toucher!
Par exemple, j’avais désactivé l’installation d’extensions et de thèmes, l’option est toujours active, je ne peux plus inverser mon choix car option pro (la case n’est pas cochée malgré la protection active.)Forum: Themes and Templates
In reply to: [Hamilton] Gallery alignement with Gutenberg BlocI try:
.entry-content .alignwide { margin-left: calc( 50% - 620px ); max-width: 1240px; width: 1240px; } .wp-block-gallery + .wp-block-gallery { margin-top: -50px; } @media ( max-width: 1380px ) { .entry-content .alignwide { margin-left: calc( 50% - 45vw ); width: calc( 90vw); } } @media ( max-width: 620px ) { .wp-block-gallery + .wp-block-gallery { margin-top: -45px; } }
The look of the galleries is better, but not yet optimal on mobile …
Blocks set to wide look to line up on the featured image!
A code of this type revised and corrected, can it be integrated in the original css of the theme?Thanks Seindal for the answer and Anders for the super themes!
Forum: Themes and Templates
In reply to: [Hamilton] Gallery alignement with Gutenberg BlocThanks, it works good for consecutive galleries, but break the good space if the block are “gallery” in custom css of block…
To solve this problem,ideally, all gutenberg blocks have the width of the featured image when they are set to wide.
Forum: Themes and Templates
In reply to: [Hamilton] Gallery alignement with Gutenberg BlocI found a solution beginning with the class css aditional gallery and the default block width.
Alignment and vertical and horizontal margins are good!Maybe this could be automatic with the wide setting?
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] replace “button” with “a”All works good,
without this little problems, this plugin is really in the top of free lightbox for WordPress!
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] replace “button” with “a”The css overwrite Photoswipe button for Oria:
button:hover, .button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background-color: #17191B; color: #fff; text-decoration: none; }
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { border-color: #aaa #bbb #bbb; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] replace “button” with “a”For Hamilton, here is the css problematic, with my knowledge, I did not find the line involved:
button, .button, input[type="button"], input[type="submit"] { background: #000; border: none; border-radius: 0; color: #fff; display: inline-block; font-family: inherit; font-size: 16px; font-weight: 700; min-width: 120px; padding: 16px 24px 18px; text-align: center; -moz-appearance: none; -webkit-appearance: none; } button, .button, input[type="button"]:hover, input[type="submit"]:hover { cursor: pointer; } .dark-mode button, .dark-mode .button, .dark-mode input[type="button"], .dark-mode input[type="submit"] { background: rgba( 255, 255, 255, .25 ); transition: background .2s ease-in-out; } .dark-mode button:hover, .dark-mode .button:hover, .dark-mode input[type="button"]:hover, .dark-mode input[type="submit"]:hover { background: rgba( 255, 255, 255, .3 ); }
with dark-mode, rendering is different (screen capture with 1.7 version, works good with 1.9): exemple-dark-mode
- This reply was modified 6 years, 9 months ago by vent.
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] replace “button” with “a”I haven’t smartphone or tablet to test Android or IOS…
My idea to replace ‘button’ with ‘a’ comes from this plugin: Easy Photography Portfolio
You can simply test the rendering with both test sites:
https://default.portfolio.bycolormelon.com/portfolio/colors-and-patterns/
https://befree.bycolormelon.com/portfolio/darte-shop/I look quickly in the css themes!