Adam Leone
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Canard] Issues with Images on CanardHello there,
Ah ok – it looks like this behaviour with the images is intended by design.
To the change that, you may wish to add the following CSS:
@media screen and (min-width: 600px) { .content-area .format-standard a.post-thumbnail { margin-bottom: 70px; margin-top: 70px; overflow: revert; } }The 600px can change to suite whatever screensize is needed.
Forum: Themes and Templates
In reply to: [Canard] Issues with Images on CanardHello there,
I can’t see that http://www.socialmagazine.us is using the Canard theme, but instead, it’s using http://codesupply.co/themes/authentic
Forum: Themes and Templates
In reply to: [Canard] Issues with Images on CanardHello there,
Are you able to provide a screenshot of what you’re seeing via: https://snipboard.io/ please?
Also, can you provide details of what device is in use too please.
I can see the image being cut off, but I can’t see a red box as described.
Many thanks.
Forum: Themes and Templates
In reply to: [Blask] Font option disappeared after migrationHello there,
The custom fonts are a WordPress.com exclusive feature.
What fonts are you looking to use? You may need to install a Google Font Plugin like these: https://wordpress.org/plugins/search/google%20font/
I hope this helps.
Forum: Themes and Templates
In reply to: [Rebalance] Homepage Entry Overlap (Lazy Loading Off)Hello there,
Glad you got to the bottom of that.
Following your reply, I’ve done some research and it looks like this is a known issue with this particular theme.
I’ve added this report to tally.
Forum: Themes and Templates
In reply to: [Blask] Centering mobile drop down menuHello there,
The CSS you would require is:
.menu-toggle, .main-navigation.toggled ul { text-align: center; }I hope this helps.
Forum: Themes and Templates
In reply to: [Pique] Remove Previous/Next post buttonHello there,
The CSS you would need is:
nav.navigation.post-navigation {
display: none;
}I hope this helps.
Forum: Themes and Templates
In reply to: [Singl] Tour Dates list on homepageHello there,
Q: Can I choose how many blog posts show on the homepage?
It should be possible to set this via Settings > Reading.
Q: I see that Blog pages can’t be customised. So I end up with the blog posts showing on the homepage along with all the other stuff in the blog page they’re drawn from. Can I just have a short excerpt of a blog post display on it’s own?
Forum: Themes and Templates
In reply to: [Blask] Centering mobile drop down menuHello there,
Can you provide a link to the site you’re working on and we’ll happily take a look for you.
Many thanks.
Forum: Themes and Templates
In reply to: [Rebalance] Homepage Entry Overlap (Lazy Loading Off)Hello there,
I’m not seeing the overlap you’re describing there.
Can you tell me if you’re seeing this after clearing the browser cache please?
Many thanks.
Forum: Themes and Templates
In reply to: [Dyad] Woocommerce Product Picture Area Resizing Delay?Hello there,
A default theme like Storefront might be a good place to start.
https://en-gb.wordpress.org/themes/storefront/
I hope this helps.
Forum: Themes and Templates
In reply to: [Shoreditch] bottom footerHello there,
It looks like this site is hosted with WordPress.com, so you can definitely reach out for help with this here: https://wordpress.com/help/contact
It looks like you might have two sets of columns perhaps? Which is why it’s displaying in the order that it is on a mobile.
The text under each of the titles would need to be in the same column block.
I hope this helps.
Forum: Themes and Templates
In reply to: [Dyad] Woocommerce Product Picture Area Resizing Delay?Hello there,
When I look at a product page, and hover over an image, the image zooms in. I don’t any arrows to switch images, and the images don’t open in a lightbox.
Just to check, are you seeing the same thing?
Hello there,
You would need CSS to make that change there.
This CSS should work:
/* Change background */ div#page { background: #dd3333; }I hope this helps.
Forum: Themes and Templates
In reply to: [Spearhead] How to center a page or all pagesHello there,
It looks like button blocks are in use there.
You should be able to align these options as seen here: https://wordpress.com/support/wordpress-editor/blocks/buttons-block/#aligning-buttons
I hope this helps.