pixelspy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Gallery columns displayed on phone viewHey again,
I’m afraid that one column is by design with those kind of plugins.
Overriding CSS will be challenging.
Maybe look for a plugin that offers what you want to achieve ?
??Forum: Fixing WordPress
In reply to: Alignement de l’image mise en avantN’oublie pas de changer le statut de ce tiquet en Résolu ??
Forum: Fixing WordPress
In reply to: Alignement de l’image mise en avantSuper ! Maintenant tu peux tester des choses dans le CSS ??
Forum: Fixing WordPress
In reply to: Gallery columns displayed on phone viewHello again,
It seems like Elementor plugin offers what you are looking to do.
https://www.designbuildweb.co/responsive-column-layouts-elementor/??
Forum: Fixing WordPress
In reply to: Alignement de l’image mise en avantAs-tu testé le code que je t’ai envoyé , dans le style.css directement ?
Et n’oublie pas de rafraichir la page du site ??Forum: Fixing WordPress
In reply to: Gallery columns displayed on phone viewHey
Ok I will check if I can manage to do it and I will send you a CSS code snippet and explanations on how to add them in the WordPress back-office.
I’m in France and it’s evening time, so I will get back to you tomorrow as soon as possible.
??Forum: Fixing WordPress
In reply to: Alignement de l’image mise en avantTout à fait !
à demain ??Forum: Fixing WordPress
In reply to: Gallery columns displayed on phone viewHey
It seems like this is still the case:
https://www.ads-software.com/support/topic/change-number-of-columns-in-mobile-devices/Do you have the PRO version of the plugin ?
Otherwise, you need to add CSS. A custom CSS editor (usually titled Additional CSS) is included in the Customizer as of WordPress 4.7 specifically for this purpose.
This is the official W3 page that shows you how to create a responsive grid:
https://www.w3schools.com/howto/howto_css_image_grid_responsive.aspI hope that can help you ?
??Forum: Fixing WordPress
In reply to: Gallery columns displayed on phone viewHello again,
OK can you share the URL of the page you have issues with please ?
With Visual Portfolio Plugin, are you using Portfolio items or Portfolio Layouts ?My pleasure, let’s find the solution together.
??Forum: Fixing WordPress
In reply to: Alignement de l’image mise en avantOK super !
Si l’idée est d’appliquer cela sur tous les articles, voici ce que tu pourrais faire :
article { display: flex; flex-direction: column; align-items: center; }
Sinon tu créé une classe CSS que tu applique aux articles correspondant.
??
- This reply was modified 4 years, 10 months ago by pixelspy.
Forum: Fixing WordPress
In reply to: Gallery columns displayed on phone viewHello,
How do you proceed to edit the CSS of your website?Displaying 4 columns on mobile is possible but keep in mind that the images will be quite small and therefore difficult to read for certain people.
I will look into the Visual Portfolio plugin.
??Forum: Fixing WordPress
In reply to: Alignement de l’image mise en avantRe!
Il me semble que :
<blockquote class="wp-block-quote is-style-large"><p><strong><span style="color:#334ae5" class="has-inline-color">L’appli qui transforme tes kilomètres courus en dons pour des projets plein de sens.</span></strong></p><cite><span style="color:#334ae5" class="has-inline-color">KM FOR CHANGE</span></cite></blockquote>
élargit le contenu de l’article et que du coup il faut modifier le CSS de tout l’article.Est-ce que ceci est le rendu que tu cherche? :
https://imgur.com/a/GfbfVEz??
Forum: Fixing WordPress
In reply to: Alignement de l’image mise en avantBonjour angelica,
Avant tout, de quelle manière modifies-tu le style CSS de ton site ?As-tu créé un theme enfant ou bien modifies-tu le CSS via l’éditeur de CSS custom: “Additional CSS” directement dans ton back-office WordPress?
Il est important de ne pas modifier les fichiers des thèmes directement parce que tes modifications seront effacées lors d’une mise à jour du thème.
Pour la suite, je viens d’installer Argent pour tester ??
Forum: Fixing WordPress
In reply to: Featured image in hello themeHello
It seems like the Hello theme doesn’t have the option.
To show an image in a single post I think you should:
1° click on : edit your post
2° click in the text area, you should see a little button with a + sign inside, click on it and you will see a new pop up window with different options
3° select the option : Image
4° select the image source: you can upload it from your computer, or from the Media library of your WordPress site, or from an URLI hope this can help.
Forum: Fixing WordPress
In reply to: Image Sizing ProblemsHaven’t done much to help but thank you ??