bertrandv
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] Portfolio blocks not workingI’m sending some screenshots:
– On screenshot 1 you can see that I use the portfolio block: https://paste.pics/f518f78a92bb8d3d9eedc854e7c6b586
– On screenshot 2 you can see that when I publish the page, thumbnails are not displayed: https://paste.pics/de33c2ce775f6beefd6ad29764075033
Here is the link to my website: https://www.bertrand-vergereau.com/visual_portfolio-id1979/?preview_id=1991&preview_nonce=426f8f9c69&preview=true
- This reply was modified 2 years, 11 months ago by bertrandv.
Forum: Plugins
In reply to: [Easy Photography Portfolio] Style each category differentlyHello,
Did you find a solution? I’m trying to use the Masonry style only on one page.
I know that you can customize a specific page by using
.page-id-[id of the page] { }
But then I don’t know what to put to edit the style.
- This reply was modified 5 years, 9 months ago by bertrandv.
Forum: Themes and Templates
In reply to: [Hamilton] Add social media in footerEdit: I managed to display them by using font-awesome icons.
More info here for those interested: https://www.w3schools.com/howto/howto_css_social_media_buttons.asp
Forum: Themes and Templates
In reply to: [Hamilton] Add social media in footerDone. It still doesn’t seem to work… I can display text below the copyright but not the image.
Maybe is it the image I’m using which cannot be displayed?
Here is the whole footer code:
<footer class="site-footer section-inner"> <!-- wp:separator --> <hr class="wp-block-separator"/> <!-- /wp:separator --> <p>? <?php echo date( Y ); ?> <?php bloginfo( ‘name’ ); ?> <p> <div class="social-icons"> <a href="https://www.instagram.com/_lightcatcher_/"><img scr "https://www.bertrand-vergereau.com/wp-content/uploads/2019/01/Instagram-Icon.jpg"/></a> <a /a> </div> </footer> <!-- footer --> <?php wp_footer(); ?> </body> </html>
Forum: Themes and Templates
In reply to: [Hamilton] Add social media in footerhttps://www.bertrand-vergereau.com/
In the footer, below the copyright. I just started my website, so it’s not very advanced.
Forum: Themes and Templates
In reply to: [Hamilton] Add social media in footerI’m trying to display an instagram logo linked to my instragram.
Here is the code I enter in the footer file:
<p> <div class="social-icons"> <a href="My insta URL"> <img scr "Link to insta logo registered in my media library" width="35" height="35"/></a> <a /a> </div>
It doesn’t display anything…