Adam Leone
Forum Replies Created
-
Forum: Reviews
In reply to: [Blockbase] Best blocks theme in WordPressGlad to hear it! 🙂
Forum: Plugins
In reply to: [Migrate to WordPress.com] Image Caption ErrorHey there,
This forum is for a plugin that migrates sites from their current host to WordPress.com – have you used this plugin to do that?
Forum: Themes and Templates
In reply to: [Adventurer] Adventurer Theme: SidebarAh – you could perhaps try:
@media (min-width: 600px) { .wp-block-column.is-layout-flow.wp-container-104.wp-block-column-is-layout-flow { display: none; } }I hope this helps!
Forum: Themes and Templates
In reply to: [Quadrat] Templates not applied to pages (admin edit)Hey there,
Thanks for the extra information there.
I’m not able to see that page as it’s behind a log in wall. Are you able to provide a link to a page that has this example please?
Forum: Themes and Templates
In reply to: [Adventurer] Adventurer Theme: SidebarHey there,
It should be possible to remove this via Appearance > Site Editor, and it should be possible via the posts and page templates.
Are you able to locate that sidebar via that route?
Forum: Themes and Templates
In reply to: [Blank Canvas] Trying to apply desktop mode across all devicesHey there,
Because the table is currently of a responsive design, this CSS:
.wp-block-table table { word-break: break-all; font-size: x-small; }Would result into something like that:
Forum: Themes and Templates
In reply to: [Quadrat] Templates not applied to pages (admin edit)Hey there,
The template would be assigned in the pages themselves, via Pages > Edit.
What is the URL of the site you’re working on exactly?
Forum: Themes and Templates
In reply to: [Blank Canvas] Trying to apply desktop mode across all devicesHey there,
Many thanks for providing those examples.
To reassure you on a mobile, the content/table is not cut off, but instead adapts a scrolling affect. Are you seeing that on a mobile.
To change that you would need some coding.
A workaround, could be to use an image of the table perhaps?
Forum: Themes and Templates
In reply to: [Edin] Paragraph below gridHey there,
Many thanks for reaching out.
It would be possible to change the order that theme content, and this would require some custom development.
I hope this helps!
Forum: Themes and Templates
In reply to: [Orvis] Shop LayoutHey there,
Ah thank you for that clarification!
Strange, I’m seeing that behaviour, but this CSS, should change the text of that dropdown:
.Input:focus, .p-Input--focused, .Input, .p-FauxInput { color: rgb(0 0 0); }Forum: Themes and Templates
In reply to: [Dara] Problem with the Comment formHey there,
Many thanks for reaching out.
I’m not seeing a comment block on this page here: https://petphotographermarketplace.com/buy/ – to check is this the correct page?
Also, to note it looks like this site is hosted with WordPress.com so you can get help in realtime here: https://wordpress.com/help/contact
Many thanks.
Forum: Themes and Templates
In reply to: [Orvis] Shop LayoutHey there,
With payment method ideal the dropdown menu is blank, due to the text being white there. Only the hover shows the various bank options. Is there a way to adjust this with CSS (https://merettekuijt.com/afrekenen/)
Hm, I’m seeing the text on a grey background – are you looking to change the colour of the text there?
On the product page the price the original price is not shown and the discount price looks weirdly highlighted. It does show correct in when I edit the page but not live so it must be due to the theme lay-out settings (https://merettekuijt.com/producten/)
Hmm, is this the correct page being referred to? The reason why I ask is because I can’t see any prices are present.
On the product page the product titel is white and therefore not visible apart from the hover (https://merettekuijt.com/producten/). Is there a way to adjust this with CSS?
This CSS, should change this:
.wc-block-grid__product-title { color: black; }Forum: Themes and Templates
In reply to: [Orvis] No Reaction box on my product pageHey there,
It looks like this is present, but as you say, needs some styling.
This code here, should help:
.comments-area { color: black; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { border: 2px solid #656565; }Forum: Themes and Templates
In reply to: [Orvis] Shop implementation issuesHey there,
It looks like there’s some styling missing in the theme, or it could be overwritten.
Are you able to add the following into the site via Appearance > Customize > Additional CSS.
.entry-content .woocommerce { color: #515151; } .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { border: 1px solid #b2b1b2; }Please let me know if there’s anything missing from these pages. Many thanks!
Forum: Themes and Templates
In reply to: [Dara] Issues with page width and sudden image sizeHey there,
For some reason, the featured image on the home page has over cropped (cutting the head off the rider in the picture) and i cannot figure out why or when i did this, if i did do it.
Do you have an example of the page you’re working with?
We’ll take a look and see what we can deduce. Thank you for the extra information also!